Skip to content

chore: bump typescript from 6.0.3 to 7.0.2 in the all-major group across 1 directory - #558

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

chore: bump typescript from 6.0.3 to 7.0.2 in the all-major group across 1 directory#558
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/all-major-b7ceb5d816

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-major group with 1 update in the / directory: typescript.

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.



Note

Medium Risk
A major TypeScript release can surface new type errors or stricter checks in CI (typecheck, Next build, Vitest); runtime behavior is unchanged since TypeScript is dev-only.

Overview
Bumps the TypeScript dev dependency from ^6.0.3 to ^7.0.2 in the monorepo root and in packages/app, packages/db, and packages/mcp. There are no application source or config changes in this diff—only package.json version pins.

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

@dependabot dependabot Bot added the type/dependencies Related to dependencies label Jul 10, 2026
@dependabot
dependabot Bot requested a review from adibarra as a code owner July 10, 2026 23:58
@vercel

vercel Bot commented Jul 10, 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 Jul 27, 2026 6:11am

Request Review

@dependabot dependabot Bot changed the title chore: bump typescript from 6.0.3 to 7.0.2 in the all-major group chore: bump typescript from 6.0.3 to 7.0.2 in the all-major group across 1 directory Jul 11, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/all-major-b7ceb5d816 branch from e60db0b to 4e06f46 Compare July 11, 2026 01:50
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/all-major-b7ceb5d816 branch from 4e06f46 to 09cdfd1 Compare July 13, 2026 01:26
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/all-major-b7ceb5d816 branch from 09cdfd1 to 552dd5b Compare July 20, 2026 01:27
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/all-major-b7ceb5d816 branch from 552dd5b to 0fb835b Compare July 27, 2026 01:26
Comment thread packages/app/package.json
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/all-major-b7ceb5d816 branch from 0fb835b to 8f25446 Compare July 27, 2026 02:48
Bumps the all-major group with 1 update in the / directory: [typescript](https://github.com/microsoft/TypeScript).


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)

---
updated-dependencies:
- 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-b7ceb5d816 branch from 8f25446 to 00c4a6f Compare July 27, 2026 06:10

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

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 00c4a6f. 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.

Lockfile not updated with TypeScript

High Severity

typescript was bumped to ^7.0.2 in the workspace package.json files, but bun.lock still pins typescript@6.0.3. CI runs bun install --frozen-lockfile, so installs either fail on lockfile drift or keep installing TypeScript 6, and the intended major upgrade never takes effect.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 00c4a6f. 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