FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[Snyk] Security upgrade eslint from 8.57.1 to 9.26.0 by patinthehat · Pull Request #63 · permafrost-dev/codeboost · GitHub

Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .json  (1) All 1 file type selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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

Back | FazBrowse Home | New Git URL