Skip to content

chore(deps): bump next from 16.1.7 to 16.2.1#212

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/next-16.2.1
Open

chore(deps): bump next from 16.1.7 to 16.2.1#212
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/next-16.2.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2026

Bumps next from 16.1.7 to 16.2.1.

Release notes

Sourced from next's releases.

v16.2.1

[!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!

v16.2.1-canary.4

Core Changes

  • Fix adapter outputs for dynamic metadata routes: #91680

Misc Changes

  • Turbopack: fix webpack loader runner layer: #91727
  • [turbopack] Remove incorrect debug_assert in try_read_task_cell: #91699
  • Add module count field to module graph tracing spans: #91697
  • turbopack-cli: add --persistent-caching flag for filesystem-backed cache: #91657
  • Turbopack: pull in updated vercel/nft tests: #91651
  • Update Rspack development test manifest: #91695
  • [test] Unflake use-node-streams-env-precedence test: #91733
  • Update Rspack production test manifest: #91694
  • [turbopack] Improve regressed build speed on cross-compiled MUSL: #91477

Credits

Huge thanks to @​ijjk, @​mischnic, @​sokra, @​vercel-release-bot, @​unstubbable, and @​mmastrac for helping!

v16.2.1-canary.3

Core Changes

  • Fix layout segment optimization: move app-page imports to server-utility transition: #91701
  • Fix server actions in standalone mode with cacheComponents: #91711
  • Turbopack: lazy require metadata and handle TLA: #91705

Misc Changes

  • [turbopack] Optimize compaction cpu usage: #91468

... (truncated)

Commits
  • ed7d2ce v16.2.1
  • 3e37bb4 docs: post release amends (#91715)
  • a15ec6e docs: fix broken Activity Patterns demo link in preserving UI state guide (#9...
  • 600cd2f Fix adapter outputs for dynamic metadata routes (#91680)
  • 27886d3 Turbopack: fix webpack loader runner layer (#91727)
  • 88fc430 Fix server actions in standalone mode with cacheComponents (#91711)
  • 37aed86 turbo-persistence: remove Unmergeable mmap advice (#91713)
  • d6195ec Fix layout segment optimization: move app-page imports to server-utility tran...
  • 6cb97d6 Turbopack: lazy require metadata and handle TLA (#91705)
  • e6b101a [turbopack] Respect {eval:true} in worker_threads constructors (#91666)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [next](https://github.com/vercel/next.js) from 16.1.7 to 16.2.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.1.7...v16.2.1)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file frontend Frontend/UI changes labels Mar 20, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 20, 2026

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

Project Deployment Actions Updated (UTC)
volvox-website Ready Ready Preview, Comment Mar 20, 2026 11:36pm

Request Review

@claude
Copy link
Copy Markdown
Contributor

claude bot commented Mar 20, 2026

Claude encountered an error —— View job


I'll analyze this and get back to you.

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 20, 2026

Greptile Summary

This PR is a Dependabot-automated bump of next from 16.1.7 to 16.2.1, a backport bug-fix release with no new features.

Key changes:

  • package.json: next version updated from 16.1.7 to 16.2.1
  • pnpm-lock.yaml: All related entries updated consistently, including @next/env, all @next/swc-* platform binaries, peer-dependency resolution strings for @sentry/nextjs, @vercel/analytics, @vercel/speed-insights, and @next/third-parties
  • Two transitive dependencies also received minor bumps as part of the update: @emnapi/runtime (1.9.01.9.1) and baseline-browser-mapping (2.10.82.10.9)

The release notes indicate only bug fixes (dynamic metadata route adapter outputs, Turbopack loader fixes, server actions in standalone mode, layout segment optimization). The lockfile changes are consistent and auto-generated. No source code is modified.

Confidence Score: 5/5

  • This PR is safe to merge — it is a purely mechanical, Dependabot-generated dependency bump with only bug-fix changes and no source code modifications.
  • The update is a minor/patch version bump (16.1.7 → 16.2.1) that only backports bug fixes. The lockfile is consistently and automatically updated. No application source code is touched, and the Dependabot compatibility score indicates a high-confidence safe upgrade.
  • No files require special attention.

Important Files Changed

Filename Overview
package.json Updates the next dependency from 16.1.7 to 16.2.1 — a minor/patch version bump with only bug fixes; no breaking changes expected.
pnpm-lock.yaml Lockfile consistently updated to reflect the next@16.2.1 bump along with transitive dependency updates (@emnapi/runtime@1.9.1, baseline-browser-mapping@2.10.9) and all peer-dependency resolution strings; changes are coherent and auto-generated.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["Dependabot detects next 16.2.1"] --> B["package.json\nnext: 16.1.7 → 16.2.1"]
    B --> C["pnpm-lock.yaml updated"]
    C --> D["@next/env 16.1.7 → 16.2.1"]
    C --> E["@next/swc-* binaries 16.1.7 → 16.2.1"]
    C --> F["baseline-browser-mapping 2.10.8 → 2.10.9"]
    C --> G["@emnapi/runtime 1.9.0 → 1.9.1"]
    C --> H["Peer dep resolutions updated\n(@sentry/nextjs, @vercel/analytics,\n@vercel/speed-insights, @next/third-parties)"]
Loading

Last reviewed commit: "chore(deps): bump ne..."

@morph-subagents
Copy link
Copy Markdown

🤖 Morph Preview Test

Preview URL: https://volvox-website-epa4urmal-volvox-llc.vercel.app

AI Summary

Issues:

  • Mobile menu verification blocked: Viewport resizing to 320px/375px did not trigger the mobile breakpoint in the test environment (desktop navigation remained active).

Verified:

  • Core routing and dynamic project pages (Next.js dynamic routes) function correctly without full page reloads or hydration errors.
  • Client-side interactivity, including theme toggling and Lenis smooth scrolling, remains stable post-upgrade.
  • Homepage and About page rendering are consistent with no layout shifts or console errors detected.

Notes:

  • Environment limitation: The browser's internal window width remained at 1387px despite resize commands, preventing verification of the mobile-specific hamburger menu.

Recording

Preview Recording

View full session →


Automated testing by Morph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file frontend Frontend/UI changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant