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 @@ -39,11 +39,11 @@
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"esbuild": "^0.14.21",
"eslint": "^8.9.0",
"eslint": "^10.0.0",

Choose a reason for hiding this comment

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

P1 Badge Pin ESLint to a major supported by typescript-eslint v5

Upgrading eslint to ^10.0.0 while keeping @typescript-eslint/eslint-plugin and @typescript-eslint/parser at ^5.11.0 introduces a version mismatch that breaks the lint toolchain: those TypeScript-ESLint v5 packages are not compatible with newer ESLint majors, so npm install (with strict peer resolution) or npm run lint can fail in CI/local development.

Useful? React with 👍 / 👎.

"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.3.3",
"madge": "^5.0.1",
"madge": "^8.0.0",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5"
Expand Down
Loading