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 @@ -42,7 +42,7 @@
"dedent-js": "^1.0.1",
"del-cli": "^4.0.1",
"doctoc": "^2.0.1",
"eslint": "^7.32.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.

P2 Badge Update lockfile or installs stay on eslint 7.32.0

This change bumps eslint to ^9.26.0 in package.json, but package-lock.json still pins eslint@7.32.0 (see package-lock.json around lines 2813–2815). Any environment that installs from the lockfile (e.g., CI/repro builds that rely on package-lock.json) will continue to use 7.32.0, so the intended security upgrade and ESLint 9 behavior won’t actually apply there. Please update the lockfile alongside this change to keep installs consistent.

Useful? React with 👍 / 👎.

"eslint-config-prettier": "^8.3.0",
"eslint-plugin-adonis": "^1.3.3",
"eslint-plugin-prettier": "^4.0.0",
Expand Down