Skip to content

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

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#751
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 Aug 17, 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.


Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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 conditions

Note

Medium Risk
Major TypeScript upgrade can surface compile-time failures across the whole monoretypecheck pipeline without runtime logic changes in this PR.

Overview
Bumps the typescript devDependency from ^6.0.3 to ^7.0.2 across the monorepo root and three workspaces: packages/app, packages/db, and packages/mcp.

There are no source, config, or lockfile changes in this diff—only package.json version pins. CI and local workflows that run tsc --noEmit / typecheck will use TypeScript 7 after install; expect possible new type errors or stricter checks until the lockfile is refreshed and any TS 7 breakages are fixed.

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

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 added the type/dependencies Related to dependencies label Aug 17, 2026
@dependabot
dependabot Bot requested a review from adibarra as a code owner August 17, 2026 21:47
@dependabot dependabot Bot added the type/dependencies Related to dependencies label Aug 17, 2026
@vercel

vercel Bot commented Aug 17, 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 17, 2026 9:47pm

Request Review

@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 b930695. Configure here.

Comment thread package.json
"oxlint": "^1.78.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 after TypeScript bump

High Severity

typescript is bumped to ^7.0.2 in package manifests, but bun.lock still pins typescript@6.0.3 and still records ^6.0.3 workspace ranges. CI runs bun install --frozen-lockfile, so installs fail before lint, typecheck, or tests can run.

Additional Locations (2)
Fix in Cursor Fix in Web

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