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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"@types/node": "^15.6.1",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^7.27.0",
"eslint": "^9.26.0",
Comment on lines 26 to +28

Choose a reason for hiding this comment

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

P2 Badge Align eslint major with @typescript-eslint peer range

Upgrading eslint to ^9.26.0 while keeping @typescript-eslint/eslint-plugin/parser at 4.25.0 introduces a peer-dependency mismatch: those versions declare eslint support only for ^5 || ^6 || ^7 (see package-lock.json lines 254–305). In a clean install or CI with peer-deps enforced, npm install will warn or fail and linting scripts in package.json will not run reliably. Either upgrade the TypeScript ESLint packages to a version that supports ESLint 9 or keep ESLint within the supported range.

Useful? React with 👍 / 👎.

"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"netlify-cli": "^3.31.16",
"netlify-cli": "^8.1.4",
"prettier": "^2.3.0",
"typescript": "^4.3.2"
},
Expand Down