Skip to content
Merged
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
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint-plugin-react-hooks": "^7.0.1",
"jsdom": "^29.0.2",
"prettier": "^3.6.2",
"typescript": "^5.9.3",
"typescript": "^6.0.3",
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 supported range

This bump sets typescript to ^6.0.3 while typescript-eslint remains ^8.57.2, but the lockfile entries for @typescript-eslint/* still declare typescript peer support as >=4.8.4 <6.0.0, so the dependency graph is now in an unsupported state (and npm ci emits peer-resolution warnings). Because CI runs ESLint (npm run lint in .github/workflows/ci.yml), this can cause lint/type-analysis instability as npm or parser behavior changes; either upgrade typescript-eslint to a TS 6-compatible version or keep TypeScript below 6.

Useful? React with 👍 / 👎.

"typescript-eslint": "^8.59.2",
"vite": "^8.0.5",
"vitest": "^4.1.2"
Expand Down