build(deps): bump next from 15.5.19 to 16.2.7#35
Merged
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
23dbfc4 to
a53b206
Compare
Collaborator
|
Holding this Next.js 15 -> 16 major upgrade for a dedicated migration (breaking changes: |
a53b206 to
6edfe3e
Compare
Bumps [next](https://github.com/vercel/next.js) from 15.5.19 to 16.2.7. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.5.19...v16.2.7) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
6edfe3e to
aaa3989
Compare
- Switch lint to the ESLint CLI (`eslint .`); `next lint` is removed in Next 16. Import eslint-config-next 16's native flat configs directly (FlatCompat crashed with a circular structure), bump it to ^16.2.7. - Build/dev with `--webpack`: Next 16 defaults to Turbopack, but the WASM setup relies on the custom webpack config. - Downgrade eslint-config-next 16's new React-Compiler rules (static-components, set-state-in-effect, refs, purity, immutability) to warnings for the inherited code; fix two prefer-const errors. - tsconfig jsx -> react-jsx (enforced by the Next 16 build). lint, `tsc --noEmit`, and `next build` all pass locally. The middleware file convention is deprecated in favor of `proxy` (non-fatal warning; left as a follow-up).
aaa3989 to
010044b
Compare
dannywillems
added a commit
that referenced
this pull request
Jun 3, 2026
dannywillems
added a commit
that referenced
this pull request
Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps next from 15.5.19 to 16.2.7.
Release notes
Sourced from next's releases.
... (truncated)
Commits
9bd3c26v16.2.7c63224f[backport] feat(turbopack): add LocalPathOrProjectPath PostCSS config resolut...63115c7[16.2.x] Don't dropFormDataentries (#94240)aef22fd[backport] Propagate adapter preferred regions (#94200)f126e72[backport] Fix "type: module" in project dir when using standalone or adapter...bda3e2a[ci] Disable hanging node 24 typescript tests on 16.2 backport branch (#94164)7e16e07[backport] Turbopack: switch from base40 to base38 hash encoding (#93932)6139f4b[backport] Fix server action forwarding loop with middleware rewrites (#93919)c021d10[backport] Encode non-ASCII characters in cache tags at construction (#93918)9184ddb[backport] Fix catch-allrouter.querycorruption withbasePath+ `rewrite...