Update npm package typescript to v6#136
Conversation
|
PR SummaryMedium Risk Overview Reviewed by Cursor Bugbot for commit e44f025. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🤖 Augment PR SummarySummary: This PR upgrades TypeScript across the monorepo to the new v6 release. Changes:
Technical Notes: This is a major-version TypeScript upgrade; downstream tooling (notably ESLint/TypeScript integrations) may require compatible version bumps as well. 🤖 Was this summary useful? React with 👍 or 👎 |
| "tsup": "^8.3.0", | ||
| "tsx": "^4.21.0", | ||
| "typescript": "^5.9.3", | ||
| "typescript": "^6.0.0", |
There was a problem hiding this comment.
typescript-eslint@^8.56.0 declares a peer dependency of typescript >=4.8.4 <6.0.0, so bumping typescript to ^6.0.0 will likely trigger peer-dep conflicts (and may break installs under strict package managers). Consider aligning typescript-eslint (and related ESLint tooling) to a release that explicitly supports TypeScript 6.
Severity: high
Other Locations
apps/clones-cli/package.json:65apps/vsix-bridge-cli/package.json:65
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
This PR contains the following updates:
5.9.3→6.0.3^5.7.0→^6.0.0^5.9.3→^6.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
microsoft/TypeScript (typescript)
v6.0.3Compare Source
v6.0.2Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.