Skip to content
Open
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 @@ -40,7 +40,7 @@
"@vitejs/plugin-react": "^4.2.1",
"auto-changelog": "^2.4.0",
"dts-bundle-generator": "^9.2.5",
"eslint": "^8.56.0",
"eslint": "^10.0.0",

Choose a reason for hiding this comment

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

P1 Badge Keep ESLint major aligned with @typescript-eslint v7

Bumping eslint to ^10.0.0 while leaving @typescript-eslint/eslint-plugin and @typescript-eslint/parser at ^7.1.0 creates an incompatible lint stack, because the v7 TypeScript ESLint packages peer against ESLint 8 and will cause npm install (npm 7+) to fail resolution before lint/test scripts can run. Please upgrade the TypeScript ESLint packages to versions that support ESLint 10 (or keep ESLint on a supported major) in the same change.

Useful? React with 👍 / 👎.

"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.33.2",
Expand Down
Loading