chore(deps): bump next from 12.3.7 to 16.2.11 in /starters/create-builder/nextjs - #4726
Conversation
Bumps [next](https://github.com/vercel/next.js) from 12.3.7 to 16.2.11. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v12.3.7...v16.2.11) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 838aacd. Configure here.
| "@react-three/fiber": "7.0.26", | ||
| "@vercel/fetch": "^6.1.0", | ||
| "next": "^12.3.5", | ||
| "next": "^16.2.11", |
There was a problem hiding this comment.
Node 20.9 now required
Medium Severity
next@16.2.11 declares engines.node as >=20.9.0, but the starter still documents only npm and does not declare or align Node (e.g. @types/node remains 16.x). Environments on Node 18 or older 20.x that worked with Next 12 may fail when running this project after the bump.
Reviewed by Cursor Bugbot for commit 838aacd. Configure here.
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @builder.io/sdks |
❌ Failed | 7s | View ↗ |
nx test @e2e/nuxt |
✅ Succeeded | 5m 44s | View ↗ |
nx test @e2e/gen1-remix |
✅ Succeeded | 4m 15s | View ↗ |
nx test @e2e/solid |
✅ Succeeded | 4m 16s | View ↗ |
nx test @e2e/angular-17 |
✅ Succeeded | 5m 38s | View ↗ |
nx test @e2e/react |
✅ Succeeded | 4m 16s | View ↗ |
nx test @e2e/angular-19-ssr |
✅ Succeeded | 5m 12s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 7m 9s | View ↗ |
Additional runs (38) |
✅ Succeeded | ... | View ↗ |
💡 Dealing with memory or CPU issues? See memory and CPU details with the resource usage add-on ↗.
☁️ Nx Cloud last updated this comment at 2026-07-24 12:57:14 UTC



Bumps next from 12.3.7 to 16.2.11.
Release notes
Sourced from next's releases.
... (truncated)
Commits
9beca08v16.2.113c48c7a[16.x] Fix Turbopack middleware matcher with i18n single localeac1eff3[16.x] Improve performance of checking valid MPA form submissions9a4651e[16.x] EnforceserverActions.bodySizeLimitfor Server Actions in Edge runtimeb512063[16.x] Set correct origin for internal redirects in custom serverd303326[16.x] Ensure exotic rewrite param values are properly encoded73b9487[16.x] fix(fetch-cache): key fetch(Request, init) by the effective requestbf9d17f[16.x] fix(incremental-cache): byte-exact fetch cache key for binary bodiesfe28768[16.x] fix(next/image): improve performance of detectContentType()d8afb8d[16.x] Performance improvements when decoding React Server function payloadsMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for next since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Major framework jump (12→16) with stricter Node and React peers while the starter still pins React 17 and old eslint-config-next; lockfile-only change may break
npm install/next builduntil follow-up alignment.Overview
Bumps Next.js from 12 to 16 in
starters/create-builder/nextjsby changing thenextdependency to^16.2.11and regeneratingpackage-lock.jsonandyarn.lock.The resolved Next 16 tree adds optional
sharp/@img/*image tooling, newer PostCSS, styled-jsx, and @swc/helpers, and drops some older@next/swc-*platform packages that 12 used. Next’s engine requirement in the lockfile moves to Node>=20.9.0.This PR does not change application source, React (still 17), or
eslint-config-next(still 12)—so installs may surface peer dependency warnings until those are aligned separately.Reviewed by Cursor Bugbot for commit 838aacd. Bugbot is set up for automated code reviews on this repo. Configure here.