chore: bump typescript from 6.0.3 to 7.0.2 in the all-major group across 1 directory - #558
chore: bump typescript from 6.0.3 to 7.0.2 in the all-major group across 1 directory#558dependabot[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
e60db0b to
4e06f46
Compare
4e06f46 to
09cdfd1
Compare
09cdfd1 to
552dd5b
Compare
552dd5b to
0fb835b
Compare
0fb835b to
8f25446
Compare
Bumps the all-major group with 1 update in the / directory: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 6.0.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 dependency-group: all-major ... Signed-off-by: dependabot[bot] <support@github.com>
8f25446 to
00c4a6f
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 00c4a6f. Configure here.
| "oxlint": "^1.75.0", | ||
| "rimraf": "^6.1.3", | ||
| "typescript": "^6.0.3", | ||
| "typescript": "^7.0.2", |
There was a problem hiding this comment.
Lockfile not updated with TypeScript
High Severity
typescript was bumped to ^7.0.2 in the workspace package.json files, but bun.lock still pins typescript@6.0.3. CI runs bun install --frozen-lockfile, so installs either fail on lockfile drift or keep installing TypeScript 6, and the intended major upgrade never takes effect.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 00c4a6f. Configure here.


Bumps the all-major group with 1 update in the / directory: typescript.
Updates
typescriptfrom 6.0.3 to 7.0.2Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.
Note
Medium Risk
A major TypeScript release can surface new type errors or stricter checks in CI (
typecheck, Next build, Vitest); runtime behavior is unchanged since TypeScript is dev-only.Overview
Bumps the TypeScript dev dependency from
^6.0.3to^7.0.2in the monorepo root and inpackages/app,packages/db, andpackages/mcp. There are no application source or config changes in this diff—onlypackage.jsonversion pins.Reviewed by Cursor Bugbot for commit 00c4a6f. Bugbot is set up for automated code reviews on this repo. Configure here.