Skip to content
Open
Show file tree
Hide file tree
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 @@ -75,7 +75,7 @@
"lucide-react": "^0.471.0",
"motion": "^12.23.6",
"multiformats": "^13.4.1",
"next": "16.0.10",
"next": "16.2.1",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
"node-telegram-bot-api": "^0.66.0",
Expand Down Expand Up @@ -124,7 +124,7 @@
"@vitest/browser-playwright": "^4.0.8",
"@vitest/coverage-v8": "^4.0.8",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"eslint-config-next": "16.2.1",
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 Keep eslint-config-next compatible with the repo's ESLint major

This upgrade leaves the lint toolchain in an unsupported state: package.json still pins eslint to ^8 on line 126, but the official eslint-config-next@16.2.1 package metadata declares eslint >=9.0.0 as a peer dependency. On clean installs that enforce peers this will fail resolution, and even non-strict installs are now running the Next config against an unsupported ESLint major. Please bump ESLint as part of this change or keep eslint-config-next on a version that still supports ESLint 8.

Useful? React with 👍 / 👎.

"eslint-plugin-storybook": "^10.0.7",
"postcss": "^8",
"prettier": "3.3.3",
Expand Down
Loading
Loading