Skip to content

build(deps): bump next from 16.2.10 to 16.2.11 - #5204

Closed
dependabot[bot] wants to merge 1 commit into
v3from
dependabot/npm_and_yarn/next-16.2.11
Closed

build(deps): bump next from 16.2.10 to 16.2.11#5204
dependabot[bot] wants to merge 1 commit into
v3from
dependabot/npm_and_yarn/next-16.2.11

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps next from 16.2.10 to 16.2.11.

Release notes

Sourced from next's releases.

v16.2.11

This release contains security fixes for the following advisories:

High:

Moderate:

Commits
  • 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
  • bf9d17f [16.x] fix(incremental-cache): byte-exact fetch cache key for binary bodies
  • fe28768 [16.x] fix(next/image): improve performance of detectContentType()
  • d8afb8d [16.x] Performance improvements when decoding React Server function payloads
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [next](https://github.com/vercel/next.js) from 16.2.10 to 16.2.11.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](vercel/next.js@v16.2.10...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>
@dependabot dependabot Bot added dependencies javascript Pull requests that update Javascript code labels Jul 25, 2026
@dependabot
dependabot Bot requested a review from rschlaefli as a code owner July 25, 2026 20:56
@dependabot dependabot Bot added dependencies javascript Pull requests that update Javascript code labels Jul 25, 2026
@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. security Pull requests that address a security vulnerability labels Jul 25, 2026
@greptile-apps

greptile-apps Bot commented Jul 25, 2026

Copy link
Copy Markdown

Confidence Score: 4/5

The PR appears safe to merge, although the unrelated lockfile churn should preferably be removed or split into independently reviewable dependency updates.

The five runtime applications consistently receive the intended Next.js security patch, while the only accepted concern is the non-blocking expansion of the lockfile update into unrelated dependency trees.

Files Needing Attention: pnpm-lock.yaml

Important Files Changed

Filename Overview
apps/auth/package.json Updates the auth application's exact Next.js dependency to 16.2.11.
apps/chat/package.json Updates the chat application's exact Next.js dependency to 16.2.11.
apps/frontend-control/package.json Updates the control application's exact Next.js dependency to 16.2.11.
apps/frontend-manage/package.json Updates the management application's exact Next.js dependency to 16.2.11.
apps/frontend-pwa/package.json Updates the student PWA's exact Next.js dependency to 16.2.11.
pnpm-lock.yaml Resolves Next.js 16.2.11 for the applications but also includes substantial unrelated transitive dependency churn.

Fix All in Codex Fix All in Claude Code

Reviews (1): Last reviewed commit: "build(deps): bump next from 16.2.10 to 1..." | Re-trigger Greptile

Comment thread pnpm-lock.yaml
@@ -458,7 +458,7 @@ importers:
version: 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Unrelated transitive lockfile churn

This lockfile update refreshes unrelated PostCSS, Terser, Azure SDK, MSAL, Babel, and other dependency trees without matching manifest changes, expanding a focused Next.js security patch into dependency upgrades that are harder to review, attribute, and revert independently.

Context Used: CLAUDE.md (source)

Knowledge Base Used: Monorepo Tooling and CI

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Fix in Codex Fix in Claude Code

@rschlaefli rschlaefli closed this Jul 26, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 26, 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/next-16.2.11 branch July 26, 2026 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code security Pull requests that address a security vulnerability size:XS This PR changes 0-9 lines, ignoring generated files.

Development

Successfully merging this pull request may close these issues.

1 participant