-
Notifications
You must be signed in to change notification settings - Fork 18
chore: bump typescript from 6.0.3 to 7.0.2 in the all-major group across 1 directory #751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -99,7 +99,7 @@ | |
| "rimraf": "^6.1.3", | ||
| "tailwindcss": "^4.3.3", | ||
| "tw-animate-css": "^1.4.0", | ||
| "typescript": "^6.0.3", | ||
| "typescript": "^7.0.2", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. TypeScript 7 drops compiler APIHigh Severity Bumping Additional Locations (1)Reviewed by Cursor Bugbot for commit b981b07. Configure here. |
||
| "vfile": "^6.0.3", | ||
| "vitest": "^4.1.11" | ||
| }, | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stale lockfile after TypeScript bump
High Severity
typescriptis bumped to^7.0.2in package manifests, butbun.lockstill pinstypescript@6.0.3and still records^6.0.3workspace ranges. CI runsbun install --frozen-lockfile, so installs fail before lint, typecheck, or tests can run.Additional Locations (2)
packages/app/package.json#L99-L100packages/db/package.json#L49-L50Reviewed by Cursor Bugbot for commit b930695. Configure here.