Skip to content

fix(deps): update nextjs monorepo to v16.2.11#605

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nextjs-monorepo
Open

fix(deps): update nextjs monorepo to v16.2.11#605
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nextjs-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jul 26, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
eslint-config-next (source) 16.2.016.2.11 age confidence
next (source) 16.2.016.2.11 age confidence

Release Notes

vercel/next.js (eslint-config-next)

v16.2.11

Compare Source

v16.2.10

Compare Source

v16.2.9

Compare Source

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

Compare Source

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

v16.2.7

Compare Source

[!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)
  • [backport] Fix "type: module" in project dir when using standalone or adapters (#​94050)
  • [backport] Propagate adapter preferred regions (#​94200)
  • [16.2.x] Don't drop FormData entries (#​94240)
  • [backport] feat(turbopack): add LocalPathOrProjectPath PostCSS config resolution (#​94284)
Credits

Huge thanks to @​eps1lon, @​icyJoseph, @​unstubbable, @​mischnic, @​bgw, @​timneutkens, and @​lukesandberg for helping!

v16.2.6

Compare Source

[!NOTE]
This release contains security fixes and backported bug fixes. It does not include all pending features/changes on canary.

Security Fixes

The following advisories have been addressed:

High:

Moderate:

Low:

Core Changes
  • fix: preserve HTTP access fallbacks during prerender recovery (#​92231)
  • Fix fallback route params case in app-page handler (#​91737)
  • Fix invalid HTML response for route-level RSC requests in deployment adapter (#​91541)
  • Patch setHeader for direct route handlers (#​93101)
  • Include deployment id in cacheHandlers keys (#​93453)
  • Fix double-encoding of URL pathname parts in client param parsing (#​93491)

v16.2.5

Compare Source

[!NOTE]
This release contains security fixes and backported bug fixes. It does not include all pending features/changes on canary.

Security Fixes

The following advisories have been addressed:

High:

Moderate:

Low:

Core Changes
  • fix: preserve HTTP access fallbacks during prerender recovery (#​92231)
  • Fix fallback route params case in app-page handler (#​91737)
  • Fix invalid HTML response for route-level RSC requests in deployment adapter (#​91541)
  • Patch setHeader for direct route handlers (#​93101)
  • Include deployment id in cacheHandlers keys (#​93453)
  • Fix double-encoding of URL pathname parts in client param parsing (#​93491)

v16.2.4

Compare Source

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

Core Changes
  • chore: Bump reqwest to 0.13.2 (Fixes Google Fonts with Turbopack for Windows on ARM64) (#​92713)
  • Turbopack: fix filesystem watcher config not applying follow_symlinks(false) (#​92631)
  • Scope Safari ?ts= cache-buster to CSS/font assets only (Pages Router) (#​92580)
  • Compiler: Support boolean and number primtives in next.config defines (#​92731)
  • turbo-tasks: Fix recomputation loop by allowing cell cleanup on error during recomputation (#​92725)
  • Turbopack: shorter error for ChunkGroupInfo::get_index_of (#​92814)
  • Turbopack: shorter error message for ModuleBatchesGraph::get_entry_index (#​92828)
  • Adding more system info to the 'initialize project' trace (#​92427)
Credits

Huge thanks to @​Badbird5907, @​lukesandberg, @​andrewimm, @​sokra, and @​mischnic for helping!

v16.2.3

Compare Source

[!NOTE]
This release is backporting security and bug fixes. For more information about the fixed security vulnerability, please see https://vercel.com/changelog/summary-of-cve-2026-23869. The release does not include all pending features/changes on canary.

Core Changes
  • Ensure app-page reports stale ISR revalidation errors via onRequestError (#​92282)
  • Fix [Bug]: manifest.ts breaks HMR in Next.js 16.2 (#​91981 through #​92273)
  • Deduplicate output assets and detect content conflicts on emit (#​92292)
  • Fix styled-jsx race condition: styles lost due to concurrent rendering (#​92459)
  • turbo-tasks-backend: stability fixes for task cancellation and error handling (#​92254)
Credits

Huge thanks to @​icyJoseph, @​sokra, @​wbinnssmith, @​eps1lon and @​ztanner for helping!

v16.2.2

Compare Source

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

Core Changes
  • backport: Move expanded adapters docs to API reference (#​92115) (#​92129)
  • Backport: TypeScript v6 deprecations for baseUrl and moduleResolution (#​92130)
  • [create-next-app] Skip interactive prompts when CLI flags are provided (#​91840)
  • next.config.js: Accept an option for serverFastRefresh (#​91968)
  • Turbopack: enable server HMR for app route handlers (#​91466)
  • Turbopack: exclude metadata routes from server HMR (#​92034)
  • Fix CI for glibc linux builds
  • Backport: disable bmi2 in qfilter #​92177
  • [backport] Fix CSS HMR on Safari (#​92174)
Credits

Huge thanks to @​nextjs-bot, @​icyJoseph, @​ijjk, @​gaojude, @​wbinnssmith, @​lukesandberg, and @​bgw for helping!

v16.2.1

Compare Source

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

Core Changes
  • docs: post release amends (#​91715)
  • docs: fix broken Activity Patterns demo link in preserving UI state guide (#​91698)
  • Fix adapter outputs for dynamic metadata routes (#​91680)
  • Turbopack: fix webpack loader runner layer (#​91727)
  • Fix server actions in standalone mode with cacheComponents (#​91711)
  • turbo-persistence: remove Unmergeable mmap advice (#​91713)
  • Fix layout segment optimization: move app-page imports to server-utility transition (#​91701)
  • Turbopack: lazy require metadata and handle TLA (#​91705)
  • [turbopack] Respect {eval:true} in worker_threads constructors (#​91666)
Credits

Huge thanks to @​icyJoseph, @​abhishekmardiya, @​ijjk, @​mischnic, @​unstubbable, @​sokra, and @​lukesandberg for helping!

vercel/next.js (next)

v16.2.11

Compare Source

v16.2.10

Compare Source

v16.2.9

Compare Source

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

Compare Source

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

v16.2.7

Compare Source

[!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)
  • [backport] Fix "type: module" in project dir when using standalone or adapters (#​94050)
  • [backport] Propagate adapter preferred regions (#​94200)
  • [16.2.x] Don't drop FormData entries (#​94240)
  • [backport] feat(turbopack): add LocalPathOrProjectPath PostCSS config resolution (#​94284)
Credits

Huge thanks to @​eps1lon, @​icyJoseph, @​unstubbable, @​mischnic, @​bgw, @​timneutkens, and @​lukesandberg for helping!

v16.2.6

Compare Source

[!NOTE]
This release contains security fixes and backported bug fixes. It does not include all pending features/changes on canary.

Security Fixes

The following advisories have been addressed:

High:

Moderate:

Low:

Core Changes
  • fix: preserve HTTP access fallbacks during prerender recovery (#​92231)
  • Fix fallback route params case in app-page handler (#​91737)
  • Fix invalid HTML response for route-level RSC requests in deployment adapter (#​91541)
  • Patch setHeader for direct route handlers (#​93101)
  • Include deployment id in cacheHandlers keys (#​93453)
  • Fix double-encoding of URL pathname parts in client param parsing (#​93491)

v16.2.5

Compare Source

[!NOTE]
This release contains security fixes and backported bug fixes. It does not include all pending features/changes on canary.

Security Fixes

The following advisories have been addressed:

High:

Moderate:

Low:

Core Changes
  • fix: preserve HTTP access fallbacks during prerender recovery (#​92231)
  • Fix fallback route params case in app-page handler (#​91737)
  • Fix invalid HTML response for route-level RSC requests in deployment adapter (#​91541)
  • Patch setHeader for direct route handlers (#​93101)
  • Include deployment id in cacheHandlers keys (#​93453)
  • Fix double-encoding of URL pathname parts in client param parsing (#​93491)

v16.2.4

Compare Source

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

Core Changes
  • chore: Bump reqwest to 0.13.2 (Fixes Google Fonts with Turbopack for Windows on ARM64) (#​92713)
  • Turbopack: fix filesystem watcher config not applying follow_symlinks(false) (#​92631)
  • Scope Safari ?ts= cache-buster to CSS/font assets only (Pages Router) (#​92580)
  • Compiler: Support boolean and number primtives in next.config defines (#​92731)
  • turbo-tasks: Fix recomputation loop by allowing cell cleanup on error during recomputation (#​92725)
  • Turbopack: shorter error for ChunkGroupInfo::get_index_of (#​92814)
  • Turbopack: shorter error message for ModuleBatchesGraph::get_entry_index (#​92828)
  • Adding more system info to the 'initialize project' trace (#​92427)
Credits

Huge thanks to @​Badbird5907, @​lukesandberg, @​andrewimm, @​sokra, and @​mischnic for helping!

v16.2.3

Compare Source

[!NOTE]
This release is backporting security and bug fixes. For more information about the fixed security vulnerability, please see https://vercel.com/changelog/summary-of-cve-2026-23869. The release does not include all pending features/changes on canary.

Core Changes
  • Ensure app-page reports stale ISR revalidation errors via onRequestError (#​92282)
  • Fix [Bug]: manifest.ts breaks HMR in Next.js 16.2 (#​91981 through #​92273)
  • Deduplicate output assets and detect content conflicts on emit (#​92292)
  • Fix styled-jsx race condition: styles lost due to concurrent rendering (#​92459)
  • turbo-tasks-backend: stability fixes for task cancellation and error handling (#​92254)
Credits

Huge thanks to @​icyJoseph, @​sokra, @​wbinnssmith, @​eps1lon and @​ztanner for helping!

v16.2.2

Compare Source

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

Core Changes
  • backport: Move expanded adapters docs to API reference (#​92115) (#​92129)
  • Backport: TypeScript v6 deprecations for baseUrl and moduleResolution (#​92130)
  • [create-next-app] Skip interactive prompts when CLI flags are provided (#​91840)
  • next.config.js: Accept an option for serverFastRefresh (#​91968)
  • Turbopack: enable server HMR for app route handlers (#​91466)
  • Turbopack: exclude metadata routes from server HMR (#​92034)
  • Fix CI for glibc linux builds
  • Backport: disable bmi2 in qfilter #​92177
  • [backport] Fix CSS HMR on Safari (#​92174)
Credits

Huge thanks to @​nextjs-bot, @​icyJoseph, @​ijjk, @​gaojude, @​wbinnssmith, @​lukesandberg, and @​bgw for helping!

v16.2.1

Compare Source

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

Core Changes
  • docs: post release amends (#​91715)
  • docs: fix broken Activity Patterns demo link in preserving UI state guide (#​91698)
  • Fix adapter outputs for dynamic metadata routes (#​91680)
  • Turbopack: fix webpack loader runner layer (#​91727)
  • Fix server actions in standalone mode with cacheComponents (#​91711)
  • turbo-persistence: remove Unmergeable mmap advice (#​91713)
  • Fix layout segment optimization: move app-page imports to server-utility transition (#​91701)
  • Turbopack: lazy require metadata and handle TLA (#​91705)
  • [turbopack] Respect {eval:true} in worker_threads constructors (#​91666)
Credits

Huge thanks to @​icyJoseph, @​abhishekmardiya, @​ijjk, @​mischnic, @​unstubbable, @​sokra, and @​lukesandberg for helping!


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel

vercel Bot commented Jul 26, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
react-boilerplate Ready Ready Preview, Comment Jul 21, 2026 6:50pm

Request Review

@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from cb4f64e to 61962c6 Compare July 27, 2025 21:07
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 61962c6 to c1de9ee Compare July 29, 2025 21:50
@renovate renovate Bot changed the title fix(deps): update nextjs monorepo to v15.4.4 fix(deps): update nextjs monorepo to v15.4.5 Jul 29, 2025
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from c1de9ee to fdfe2bb Compare August 6, 2025 21:01
@renovate renovate Bot changed the title fix(deps): update nextjs monorepo to v15.4.5 fix(deps): update nextjs monorepo to v15.4.6 Aug 6, 2025
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from fdfe2bb to 7963699 Compare August 18, 2025 22:00
@renovate renovate Bot changed the title fix(deps): update nextjs monorepo to v15.4.6 fix(deps): update nextjs monorepo Aug 18, 2025
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 7963699 to 7f93617 Compare August 19, 2025 00:47
@renovate renovate Bot changed the title fix(deps): update nextjs monorepo fix(deps): update nextjs monorepo to v15.4.7 Aug 19, 2025
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 7f93617 to cf74fab Compare August 20, 2025 03:43
@renovate renovate Bot changed the title fix(deps): update nextjs monorepo to v15.4.7 fix(deps): update nextjs monorepo to v15.5.0 Aug 20, 2025
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from cf74fab to 7a012a9 Compare August 25, 2025 13:05
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 7a012a9 to aee435f Compare August 25, 2025 14:49
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from aee435f to 4ca1fb7 Compare August 26, 2025 20:44
@renovate renovate Bot changed the title fix(deps): update nextjs monorepo to v15.5.0 fix(deps): update nextjs monorepo to v15.5.1 Aug 26, 2025
@renovate renovate Bot changed the title fix(deps): update nextjs monorepo to v15.5.1 fix(deps): update nextjs monorepo to v15.5.1 - autoclosed Aug 26, 2025
@renovate renovate Bot closed this Aug 26, 2025
@renovate
renovate Bot deleted the renovate/nextjs-monorepo branch August 26, 2025 21:20
@renovate renovate Bot changed the title fix(deps): update nextjs monorepo to v15.5.1 - autoclosed fix(deps): update nextjs monorepo to v15.5.1 Aug 27, 2025
@renovate renovate Bot changed the title fix(deps): update nextjs monorepo to v15.5.2 fix(deps): update nextjs monorepo to v15.5.3 Sep 11, 2025
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from e4a836b to 1ce32be Compare September 11, 2025 04:58
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 1ce32be to ecc7f5a Compare September 23, 2025 17:11
@renovate renovate Bot changed the title fix(deps): update nextjs monorepo to v15.5.3 fix(deps): update nextjs monorepo to v15.5.4 Sep 23, 2025
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from ecc7f5a to 1508712 Compare September 25, 2025 16:36
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 1508712 to 143e014 Compare October 13, 2025 17:52
@renovate renovate Bot changed the title fix(deps): update nextjs monorepo to v15.5.4 fix(deps): update nextjs monorepo to v15.5.5 Oct 13, 2025
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 143e014 to 9d5cfd5 Compare October 17, 2025 05:33
@renovate renovate Bot changed the title fix(deps): update nextjs monorepo to v15.5.5 fix(deps): update nextjs monorepo to v15.5.6 Oct 17, 2025
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 9d5cfd5 to 5189cc7 Compare October 21, 2025 12:12
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 5189cc7 to 97e60fd Compare November 10, 2025 14:02
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 97e60fd to 0bad04e Compare November 18, 2025 12:57
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 0bad04e to 6ceffc0 Compare December 3, 2025 17:11
@renovate renovate Bot changed the title fix(deps): update nextjs monorepo to v15.5.6 fix(deps): update nextjs monorepo to v15.5.7 Dec 3, 2025
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 6ceffc0 to 118885c Compare December 11, 2025 22:07
@renovate renovate Bot changed the title fix(deps): update nextjs monorepo to v15.5.7 fix(deps): update nextjs monorepo to v15.5.8 Dec 11, 2025
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 118885c to 52fb270 Compare December 12, 2025 03:37
@renovate renovate Bot changed the title fix(deps): update nextjs monorepo to v15.5.8 fix(deps): update nextjs monorepo to v15.5.9 Dec 12, 2025
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 52fb270 to 3157c9f Compare January 8, 2026 18:51
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 3157c9f to b5a2588 Compare January 26, 2026 22:07
@renovate renovate Bot changed the title fix(deps): update nextjs monorepo to v15.5.9 fix(deps): update nextjs monorepo to v15.5.10 Jan 26, 2026
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from b5a2588 to 0e32b83 Compare January 29, 2026 00:36
@renovate renovate Bot changed the title fix(deps): update nextjs monorepo to v15.5.10 fix(deps): update nextjs monorepo to v15.5.11 Jan 29, 2026
@renovate
renovate Bot force-pushed the renovate/nextjs-monorepo branch from 0e32b83 to 95da11c Compare February 4, 2026 18:48
@renovate renovate Bot changed the title fix(deps): update nextjs monorepo to v15.5.11 fix(deps): update nextjs monorepo to v15.5.12 Feb 4, 2026
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.

0 participants