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
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: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-major - dependency-name: jsdom dependency-version: 30.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 2ff3905. Configure here.
| "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 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 IDsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsNote
Medium Risk
Major TypeScript and jsdom upgrades can surface new type errors or test/DOM behavior differences until CI passes; risk is limited to dev/build/test tooling, not production runtime deps.
Overview
Dependency-only update from Dependabot’s
all-majorgroup: no application source changes.TypeScript is raised from
^6.0.3to^7.0.2in the root workspace and inpackages/app,packages/db, andpackages/mcpdevDependencies, so typechecking and builds across those packages use TS 7.jsdom is raised from
^29.1.1to^30.0.1only inpackages/app(Vitest/unit test DOM environment). jsdom 30 tightens its Node floor; the repo already pinsnode>=24.11.0in engines, which aligns with that requirement.After merge, expect lockfile refresh on install and CI should validate
typecheck/test:unitunder the new toolchain.Reviewed by Cursor Bugbot for commit 2ff3905. Bugbot is set up for automated code reviews on this repo. Configure here.