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.

P1 Badge Keep TypeScript within typescript-eslint's supported range

When pnpm check invokes ESLint, it loads typescript-eslint; however, the updated lockfile declares typescript >=4.8.4 <6.1.0 for @typescript-eslint/parser, typescript-estree, and the related 8.67.0 packages, while this line resolves TypeScript 7.0.2. This leaves the lint toolchain using an explicitly unsupported compiler major and can cause peer-strict installations or TypeScript linting in CI to fail; retain TypeScript 6.0.x until a typescript-eslint release declares TypeScript 7 support, or upgrade both to compatible versions.

Useful? React with 👍 / 👎.

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