chore: bump the all-major group across 1 directory with 2 updates - #664
chore: bump the all-major group across 1 directory with 2 updates#664dependabot[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| "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.
TypeScript 7 breaks Next.js builds
High Severity
Bumping typescript to ^7.0.2 lands the native compiler, which no longer ships the JavaScript compiler API that Next.js uses by default. With next@16.2.12 and no experimental.useTypeScriptCli in next.config.ts, next build exits instead of typechecking, so production and E2E builds fail.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 2ff3905. Configure here.
Bumps the all-major group with 2 updates in the / directory: [typescript](https://github.com/microsoft/TypeScript) and [jsdom](https://github.com/jsdom/jsdom). 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) Updates `jsdom` from 29.1.1 to 30.0.1 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Commits](jsdom/jsdom@v29.1.1...v30.0.1) --- updated-dependencies: - dependency-name: jsdom dependency-version: 30.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-major - 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>
2ff3905 to
9fc1f78
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 9fc1f78. 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.
Stale lockfile breaks installs
High Severity
package.json now requests typescript ^7.0.2 and jsdom ^30.0.1, but bun.lock still resolves typescript@6.0.3 and jsdom@29.1.1. CI runs bun install --frozen-lockfile, so installs fail with a lockfile mismatch before any tests or builds run.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 9fc1f78. Configure here.


Bumps the all-major group with 2 updates in the / directory: typescript and jsdom.
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.
Updates
jsdomfrom 29.1.1 to 30.0.1Release notes
Sourced from jsdom's releases.
Commits
658448530.0.10c51df6Update dependencies and dev dependencies32adb34Bump@asamuzakjp/dom-selector70f014aSpeed up range operations on large documents250d7eePartially fix getComputedStyle with calc()20a01fc30.0.08c8e583Precompute WPT expectation matchesf32245cBump Node.js floor and dependencies03ef23bAdd background-position longhandsded056fTest CSS.escape() with numeric IDsNote
Medium Risk
Major dev-tool upgrades can surface new type errors or shift jsdom/Vitest behavior; runtime and production bundles are unchanged.
Overview
Bumps TypeScript from
^6.0.3to^7.0.2in the root workspace and inpackages/app,packages/db, andpackages/mcp. Bumps jsdom from^29.1.1to^30.0.1inpackages/app(Vitest DOM tests).There are no source, config, or lockfile changes in this diff—only
package.jsonversion fields.Reviewed by Cursor Bugbot for commit 9fc1f78. Bugbot is set up for automated code reviews on this repo. Configure here.