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": "^9.26.0",

Choose a reason for hiding this comment

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

P2 Badge Align ESLint 9 with declared Node support

ESLint 9 requires a newer Node runtime (>=18.x), but the project still declares support for Node 14/16 in engines. With this bump, contributors or CI using Node 14/16 will be unable to run ESLint (and may fail installs if engine-strict is enabled), which is a regression from the ESLint 8 line that worked with those versions. If Node 14/16 support is still intended, keep ESLint on v8; otherwise, update engines to match the new toolchain.

Useful? React with 👍 / 👎.

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