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
Open
chore: bump typescript from 6.0.3 to 7.0.2 in the all-major group across 1 directory#558dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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>
e60db0b to
4e06f46
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-major group with 1 update in the / directory: typescript.
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.
Note
Medium Risk
Major TypeScript upgrade can surface new type errors or tooling incompatibilities across the whole repo; verify typecheck, build, and tests pass.
Overview
Upgrades the monorepo’s shared TypeScript dev dependency from 6.0.3 to 7.0.2 on the root workspace and in packages/app, packages/db, and packages/mcp, with pnpm-lock.yaml updated to resolve typescript@7.0.2 (including new optional platform-specific
@typescript/typescript-*packages).There are no application or config source changes—only dependency version bumps. CI and local
typecheck, Next.js builds, vitest, and tsx will all run against the TS 7 compiler after install.Reviewed by Cursor Bugbot for commit 4e06f46. Bugbot is set up for automated code reviews on this repo. Configure here.