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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@typescript-eslint/parser": "8.41.0",
"autoprefixer": "^10.4.21",
"eslint": "9.34.0",
"eslint-config-next": "15.5.2",
"eslint-config-next": "16.1.6",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Major version mismatch between next and eslint-config-next

Medium Severity

eslint-config-next is bumped to 16.1.6 while the next runtime dependency remains at 15.5.2. These versions are expected to be kept in sync — eslint-config-next internally depends on @next/eslint-plugin-next at the same version, which may include rules or behavior targeting Next.js 16 features not present in the 15.x runtime. This mismatch can cause false lint errors, missed warnings, or dependency resolution issues.

Additional Locations (1)

Fix in Cursor Fix in Web

"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"husky": "^9.1.7",
Expand Down
Loading