Skip to content

chore(deps): bump next in /examples/checkout/sdk-connect-with-nextjs

57d104f
Select commit
Loading
Failed to load commit list.
Open

chore(deps): bump next from 14.2.25 to 14.2.35 in /examples/checkout/sdk-connect-with-nextjs #2762

chore(deps): bump next in /examples/checkout/sdk-connect-with-nextjs
57d104f
Select commit
Loading
Failed to load commit list.
Cursor / Cursor Bugbot completed Dec 14, 2025 in 1m 40s

Bugbot Review

Bugbot Analysis Progress (1m 42s elapsed)

✅ Gathered PR context (2s)
✅ Analyzed code changes (1s)
✅ Completed bug detection — 1 potential bug found (1m 35s)
✅ Validation and filtering completed (0s)
✅ Posted analysis results — 1 bug reported (4s)
✅ Analysis completed successfully (0s)

Final Result: Bugbot completed review and found 1 potential issue

Request ID: serverGenReqId_a2077989-4f9a-4cc3-9a29-de37cb5bb3b7

Details

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.


Bug: Next and eslint config version mismatch

next is bumped to 14.2.35 while eslint-config-next stays pinned at 14.2.7. Some Next.js tooling (notably next lint) can behave inconsistently or fail when the Next ESLint config/plugin version lags behind the installed next version, leading to CI lint breakage or unexpected rule sets.

examples/checkout/sdk-connect-with-nextjs/package.json#L15-L26

"ethers": "^6.13.4",
"next": "14.2.35",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@playwright/test": "^1.45.3",
"@types/node": "^20",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.7",

Fix in Cursor Fix in Web