chore(deps): bump next from 14.2.4 to 16.2.12 - #191
Conversation
4de93b1 to
7bf2222
Compare
Bumps [next](https://github.com/vercel/next.js) from 14.2.4 to 16.2.12. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v14.2.4...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>
7bf2222 to
e305cc7
Compare
|
Closing for now — this jumps two major versions (14.2.4 → 16.2.12) in one automated PR, which is too large to land as a routine dependency bump. It already breaks CI in a way that signals more is coming: Next.js removed the `next lint` CLI command in this range entirely (`npm run lint` fails with `Invalid project directory provided`), so `package.json`'s lint script needs to call `eslint` directly. That's very likely just the first of several breaking changes between 14 and 16 (App Router changes, React version requirements — see #189, etc.). Recommend treating the Next.js upgrade as its own planned project: go one major version at a time (14→15→16), fix what breaks at each step, and verify the app manually in a browser before merging — not something to wave through on green CI alone. |
|
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 14.2.4 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.