chore(deps): bump next from 16.2.9 to 16.2.11 - #1293
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cfafb691a9
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "mermaid": "^11.12.1", | ||
| "nanoid": "^5.1.6", | ||
| "next": "16.2.9", | ||
| "next": "16.2.11", |
There was a problem hiding this comment.
Update the Bun lockfile with the Next.js bump
This changes package.json to require next 16.2.11, but bun.lock still pins the root manifest and the next package/SWC optional deps to 16.2.9. I checked Bun's local help for --frozen-lockfile (Disallow changes to lockfile), and the repo's CI/Docker paths install with bun install --frozen-lockfile (.github/workflows/ci.yml and Dockerfile), so those fresh installs need a lockfile update and will fail rather than applying this security bump.
Useful? React with 👍 / 👎.
|
🤖 pr-fix routine: blocked, not by missing feedback I diagnosed the failing checks ( Root cause: this PR bumps Why I can't fix it myself: the fix requires running This is likely the same root cause behind the other dependency-bump PRs in this repo already carrying To unblock: run If you'd like, it may also be worth checking whether this routine's network egress allowlist can be extended to include Generated by Claude Code |
cfafb69 to
18ff744
Compare
Bumps [next](https://github.com/vercel/next.js) from 16.2.9 to 16.2.11. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v16.2.9...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 bumped package.json without regenerating the bun lockfile (bun.lock is not natively supported by dependabot), so CI fails at bun install --frozen-lockfile. Regenerated with bun 1.2.23 to match the bun-version pinned in CI. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
d5bf01e to
247b28b
Compare
Bumps next from 16.2.9 to 16.2.11.
Release notes
Sourced from next's releases.
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 payloads