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 examples/nextjs-app-dir-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@eslint/eslintrc": "^3",
"@knocklabs/eslint-config": "workspace:^",
"@knocklabs/typescript-config": "workspace:^",
"@next/eslint-plugin-next": "^15.3.1",
"@next/eslint-plugin-next": "^16.2.10",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Next plugin breaks style-guide peer

Medium Severity

The devDependency bump to @next/eslint-plugin-next ^16.2.10 falls outside @vercel/style-guide’s peer range (>=12.3.0 <15.0.0-0). Both examples lint via @knocklabs/eslint-config/next.js, which extends that style guide, so the resolved Next ESLint plugin may be unsupported and yarn lint can fail or apply the wrong rules.

Additional Locations (1)

Reviewed by Cursor Bugbot for commit f385a3e. Configure here.

"@types/eslint": "^8.44.7",
"@types/node": "^24",
"@types/react": "^19.2.17",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@knocklabs/eslint-config": "workspace:^",
"@knocklabs/typescript-config": "workspace:^",
"@next/eslint-plugin-next": "^15.3.1",
"@next/eslint-plugin-next": "^16.2.10",
"@types/eslint": "^8.44.7",
"@types/node": "^24",
"@types/react": "^19.2.17",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5543,12 +5543,12 @@ __metadata:
languageName: node
linkType: hard

"@next/eslint-plugin-next@npm:^15.3.1":
version: 15.3.2
resolution: "@next/eslint-plugin-next@npm:15.3.2"
"@next/eslint-plugin-next@npm:^16.2.10":
version: 16.2.10
resolution: "@next/eslint-plugin-next@npm:16.2.10"
dependencies:
fast-glob: "npm:3.3.1"
checksum: 10c0/b03e512c275d33f4159522a66d4aa56f60dbf8f2dbfca6db9dcb5ce4c51ab701d8b28d719499d5728913b1ed71f76a93d770797670d04ca525ea318a32aa8fab
checksum: 10c0/05ac24ad9545696e437a9a61437dda0dd05ad2755e42b8c1fd0fe0e7d607b48f4be2eb4ca0ab7a8452872a7a88f0c9aa52eaf424158675321ff9008cf09c0e31
languageName: node
linkType: hard

Expand Down Expand Up @@ -17105,7 +17105,7 @@ __metadata:
"@knocklabs/node": "npm:^1.30.0"
"@knocklabs/react": "workspace:*"
"@knocklabs/typescript-config": "workspace:^"
"@next/eslint-plugin-next": "npm:^15.3.1"
"@next/eslint-plugin-next": "npm:^16.2.10"
"@telegraph/button": "npm:>=0.7.4"
"@telegraph/combobox": "npm:>=0.4.2"
"@telegraph/icon": "npm:>=0.5.4"
Expand Down Expand Up @@ -17146,7 +17146,7 @@ __metadata:
"@knocklabs/node": "npm:^1.30.0"
"@knocklabs/react": "workspace:^"
"@knocklabs/typescript-config": "workspace:^"
"@next/eslint-plugin-next": "npm:^15.3.1"
"@next/eslint-plugin-next": "npm:^16.2.10"
"@telegraph/button": "npm:>=0.7.4"
"@telegraph/combobox": "npm:>=0.4.2"
"@telegraph/icon": "npm:>=0.5.4"
Expand Down
Loading