build(deps-dev): bump typescript from 5.9.3 to 7.0.2 - #32
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/typescript-7.0.2
branch
2 times, most recently
from
July 20, 2026 11:56
42b2bb3 to
0a43c21
Compare
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/typescript-7.0.2
branch
from
July 23, 2026 08:47
0a43c21 to
a2bdadf
Compare
lua-stefan-kruger
added a commit
that referenced
this pull request
Sep 3, 2026
Resolves Dependabot alert #32 for @humanfs/node <0.16.8 in the nested examples/demo-app/package-lock.json. Adds an explicit ^0.16.8 floor to examples/demo-app devDependencies and regenerates the nested lock. Tail-collapse: also bumps nanoid 3.3.16 -> 3.3.18 (floor ^3.3.18) found below floor in the same lock. browserslist/js-yaml/postcss already at or above floor; qs/fast-uri/@xmldom/xmldom not present. Co-authored-by: lua-stefan-kruger <security-bot@lua.ai> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps typescript from 5.9.3 to 7.0.2.
Release notes
Sourced from typescript's releases.
Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.
Note
Medium Risk
Major compiler upgrade (5→7) may introduce new type-check failures in CI without changing runtime behavior; scope is limited to dev tooling in two packages.
Overview
Bumps the TypeScript dev dependency from ^5.7.0 (lockfile 5.9.3) to ^7.0.2 in
governance-sdkandgovernance-sdk-platform, withpackage-lock.jsonupdated to match.The lockfile reflects TypeScript 7’s packaging: many optional
@typescript/typescript-*platform packages and a raised Node engine (>=16.20.0); the publishedtypescriptbin list in the lock now only includestsc(notsserverentry). No application source changes—only compile/lint (tsc,tsc --noEmit) tooling.Reviewed by Cursor Bugbot for commit a2bdadf. Bugbot is set up for automated code reviews on this repo. Configure here.