Update dependency typescript to v7 - #82
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit db67211. Configure here.
| "stylelint-config-standard": "^40.0.0", | ||
| "tsc-files": "^1.1.4", | ||
| "typescript": "^5.9.3" | ||
| "typescript": "^7.0.0" |
There was a problem hiding this comment.
TypeScript 7 breaks ESLint
High Severity
Bumping typescript to ^7.0.0 conflicts with @typescript-eslint/parser ^8, whose peer range is >=4.8.4 <6.1.0. Installers reject the tree, and forcing the install leads to ESLint crashes because TypeScript 7 dropped the programmatic API those packages still use.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit db67211. Configure here.
|
Closing because this major upgrade is not currently viable: TypeScript 7 is outside @typescript-eslint/parser's supported peer range, Renovate could not regenerate package-lock.json, and the build and lint checks fail. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |


This PR contains the following updates:
^5.9.3→^7.0.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
microsoft/TypeScript (typescript)
v7.0.2Compare Source
v6.0.3: TypeScript 6.0.3Compare Source
For release notes, check out the release announcement blog post.
Downloads are available on:
v6.0.2: TypeScript 6.0Compare Source
For release notes, check out the release announcement blog post.
Downloads are available on:
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 this update again.
This PR has been generated by Mend Renovate.
Note
Medium Risk
Major TypeScript version jump can introduce new type errors or tooling incompatibilities in CI typecheck/lint, even though only the dependency pin changed.
Overview
Bumps the
typescriptdevDependency from^5.9.3to^7.0.0.This is a major compiler upgrade (through TypeScript 6 and 7) that may change type-checking behavior for
tsc/tsc-filesand ESLint’s TypeScript parser. No application code changes are included.Reviewed by Cursor Bugbot for commit db67211. Bugbot is set up for automated code reviews on this repo. Configure here.