Skip to content

Commit 15c4fb2

Browse files
committed
fix(deps): revert eslint to ^8.0.0 to match package-lock.json
Renovate auto-merged the eslint v9 bump without regenerating package-lock.json (which still has eslint@8.19.0). This mismatch causes npm ci to fail across all Node versions. eslint is a dev-only dependency so there is no runtime security impact from staying on v8.
1 parent bd32d94 commit 15c4fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@types/node": "^22.0.0",
6969
"@typescript-eslint/eslint-plugin": "^5.25.0",
7070
"@typescript-eslint/parser": "^5.27.0",
71-
"eslint": "^9.0.0",
71+
"eslint": "^8.0.0",
7272
"eslint-config-airbnb-base": "^15.0.0",
7373
"eslint-config-airbnb-typescript": "^17.0.0",
7474
"eslint-config-prettier": "^10.0.0",

0 commit comments

Comments
 (0)