Thanks to visit codestin.com
Credit goes to github.com

Skip to content

build(deps): bump next from 15.5.19 to 16.2.7#35

Merged
dannywillems merged 3 commits into
devfrom
dependabot/npm_and_yarn/dev/next-16.2.7
Jun 2, 2026
Merged

build(deps): bump next from 15.5.19 to 16.2.7#35
dannywillems merged 3 commits into
devfrom
dependabot/npm_and_yarn/dev/next-16.2.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown

Bumps next from 15.5.19 to 16.2.7.

Release notes

Sourced from next's releases.

v16.2.7

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Backport documentation fixes for v16.2 (#93804)
  • [backport] Patch playwright-core to resolve _finishedPromise on requestFailed (#93920)
  • [backport] Fix dev mode hydration failure when page is served from HTTP cache (#93492)
  • [backport] Fix catch-all router.query corruption with basePath + rewrites (#93917)
  • [backport] Encode non-ASCII characters in cache tags at construction (#93918)
  • [backport] Fix server action forwarding loop with middleware rewrites (#93919)
  • [backport] Turbopack: switch from base40 to base38 hash encoding (#93932)
  • [ci] Disable hanging node 24 typescript tests on 16.2 backport branch (#94164)
  • [backport] Fix "type: module" in project dir when using standalone or adapters (#94050)
  • [backport] Propagate adapter preferred regions (#94200)
  • [16.2.x] Don't drop FormData entries (#94240)
  • [backport] feat(turbopack): add LocalPathOrProjectPath PostCSS config resolution (#94284)

Credits

Huge thanks to @​eps1lon, @​icyJoseph, @​unstubbable, @​mischnic, @​bgw, @​timneutkens, and @​lukesandberg for helping!

v16.2.6

[!NOTE] This release contains security fixes and backported bug fixes. It does not include all pending features/changes on canary.

Security Fixes

The following advisories have been addressed:

High:

Moderate:

Low:

... (truncated)

Commits
  • 9bd3c26 v16.2.7
  • c63224f [backport] feat(turbopack): add LocalPathOrProjectPath PostCSS config resolut...
  • 63115c7 [16.2.x] Don't drop FormData entries (#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-all router.query corruption with basePath + `rewrite...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: frontend. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot changed the title build(deps): bump next from 15.5.7 to 16.2.7 build(deps): bump next from 15.5.19 to 16.2.7 Jun 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/next-16.2.7 branch from 23dbfc4 to a53b206 Compare June 2, 2026 20:00
@dannywillems

Copy link
Copy Markdown
Collaborator

Holding this Next.js 15 -> 16 major upgrade for a dedicated migration (breaking changes: next lint removal, config/API changes). Not merging with the routine dependency bumps.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/next-16.2.7 branch from a53b206 to 6edfe3e Compare June 2, 2026 20:12
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]>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/next-16.2.7 branch from 6edfe3e to aaa3989 Compare June 2, 2026 20:42
- 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).
@dannywillems dannywillems force-pushed the dependabot/npm_and_yarn/dev/next-16.2.7 branch from aaa3989 to 010044b Compare June 2, 2026 20:50
@dannywillems dannywillems merged commit 4146fc9 into dev Jun 2, 2026
17 of 18 checks passed
@dannywillems dannywillems deleted the dependabot/npm_and_yarn/dev/next-16.2.7 branch June 2, 2026 20:53
dannywillems added a commit that referenced this pull request Jun 3, 2026
dannywillems added a commit that referenced this pull request Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant