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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@typescript-eslint/eslint-plugin": "^8.60.1",
"@typescript-eslint/parser": "^8.60.1",
"eslint": "^8.57.1",
"eslint-config-next": "^15.5.19",
"eslint-config-next": "^16.0.0",
Comment thread
devin-ai-integration[bot] marked this conversation as resolved.
Comment thread
devin-ai-integration[bot] marked this conversation as resolved.
Comment thread
devin-ai-integration[bot] marked this conversation as resolved.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 Next lint config has incompatible ESLint peer

Installing eslint-config-next 16.3.6 with strict peer checks fails because its ESLint peer requires version 9 or newer. The workspace still locks eslint to 8.57.1.

Learn more

The workspace uses ESLint 8.57.1, while the updated config declares eslint: >=9.0.0 in its peer dependencies. pnpm records this mismatch in the lockfile but installs can reject it when strict peer checking is enabled. The existing ESLint configuration does not extend the Next preset, so simply changing the root ESLint major also requires checking the other shared lint presets.

Example: With strict-peer-dependencies=true, installing this lockfile rejects the Next config's ESLint peer instead of completing dependency installation.

Recommended fix: Align eslint-config-next and the root eslint to compatible majors; if upgrading ESLint, validate the shared .eslintrc and other installed ESLint presets before updating the lockfile.

Devin Review


Was this helpful? React with 👍 or 👎 to provide feedback.

"eslint-config-prettier": "^10.1.8",
"eslint-config-standard": "^17.1.0",
"eslint-config-turbo": "^2.9.16",
Expand Down
Loading
Loading