Skip to content
Closed
Show file tree
Hide file tree
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 @@ -58,7 +58,7 @@
"msw": "^2.7.5",
"prettier": "^3.4.2",
"ts-add-js-extension": "^1.6.6",
"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.

P2 Badge Keep TypeScript within the linter's supported range

After a fresh install this resolves TypeScript 7.0.2, but the same lockfile records that typescript-eslint@8.67.0 and @typescript-eslint/parser@8.67.0 require TypeScript >=4.8.4 <6.1.0. Consequently pnpm lint and pnpm check run the parser against an unsupported compiler major and installation reports an invalid peer dependency; hold this upgrade until a TypeScript-7-compatible typescript-eslint release is selected.

Useful? React with 👍 / 👎.

"typescript-eslint": "^8.61.1",
"vitest": "^4.1.0"
},
Expand Down
Loading
Loading