Upgrade to Next.js 16.x #42
Labels
No labels
area:auth
area:ci
area:db
area:infra
area:native
area:pwa
area:service
epic
feature
foundation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
james/carol#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Scope
nextandeslint-config-nextpast the^15.3.0cap to the current stable 16.x (npm view next dist-tagsreportslatest: 16.2.9at time of writing).@serwist/next(currently^9),eslint-config-next,@types/react/react-domif 16 ships a new floor, and anyexperimental.*flags innext.config.mjsthat 16 has stabilized, renamed, or removed.params/searchParamsfollow-ups, image handling, ESLint flat-config changes — whatever 16's changelog actually changes./sw.js,/manifest.webmanifest,/offlinefallback, and the public-allowlist surface from #18..trivyignoreentries that referenced bundled Next.js CVEs from 15.x — drop the lines that no longer apply on 16.Out of scope
next.config.mjs.Acceptance criteria
package.jsonpins Next.js 16.x;npm ciproduces a coherent lockfile with no peer-range warnings on@serwist/nextoreslint-config-next.npm run typecheck,npm run lint,npm test, andnpm run buildall pass.npm run devstarts clean; theInvalid next.config.mjs options detected: 'nodeMiddleware'warning is gone (either because the experiment was stabilized — drop the flag — or because the schema gap is fixed).docs/adr/recording the Next.js major-version pin and the reasoning (per ADR-0001)..trivyignoreentries that no longer apply on 16.x are removed; the file's remaining entries still have valid justifications.Part of epic #1.