Skip to content

chore(deps): bump next from 16.2.10 to 16.3.3 - #36

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/next-16.3.3
Closed

chore(deps): bump next from 16.2.10 to 16.3.3#36
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/next-16.3.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor

Bumps next from 16.2.10 to 16.3.3.

Release notes

Sourced from next's releases.

v16.3.3

This release contains security fixes for the following advisories:

Critical:

v16.3.2

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

Core Changes

  • [backport] Scope app-entry export validation to files inside the app directory (#97357)
  • [backport] Fix catch-all index page being served for every other slug (#97416)
  • [16.3] Turbopack: don't trace embedded WASM loader helpers (#97353) (#97463)
  • [16.3] Turbopack: retain conditions when replacing resolve request keys (#97453)
  • [16.3.x] Fix Turbopack worker chunk loading with asset prefix (#97419)
  • [16.3.x] Authenticate Turborepo remote caching with OIDC instead of a static PAT (#97603)

Credits

Huge thanks to @​lubieowoce, @​unstubbable, @​timneutkens, @​mischnic, and @​eps1lon for helping!

v16.3.1

What's Changed

Full Changelog: vercel/next.js@v16.3.0...v16.3.1

... (truncated)

Commits
  • a9a1cb7 v16.3.3
  • 968b9fc [16.3.x] Fix ISR misses with backslashes in segments when deployed on Windows
  • 3a15b4a [16.3.x] [next/image]: disable avif image optimization
  • 7378b51 Backport/docs fixes 16.3 (#97649)
  • 528c1cd [16.3.x] Stop generating error codes (#97780)
  • d0ac882 v16.3.2
  • 81deb92 [16.3.x] Authenticate Turborepo remote caching with OIDC instead of a static ...
  • cd714d9 [16.3.x] Fix Turbopack worker chunk loading with asset prefix (#97419)
  • 5ac2327 [16.3] Turbopack: retain conditions when replacing resolve request keys (#97453)
  • 0ccb3e7 [16.3] Turbopack: don't trace embedded WASM loader helpers (#97353) (#97463)
  • 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.3.3.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](vercel/next.js@v16.2.10...v16.3.3)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.3.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 11, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 11, 2026

@clestons clestons left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

✅ APPROVE — #36 · 建议优先合并

Head: ee6b7b1 · dependabot · next 16.2.10 → 16.3.3 · 2 文件 +284/−222(lockfile 为主)
轮次: 2-round(纯依赖升级)· R1a+R1b DeepSeek → 判断由执行者做

作者意图(一句话):把 Next.js 升到 16.3.3。顺带修掉了仓库里唯一一个 critical 漏洞。

为什么建议优先合它

main 上的 next@16.2.10 落在 npm audit 报的 critical 区间 9.3.4-canary.0 – 16.3.2 里(中间件/Proxy 绕过、Server Actions SSRF、响应体缓存混淆等)。实测对比同一时间的两次 CI:

漏洞数 critical Security Audit
#35(仍是 next 16.2.10) 16(3 moderate / 12 high / 1 critical) 1(next)
#36(next 16.3.3) 13(4 moderate / 9 high) 0

--audit-level=critical 的门槛下,这个 PR 让 Security Audit 从红变绿;其余 PR(例如 #35)的红灯也都来自这同一个 next。

核过的

  • integrity 与官方 registry 逐字一致next@16.3.3 lockfile 里的 sha512-tuRTx1nQ… = registry.npmjs.orgdist.integrity
  • 换源:改到的 41 个条目 resolved 都从 registry.npmmirror.com 换成了 registry.npmjs.org(integrity 行 −40/+40 同步更新)。integrity 是内容哈希,与下载源无关,上一条一致就说明没有夹带;lockfile 因此是混合源,不影响安装。
  • Node 版本:next 16.3.3 要求 node >=20.9.0(其依赖 sharp 同样)。仓库的 .nvmrcDockerfilenode:20.19.0-alpine)都是 20.19.0,CI 的 node-version: "20" 取最新 20.x —— 全部满足。
  • CI:Build(aastar / aastar-frontend)、Code Quality、CodeQL(JS / TS)、Security Audit、CI Success 全绿。

一处值得知道(不阻塞)

lockfile 里 postcssdev: true 标记没了 —— next 16.3 在运行时依赖它,所以它从开发依赖变成了生产依赖树的一部分。符合预期,只是镜像体积会多一点点。

结论

APPROVE,建议先于其它 PR 合并 —— 它是修掉 critical 的那一个。

@dependabot @github

dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #37.

@dependabot dependabot Bot closed this Sep 11, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/next-16.3.3 branch September 11, 2026 03:38
@github-actions github-actions Bot locked and limited conversation to collaborators Sep 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant