Skip to content

Bump next from 14.2.26 to 15.4.2

Bumps next from 14.2.26 to 15.4.2.

Release notes

Sourced from next's releases.

v15.4.2

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

Core Changes

  • pages router metadata bugs with React 19 (#81733)
  • [metadata] replace for initial body icon case (#81688)
  • Ensure custom NextServer config is honored (#81681)

Credits

Huge thanks to @​huozhi, @​ijjk, and @​ztanner for helping!

v15.4.2-canary.10

Core Changes

  • Turbopack: fix dist dir on Windows: #81758
  • fix: remove boundary sentinel from RSC responses: #81857

Credits

Huge thanks to @​mischnic and @​wyattjoh for helping!

v15.4.2-canary.9

Core Changes

  • [devtool] migrate css reset to global.css: #81783
  • [dev-tools] Robust shortcut detection: #81756
  • [segment explorer] hide for pages router: #81813
  • [devtool] fix scrollbar styling: #81814
  • fix(ppr): ensure fallback route params trigger dynamic resume: #81812
  • [devtools] restart server pending state: #80858

Misc Changes

  • [turbopack] use require to load chunks in our node runtime: #81738

Credits

Huge thanks to @​huozhi, @​raunofreiberg, @​lukesandberg, @​wyattjoh, and @​devjiwonchoi for helping!

v15.4.2-canary.8

Core Changes

  • [devtool] move font styling to global.css: #81782
  • [devtool] copy decoded info of error details: #81735
  • fix(build): add sourcePage context for PPR dynamic route lambda creation: #81781
  • refactor: rename experimental.dynamicIO to experimental.cacheComponents: #81562

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • ``@dependabot rebase will rebase this PR
  • ``@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • ``@dependabot merge will merge this PR after your CI passes on it
  • ``@dependabot squash and merge will squash and merge this PR after your CI passes on it
  • ``@dependabot cancel merge will cancel a previously requested merge and block automerging
  • ``@dependabot reopen will reopen this PR if it is closed
  • ``@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • ``@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • ``@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • ``@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • ``@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Merge request reports

Loading