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 @@ -88,7 +88,7 @@
"@typescript-eslint/parser": "^5.46.1",
"dts-bundle-generator": "^7.1.0",
"esbuild": "^0.17.6",
"eslint": "^8.30.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 Keep ESLint compatible with Node >=14

Bumping ESLint to ^9.26.0 makes the dev toolchain require Node 18+, while this project’s engines field still advertises support for Node >=14. In environments that follow package.json (CI or contributors running Node 14/16), npm install/npm run lint will fail because ESLint 9 no longer runs on those Node versions, so this change quietly drops part of the declared support matrix. Consider either keeping ESLint 8.x or raising the engines.node requirement to match.

Useful? React with 👍 / 👎.

"eslint-plugin-jest": "^27.1.7",
"eslint-plugin-node": "^11.1.0",
"husky": "^8.0.2",
Expand Down
Loading