Skip to content

chore(deps): Bump next from 15.1.3 to 16.2.12 in /web - #65

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web/next-16.2.12
Closed

chore(deps): Bump next from 15.1.3 to 16.2.12 in /web#65
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web/next-16.2.12

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 2, 2026

Copy link
Copy Markdown
Contributor

Bumps next from 15.1.3 to 16.2.12.

Release notes

Sourced from next's releases.

v16.2.12

What's Changed

Full Changelog: vercel/next.js@v16.2.11...v16.2.12

v16.2.11

This release contains security fixes for the following advisories:

High:

Moderate:

v16.2.10

Contains no changes except publishing @next/swc-wasm-web which was accidentally not published since 16.2.4.

v16.2.9

Empty release to ensure next@latest points at a stable release. Next.js only allows publishing with Trusted Publishing enabled. In order to fix NPM dist-tags, we have to release a new version. Updating dist-tags is not possible with Trusted Publishing.

v16.2.8

Release with no changes in an attempt to fix next@latest pointing at a prerelease version.

v16.2.7

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Backport documentation fixes for v16.2 (#93804)
  • [backport] Patch playwright-core to resolve _finishedPromise on requestFailed (#93920)
  • [backport] Fix dev mode hydration failure when page is served from HTTP cache (#93492)
  • [backport] Fix catch-all router.query corruption with basePath + rewrites (#93917)
  • [backport] Encode non-ASCII characters in cache tags at construction (#93918)
  • [backport] Fix server action forwarding loop with middleware rewrites (#93919)
  • [backport] Turbopack: switch from base40 to base38 hash encoding (#93932)
  • [ci] Disable hanging node 24 typescript tests on 16.2 backport branch (#94164)

... (truncated)

Commits
  • 2234717 v16.2.12
  • 957f5ed [Backport] Fixes to support TypeScript 7 (#95831)
  • b56eb16 Backport/docs fixes 16.2 - July round (#96031)
  • 9beca08 v16.2.11
  • 3c48c7a [16.x] Fix Turbopack middleware matcher with i18n single locale
  • ac1eff3 [16.x] Improve performance of checking valid MPA form submissions
  • 9a4651e [16.x] Enforce serverActions.bodySizeLimit for Server Actions in Edge runtime
  • b512063 [16.x] Set correct origin for internal redirects in custom server
  • d303326 [16.x] Ensure exotic rewrite param values are properly encoded
  • 73b9487 [16.x] fix(fetch-cache): key fetch(Request, init) by the effective request
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for next since your current version.


@dependabot @github

dependabot Bot commented on behalf of github Aug 2, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps [next](https://github.com/vercel/next.js) from 15.1.3 to 16.2.12.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](vercel/next.js@v15.1.3...v16.2.12)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.2.12
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web/next-16.2.12 branch from ba525c1 to 7a625f8 Compare August 2, 2026 17:58
rslayer added a commit that referenced this pull request Aug 2, 2026
Combines Dependabot #65 (next) and #64 (eslint-config-next), which each
failed CI alone. Required changes for the framework major:

- eslint.config.mjs: eslint-config-next 16 ships NATIVE flat configs, so
  spread `eslint-config-next/core-web-vitals` and `.../typescript`
  directly instead of bridging the old eslintrc format through FlatCompat.
- Suppress the new react-hooks/set-state-in-effect rule at 5 call sites,
  each the SSR-safe "server-default state, read client value on mount"
  idiom (localStorage / OS-theme / staged-file reads, and a prop-reseed
  countdown). Zero runtime change; the rule stays active for new code.
- tsconfig.json: adopted Next 16's auto-written config (jsx react-jsx,
  .next/dev/types include).

Held back deliberately (upstream incompatibilities, not our code):
- typescript 7 (#49): typescript-eslint has no TS 7 support yet (#10940).
- eslint 10 (#58): eslint-config-next 16 bundles an eslint-plugin-react
  that calls context.getFilename(), removed in ESLint 10.

Local typecheck, lint, and `next build` (all 10 routes) pass.
Supersedes #65 and #64.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@rslayer

rslayer commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Superseded by #68 (combined Next 16 + eslint-config-next 16 upgrade). Merged.

@rslayer rslayer closed this Aug 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 2, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/web/next-16.2.12 branch August 2, 2026 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant