Skip to content

Commit

Permalink
Update nextjs monorepo to v14.2.5 (#960)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@next/env](https://togithub.com/vercel/next.js)
([source](https://togithub.com/vercel/next.js/tree/HEAD/packages/next-env))
| [`14.0.4` ->
`14.2.5`](https://renovatebot.com/diffs/npm/@next%2fenv/14.0.4/14.2.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@next%2fenv/14.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@next%2fenv/14.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@next%2fenv/14.0.4/14.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@next%2fenv/14.0.4/14.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [next](https://nextjs.org)
([source](https://togithub.com/vercel/next.js)) | [`14.0.4` ->
`14.2.5`](https://renovatebot.com/diffs/npm/next/14.0.4/14.2.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/next/14.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next/14.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next/14.0.4/14.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/14.0.4/14.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/next.js (@&#8203;next/env)</summary>

###
[`v14.2.5`](https://togithub.com/vercel/next.js/releases/tag/v14.2.5)

[Compare
Source](https://togithub.com/vercel/next.js/compare/v14.2.4...v14.2.5)

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

##### Core Changes

- avoid merging global css in a way that leaks into other chunk groups
([#&#8203;67373](https://togithub.com/vercel/next.js/issues/67373))
- Fix server action edge redirect with middleware rewrite
([#&#8203;67148](https://togithub.com/vercel/next.js/issues/67148))
- fix(next): reject protocol-relative URLs in image optimization
([#&#8203;65752](https://togithub.com/vercel/next.js/issues/65752))
- fix(next-swc): correct path interop to filepath for wasm
([#&#8203;65633](https://togithub.com/vercel/next.js/issues/65633))
- Use addDependency to track metadata route file changes
([#&#8203;66714](https://togithub.com/vercel/next.js/issues/66714))
- Fix noindex is missing on static not-found page
([#&#8203;67135](https://togithub.com/vercel/next.js/issues/67135))
- perf: improve retrieving versionInfo on Turbo HMR
([#&#8203;67309](https://togithub.com/vercel/next.js/issues/67309))
- fix(next/image): handle invalid url
([#&#8203;67465](https://togithub.com/vercel/next.js/issues/67465))
- fix(next): initial prefetch cache not set properly with different
search params
([#&#8203;65977](https://togithub.com/vercel/next.js/issues/65977))
- fix: Backport class properties fix
([#&#8203;67377](https://togithub.com/vercel/next.js/issues/67377))
- Upgrade acorn
([#&#8203;67592](https://togithub.com/vercel/next.js/issues/67592))

##### Misc

- Log stdio for pull-turbo-cache script
([#&#8203;66759](https://togithub.com/vercel/next.js/issues/66759))
- Ensure turbo is setup when building in docker
([#&#8203;66804](https://togithub.com/vercel/next.js/issues/66804))

##### Credits

Huge thanks to
[@&#8203;devjiwonchoi](https://togithub.com/devjiwonchoi),
[@&#8203;ijjk](https://togithub.com/ijjk),
[@&#8203;emmerich](https://togithub.com/emmerich),
[@&#8203;huozhi](https://togithub.com/huozhi),
[@&#8203;kdy1](https://togithub.com/kdy1),
[@&#8203;kwonoj](https://togithub.com/kwonoj),
[@&#8203;styfle](https://togithub.com/styfle), and
[@&#8203;sokra](https://togithub.com/sokra) for helping!

###
[`v14.2.4`](https://togithub.com/vercel/next.js/releases/tag/v14.2.4)

[Compare
Source](https://togithub.com/vercel/next.js/compare/v14.2.3...v14.2.4)

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

##### Core Changes

- fix: ensure route handlers properly track dynamic access
([#&#8203;66446](https://togithub.com/vercel/next.js/issues/66446))
- fix NextRequest proxy in edge runtime
([#&#8203;66551](https://togithub.com/vercel/next.js/issues/66551))
- Fix next/dynamic with babel and src dir
([#&#8203;65177](https://togithub.com/vercel/next.js/issues/65177))
- Use vercel deployment url for metadataBase fallbacks
([#&#8203;65089](https://togithub.com/vercel/next.js/issues/65089))
- fix(next/image): detect react@19 for fetchPriority prop
([#&#8203;65235](https://togithub.com/vercel/next.js/issues/65235))
- Fix loading navigation with metadata and prefetch
([#&#8203;66447](https://togithub.com/vercel/next.js/issues/66447))
- prevent duplicate RSC fetch when action redirects
([#&#8203;66620](https://togithub.com/vercel/next.js/issues/66620))
- ensure router cache updates reference the latest cache values
([#&#8203;66681](https://togithub.com/vercel/next.js/issues/66681))
- Prevent append of trailing slash in cases where path ends with a file
extension
([#&#8203;66636](https://togithub.com/vercel/next.js/issues/66636))
- Fix inconsistency with 404 getStaticProps cache-control
([#&#8203;66674](https://togithub.com/vercel/next.js/issues/66674))
- Use addDependency to track metadata route file changes
([#&#8203;66714](https://togithub.com/vercel/next.js/issues/66714))
- Add timeout/retry handling for fetch cache
([#&#8203;66652](https://togithub.com/vercel/next.js/issues/66652))
- fix: app-router prefetch crash when an invalid URL is passed to Link
([#&#8203;66755](https://togithub.com/vercel/next.js/issues/66755))

##### Credits

Huge thanks to [@&#8203;ztanner](https://togithub.com/ztanner),
[@&#8203;ijjk](https://togithub.com/ijjk),
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith),
[@&#8203;huozhi](https://togithub.com/huozhi), and
[@&#8203;lubieowoce](https://togithub.com/lubieowoce) for helping!

###
[`v14.2.3`](https://togithub.com/vercel/next.js/releases/tag/v14.2.3)

[Compare
Source](https://togithub.com/vercel/next.js/compare/v14.2.2...v14.2.3)

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

##### Core Changes

- Fix: resolve mixed re-exports module as cjs
([#&#8203;64681](https://togithub.com/vercel/next.js/issues/64681))
- fix: mixing namespace import and named import client components
([#&#8203;64809](https://togithub.com/vercel/next.js/issues/64809))
- Fix mixed exports in server component with barrel optimization
([#&#8203;64894](https://togithub.com/vercel/next.js/issues/64894))
- Fix next/image usage in
mdx([#&#8203;64875](https://togithub.com/vercel/next.js/issues/64875))
- fix(fetch-cache): fix additional typo, add type & data validation
([#&#8203;64799](https://togithub.com/vercel/next.js/issues/64799))
- prevent erroneous route interception during lazy fetch
([#&#8203;64692](https://togithub.com/vercel/next.js/issues/64692))
- fix root page revalidation when redirecting in a server action
([#&#8203;64730](https://togithub.com/vercel/next.js/issues/64730))
- fix: remove traceparent from cachekey should not remove traceparent
from original object
([#&#8203;64727](https://togithub.com/vercel/next.js/issues/64727))
- Clean-up fetch metrics tracking
([#&#8203;64746](https://togithub.com/vercel/next.js/issues/64746))

##### Credits

Huge thanks to [@&#8203;huozhi](https://togithub.com/huozhi),
[@&#8203;samcx](https://togithub.com/samcx),
[@&#8203;ztanner](https://togithub.com/ztanner),
[@&#8203;Jeffrey-Zutt](https://togithub.com/Jeffrey-Zutt), and
[@&#8203;ijjk](https://togithub.com/ijjk) for helping!

###
[`v14.2.2`](https://togithub.com/vercel/next.js/releases/tag/v14.2.2)

[Compare
Source](https://togithub.com/vercel/next.js/compare/v14.2.1...v14.2.2)

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

##### Core Changes

- Fix Server Action error logs for unhandled POST requests
([#&#8203;64315](https://togithub.com/vercel/next.js/issues/64315))
- Improve rendering performance
([#&#8203;64408](https://togithub.com/vercel/next.js/issues/64408))
- Fix the method prop case in Server Actions transform
([#&#8203;64398](https://togithub.com/vercel/next.js/issues/64398))
- fix(next-lint): update option --report-unused-disable-directives to
--report-unused-disable-directives-severity
([#&#8203;64405](https://togithub.com/vercel/next.js/issues/64405))
- tweak test for Azure
([#&#8203;64424](https://togithub.com/vercel/next.js/issues/64424))
- router restore should take priority over pending actions
([#&#8203;64449](https://togithub.com/vercel/next.js/issues/64449))
- Fix client boundary inheritance for barrel optimization
([#&#8203;64467](https://togithub.com/vercel/next.js/issues/64467))
- improve turborepo caching
([#&#8203;64493](https://togithub.com/vercel/next.js/issues/64493))
- feat: strip traceparent header from cachekey
([#&#8203;64499](https://togithub.com/vercel/next.js/issues/64499))
-   Fix more Turbopack build tests
- Update lockfile for compatibility with turbo
([#&#8203;64360](https://togithub.com/vercel/next.js/issues/64360))
- Fix typo in dynamic-rendering.ts
([#&#8203;64365](https://togithub.com/vercel/next.js/issues/64365))
- Fix DynamicServerError not being thrown in fetch
([#&#8203;64511](https://togithub.com/vercel/next.js/issues/64511))
- fix(next): Metadata.openGraph values not resolving basic values when
type is set
([#&#8203;63620](https://togithub.com/vercel/next.js/issues/63620))
- disable production chunking in dev
([#&#8203;64488](https://togithub.com/vercel/next.js/issues/64488))
- Fix cjs client components tree-shaking
([#&#8203;64558](https://togithub.com/vercel/next.js/issues/64558))
- fix refresh behavior for discarded actions
([#&#8203;64532](https://togithub.com/vercel/next.js/issues/64532))
- fix: filter out middleware requests in logging
([#&#8203;64549](https://togithub.com/vercel/next.js/issues/64549))
- Turbopack: Allow client components to be imported in app routes
([#&#8203;64520](https://togithub.com/vercel/next.js/issues/64520))
- Fix ASL bundling for dynamic css
([#&#8203;64451](https://togithub.com/vercel/next.js/issues/64451))
- add pathname normalizer for actions
([#&#8203;64592](https://togithub.com/vercel/next.js/issues/64592))
- fix incorrect refresh request when basePath is set
([#&#8203;64589](https://togithub.com/vercel/next.js/issues/64589))
- test: skip turbopack build test
([#&#8203;64356](https://togithub.com/vercel/next.js/issues/64356))
- hotfix(turbopack): Update with patch for postcss.config.js path
resolution on Windows
([#&#8203;64677](https://togithub.com/vercel/next.js/issues/64677))

##### Credits

Huge thanks to [@&#8203;shuding](https://togithub.com/shuding),
[@&#8203;coltonehrman](https://togithub.com/coltonehrman),
[@&#8203;ztanner](https://togithub.com/ztanner),
[@&#8203;huozhi](https://togithub.com/huozhi),
[@&#8203;sokra](https://togithub.com/sokra),
[@&#8203;Jeffrey-Zutt](https://togithub.com/Jeffrey-Zutt),
[@&#8203;timneutkens](https://togithub.com/timneutkens),
[@&#8203;wbinnssmith](https://togithub.com/wbinnssmith),
[@&#8203;wiesson](https://togithub.com/wiesson),
[@&#8203;ijjk](https://togithub.com/ijjk),
[@&#8203;devjiwonchoi](https://togithub.com/devjiwonchoi), and
[@&#8203;bgw](https://togithub.com/bgw) for helping!

###
[`v14.2.1`](https://togithub.com/vercel/next.js/releases/tag/v14.2.1)

[Compare
Source](https://togithub.com/vercel/next.js/compare/v14.2.0...v14.2.1)

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

##### Core Changes

- use pathToFileUrl to make esm import()s work with absolute windows
paths
([#&#8203;64386](https://togithub.com/vercel/next.js/issues/64386))
[@&#8203;sokra](https://togithub.com/sokra)

##### Credits

Huge thanks to [@&#8203;sokra](https://togithub.com/sokra) for helping!

###
[`v14.2.0`](https://togithub.com/vercel/next.js/releases/tag/v14.2.0)

[Compare
Source](https://togithub.com/vercel/next.js/compare/v14.1.4...v14.2.0)

Learn more: https://nextjs.org/blog/next-14-2

##### Core Changes

- Update build worker warning to use debug:
[#&#8203;60847](https://togithub.com/vercel/next.js/issues/60847)
- fix: added
[@&#8203;sentry/profiling-node](https://togithub.com/sentry/profiling-node)
to sep list to prevent build/bundle breakage:
[#&#8203;60855](https://togithub.com/vercel/next.js/issues/60855)
- Optimize build trace ignores:
[#&#8203;60859](https://togithub.com/vercel/next.js/issues/60859)
- Deprecation warning for config.analyticsId:
[#&#8203;60677](https://togithub.com/vercel/next.js/issues/60677)
- chore: indicate staleness more prominently in `next info` output:
[#&#8203;60376](https://togithub.com/vercel/next.js/issues/60376)
- Telemetry: createComponentTree span:
[#&#8203;60857](https://togithub.com/vercel/next.js/issues/60857)
- chore: replace micromatch w/ picomatch:
[#&#8203;60699](https://togithub.com/vercel/next.js/issues/60699)
- Report HMR latency as trace spans for Turbopack:
[#&#8203;60799](https://togithub.com/vercel/next.js/issues/60799)
- Turbopack: always log HMR rebuild times:
[#&#8203;60908](https://togithub.com/vercel/next.js/issues/60908)
- Error overlay refactors:
[#&#8203;60886](https://togithub.com/vercel/next.js/issues/60886)
- Use precompiled source-map in overlay middleware:
[#&#8203;60932](https://togithub.com/vercel/next.js/issues/60932)
- Use more precompiled deps in react-dev-overlay:
[#&#8203;60959](https://togithub.com/vercel/next.js/issues/60959)
- Fix next phase for next build:
[#&#8203;60969](https://togithub.com/vercel/next.js/issues/60969)
- chore: update turbopack:
[#&#8203;60980](https://togithub.com/vercel/next.js/issues/60980)
- refactor(analysis): rust based page-static-info, deprecate js parse
interface in next-swc:
[#&#8203;59300](https://togithub.com/vercel/next.js/issues/59300)
- disable static generation on interception routes:
[#&#8203;61004](https://togithub.com/vercel/next.js/issues/61004)
- Docs: Address community feedback:
[#&#8203;60960](https://togithub.com/vercel/next.js/issues/60960)
- avoid output of webpack stats:
[#&#8203;61023](https://togithub.com/vercel/next.js/issues/61023)
- Revert "refactor(analysis): rust based page-static-info, deprecate js
parse interface in next-swc":
[#&#8203;61021](https://togithub.com/vercel/next.js/issues/61021)
- fix useSelectedLayoutSegment's support for parallel routes:
[#&#8203;60912](https://togithub.com/vercel/next.js/issues/60912)
- Dynamic APIs:
[#&#8203;60645](https://togithub.com/vercel/next.js/issues/60645)
- Enable next.js version checker in turbopack:
[#&#8203;61034](https://togithub.com/vercel/next.js/issues/61034)
- chore: Update `terser` to `v5.27.0`:
[#&#8203;61068](https://togithub.com/vercel/next.js/issues/61068)
- Update `swc_core` to `v0.87.28`:
[#&#8203;60876](https://togithub.com/vercel/next.js/issues/60876)
- update turbopack:
[#&#8203;61015](https://togithub.com/vercel/next.js/issues/61015)
- Implement client_root for edge in Turbopack:
[#&#8203;61024](https://togithub.com/vercel/next.js/issues/61024)
- fix parallel route top-level catch-all normalization logic to support
nested explicit (non-catchall) slot routes:
[#&#8203;60776](https://togithub.com/vercel/next.js/issues/60776)
- fix(image): warn when animated image is missing `unoptimized` prop:
[#&#8203;61045](https://togithub.com/vercel/next.js/issues/61045)
- Fix version checker not displaying when version newer than npm:
[#&#8203;61075](https://togithub.com/vercel/next.js/issues/61075)
- Fix sitemap generateSitemaps support for string id:
[#&#8203;61088](https://togithub.com/vercel/next.js/issues/61088)
- ppr: ensure the router state tree is provided for interception routes:
[#&#8203;61059](https://togithub.com/vercel/next.js/issues/61059)
- Improve the Server Actions SWC transform:
[#&#8203;61001](https://togithub.com/vercel/next.js/issues/61001)
- Fix instrument bundling as client components:
[#&#8203;60984](https://togithub.com/vercel/next.js/issues/60984)
- fix(turbopack): use correct layout for 404 page:
[#&#8203;61032](https://togithub.com/vercel/next.js/issues/61032)
- fix: emotion import source should be enabled in SSR contexts:
[#&#8203;61099](https://togithub.com/vercel/next.js/issues/61099)
- chore: update turbopack:
[#&#8203;61090](https://togithub.com/vercel/next.js/issues/61090)
- fix(turbopack): custom page extensions for `_app`:
[#&#8203;60789](https://togithub.com/vercel/next.js/issues/60789)
- Disable trace uploads with NEXT_TRACE_UPLOAD_DISABLE:
[#&#8203;61101](https://togithub.com/vercel/next.js/issues/61101)
- add `optimizeServerReact` to config-shared:
[#&#8203;61106](https://togithub.com/vercel/next.js/issues/61106)
- Fix filesystempublicroutes test for Turbopack:
[#&#8203;61132](https://togithub.com/vercel/next.js/issues/61132)
- chore: upgrade webpack to 5.90.0:
[#&#8203;61109](https://togithub.com/vercel/next.js/issues/61109)
- Add `maxDuration` to typescript plugin allowed exports:
[#&#8203;59193](https://togithub.com/vercel/next.js/issues/59193)
- Upgrade Turbopack:
[#&#8203;61190](https://togithub.com/vercel/next.js/issues/61190)
- build: remove sentry from the externals list:
[#&#8203;61194](https://togithub.com/vercel/next.js/issues/61194)
- exclude default routes from isPageStatic check:
[#&#8203;61173](https://togithub.com/vercel/next.js/issues/61173)
- Add stack trace to client rendering bailout error:
[#&#8203;61200](https://togithub.com/vercel/next.js/issues/61200)
- chore: refactor image optimization to separate external/internal urls:
[#&#8203;61172](https://togithub.com/vercel/next.js/issues/61172)
- parallel routes: support multi-slot layouts:
[#&#8203;61115](https://togithub.com/vercel/next.js/issues/61115)
- Refine revalidatePath warning message:
[#&#8203;61220](https://togithub.com/vercel/next.js/issues/61220)
- revert changes to process default routes at build:
[#&#8203;61241](https://togithub.com/vercel/next.js/issues/61241)
- Fix cookie merging in Server Action redirections:
[#&#8203;61113](https://togithub.com/vercel/next.js/issues/61113)
- Update `swc_core` to `v0.89.x`:
[#&#8203;61086](https://togithub.com/vercel/next.js/issues/61086)
- Fix Server Reference being double registered:
[#&#8203;61244](https://togithub.com/vercel/next.js/issues/61244)
- Fix Server Action redirection with absolute internal URL:
[#&#8203;60798](https://togithub.com/vercel/next.js/issues/60798)
- Fix indentation in source code of dev overlay:
[#&#8203;61216](https://togithub.com/vercel/next.js/issues/61216)
- Update `swc_core` to `v0.89.4`:
[#&#8203;61285](https://togithub.com/vercel/next.js/issues/61285)
- fix: Revert `preset-env` mode of `styled-jsx` in webpack mode:
[#&#8203;61306](https://togithub.com/vercel/next.js/issues/61306)
- DX: add route context to the dynamic errors:
[#&#8203;61332](https://togithub.com/vercel/next.js/issues/61332)
- Telemetry: add time-to-first-byte signal:
[#&#8203;61238](https://togithub.com/vercel/next.js/issues/61238)
- Refine logging message of experiments:
[#&#8203;61337](https://togithub.com/vercel/next.js/issues/61337)
- fix(turbopack): don't parse `.ts` files as `.tsx`:
[#&#8203;61219](https://togithub.com/vercel/next.js/issues/61219)
- Update turbopack:
[#&#8203;61381](https://togithub.com/vercel/next.js/issues/61381)
- Same as
[#&#8203;61360](https://togithub.com/vercel/next.js/issues/61360):
[#&#8203;61369](https://togithub.com/vercel/next.js/issues/61369)
- Always respect NEXT_TRACE_UPLOAD_DISABLED:
[#&#8203;61402](https://togithub.com/vercel/next.js/issues/61402)
- parallel routes: fix catch-all slots being treated as optional
catch-all:
[#&#8203;61174](https://togithub.com/vercel/next.js/issues/61174)
- fix hmr telemetry reporting:
[#&#8203;61420](https://togithub.com/vercel/next.js/issues/61420)
- chore: Update `swc_core` to `v0.89.6`:
[#&#8203;61426](https://togithub.com/vercel/next.js/issues/61426)
- Update turbopack:
[#&#8203;61433](https://togithub.com/vercel/next.js/issues/61433)
- fix a perf problem in VersionedContentMap:
[#&#8203;61442](https://togithub.com/vercel/next.js/issues/61442)
- Fix next dynamic import named export from client components:
[#&#8203;61378](https://togithub.com/vercel/next.js/issues/61378)
- fix issues loading CSS in default slots:
[#&#8203;61428](https://togithub.com/vercel/next.js/issues/61428)
- avoid sending issues turbopack messages to browser:
[#&#8203;61443](https://togithub.com/vercel/next.js/issues/61443)
- Support crossOrigin in Turbopack:
[#&#8203;61461](https://togithub.com/vercel/next.js/issues/61461)
- Pass down \__NEXT_EXPERIMENTAL_REACT env to webpack build worker
explicitly:
[#&#8203;61463](https://togithub.com/vercel/next.js/issues/61463)
- Replace image optimizer IPC call with request handler:
[#&#8203;61471](https://togithub.com/vercel/next.js/issues/61471)
- feat(next): trace build dependencies for turborepo:
[#&#8203;59553](https://togithub.com/vercel/next.js/issues/59553)
- Turbopack: fix telemetry attributes for swc options:
[#&#8203;61474](https://togithub.com/vercel/next.js/issues/61474)
- Always show version text in error overlay:
[#&#8203;61421](https://togithub.com/vercel/next.js/issues/61421)
- Fix build worker callback arg missing correct page path :
[#&#8203;61347](https://togithub.com/vercel/next.js/issues/61347)
- Update font data:
[#&#8203;61479](https://togithub.com/vercel/next.js/issues/61479)
- build: upgrade edge-runtime:
[#&#8203;61030](https://togithub.com/vercel/next.js/issues/61030)
- Fix experimental react support in app-route runtime:
[#&#8203;61511](https://togithub.com/vercel/next.js/issues/61511)
- Fix .env hmr for Node.js runtime in Turbopack:
[#&#8203;61504](https://togithub.com/vercel/next.js/issues/61504)
- remove unnecessary PPR branch in non-PPR reducer:
[#&#8203;61176](https://togithub.com/vercel/next.js/issues/61176)
- fix: bump `@vercel/[email protected]`:
[#&#8203;61538](https://togithub.com/vercel/next.js/issues/61538)
- chore: update ESLint and plugins to latest:
[#&#8203;61544](https://togithub.com/vercel/next.js/issues/61544)
- Update turbopack:
[#&#8203;61553](https://togithub.com/vercel/next.js/issues/61553)
- feat: first pass of `next/font` manifest:
[#&#8203;61424](https://togithub.com/vercel/next.js/issues/61424)
- Fix .env HMR for Turbopack in Edge runtime:
[#&#8203;61565](https://togithub.com/vercel/next.js/issues/61565)
- build(cargo): bump up turbopack:
[#&#8203;61590](https://togithub.com/vercel/next.js/issues/61590)
- refactor(next-core): consolidate custom ecma transform rules:
[#&#8203;61481](https://togithub.com/vercel/next.js/issues/61481)
- ensure server action errors notify rejection handlers:
[#&#8203;61588](https://togithub.com/vercel/next.js/issues/61588)
- feat(turbopack): only preload fonts that opt in:
[#&#8203;61591](https://togithub.com/vercel/next.js/issues/61591)
- feat(turbopack): serve google fonts locally and allow preloading them:
[#&#8203;61596](https://togithub.com/vercel/next.js/issues/61596)
- Update font data:
[#&#8203;61621](https://togithub.com/vercel/next.js/issues/61621)
- Remove unused mockedRes in resolveRoutes:
[#&#8203;61635](https://togithub.com/vercel/next.js/issues/61635)
- Fix
[@&#8203;react-pdf/renderer](https://togithub.com/react-pdf/renderer)
not working in RSC:
[#&#8203;61317](https://togithub.com/vercel/next.js/issues/61317)
- Remove extra edge-runtime/primitives override:
[#&#8203;61641](https://togithub.com/vercel/next.js/issues/61641)
- Encode revalidateTag value fixes
[#&#8203;61390](https://togithub.com/vercel/next.js/issues/61390):
[#&#8203;61392](https://togithub.com/vercel/next.js/issues/61392)
- Update README.md:
[#&#8203;48717](https://togithub.com/vercel/next.js/issues/48717)
- chore: update README.md:
[#&#8203;61650](https://togithub.com/vercel/next.js/issues/61650)
- avoid processing client components and server actions in route
handlers:
[#&#8203;60985](https://togithub.com/vercel/next.js/issues/60985)
- chore: Update `@swc/helpers` to `v0.5.5`:
[#&#8203;61659](https://togithub.com/vercel/next.js/issues/61659)
- feat(ts): expose `MiddlewareConfig` interface:
[#&#8203;61576](https://togithub.com/vercel/next.js/issues/61576)
- Revert "build: upgrade edge-runtime":
[#&#8203;61686](https://togithub.com/vercel/next.js/issues/61686)
- feat(ts): add JSDoc comments for public APIs:
[#&#8203;61649](https://togithub.com/vercel/next.js/issues/61649)
- fix(next-core): adjust server alias for the context:
[#&#8203;61690](https://togithub.com/vercel/next.js/issues/61690)
- fix setAssetPrefix when running on NextCustomServer:
[#&#8203;61676](https://togithub.com/vercel/next.js/issues/61676)
- fix: status code for 404 props queries to avoid client side navigation
with empty props:
[#&#8203;60968](https://togithub.com/vercel/next.js/issues/60968)
- fix(next-eslint): `.eslintrc.json` not being created by `next lint` on
App Router:
[#&#8203;55104](https://togithub.com/vercel/next.js/issues/55104)
- Update React from
[`60a927d`](https://togithub.com/vercel/next.js/commit/60a927d04) to
[`2bc7d33`](https://togithub.com/vercel/next.js/commit/2bc7d336a):
[#&#8203;61522](https://togithub.com/vercel/next.js/issues/61522)
- fix(turbopack): read preload option for google fonts:
[#&#8203;61679](https://togithub.com/vercel/next.js/issues/61679)
- decode magic identifiers:
[#&#8203;61658](https://togithub.com/vercel/next.js/issues/61658)
- Associate server error digest with browser logged one:
[#&#8203;61592](https://togithub.com/vercel/next.js/issues/61592)
- chore: update turbopack:
[#&#8203;61682](https://togithub.com/vercel/next.js/issues/61682)
- fix loading issue when navigating to page with async metadata:
[#&#8203;61687](https://togithub.com/vercel/next.js/issues/61687)
- fix(ts): `ReadonlyURLSearchParams` should extend `URLSearchParams`:
[#&#8203;61419](https://togithub.com/vercel/next.js/issues/61419)
- fix navigation issue when dynamic param casing changes:
[#&#8203;61726](https://togithub.com/vercel/next.js/issues/61726)
- Fix next/server api alias for ESM pkg:
[#&#8203;61721](https://togithub.com/vercel/next.js/issues/61721)
- feat(transforms): enable rsc transforms for the remaining contexts:
[#&#8203;61231](https://togithub.com/vercel/next.js/issues/61231)
- fix: allow some recursion for middleware subrequests:
[#&#8203;60615](https://togithub.com/vercel/next.js/issues/60615)
- feat(next-swc): support wasm32-\* build target:
[#&#8203;61586](https://togithub.com/vercel/next.js/issues/61586)
- Turbopack: convert between locations correctly:
[#&#8203;61477](https://togithub.com/vercel/next.js/issues/61477)
- feat(next/image)!: remove `squoosh` in favor of `sharp` as optional
dep: [#&#8203;61696](https://togithub.com/vercel/next.js/issues/61696)
- Navigation Signals in PPR:
[#&#8203;60450](https://togithub.com/vercel/next.js/issues/60450)
- Revert "Turbopack: convert between locations correctly
([#&#8203;61477](https://togithub.com/vercel/next.js/issues/61477))":
[#&#8203;61733](https://togithub.com/vercel/next.js/issues/61733)
- Fix duplicate line in README:
[#&#8203;61691](https://togithub.com/vercel/next.js/issues/61691)
- docs: fix example code missing comma:
[#&#8203;59012](https://togithub.com/vercel/next.js/issues/59012)
- Reapply "Turbopack: convert between locations correctly
([#&#8203;61477](https://togithub.com/vercel/next.js/issues/61477))"
([#&#8203;61733](https://togithub.com/vercel/next.js/issues/61733)):
[#&#8203;61735](https://togithub.com/vercel/next.js/issues/61735)
- Fix: Error Fetching \_devpagesmanifest.json
[#&#8203;17274](https://togithub.com/vercel/next.js/issues/17274):
[#&#8203;60349](https://togithub.com/vercel/next.js/issues/60349)
- fix jsDoc of notFound:
[#&#8203;61692](https://togithub.com/vercel/next.js/issues/61692)
- feat(next-core): expand matching js extensions for the rules:
[#&#8203;61745](https://togithub.com/vercel/next.js/issues/61745)
- source map fixes:
[#&#8203;61723](https://togithub.com/vercel/next.js/issues/61723)
- Add experimental touchstart flag for testing:
[#&#8203;61747](https://togithub.com/vercel/next.js/issues/61747)
- partially fix css duplication in app dir:
[#&#8203;61198](https://togithub.com/vercel/next.js/issues/61198)
- build(cargo): add deps for the wasi:
[#&#8203;61784](https://togithub.com/vercel/next.js/issues/61784)
- fix(ts): match `MiddlewareConfig` with documentation:
[#&#8203;61718](https://togithub.com/vercel/next.js/issues/61718)
- Fix attempted import error for react:
[#&#8203;61791](https://togithub.com/vercel/next.js/issues/61791)
- consolidate prefetch utils & separate build util:
[#&#8203;61789](https://togithub.com/vercel/next.js/issues/61789)
- Skip client-side data-fetching after ssr error :
[#&#8203;51377](https://togithub.com/vercel/next.js/issues/51377)
- fix(next-swc): Detect `exports.foo` from `cjs_finder`:
[#&#8203;61795](https://togithub.com/vercel/next.js/issues/61795)
- feat(next-core): build time client|server-only assertion:
[#&#8203;61732](https://togithub.com/vercel/next.js/issues/61732)
- Fall back loading chunks for sourcemap tracing:
[#&#8203;61790](https://togithub.com/vercel/next.js/issues/61790)
- Increase Rust stack size:
[#&#8203;61809](https://togithub.com/vercel/next.js/issues/61809)
- Revert "feat(next/image)!: remove `squoosh` in favor of `sharp` as
optional dep":
[#&#8203;61810](https://togithub.com/vercel/next.js/issues/61810)
- DX: fix error overlay flash:
[#&#8203;61813](https://togithub.com/vercel/next.js/issues/61813)
- feat: Allow specifying `useLightningcss` for `styled-jsx`:
[#&#8203;61359](https://togithub.com/vercel/next.js/issues/61359)
- Guard against restoring router state with missing data:
[#&#8203;61822](https://togithub.com/vercel/next.js/issues/61822)
- fix: babel usage with next/image:
[#&#8203;61835](https://togithub.com/vercel/next.js/issues/61835)
- fix:(next/image) handle `remotePatterns` with a dot in the pathname:
[#&#8203;60488](https://togithub.com/vercel/next.js/issues/60488)
- Update React from
[`2bc7d33`](https://togithub.com/vercel/next.js/commit/2bc7d336a) to
[`ba5e6a8`](https://togithub.com/vercel/next.js/commit/ba5e6a832):
[#&#8203;61837](https://togithub.com/vercel/next.js/issues/61837)
- DX: fix error overlay flash:
[#&#8203;61813](https://togithub.com/vercel/next.js/issues/61813)
- feat: Allow specifying `useLightningcss` for `styled-jsx`:
[#&#8203;61359](https://togithub.com/vercel/next.js/issues/61359)
- Guard against restoring router state with missing data:
[#&#8203;61822](https://togithub.com/vercel/next.js/issues/61822)
- fix: babel usage with next/image:
[#&#8203;61835](https://togithub.com/vercel/next.js/issues/61835)
- fix:(next/image) handle `remotePatterns` with a dot in the pathname:
[#&#8203;60488](https://togithub.com/vercel/next.js/issues/60488)
- Update React from
[`2bc7d33`](https://togithub.com/vercel/next.js/commit/2bc7d336a) to
[`ba5e6a8`](https://togithub.com/vercel/next.js/commit/ba5e6a832):
[#&#8203;61837](https://togithub.com/vercel/next.js/issues/61837)
- update turbopack:
[#&#8203;61187](https://togithub.com/vercel/next.js/issues/61187)
- conditionally send Next-URL in Vary response:
[#&#8203;61794](https://togithub.com/vercel/next.js/issues/61794)
- provide interception rewrites to edge runtime:
[#&#8203;61414](https://togithub.com/vercel/next.js/issues/61414)
- Update app-index to only ever construct the initial data response
once: [#&#8203;61869](https://togithub.com/vercel/next.js/issues/61869)
- Move turbopack helpers:
[#&#8203;61917](https://togithub.com/vercel/next.js/issues/61917)
- hot-reloader-turbopack refactors:
[#&#8203;61929](https://togithub.com/vercel/next.js/issues/61929)
- More hot-reloader-turbopack refactors:
[#&#8203;61940](https://togithub.com/vercel/next.js/issues/61940)
- fix(next/image): improve warning when `fill` and `sizes="100vw"`:
[#&#8203;61949](https://togithub.com/vercel/next.js/issues/61949)
- build(cargo): bump up turbopack to latest:
[#&#8203;61952](https://togithub.com/vercel/next.js/issues/61952)
- build(cargo): update turbopack for filewatcher fix:
[#&#8203;61955](https://togithub.com/vercel/next.js/issues/61955)
- ci(workflow): deploy rustdocs for turbopack:
[#&#8203;61958](https://togithub.com/vercel/next.js/issues/61958)
- Support resuming a complete HTML prerender that has dynamic flight
data: [#&#8203;60865](https://togithub.com/vercel/next.js/issues/60865)
- Fix empty white page with parallel routes + loading boundaries:
[#&#8203;61597](https://togithub.com/vercel/next.js/issues/61597)
- Update `swc_core` to `v0.90.7` and update turbopack:
[#&#8203;61662](https://togithub.com/vercel/next.js/issues/61662)
- Turbopack: remove server addr:
[#&#8203;61932](https://togithub.com/vercel/next.js/issues/61932)
- More hot-reloader-turbopack refactors:
[#&#8203;61993](https://togithub.com/vercel/next.js/issues/61993)
- Use destructured object for
[#&#8203;61993](https://togithub.com/vercel/next.js/issues/61993):
[#&#8203;61996](https://togithub.com/vercel/next.js/issues/61996)
- only prefix prefetch cache entries if they vary based on `Next-URL`:
[#&#8203;61235](https://togithub.com/vercel/next.js/issues/61235)
- seed prefetch cache with initial page:
[#&#8203;61535](https://togithub.com/vercel/next.js/issues/61535)
- Remove leftover server addr references:
[#&#8203;61997](https://togithub.com/vercel/next.js/issues/61997)
- log fast refresh in app dir:
[#&#8203;61441](https://togithub.com/vercel/next.js/issues/61441)
- docs(turbopack): build more docs:
[#&#8203;61977](https://togithub.com/vercel/next.js/issues/61977)
- fix(next-core): correct error message:
[#&#8203;62011](https://togithub.com/vercel/next.js/issues/62011)
- docs(turbopack): reduce documentation size:
[#&#8203;62016](https://togithub.com/vercel/next.js/issues/62016)
- Reduce memory/cache overhead from over loader processing:
[#&#8203;62005](https://togithub.com/vercel/next.js/issues/62005)
- fix: bump `@vercel/[email protected]`:
[#&#8203;62019](https://togithub.com/vercel/next.js/issues/62019)
- refactor(next-core): do not reexport turbopack_binding:
[#&#8203;62018](https://togithub.com/vercel/next.js/issues/62018)
- build: Update `swc_core` to `v0.90.8`:
[#&#8203;61976](https://togithub.com/vercel/next.js/issues/61976)
- merge pages and app overlays:
[#&#8203;60899](https://togithub.com/vercel/next.js/issues/60899)
- Rename internal utility naming for clarification :
[#&#8203;62048](https://togithub.com/vercel/next.js/issues/62048)
- fix: handle multiple `x-forwarded-proto` headers:
[#&#8203;58824](https://togithub.com/vercel/next.js/issues/58824)
- Fix server components externals on SSR layer:
[#&#8203;61986](https://togithub.com/vercel/next.js/issues/61986)
- Fixed useParams hook undesired re-renders and updated it to use
PathParamsContext in the app router.:
[#&#8203;60708](https://togithub.com/vercel/next.js/issues/60708)
- docs(turbopack): conslidate existing links:
[#&#8203;62034](https://togithub.com/vercel/next.js/issues/62034)
- fix(custom-transform): allow to assert empty program for rsc:
[#&#8203;61922](https://togithub.com/vercel/next.js/issues/61922)
- fix navigation applying stale data when triggered from global not
found: [#&#8203;62033](https://togithub.com/vercel/next.js/issues/62033)
- fix(turbopack): `react-dom/server` in rsc context:
[#&#8203;61165](https://togithub.com/vercel/next.js/issues/61165)
- refactor(tests): make chain more "correct":
[#&#8203;51728](https://togithub.com/vercel/next.js/issues/51728)
- Add puppeteer-core to server-external-packages.json:
[#&#8203;62063](https://togithub.com/vercel/next.js/issues/62063)
- Fix extra swc optimizer applied to node_modules in browser layer:
[#&#8203;62051](https://togithub.com/vercel/next.js/issues/62051)
- docs(turbopack): revise links:
[#&#8203;62062](https://togithub.com/vercel/next.js/issues/62062)
- Fix output: export with custom distDir:
[#&#8203;62064](https://togithub.com/vercel/next.js/issues/62064)
- fix(next-core): apply image-loader alias to the remaining context:
[#&#8203;62070](https://togithub.com/vercel/next.js/issues/62070)
- More hot-reloader-turbopack refactors:
[#&#8203;62055](https://togithub.com/vercel/next.js/issues/62055)
- Ensure Turbopack writes font optimization manifest:
[#&#8203;62079](https://togithub.com/vercel/next.js/issues/62079)
- update turbopack:
[#&#8203;62080](https://togithub.com/vercel/next.js/issues/62080)
- chore: hide version info network error:
[#&#8203;62084](https://togithub.com/vercel/next.js/issues/62084)
- Add dev option to Turbopack createProject():
[#&#8203;62083](https://togithub.com/vercel/next.js/issues/62083)
- Remove unused app-turbopack files:
[#&#8203;62087](https://togithub.com/vercel/next.js/issues/62087)
- make router restore action resilient to a missing tree:
[#&#8203;62098](https://togithub.com/vercel/next.js/issues/62098)
- Turbopack: add support for dynamic requests in require() and import():
[#&#8203;62092](https://togithub.com/vercel/next.js/issues/62092)
- docs(turbopack): move docs to separate:
[#&#8203;62069](https://togithub.com/vercel/next.js/issues/62069)
- Implement Vc<NextMode>:
[#&#8203;62099](https://togithub.com/vercel/next.js/issues/62099)
- fix: add `zeromq` to server-external-packages.json:
[#&#8203;62105](https://togithub.com/vercel/next.js/issues/62105)
- Fix trailing slash for canonical url:
[#&#8203;62109](https://togithub.com/vercel/next.js/issues/62109)
- Consolidate NextMode checks:
[#&#8203;62106](https://togithub.com/vercel/next.js/issues/62106)
- Improve the Server Actions SWC transform (part 2):
[#&#8203;62052](https://togithub.com/vercel/next.js/issues/62052)
- Should not warn metadataBase missing if only absolute urls are
present:
[#&#8203;61898](https://togithub.com/vercel/next.js/issues/61898)
- Update to `turbopack-240215.5`:
[#&#8203;62119](https://togithub.com/vercel/next.js/issues/62119)
- Add polyfill for `Object.hasOwn`:
[#&#8203;60437](https://togithub.com/vercel/next.js/issues/60437)
- OpenTelemetry: trace API routes in page router:
[#&#8203;62120](https://togithub.com/vercel/next.js/issues/62120)
- Fix [@&#8203;next/mdx](https://togithub.com/next/mdx) types:
[#&#8203;57580](https://togithub.com/vercel/next.js/issues/57580)
- DX: hide the webpack info prefix for module paths:
[#&#8203;62101](https://togithub.com/vercel/next.js/issues/62101)
- Show build errors from Turbopack:
[#&#8203;62139](https://togithub.com/vercel/next.js/issues/62139)
- Fix issue with ComponentMod being read in Turbopack:
[#&#8203;62141](https://togithub.com/vercel/next.js/issues/62141)
- Fix handling subpath for server components externals:
[#&#8203;62150](https://togithub.com/vercel/next.js/issues/62150)
- docs(next-api): trying to document project_update_info_subscribe:
[#&#8203;61962](https://togithub.com/vercel/next.js/issues/61962)
- add support for esmExternals in pages:
[#&#8203;61983](https://togithub.com/vercel/next.js/issues/61983)
- docs: updated link in JSDoc for the shallow property in link.tsx:
[#&#8203;62181](https://togithub.com/vercel/next.js/issues/62181)
- Update font data:
[#&#8203;62173](https://togithub.com/vercel/next.js/issues/62173)
- Update split chunk handling for edge/node:
[#&#8203;62205](https://togithub.com/vercel/next.js/issues/62205)
- Ensure webpack build worker defaults on:
[#&#8203;62214](https://togithub.com/vercel/next.js/issues/62214)
- feat: Lint invalid CSS modules:
[#&#8203;62040](https://togithub.com/vercel/next.js/issues/62040)
- Add page name to error logged in Turbopack:
[#&#8203;62218](https://togithub.com/vercel/next.js/issues/62218)
- add turbo.resolveExtensions to allow to customize extensions:
[#&#8203;62004](https://togithub.com/vercel/next.js/issues/62004)
- fix(turbopack): catchall route matching:
[#&#8203;62114](https://togithub.com/vercel/next.js/issues/62114)
- fix: clarify Dynamic API calls in wrong context:
[#&#8203;62143](https://togithub.com/vercel/next.js/issues/62143)
- refactor(turbopack): wrap manifest loading in helper class:
[#&#8203;62118](https://togithub.com/vercel/next.js/issues/62118)
- refactor(turbopack): resolve routes by page name instead of pathname:
[#&#8203;61778](https://togithub.com/vercel/next.js/issues/61778)
- Ensure handleRouteType does not throw in production builds:
[#&#8203;62234](https://togithub.com/vercel/next.js/issues/62234)
- fix: set swr delta:
[#&#8203;61330](https://togithub.com/vercel/next.js/issues/61330)
- Fix type error in build.ts:
[#&#8203;62253](https://togithub.com/vercel/next.js/issues/62253)
- fix(next): `terser-webpack-plugin` path in `taskfile.js` is missing
'src': [#&#8203;62229](https://togithub.com/vercel/next.js/issues/62229)
- Update `swc_core` to `v0.90.10`:
[#&#8203;62222](https://togithub.com/vercel/next.js/issues/62222)
- Add test log prefix for otel:
[#&#8203;62258](https://togithub.com/vercel/next.js/issues/62258)
- Update turbopack:
[#&#8203;62263](https://togithub.com/vercel/next.js/issues/62263)
- feat(cli): show available memory/CPU cores in `next info`:
[#&#8203;62249](https://togithub.com/vercel/next.js/issues/62249)
- fix(turbopack): print missing slots in debug message:
[#&#8203;62280](https://togithub.com/vercel/next.js/issues/62280)
- Tree shake the unused exports in direct relative imported client
component module:
[#&#8203;62238](https://togithub.com/vercel/next.js/issues/62238)
- Verify correctness of externals:
[#&#8203;62235](https://togithub.com/vercel/next.js/issues/62235)
- Renew prefetch cache entry after update from server:
[#&#8203;61573](https://togithub.com/vercel/next.js/issues/61573)
- fix(next-core): fix aliased free var for edge runtime:
[#&#8203;62289](https://togithub.com/vercel/next.js/issues/62289)
- update turbopack:
[#&#8203;62285](https://togithub.com/vercel/next.js/issues/62285)
- Allow fetch to propagate arbitrary init options:
[#&#8203;62168](https://togithub.com/vercel/next.js/issues/62168)
- Add flag for early import app router modules:
[#&#8203;61168](https://togithub.com/vercel/next.js/issues/61168)
- Add otel span for client component loading:
[#&#8203;62296](https://togithub.com/vercel/next.js/issues/62296)
- Fix perf spans:
[#&#8203;62306](https://togithub.com/vercel/next.js/issues/62306)
- fix(next-core): properly normalize app route for \_:
[#&#8203;62307](https://togithub.com/vercel/next.js/issues/62307)
- fix(next-font): update capsize css so fallbacks are updated with the
…: [#&#8203;62309](https://togithub.com/vercel/next.js/issues/62309)
- Fix draft mode invariant:
[#&#8203;62121](https://togithub.com/vercel/next.js/issues/62121)
- Revert "Update split chunk handling for edge/node":
[#&#8203;62313](https://togithub.com/vercel/next.js/issues/62313)
- Turbopack: reduce tasks needed for emitting:
[#&#8203;62291](https://togithub.com/vercel/next.js/issues/62291)
- Turbopack: add SSR category to tracing:
[#&#8203;62318](https://togithub.com/vercel/next.js/issues/62318)
- fix(error-overlay): correct module grouping:
[#&#8203;62206](https://togithub.com/vercel/next.js/issues/62206)
- Revert "Turbopack: reduce tasks needed for emitting":
[#&#8203;62324](https://togithub.com/vercel/next.js/issues/62324)
- feat(error-overlay): hide `<unknown>`/`stringify` methods in
`<anonymous>` file from stack:
[#&#8203;62325](https://togithub.com/vercel/next.js/issues/62325)
- eslint-config-next: allow typescript eslint v7:
[#&#8203;62137](https://togithub.com/vercel/next.js/issues/62137)
- Revert "Revert "Update split chunk handling for edge/node"
([#&#8203;62313](https://togithub.com/vercel/next.js/issues/62313))":
[#&#8203;62336](https://togithub.com/vercel/next.js/issues/62336)
- Revert "Ensure webpack build worker defaults on":
[#&#8203;62342](https://togithub.com/vercel/next.js/issues/62342)
- avoid loading the page loader chunk on initial page load:
[#&#8203;62269](https://togithub.com/vercel/next.js/issues/62269)
- output filesystem without watching:
[#&#8203;62340](https://togithub.com/vercel/next.js/issues/62340)
- Turbopack: limit build concurrency, show progress bar:
[#&#8203;62319](https://togithub.com/vercel/next.js/issues/62319)
- Update data cache max size error:
[#&#8203;62348](https://togithub.com/vercel/next.js/issues/62348)
- Add experimental flag for early exit on prerender error:
[#&#8203;62367](https://togithub.com/vercel/next.js/issues/62367)
- fix(next-swc): Fix span for invalid `'use server'` directives:
[#&#8203;62259](https://togithub.com/vercel/next.js/issues/62259)
- scope issues from subscriptions to the websocket connection:
[#&#8203;62344](https://togithub.com/vercel/next.js/issues/62344)
- Turbopack: resolve endpoints to avoid extra nesting in tracing:
[#&#8203;62317](https://togithub.com/vercel/next.js/issues/62317)
- fix(next-lint): fix next lint not throwing exit 1 on error:
[#&#8203;62378](https://togithub.com/vercel/next.js/issues/62378)
- Remove default fallback behavior when route group is missing a
default:
[#&#8203;62370](https://togithub.com/vercel/next.js/issues/62370)
- Correctly pass prependData and additionalData to sass-loader for
Turbopack:
[#&#8203;62397](https://togithub.com/vercel/next.js/issues/62397)
- chore(docs): mention that `next.config.js` must have default export:
[#&#8203;62341](https://togithub.com/vercel/next.js/issues/62341)
- chore(cli): add clarifying comment:
[#&#8203;62418](https://togithub.com/vercel/next.js/issues/62418)
- OTEL: Add top span for middleware:
[#&#8203;62421](https://togithub.com/vercel/next.js/issues/62421)
- Turbopack react-refresh: perform full reload on runtime error:
[#&#8203;62359](https://togithub.com/vercel/next.js/issues/62359)
- Simplify node/edge server chunking some:
[#&#8203;62424](https://togithub.com/vercel/next.js/issues/62424)
- update `configSchema.ts` with `experimental#useEarlyImport`:
[#&#8203;62408](https://togithub.com/vercel/next.js/issues/62408)
- Fix module-level Server Action creation with closure-closed values:
[#&#8203;62437](https://togithub.com/vercel/next.js/issues/62437)
- Upgrade vendored react:
[#&#8203;62326](https://togithub.com/vercel/next.js/issues/62326)
- Turbopack: reduce memory usage:
[#&#8203;62432](https://togithub.com/vercel/next.js/issues/62432)
- Fixed typo.:
[#&#8203;62440](https://togithub.com/vercel/next.js/issues/62440)
- fix(turbopack): deal with eventual consistency in get_directory_tree:
[#&#8203;62444](https://togithub.com/vercel/next.js/issues/62444)
- Telemetry: ensure the ClientComponentLoad metric is only reported when
available:
[#&#8203;62459](https://togithub.com/vercel/next.js/issues/62459)
- \[turbopack] update edge alias:
[#&#8203;62461](https://togithub.com/vercel/next.js/issues/62461)
- Rename currentIssues to currentEntryIssues:
[#&#8203;62524](https://togithub.com/vercel/next.js/issues/62524)
- update turbopack:
[#&#8203;62523](https://togithub.com/vercel/next.js/issues/62523)
- add plugin to avoid too many css requests:
[#&#8203;62530](https://togithub.com/vercel/next.js/issues/62530)
- feat(error-overlay): hide Node.js internals:
[#&#8203;62532](https://togithub.com/vercel/next.js/issues/62532)
- Create react server condition alias for next/navigation api:
[#&#8203;62456](https://togithub.com/vercel/next.js/issues/62456)
- Add IssueKey type:
[#&#8203;62526](https://togithub.com/vercel/next.js/issues/62526)
- OTEL: Ensure that RSC:1 requests get the next.route attr:
[#&#8203;62464](https://togithub.com/vercel/next.js/issues/62464)
- Display only one hydration error when there's few in error overlay:
[#&#8203;62448](https://togithub.com/vercel/next.js/issues/62448)
- Upgrade vendored react:
[#&#8203;62549](https://togithub.com/vercel/next.js/issues/62549)
- Improve TS plugin options:
[#&#8203;62438](https://togithub.com/vercel/next.js/issues/62438)
- Revert "fix(build-output): show stack during CSR bailout warning":
[#&#8203;62592](https://togithub.com/vercel/next.js/issues/62592)
- Improve redirection handling:
[#&#8203;62561](https://togithub.com/vercel/next.js/issues/62561)
- fix router crash on revalidate + popstate:
[#&#8203;62383](https://togithub.com/vercel/next.js/issues/62383)
- fix: improve error when starting `next` without building:
[#&#8203;62404](https://togithub.com/vercel/next.js/issues/62404)
- feat(turbopack): Sort issues:
[#&#8203;62566](https://togithub.com/vercel/next.js/issues/62566)
- refactor createInfinitePromise to be re-used unresolveable thenable:
[#&#8203;62595](https://togithub.com/vercel/next.js/issues/62595)
- fix(build-output): show stack during CSR bailout warning:
[#&#8203;62594](https://togithub.com/vercel/next.js/issues/62594)
- Fix redirect under suspense boundary with basePath:
[#&#8203;62597](https://togithub.com/vercel/next.js/issues/62597)
- Ensure dynamic routes dont match \_next/static unexpectedly:
[#&#8203;62559](https://togithub.com/vercel/next.js/issues/62559)
- Fix metadata json manifest convention:
[#&#8203;62615](https://togithub.com/vercel/next.js/issues/62615)
- Migrate locale redirect handling to router-server:
[#&#8203;62606](https://togithub.com/vercel/next.js/issues/62606)
- fix(next-swc): Provide tokio context required for WASM plugins:
[#&#8203;62441](https://togithub.com/vercel/next.js/issues/62441)
- Update `swc_core` to `v0.90.12`:
[#&#8203;62518](https://togithub.com/vercel/next.js/issues/62518)
- Update Turbopack:
[#&#8203;62632](https://togithub.com/vercel/next.js/issues/62632)
- Fix instrumentation with only pages:
[#&#8203;62622](https://togithub.com/vercel/next.js/issues/62622)
- Fix: generateSitemaps in production giving 404:
[#&#8203;62212](https://togithub.com/vercel/next.js/issues/62212)
- Refactor flight-manifest-plugin to use compilation.entrypoints
directly:
[#&#8203;62636](https://togithub.com/vercel/next.js/issues/62636)
- Fix Router Error Events in Shallow Routing by Skipping cancelHandler
Creation:
[#&#8203;61771](https://togithub.com/vercel/next.js/issues/61771)
- DX: display highlited pesudo html when bad nesting html error
occurred:
[#&#8203;62590](https://togithub.com/vercel/next.js/issues/62590)
- build(cargo): remove unused features:
[#&#8203;62616](https://togithub.com/vercel/next.js/issues/62616)
- feat(next-swc): lightningcss binding:
[#&#8203;62604](https://togithub.com/vercel/next.js/issues/62604)
- fix: Enable SearchParams to be displayed after redirect in Server
Action:
[#&#8203;62582](https://togithub.com/vercel/next.js/issues/62582)
- fix(navigation): allow `useSelectedLayoutSegment(s)` in Pages Router:
[#&#8203;62584](https://togithub.com/vercel/next.js/issues/62584)
- Consistently use /\_not-found for not found page in App Router:
[#&#8203;62679](https://togithub.com/vercel/next.js/issues/62679)
- Add experimental config for navigation raf test:
[#&#8203;62668](https://togithub.com/vercel/next.js/issues/62668)
- Turbopack: remove unused code:
[#&#8203;62690](https://togithub.com/vercel/next.js/issues/62690)
- Revert "Ensure dynamic routes dont match \_next/static unexpectedly":
[#&#8203;62691](https://togithub.com/vercel/next.js/issues/62691)
- fix(turbopack): don't emit issues for deleted pages:
[#&#8203;62012](https://togithub.com/vercel/next.js/issues/62012)
- perf: don't emit issues via websocket for now:
[#&#8203;59024](https://togithub.com/vercel/next.js/issues/59024)
- add native css nesting support:
[#&#8203;62644](https://togithub.com/vercel/next.js/issues/62644)
- refactor(next-swc): remove unused features:
[#&#8203;62696](https://togithub.com/vercel/next.js/issues/62696)
- Upgrade mini-css-extract-plugin:
[#&#8203;62698](https://togithub.com/vercel/next.js/issues/62698)
- Update precompiled for mini-css-extract-plugin:
[#&#8203;62699](https://togithub.com/vercel/next.js/issues/62699)
- feat: display text diff for text mismatch hydration errors:
[#&#8203;62684](https://togithub.com/vercel/next.js/issues/62684)
- Fix lint check:
[#&#8203;62702](https://togithub.com/vercel/next.js/issues/62702)
- chore: remove unused helper:
[#&#8203;62701](https://togithub.com/vercel/next.js/issues/62701)
- Add param to debug PPR skeleton in dev:
[#&#8203;62703](https://togithub.com/vercel/next.js/issues/62703)
- Update font data:
[#&#8203;62704](https://togithub.com/vercel/next.js/issues/62704)
- Turbopack: remove node_modules error filter:
[#&#8203;62586](https://togithub.com/vercel/next.js/issues/62586)
- fix(error-overlay): improve a11y, minor refactors:
[#&#8203;62723](https://togithub.com/vercel/next.js/issues/62723)
- Handle top level errors coming from Turbopack entrypoints
subscription:
[#&#8203;62528](https://togithub.com/vercel/next.js/issues/62528)
- Add compiler error for conflicting App Router and Pages Router in
Turbopack:
[#&#8203;62531](https://togithub.com/vercel/next.js/issues/62531)
- fix dev overlay pseudo html collapsing:
[#&#8203;62728](https://togithub.com/vercel/next.js/issues/62728)
- Route static render error message: remove duplicate word:
[#&#8203;62738](https://togithub.com/vercel/next.js/issues/62738)
- Update version from backport:
[#&#8203;62745](https://togithub.com/vercel/next.js/issues/62745)
- Add a flag to disable `MergeCssChunksPlugin`:
[#&#8203;62746](https://togithub.com/vercel/next.js/issues/62746)
- refactor(cli): refactor cli to commander:
[#&#8203;61877](https://togithub.com/vercel/next.js/issues/61877)
- Turbopack: Trace server app render errors through source maps:
[#&#8203;62611](https://togithub.com/vercel/next.js/issues/62611)
- build(cargo): update turbopack:
[#&#8203;62744](https://togithub.com/vercel/next.js/issues/62744)
- Turbopack: sass support:
[#&#8203;62717](https://togithub.com/vercel/next.js/issues/62717)
- refactor(analysis): rust based page-static-info, deprecate js parse
interface in next-swc:
[#&#8203;61832](https://togithub.com/vercel/next.js/issues/61832)
- fix: Add stricter check for "use server" exports:
[#&#8203;62821](https://togithub.com/vercel/next.js/issues/62821)
- fix(next-core): throw on invalid metadata handler:
[#&#8203;62829](https://togithub.com/vercel/next.js/issues/62829)
- Revert "Add experimental config for navigation raf test
([#&#8203;62668](https://togithub.com/vercel/next.js/issues/62668))":
[#&#8203;62834](https://togithub.com/vercel/next.js/issues/62834)
- Revert "refactor(analysis): rust based page-static-info, deprecate js
parse interface in next-swc":
[#&#8203;62838](https://togithub.com/vercel/next.js/issues/62838)
- remove reducer unit tests:
[#&#8203;62766](https://togithub.com/vercel/next.js/issues/62766)
- fix(next-lint): do not pass absolute path to distDir:
[#&#8203;62797](https://togithub.com/vercel/next.js/issues/62797)
- Update to latest version:
[#&#8203;62850](https://togithub.com/vercel/next.js/issues/62850)
- fix "setBlocking is not a function" errors on StackBlitz:
[#&#8203;62843](https://togithub.com/vercel/next.js/issues/62843)
- Remove extra logic of Server Reference check for registering twice:
[#&#8203;62486](https://togithub.com/vercel/next.js/issues/62486)
- Update readme of
[@&#8203;next/bundle-analyzer](https://togithub.com/next/bundle-analyzer)
package:
[#&#8203;62804](https://togithub.com/vercel/next.js/issues/62804)
- Don't emit crossorigin attributes for `output: "export"` by default:
[#&#8203;61211](https://togithub.com/vercel/next.js/issues/61211)
- apply some transforms on foreign code too:
[#&#8203;62827](https://togithub.com/vercel/next.js/issues/62827)
- update turbopack:
[#&#8203;62884](https://togithub.com/vercel/next.js/issues/62884)
- refactor: rename isAppDirEnabled to hasAppDir:
[#&#8203;62837](https://togithub.com/vercel/next.js/issues/62837)
- bump
[@&#8203;edge-runtime/cookies](https://togithub.com/edge-runtime/cookies)
for Partitioned cookie support:
[#&#8203;62889](https://togithub.com/vercel/next.js/issues/62889)
- refactor(next): fix spacing on auto-generated root layout:
[#&#8203;62769](https://togithub.com/vercel/next.js/issues/62769)
- fix(cli): fix allowRetry when using port 3000:
[#&#8203;62840](https://togithub.com/vercel/next.js/issues/62840)
- Fix: missing crossorigin property on manifest link:
[#&#8203;62873](https://togithub.com/vercel/next.js/issues/62873)
- Turbopack: Trace edge runtime app render errors through source maps:
[#&#8203;62901](https://togithub.com/vercel/next.js/issues/62901)
- fix merge css plugin to account for css order:
[#&#8203;62927](https://togithub.com/vercel/next.js/issues/62927)
- fix(next-api): correct font manifest generation:
[#&#8203;62916](https://togithub.com/vercel/next.js/issues/62916)
- feat(error-overlay): notify about missing `html`/`body` in root
layout:
[#&#8203;62815](https://togithub.com/vercel/next.js/issues/62815)
- fix graph update:
[#&#8203;62933](https://togithub.com/vercel/next.js/issues/62933)
- refactor(error-overlay): improve server code for webpack/Turbopack
middleware:
[#&#8203;62396](https://togithub.com/vercel/next.js/issues/62396)
- feat(error-overlay): version staleness in Pages Router:
[#&#8203;62942](https://togithub.com/vercel/next.js/issues/62942)
- feat: Introduce lightningcss-loader for webpack users:
[#&#8203;61327](https://togithub.com/vercel/next.js/issues/61327)
- feat(eslint): enhance `no-unwanted-polyfill` w/ new endpoints:
[#&#8203;62719](https://togithub.com/vercel/next.js/issues/62719)
- simplify `streamToString` method from `node-web-streams.helper.ts`:
[#&#8203;62841](https://togithub.com/vercel/next.js/issues/62841)
- Allow ppr only flag in test mode:
[#&#8203;62911](https://togithub.com/vercel/next.js/issues/62911)
- Upgrade to latest
[@&#8203;edge-runtime](https://togithub.com/edge-runtime) packages:
[#&#8203;62955](https://togithub.com/vercel/next.js/issues/62955)
- chore(next-font): update
[@&#8203;capsize/metrics](https://togithub.com/capsize/metrics) package
to the latest:
[#&#8203;62896](https://togithub.com/vercel/next.js/issues/62896)
- Remove Payload from server-external-packages.json:
[#&#8203;62965](https://togithub.com/vercel/next.js/issues/62965)
-   Pass whole prefetch entry rath

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/dotkom/monoweb).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent d2e342b commit def2d1a
Showing 1 changed file with 185 additions and 74 deletions.
Loading

0 comments on commit def2d1a

Please sign in to comment.