build(deps): bump next from 14.2.30 to 16.2.3 in /docs#292
build(deps): bump next from 14.2.30 to 16.2.3 in /docs#292dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [next](https://github.com/vercel/next.js) from 14.2.30 to 16.2.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.30...v16.2.3) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
Smoke-tested locally by installing the new lockfile + ```
The current `docs/next.config.mjs` passes `theme: 'nextra-theme-docs'` to `nextra()`, which is the Nextra 2 API. Next.js 16 pulls in Nextra 4, which moved theme configuration out of Fixing this properly requires:
That's a dedicated upgrade task, not a dependabot auto-merge. Holding this PR open until someone plans the migration — please don't auto-merge it. Alternatives: (a) close this and wait for Nextra 5 / a different upgrade path, (b) configure dependabot to ignore Next.js major versions via |
|
Additional context after trying an audit pass on `docs/` in the current main: the docs site is already broken on main, not just on this PR branch. Running `npm run build` in /docs right now (with next@14.2.30, nextra@4.6.0 from the committed lockfile) produces the same error: ``` Commit `12f7652 build(deps): bump js-yaml, nextra and nextra-theme-docs in /docs` (already merged) bumped `nextra` to 4.6.0, but `docs/next.config.mjs` still uses the nextra 2 API (`theme: 'nextra-theme-docs'`). The docs site has been unbuildable since that commit landed; no one's noticed because there's no docs build in CI. This means the Nextra 4 migration isn't optional anymore — it's already needed even without the next.js 16 upgrade. Suggested path:
`npm audit` against docs/ also surfaced 5 remaining high-severity advisories that are unfixable in the next 14.x line — they require 15+. So fixing these security findings is gated on the same Nextra 4 migration. Holding this PR open still. Closing it would also be fine since the work needs to happen as its own ticket/PR regardless. |
Bumps next from 14.2.30 to 16.2.3.
Release notes
Sourced from next's releases.
... (truncated)
Commits
d5f649bv16.2.32873928[16.x] Avoid consuming cyclic models multiple times (#75)d7c7765[backport]: Ensure app-page reports stale ISR revalidation errors via onReque...c573e8cfix(server-hmr): metadata routes overwrite page runtime HMR handler (#92273)57b8f65next-core: deduplicate output assets and detect content conflicts on emit (#9...f158df1Fix styled-jsx race condition: styles lost due to concurrent rendering (#92459)356d605turbo-tasks-backend: stability fixes for task cancellation and error handling...3b77a6eFix DashMap read-write self-deadlock in task_cache causing hangs (#92210)b2f208aBackport: new view-transitions guide, update and fixes (#92264)52faae3v16.2.2Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.