chore(deps): Bump next from 15.1.3 to 16.2.12 in /web - #65
chore(deps): Bump next from 15.1.3 to 16.2.12 in /web#65dependabot[bot] wants to merge 1 commit into
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Bumps [next](https://github.com/vercel/next.js) from 15.1.3 to 16.2.12. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v15.1.3...v16.2.12) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.12 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
ba525c1 to
7a625f8
Compare
Combines Dependabot #65 (next) and #64 (eslint-config-next), which each failed CI alone. Required changes for the framework major: - eslint.config.mjs: eslint-config-next 16 ships NATIVE flat configs, so spread `eslint-config-next/core-web-vitals` and `.../typescript` directly instead of bridging the old eslintrc format through FlatCompat. - Suppress the new react-hooks/set-state-in-effect rule at 5 call sites, each the SSR-safe "server-default state, read client value on mount" idiom (localStorage / OS-theme / staged-file reads, and a prop-reseed countdown). Zero runtime change; the rule stays active for new code. - tsconfig.json: adopted Next 16's auto-written config (jsx react-jsx, .next/dev/types include). Held back deliberately (upstream incompatibilities, not our code): - typescript 7 (#49): typescript-eslint has no TS 7 support yet (#10940). - eslint 10 (#58): eslint-config-next 16 bundles an eslint-plugin-react that calls context.getFilename(), removed in ESLint 10. Local typecheck, lint, and `next build` (all 10 routes) pass. Supersedes #65 and #64. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
|
Superseded by #68 (combined Next 16 + eslint-config-next 16 upgrade). Merged. |
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps next from 15.1.3 to 16.2.12.
Release notes
Sourced from next's releases.
... (truncated)
Commits
2234717v16.2.12957f5ed[Backport] Fixes to support TypeScript 7 (#95831)b56eb16Backport/docs fixes 16.2 - July round (#96031)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 requestMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for next since your current version.