Skip to content

chore: bump the all-major group across 1 directory with 2 updates - #664

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/all-major-010ff39246
Open

chore: bump the all-major group across 1 directory with 2 updates#664
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/all-major-010ff39246

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-major group with 2 updates in the / directory: typescript and jsdom.

Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


Updates jsdom from 29.1.1 to 30.0.1

Release notes

Sourced from jsdom's releases.

v30.0.1

  • Fixed getComputedStyle() with calc() and other functions throwing an exception, which regressed in v30.0.0. (@​asamuzaK)
  • Sped up up range operations on large documents (@​leonidaz)

v30.0.0

Breaking changes:

  • Node.js minimum version raised to ^22.22.2 || ^24.15.0 || >=26.0.0.

Other changes:

  • Added CSS.escape() and CSS.supports() functions. (@​asamuzaK)
  • Added 'background-position-x' and 'background-position-y' CSS properties. (@​olagokemills)
  • Fixed getComputedStyle() to convert length values into pixels. (@​asamuzaK)
  • Fixed CSS function serialization, e.g., in the return value of getPropertyValue(). (@​asamuzaK)
  • Fixed the type of error thrown by document.evaluate() (@​dokson)
Commits
  • 6584485 30.0.1
  • 0c51df6 Update dependencies and dev dependencies
  • 32adb34 Bump @​asamuzakjp/dom-selector
  • 70f014a Speed up range operations on large documents
  • 250d7ee Partially fix getComputedStyle with calc()
  • 20a01fc 30.0.0
  • 8c8e583 Precompute WPT expectation matches
  • f32245c Bump Node.js floor and dependencies
  • 03ef23b Add background-position longhands
  • ded056f Test CSS.escape() with numeric IDs
  • Additional commits viewable in compare view


Note

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.3 to ^7.0.2 in the root workspace and in packages/app, packages/db, and packages/mcp. Bumps jsdom from ^29.1.1 to ^30.0.1 in packages/app (Vitest DOM tests).

There are no source, config, or lockfile changes in this diff—only package.json version fields.

Reviewed by Cursor Bugbot for commit 9fc1f78. Bugbot is set up for automated code reviews on this repo. Configure here.

@dependabot dependabot Bot added the type/dependencies Related to dependencies label Aug 3, 2026
@dependabot
dependabot Bot requested a review from adibarra as a code owner August 3, 2026 01:25
@dependabot dependabot Bot added the type/dependencies Related to dependencies label Aug 3, 2026
@vercel

vercel Bot commented Aug 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
inferencemax-app Error Error Aug 10, 2026 1:26am

Request Review

Comment thread packages/app/package.json
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"typescript": "^7.0.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

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>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/all-major-010ff39246 branch from 2ff3905 to 9fc1f78 Compare August 10, 2026 01:25

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Fix All in Cursor

❌ 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.

Comment thread package.json
"oxlint": "^1.75.0",
"rimraf": "^6.1.3",
"typescript": "^6.0.3",
"typescript": "^7.0.2",

Copy link
Copy Markdown

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.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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 9fc1f78. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/dependencies Related to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants