Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"stylelint": "^17.0.0",
"stylelint-config-standard": "^40.0.0",
"tsc-files": "^1.1.4",
"typescript": "^5.9.3"
"typescript": "^7.0.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit db67211. Configure here.

},
"browserslist": {
"production": [
Expand Down
Loading