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 @@ -45,7 +45,7 @@
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"dts-bundle-generator": "^7.2.0",
"eslint": "^8.36.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 Pin ESLint to a version supported by existing lint plugins

Upgrading eslint to ^10.0.0 while keeping @typescript-eslint/eslint-plugin/parser at ^5.54.1 (and eslint-plugin-jest at ^27.2.1) introduces a peer-dependency incompatibility in typical npm v7+ installs, because these plugin majors are tied to older ESLint majors; this can make fresh npm install fail (or require --legacy-peer-deps) for contributors and CI before any tests/build run.

Useful? React with 👍 / 👎.

"eslint-plugin-jest": "^27.2.1",
"immutable": "^4.3.0",
"jest": "^29.5.0",
Expand Down