-
Notifications
You must be signed in to change notification settings - Fork 16
chore: bump the all-major group across 1 directory with 2 updates #664
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 |
|---|---|---|
|
|
@@ -93,11 +93,11 @@ | |
| "cypress-split": "^1.25.0", | ||
| "esbuild": "^0.28.1", | ||
| "fake-indexeddb": "^6.2.5", | ||
| "jsdom": "^29.1.1", | ||
| "jsdom": "^30.0.1", | ||
| "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 breaks Next.js buildsHigh Severity Bumping Additional Locations (1)Reviewed by Cursor Bugbot for commit 2ff3905. Configure here. |
||
| "vitest": "^4.1.10" | ||
| }, | ||
| "engines": { | ||
|
|
||


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 breaks installs
High Severity
package.jsonnow requeststypescript^7.0.2andjsdom^30.0.1, butbun.lockstill resolvestypescript@6.0.3andjsdom@29.1.1. CI runsbun install --frozen-lockfile, so installs fail with a lockfile mismatch before any tests or builds run.Additional Locations (2)
packages/app/package.json#L95-L100packages/db/package.json#L49-L50Reviewed by Cursor Bugbot for commit 9fc1f78. Configure here.