Update nextjs monorepo to v14.2.16 #74

Open
renovate-bot wants to merge 1 commits from renovate/nextjs-monorepo into master
Contributor

This PR contains the following updates:

Package Type Update Change
@next/mdx (source) dependencies patch 14.2.15 -> 14.2.16
eslint-config-next (source) devDependencies patch 14.2.5 -> 14.2.16
next (source) dependencies patch 14.2.5 -> 14.2.16

Release Notes

vercel/next.js (@​next/mdx)

v14.2.16

Compare Source

vercel/next.js (eslint-config-next)

v14.2.16

Compare Source

v14.2.15

Compare Source

!NOTE]\
This release is backporting bug fixes. It does **not** include all pending features/changes on canary.
Core Changes
  • support breadcrumb style catch-all parallel routes #​65063
  • Provide non-dynamic segments to catch-all parallel routes #​65233
  • Fix client reference access causing metadata missing #​70732
  • feat(next/image): add support for decoding prop #​70298
  • feat(next/image): add images.localPatterns config #​70529
  • fix(next/image): handle undefined images.localPatterns config in images-manifest.json
  • fix: Do not omit alt on getImgProps return type, ImgProps #​70608
  • i18n] Routing fix [#​70761](https://github.com/vercel/next.js/issues/70761)
    
    
Credits

Huge thanks to @​ztanner, @​agadzik, @​huozhi, @​styfle, @​icyJoseph and @​wyattjoh for helping!

v14.2.14

Compare Source

!NOTE]\
This release is backporting bug fixes. It does **not** include all pending features/changes on canary.
Core Changes
  • Fix: clone response in first handler to prevent race (#​70082) (#​70649)
  • Respect reexports from metadata API routes (#​70508) (#​70647)
  • Externalize node binary modules for app router (#​70646)
  • Fix revalidateTag() behaviour when invoked in server components (#​70446) (#​70642)
  • Fix prefetch bailout detection for nested loading segments (#​70618)
  • Add missing node modules to externals (#​70382)
  • Feature: next/image: add support for images.remotePatterns.search (#​70302)
Credits

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

v14.2.13

Compare Source

!NOTE]\
This release is backporting bug fixes. It does **not** include all pending features/changes on canary.
Core Changes
  • Fix missing cache-control on SSR app route (#​70265)
  • feat: add polyfill of URL.canParse for browser compatibility (#​70228)
  • Fix vercel og package memory leak (#​70214)
  • Fix startTime error on Android 9 with Chrome 74 (#​67391)
Credits

Huge thanks to @​raeyoung-kim, @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.12

Compare Source

!NOTE]\
This release is backporting bug fixes. It does **not** include all pending features/changes on canary.
Core Changes
  • update prefetching jsdoc & documentation (#​68047)
  • Ensure we chunk revalidate tag requests (#​70189)
  • (backport) fix(eslint): allow typescript-eslint v8 (#​70090)
  • ppr] Don't mark RSC requests as /\_next/data requests (backport of [#​66249](https://github.com/vercel/next.js/issues/66249)) ([#​70083](https://github.com/vercel/next.js/issues/70083))
    
    
Credits

Huge thanks to @​alvarlagerlof, @​wyattjoh, @​delbaoliveira, and @​ijjk for helping!

v14.2.11

Compare Source

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

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

v14.2.10

Compare Source

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

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

v14.2.9

Compare Source

!NOTE]\
This release is backporting bug fixes. It does **not** include all pending features/changes on canary.
Core Changes
  • Revert "Fix esm property def in flight loader (#​66990)" (#​69749)
  • Disable experimental.optimizeServer by default to fix failed server action (#​69788)
  • Fix middleware fallback: false case (#​69799)
  • Fix status code for /_not-found route (#​64058) (#​69808)
  • Fix metadata prop merging (#​69807)
  • create-next-app: fix font file corruption when using import alias (#​69806)
Credits

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

v14.2.8

Compare Source

What's Changed
!NOTE]\
This release is backporting bug fixes and minor improvements. It does **not** include all pending features/changes on canary.
Support esmExternals in app directory
Reading cookies set in middleware in components and actions
  • initialize ALS with cookies in middleware (#​65008)
  • fix middleware cookie initialization (#​65820)
  • ensure cookies set in middleware can be read in a server action (#​67924)
  • fix: merged middleware cookies should preserve options (#​67956)
Metadata and icons
  • support facebook-specific metadata (fb:app_id, fb:admins) in generateMetaData (#​65713)
  • Always collect static icons for all segments (#​68712)
  • Fix favicon merging with customized icons (#​67982)
  • Warn metadataBase missing in standalone mode or non vercel deployment (#​66296)
Parallel routes fixes
  • fix missing stylesheets when parallel routes are present (#​69507)
Draft mode and edge improvements
next/image fixes
  • Allow external image urls with _next/image pathname to be rendered via Image component (#​69586)
Server actions improvements
  • optimize server actions (#​66523)
  • Apply optimization for unused actions (#​69178)
  • Improve SWC transform ID generation (#​69183)
Other changes
  • Ensure we match comment minify behavior between terser and swc (#​68372)
  • send initialCanonicalUrl in array format to prevent crawler confusion (#​69509)
Create-next-app updates

Full Changelog: https://github.com/vercel/next.js/compare/v14.2.7...v14.2.8


Huge thanks to everyone who contributed to this release:
@​abhi12299, @​delbaoliveira, @​eps1lon, @​ForsakenHarmony, @​huozhi, @​ijjk, @​JoshuaKGoldberg, @​leerob, @​lubieowoce, @​Netail, @​ronanru, @​samcx, @​shuding, @​sokra, @​stylessh, @​timfuhrmann, @​wbinnssmith, @​wyattjoh, @​ypessoa, @​ztanner

v14.2.7

Compare Source

!NOTE]\
This release is backporting bug fixes. It does **not** include all pending features/changes on canary.
Core Changes
  • Revert "chore: externalize undici for bundling" (#​65727)
  • Refactor internal routing headers to use request meta (#​66987)
  • fix(next): add cross origin in react dom preload (#​67423)
  • build: upgrade edge-runtime (#​67565)
  • GTM dataLayer parameter should take an object, not an array of strings (#​66339)
  • fix: properly patch lockfile against swc bindings (#​66515)
  • Add deployment id header for rsc payload if present (#​67255)
  • Update font data (#​68639)
  • fix i18n data pathname resolving (#​68947)
  • pages router: ensure x-middleware-cache is respected (#​67734)
  • Fix bad modRequest in flight entry manifest #​68888
  • Reject next image urls in image optimizer #​68628
  • Fix hmr assetPrefix escaping and reuse logic from other files #​67983
Credits

Huge thanks to @​kjugi, @​huozhi, @​ztanner, @​SukkaW, @​marlier, @​Kikobeats, @​syi0808, @​ijjk, and @​samcx for helping!

v14.2.6

Compare Source

!NOTE]\
This release is backporting bug fixes. It does **not** include all pending features/changes on canary.
Core Changes
  • Ensure fetch cache TTL is updated properly (#​69164)
vercel/next.js (next)

v14.2.16

Compare Source

v14.2.15

Compare Source

!NOTE]\
This release is backporting bug fixes. It does **not** include all pending features/changes on canary.
Core Changes
  • support breadcrumb style catch-all parallel routes #​65063
  • Provide non-dynamic segments to catch-all parallel routes #​65233
  • Fix client reference access causing metadata missing #​70732
  • feat(next/image): add support for decoding prop #​70298
  • feat(next/image): add images.localPatterns config #​70529
  • fix(next/image): handle undefined images.localPatterns config in images-manifest.json
  • fix: Do not omit alt on getImgProps return type, ImgProps #​70608
  • i18n] Routing fix [#​70761](https://github.com/vercel/next.js/issues/70761)
    
    
Credits

Huge thanks to @​ztanner, @​agadzik, @​huozhi, @​styfle, @​icyJoseph and @​wyattjoh for helping!

v14.2.14

Compare Source

!NOTE]\
This release is backporting bug fixes. It does **not** include all pending features/changes on canary.
Core Changes
  • Fix: clone response in first handler to prevent race (#​70082) (#​70649)
  • Respect reexports from metadata API routes (#​70508) (#​70647)
  • Externalize node binary modules for app router (#​70646)
  • Fix revalidateTag() behaviour when invoked in server components (#​70446) (#​70642)
  • Fix prefetch bailout detection for nested loading segments (#​70618)
  • Add missing node modules to externals (#​70382)
  • Feature: next/image: add support for images.remotePatterns.search (#​70302)
Credits

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

v14.2.13

Compare Source

!NOTE]\
This release is backporting bug fixes. It does **not** include all pending features/changes on canary.
Core Changes
  • Fix missing cache-control on SSR app route (#​70265)
  • feat: add polyfill of URL.canParse for browser compatibility (#​70228)
  • Fix vercel og package memory leak (#​70214)
  • Fix startTime error on Android 9 with Chrome 74 (#​67391)
Credits

Huge thanks to @​raeyoung-kim, @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.12

Compare Source

!NOTE]\
This release is backporting bug fixes. It does **not** include all pending features/changes on canary.
Core Changes
  • update prefetching jsdoc & documentation (#​68047)
  • Ensure we chunk revalidate tag requests (#​70189)
  • (backport) fix(eslint): allow typescript-eslint v8 (#​70090)
  • ppr] Don't mark RSC requests as /\_next/data requests (backport of [#​66249](https://github.com/vercel/next.js/issues/66249)) ([#​70083](https://github.com/vercel/next.js/issues/70083))
    
    
Credits

Huge thanks to @​alvarlagerlof, @​wyattjoh, @​delbaoliveira, and @​ijjk for helping!

v14.2.11

Compare Source

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

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

v14.2.10

Compare Source

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

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

v14.2.9

Compare Source

!NOTE]\
This release is backporting bug fixes. It does **not** include all pending features/changes on canary.
Core Changes
  • Revert "Fix esm property def in flight loader (#​66990)" (#​69749)
  • Disable experimental.optimizeServer by default to fix failed server action (#​69788)
  • Fix middleware fallback: false case (#​69799)
  • Fix status code for /_not-found route (#​64058) (#​69808)
  • Fix metadata prop merging (#​69807)
  • create-next-app: fix font file corruption when using import alias (#​69806)
Credits

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

v14.2.8

Compare Source

What's Changed

!NOTE]\
This release is backporting bug fixes and minor improvements. It does **not** include all pending features/changes on canary.
Support esmExternals in app directory
Reading cookies set in middleware in components and actions
  • initialize ALS with cookies in middleware (#​65008)
  • fix middleware cookie initialization (#​65820)
  • ensure cookies set in middleware can be read in a server action (#​67924)
  • fix: merged middleware cookies should preserve options (#​67956)
Metadata and icons
  • support facebook-specific metadata (fb:app_id, fb:admins) in generateMetaData (#​65713)
  • Always collect static icons for all segments (#​68712)
  • Fix favicon merging with customized icons (#​67982)
  • Warn metadataBase missing in standalone mode or non vercel deployment (#​66296)
Parallel routes fixes
  • fix missing stylesheets when parallel routes are present (#​69507)
Draft mode and edge improvements
next/image fixes
  • Allow external image urls with _next/image pathname to be rendered via Image component (#​69586)
Server actions improvements
  • optimize server actions (#​66523)
  • Apply optimization for unused actions (#​69178)
  • Improve SWC transform ID generation (#​69183)
Other changes
  • Ensure we match comment minify behavior between terser and swc (#​68372)
  • send initialCanonicalUrl in array format to prevent crawler confusion (#​69509)
Create-next-app updates

Full Changelog: https://github.com/vercel/next.js/compare/v14.2.7...v14.2.8


Huge thanks to everyone who contributed to this release:
@​abhi12299, @​delbaoliveira, @​eps1lon, @​ForsakenHarmony, @​huozhi, @​ijjk, @​JoshuaKGoldberg, @​leerob, @​lubieowoce, @​Netail, @​ronanru, @​samcx, @​shuding, @​sokra, @​stylessh, @​timfuhrmann, @​wbinnssmith, @​wyattjoh, @​ypessoa, @​ztanner

v14.2.7

Compare Source

!NOTE]\
This release is backporting bug fixes. It does **not** include all pending features/changes on canary.
Core Changes
  • Revert "chore: externalize undici for bundling" (#​65727)
  • Refactor internal routing headers to use request meta (#​66987)
  • fix(next): add cross origin in react dom preload (#​67423)
  • build: upgrade edge-runtime (#​67565)
  • GTM dataLayer parameter should take an object, not an array of strings (#​66339)
  • fix: properly patch lockfile against swc bindings (#​66515)
  • Add deployment id header for rsc payload if present (#​67255)
  • Update font data (#​68639)
  • fix i18n data pathname resolving (#​68947)
  • pages router: ensure x-middleware-cache is respected (#​67734)
  • Fix bad modRequest in flight entry manifest #​68888
  • Reject next image urls in image optimizer #​68628
  • Fix hmr assetPrefix escaping and reuse logic from other files #​67983
Credits

Huge thanks to @​kjugi, @​huozhi, @​ztanner, @​SukkaW, @​marlier, @​Kikobeats, @​syi0808, @​ijjk, and @​samcx for helping!

v14.2.6

Compare Source

!NOTE]\
This release is backporting bug fixes. It does **not** include all pending features/changes on canary.
Core Changes
  • Ensure fetch cache TTL is updated properly (#​69164)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@next/mdx](https://github.com/vercel/next.js) ([source](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx)) | dependencies | patch | [`14.2.15` -> `14.2.16`](https://renovatebot.com/diffs/npm/@next%2fmdx/14.2.15/14.2.16) | | [eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config) ([source](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next)) | devDependencies | patch | [`14.2.5` -> `14.2.16`](https://renovatebot.com/diffs/npm/eslint-config-next/14.2.5/14.2.16) | | [next](https://nextjs.org) ([source](https://github.com/vercel/next.js)) | dependencies | patch | [`14.2.5` -> `14.2.16`](https://renovatebot.com/diffs/npm/next/14.2.5/14.2.16) | --- ### Release Notes <details> <summary>vercel/next.js (@&#8203;next/mdx)</summary> ### [`v14.2.16`](https://github.com/vercel/next.js/compare/v14.2.15...v14.2.16) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.15...v14.2.16) </details> <details> <summary>vercel/next.js (eslint-config-next)</summary> ### [`v14.2.16`](https://github.com/vercel/next.js/compare/v14.2.15...v14.2.16) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.15...v14.2.16) ### [`v14.2.15`](https://github.com/vercel/next.js/releases/tag/v14.2.15) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.14...v14.2.15) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - support breadcrumb style catch-all parallel routes [#&#8203;65063](https://github.com/vercel/next.js/issues/65063) - Provide non-dynamic segments to catch-all parallel routes [#&#8203;65233](https://github.com/vercel/next.js/issues/65233) - Fix client reference access causing metadata missing [#&#8203;70732](https://github.com/vercel/next.js/issues/70732) - feat(next/image): add support for decoding prop [#&#8203;70298](https://github.com/vercel/next.js/issues/70298) - feat(next/image): add images.localPatterns config [#&#8203;70529](https://github.com/vercel/next.js/issues/70529) - fix(next/image): handle undefined images.localPatterns config in images-manifest.json - fix: Do not omit alt on getImgProps return type, ImgProps [#&#8203;70608](https://github.com/vercel/next.js/issues/70608) - \[i18n] Routing fix [#&#8203;70761](https://github.com/vercel/next.js/issues/70761) ##### Credits Huge thanks to [@&#8203;ztanner](https://github.com/ztanner), [@&#8203;agadzik](https://github.com/agadzik), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;styfle](https://github.com/styfle), [@&#8203;icyJoseph](https://github.com/icyJoseph) and [@&#8203;wyattjoh](https://github.com/wyattjoh) for helping! ### [`v14.2.14`](https://github.com/vercel/next.js/releases/tag/v14.2.14) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.13...v14.2.14) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Fix: clone response in first handler to prevent race ([#&#8203;70082](https://github.com/vercel/next.js/issues/70082)) ([#&#8203;70649](https://github.com/vercel/next.js/issues/70649)) - Respect reexports from metadata API routes ([#&#8203;70508](https://github.com/vercel/next.js/issues/70508)) ([#&#8203;70647](https://github.com/vercel/next.js/issues/70647)) - Externalize node binary modules for app router ([#&#8203;70646](https://github.com/vercel/next.js/issues/70646)) - Fix revalidateTag() behaviour when invoked in server components ([#&#8203;70446](https://github.com/vercel/next.js/issues/70446)) ([#&#8203;70642](https://github.com/vercel/next.js/issues/70642)) - Fix prefetch bailout detection for nested loading segments ([#&#8203;70618](https://github.com/vercel/next.js/issues/70618)) - Add missing node modules to externals ([#&#8203;70382](https://github.com/vercel/next.js/issues/70382)) - Feature: next/image: add support for images.remotePatterns.search ([#&#8203;70302](https://github.com/vercel/next.js/issues/70302)) ##### Credits Huge thanks to [@&#8203;styfle](https://github.com/styfle), [@&#8203;ztanner](https://github.com/ztanner), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;huozhi](https://github.com/huozhi) and [@&#8203;wyattjoh](https://github.com/wyattjoh) for helping! ### [`v14.2.13`](https://github.com/vercel/next.js/releases/tag/v14.2.13) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.12...v14.2.13) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Fix missing cache-control on SSR app route ([#&#8203;70265](https://github.com/vercel/next.js/issues/70265)) - feat: add polyfill of URL.canParse for browser compatibility ([#&#8203;70228](https://github.com/vercel/next.js/issues/70228)) - Fix vercel og package memory leak ([#&#8203;70214](https://github.com/vercel/next.js/issues/70214)) - Fix startTime error on Android 9 with Chrome 74 ([#&#8203;67391](https://github.com/vercel/next.js/issues/67391)) ##### Credits Huge thanks to [@&#8203;raeyoung-kim](https://github.com/raeyoung-kim), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;devjiwonchoi](https://github.com/devjiwonchoi), and [@&#8203;ijjk](https://github.com/ijjk) for helping! ### [`v14.2.12`](https://github.com/vercel/next.js/releases/tag/v14.2.12) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.11...v14.2.12) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - update prefetching jsdoc & documentation ([#&#8203;68047](https://github.com/vercel/next.js/issues/68047)) - Ensure we chunk revalidate tag requests ([#&#8203;70189](https://github.com/vercel/next.js/issues/70189)) - (backport) fix(eslint): allow typescript-eslint v8 ([#&#8203;70090](https://github.com/vercel/next.js/issues/70090)) - \[ppr] Don't mark RSC requests as /\_next/data requests (backport of [#&#8203;66249](https://github.com/vercel/next.js/issues/66249)) ([#&#8203;70083](https://github.com/vercel/next.js/issues/70083)) ##### Credits Huge thanks to [@&#8203;alvarlagerlof](https://github.com/alvarlagerlof), [@&#8203;wyattjoh](https://github.com/wyattjoh), [@&#8203;delbaoliveira](https://github.com/delbaoliveira), and [@&#8203;ijjk](https://github.com/ijjk) for helping! ### [`v14.2.11`](https://github.com/vercel/next.js/releases/tag/v14.2.11) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.10...v14.2.11) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - fix: correct metadata url suffix (https://github.com/vercel/next.js/pull/69959) - fix: setting assetPrefix to URL format breaks HMR ([#&#8203;70040](https://github.com/vercel/next.js/issues/70040)) - Update revalidateTag to batch tags in one request ([#&#8203;65296](https://github.com/vercel/next.js/issues/65296)) ##### Credits Huge thanks to [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;devjiwonchoi](https://github.com/devjiwonchoi), and [@&#8203;ijjk](https://github.com/ijjk) for helping! ### [`v14.2.10`](https://github.com/vercel/next.js/releases/tag/v14.2.10) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.9...v14.2.10) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Remove invalid fallback revalidate value (https://github.com/vercel/next.js/pull/69990) - Revert server action optimization (https://github.com/vercel/next.js/pull/69925) - Add ability to customize Cache-Control ([#&#8203;69802](https://github.com/vercel/next.js/issues/69802)) ##### Credits Huge thanks to [@&#8203;huozhi](https://github.com/huozhi) and [@&#8203;ijjk](https://github.com/ijjk) for helping! ### [`v14.2.9`](https://github.com/vercel/next.js/releases/tag/v14.2.9) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.8...v14.2.9) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Revert "Fix esm property def in flight loader ([#&#8203;66990](https://github.com/vercel/next.js/issues/66990))" ([#&#8203;69749](https://github.com/vercel/next.js/issues/69749)) - Disable experimental.optimizeServer by default to fix failed server action ([#&#8203;69788](https://github.com/vercel/next.js/issues/69788)) - Fix middleware fallback: false case ([#&#8203;69799](https://github.com/vercel/next.js/issues/69799)) - Fix status code for /\_not-found route ([#&#8203;64058](https://github.com/vercel/next.js/issues/64058)) ([#&#8203;69808](https://github.com/vercel/next.js/issues/69808)) - Fix metadata prop merging ([#&#8203;69807](https://github.com/vercel/next.js/issues/69807)) - create-next-app: fix font file corruption when using import alias ([#&#8203;69806](https://github.com/vercel/next.js/issues/69806)) ##### Credits Huge thanks to [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;ztanner](https://github.com/ztanner), [@&#8203;ijjk](https://github.com/ijjk), and [@&#8203;lubieowoce](https://github.com/lubieowoce) for helping! ### [`v14.2.8`](https://github.com/vercel/next.js/releases/tag/v14.2.8) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.7...v14.2.8) ##### What's Changed > \[!NOTE]\ > This release is backporting bug fixes and minor improvements. It does **not** include all pending features/changes on canary. ##### Support `esmExternals` in app directory - Support esm externals in app router ([#&#8203;65041](https://github.com/vercel/next.js/issues/65041)) - Turbopack: Allow client components from foreign code in app routes ([#&#8203;64751](https://github.com/vercel/next.js/issues/64751)) - Turbopack: add support for esm externals in app dir ([#&#8203;64918](https://github.com/vercel/next.js/issues/64918)) - other related PRs: [#&#8203;66990](https://github.com/vercel/next.js/issues/66990) [#&#8203;66727](https://github.com/vercel/next.js/issues/66727) [#&#8203;66286](https://github.com/vercel/next.js/issues/66286) [#&#8203;65519](https://github.com/vercel/next.js/issues/65519) ##### Reading cookies set in middleware in components and actions - initialize ALS with cookies in middleware ([#&#8203;65008](https://github.com/vercel/next.js/issues/65008)) - fix middleware cookie initialization ([#&#8203;65820](https://github.com/vercel/next.js/issues/65820)) - ensure cookies set in middleware can be read in a server action ([#&#8203;67924](https://github.com/vercel/next.js/issues/67924)) - fix: merged middleware cookies should preserve options ([#&#8203;67956](https://github.com/vercel/next.js/issues/67956)) ##### Metadata and icons - support facebook-specific metadata (`fb:app_id`, `fb:admins`) in generateMetaData ([#&#8203;65713](https://github.com/vercel/next.js/issues/65713)) - Always collect static icons for all segments ([#&#8203;68712](https://github.com/vercel/next.js/issues/68712)) - Fix favicon merging with customized icons ([#&#8203;67982](https://github.com/vercel/next.js/issues/67982)) - Warn metadataBase missing in standalone mode or non vercel deployment ([#&#8203;66296](https://github.com/vercel/next.js/issues/66296)) ##### Parallel routes fixes - fix missing stylesheets when parallel routes are present ([#&#8203;69507](https://github.com/vercel/next.js/issues/69507)) ##### Draft mode and edge improvements - fix: unstable_cache should not cache new result in draft mode ([#&#8203;67772](https://github.com/vercel/next.js/issues/67772)) - Add draft mode flag for multi-zone ([#&#8203;68997](https://github.com/vercel/next.js/issues/68997)) - Fix edge preview props are not matched with cookie ([#&#8203;67779](https://github.com/vercel/next.js/issues/67779)) - other related PRs: [#&#8203;65426](https://github.com/vercel/next.js/issues/65426), [#&#8203;67787](https://github.com/vercel/next.js/issues/67787), [#&#8203;64946](https://github.com/vercel/next.js/issues/64946), [#&#8203;64313](https://github.com/vercel/next.js/issues/64313), [#&#8203;64370](https://github.com/vercel/next.js/issues/64370) ##### `next/image` fixes - Allow external image urls with \_next/image pathname to be rendered via Image component ([#&#8203;69586](https://github.com/vercel/next.js/issues/69586)) ##### Server actions improvements - optimize server actions ([#&#8203;66523](https://github.com/vercel/next.js/issues/66523)) - Apply optimization for unused actions ([#&#8203;69178](https://github.com/vercel/next.js/issues/69178)) - Improve SWC transform ID generation ([#&#8203;69183](https://github.com/vercel/next.js/issues/69183)) ##### Other changes - Ensure we match comment minify behavior between terser and swc ([#&#8203;68372](https://github.com/vercel/next.js/issues/68372)) - send initialCanonicalUrl in array format to prevent crawler confusion ([#&#8203;69509](https://github.com/vercel/next.js/issues/69509)) ##### Create-next-app updates - enable [@&#8203;typescript-eslint/recommended](https://github.com/typescript-eslint/recommended) in create-next-app --typescript ([#&#8203;52845](https://github.com/vercel/next.js/issues/52845)) - Update create-next-app template CSS ([#&#8203;66233](https://github.com/vercel/next.js/issues/66233)) - Update `create-next-app` template CSS ([#&#8203;66043](https://github.com/vercel/next.js/issues/66043)) - Update create-next-app template ([#&#8203;65803](https://github.com/vercel/next.js/issues/65803)) - add font antialiasing to templates ([#&#8203;67425](https://github.com/vercel/next.js/issues/67425)) - Move `create-next-app` public/ assets from local folder→ remote URL ([#&#8203;66931](https://github.com/vercel/next.js/issues/66931)) - Use classnames to set font family in Tailwind create-next-app templates ([#&#8203;66374](https://github.com/vercel/next.js/issues/66374)) - other related PRs: [#&#8203;64478](https://github.com/vercel/next.js/issues/64478), [#&#8203;68899](https://github.com/vercel/next.js/issues/68899), [#&#8203;68534](https://github.com/vercel/next.js/issues/68534), [#&#8203;69021](https://github.com/vercel/next.js/issues/69021), [#&#8203;67146](https://github.com/vercel/next.js/issues/67146), [#&#8203;66145](https://github.com/vercel/next.js/issues/66145) **Full Changelog**: https://github.com/vercel/next.js/compare/v14.2.7...v14.2.8 *** Huge thanks to everyone who contributed to this release: [@&#8203;abhi12299](https://github.com/abhi12299), [@&#8203;delbaoliveira](https://github.com/delbaoliveira), [@&#8203;eps1lon](https://github.com/eps1lon), [@&#8203;ForsakenHarmony](https://github.com/ForsakenHarmony), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;JoshuaKGoldberg](https://github.com/JoshuaKGoldberg), [@&#8203;leerob](https://github.com/leerob), [@&#8203;lubieowoce](https://github.com/lubieowoce), [@&#8203;Netail](https://github.com/Netail), [@&#8203;ronanru](https://github.com/ronanru), [@&#8203;samcx](https://github.com/samcx), [@&#8203;shuding](https://github.com/shuding), [@&#8203;sokra](https://github.com/sokra), [@&#8203;stylessh](https://github.com/stylessh), [@&#8203;timfuhrmann](https://github.com/timfuhrmann), [@&#8203;wbinnssmith](https://github.com/wbinnssmith), [@&#8203;wyattjoh](https://github.com/wyattjoh), [@&#8203;ypessoa](https://github.com/ypessoa), [@&#8203;ztanner](https://github.com/ztanner) ### [`v14.2.7`](https://github.com/vercel/next.js/releases/tag/v14.2.7) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.6...v14.2.7) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Revert "chore: externalize undici for bundling" ([#&#8203;65727](https://github.com/vercel/next.js/issues/65727)) - Refactor internal routing headers to use request meta ([#&#8203;66987](https://github.com/vercel/next.js/issues/66987)) - fix(next): add cross origin in react dom preload ([#&#8203;67423](https://github.com/vercel/next.js/issues/67423)) - build: upgrade edge-runtime ([#&#8203;67565](https://github.com/vercel/next.js/issues/67565)) - GTM dataLayer parameter should take an object, not an array of strings ([#&#8203;66339](https://github.com/vercel/next.js/issues/66339)) - fix: properly patch lockfile against swc bindings ([#&#8203;66515](https://github.com/vercel/next.js/issues/66515)) - Add deployment id header for rsc payload if present ([#&#8203;67255](https://github.com/vercel/next.js/issues/67255)) - Update font data ([#&#8203;68639](https://github.com/vercel/next.js/issues/68639)) - fix i18n data pathname resolving ([#&#8203;68947](https://github.com/vercel/next.js/issues/68947)) - pages router: ensure x-middleware-cache is respected ([#&#8203;67734](https://github.com/vercel/next.js/issues/67734)) - Fix bad modRequest in flight entry manifest [#&#8203;68888](https://github.com/vercel/next.js/issues/68888) - Reject next image urls in image optimizer [#&#8203;68628](https://github.com/vercel/next.js/issues/68628) - Fix hmr assetPrefix escaping and reuse logic from other files [#&#8203;67983](https://github.com/vercel/next.js/issues/67983) ##### Credits Huge thanks to [@&#8203;kjugi](https://github.com/kjugi), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;ztanner](https://github.com/ztanner), [@&#8203;SukkaW](https://github.com/SukkaW), [@&#8203;marlier](https://github.com/marlier), [@&#8203;Kikobeats](https://github.com/Kikobeats), [@&#8203;syi0808](https://github.com/syi0808), [@&#8203;ijjk](https://github.com/ijjk), and [@&#8203;samcx](https://github.com/samcx) for helping! ### [`v14.2.6`](https://github.com/vercel/next.js/releases/tag/v14.2.6) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.5...v14.2.6) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Ensure fetch cache TTL is updated properly ([#&#8203;69164](https://github.com/vercel/next.js/issues/69164)) </details> <details> <summary>vercel/next.js (next)</summary> ### [`v14.2.16`](https://github.com/vercel/next.js/compare/v14.2.15...v14.2.16) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.15...v14.2.16) ### [`v14.2.15`](https://github.com/vercel/next.js/releases/tag/v14.2.15) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.14...v14.2.15) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - support breadcrumb style catch-all parallel routes [#&#8203;65063](https://github.com/vercel/next.js/issues/65063) - Provide non-dynamic segments to catch-all parallel routes [#&#8203;65233](https://github.com/vercel/next.js/issues/65233) - Fix client reference access causing metadata missing [#&#8203;70732](https://github.com/vercel/next.js/issues/70732) - feat(next/image): add support for decoding prop [#&#8203;70298](https://github.com/vercel/next.js/issues/70298) - feat(next/image): add images.localPatterns config [#&#8203;70529](https://github.com/vercel/next.js/issues/70529) - fix(next/image): handle undefined images.localPatterns config in images-manifest.json - fix: Do not omit alt on getImgProps return type, ImgProps [#&#8203;70608](https://github.com/vercel/next.js/issues/70608) - \[i18n] Routing fix [#&#8203;70761](https://github.com/vercel/next.js/issues/70761) ##### Credits Huge thanks to [@&#8203;ztanner](https://github.com/ztanner), [@&#8203;agadzik](https://github.com/agadzik), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;styfle](https://github.com/styfle), [@&#8203;icyJoseph](https://github.com/icyJoseph) and [@&#8203;wyattjoh](https://github.com/wyattjoh) for helping! ### [`v14.2.14`](https://github.com/vercel/next.js/releases/tag/v14.2.14) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.13...v14.2.14) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Fix: clone response in first handler to prevent race ([#&#8203;70082](https://github.com/vercel/next.js/issues/70082)) ([#&#8203;70649](https://github.com/vercel/next.js/issues/70649)) - Respect reexports from metadata API routes ([#&#8203;70508](https://github.com/vercel/next.js/issues/70508)) ([#&#8203;70647](https://github.com/vercel/next.js/issues/70647)) - Externalize node binary modules for app router ([#&#8203;70646](https://github.com/vercel/next.js/issues/70646)) - Fix revalidateTag() behaviour when invoked in server components ([#&#8203;70446](https://github.com/vercel/next.js/issues/70446)) ([#&#8203;70642](https://github.com/vercel/next.js/issues/70642)) - Fix prefetch bailout detection for nested loading segments ([#&#8203;70618](https://github.com/vercel/next.js/issues/70618)) - Add missing node modules to externals ([#&#8203;70382](https://github.com/vercel/next.js/issues/70382)) - Feature: next/image: add support for images.remotePatterns.search ([#&#8203;70302](https://github.com/vercel/next.js/issues/70302)) ##### Credits Huge thanks to [@&#8203;styfle](https://github.com/styfle), [@&#8203;ztanner](https://github.com/ztanner), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;huozhi](https://github.com/huozhi) and [@&#8203;wyattjoh](https://github.com/wyattjoh) for helping! ### [`v14.2.13`](https://github.com/vercel/next.js/releases/tag/v14.2.13) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.12...v14.2.13) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Fix missing cache-control on SSR app route ([#&#8203;70265](https://github.com/vercel/next.js/issues/70265)) - feat: add polyfill of URL.canParse for browser compatibility ([#&#8203;70228](https://github.com/vercel/next.js/issues/70228)) - Fix vercel og package memory leak ([#&#8203;70214](https://github.com/vercel/next.js/issues/70214)) - Fix startTime error on Android 9 with Chrome 74 ([#&#8203;67391](https://github.com/vercel/next.js/issues/67391)) ##### Credits Huge thanks to [@&#8203;raeyoung-kim](https://github.com/raeyoung-kim), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;devjiwonchoi](https://github.com/devjiwonchoi), and [@&#8203;ijjk](https://github.com/ijjk) for helping! ### [`v14.2.12`](https://github.com/vercel/next.js/releases/tag/v14.2.12) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.11...v14.2.12) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - update prefetching jsdoc & documentation ([#&#8203;68047](https://github.com/vercel/next.js/issues/68047)) - Ensure we chunk revalidate tag requests ([#&#8203;70189](https://github.com/vercel/next.js/issues/70189)) - (backport) fix(eslint): allow typescript-eslint v8 ([#&#8203;70090](https://github.com/vercel/next.js/issues/70090)) - \[ppr] Don't mark RSC requests as /\_next/data requests (backport of [#&#8203;66249](https://github.com/vercel/next.js/issues/66249)) ([#&#8203;70083](https://github.com/vercel/next.js/issues/70083)) ##### Credits Huge thanks to [@&#8203;alvarlagerlof](https://github.com/alvarlagerlof), [@&#8203;wyattjoh](https://github.com/wyattjoh), [@&#8203;delbaoliveira](https://github.com/delbaoliveira), and [@&#8203;ijjk](https://github.com/ijjk) for helping! ### [`v14.2.11`](https://github.com/vercel/next.js/releases/tag/v14.2.11) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.10...v14.2.11) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - fix: correct metadata url suffix (https://github.com/vercel/next.js/pull/69959) - fix: setting assetPrefix to URL format breaks HMR ([#&#8203;70040](https://github.com/vercel/next.js/issues/70040)) - Update revalidateTag to batch tags in one request ([#&#8203;65296](https://github.com/vercel/next.js/issues/65296)) ##### Credits Huge thanks to [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;devjiwonchoi](https://github.com/devjiwonchoi), and [@&#8203;ijjk](https://github.com/ijjk) for helping! ### [`v14.2.10`](https://github.com/vercel/next.js/releases/tag/v14.2.10) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.9...v14.2.10) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Remove invalid fallback revalidate value (https://github.com/vercel/next.js/pull/69990) - Revert server action optimization (https://github.com/vercel/next.js/pull/69925) - Add ability to customize Cache-Control ([#&#8203;69802](https://github.com/vercel/next.js/issues/69802)) ##### Credits Huge thanks to [@&#8203;huozhi](https://github.com/huozhi) and [@&#8203;ijjk](https://github.com/ijjk) for helping! ### [`v14.2.9`](https://github.com/vercel/next.js/releases/tag/v14.2.9) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.8...v14.2.9) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Revert "Fix esm property def in flight loader ([#&#8203;66990](https://github.com/vercel/next.js/issues/66990))" ([#&#8203;69749](https://github.com/vercel/next.js/issues/69749)) - Disable experimental.optimizeServer by default to fix failed server action ([#&#8203;69788](https://github.com/vercel/next.js/issues/69788)) - Fix middleware fallback: false case ([#&#8203;69799](https://github.com/vercel/next.js/issues/69799)) - Fix status code for /\_not-found route ([#&#8203;64058](https://github.com/vercel/next.js/issues/64058)) ([#&#8203;69808](https://github.com/vercel/next.js/issues/69808)) - Fix metadata prop merging ([#&#8203;69807](https://github.com/vercel/next.js/issues/69807)) - create-next-app: fix font file corruption when using import alias ([#&#8203;69806](https://github.com/vercel/next.js/issues/69806)) ##### Credits Huge thanks to [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;ztanner](https://github.com/ztanner), [@&#8203;ijjk](https://github.com/ijjk), and [@&#8203;lubieowoce](https://github.com/lubieowoce) for helping! ### [`v14.2.8`](https://github.com/vercel/next.js/releases/tag/v14.2.8) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.7...v14.2.8) #### What's Changed > \[!NOTE]\ > This release is backporting bug fixes and minor improvements. It does **not** include all pending features/changes on canary. ##### Support `esmExternals` in app directory - Support esm externals in app router ([#&#8203;65041](https://github.com/vercel/next.js/issues/65041)) - Turbopack: Allow client components from foreign code in app routes ([#&#8203;64751](https://github.com/vercel/next.js/issues/64751)) - Turbopack: add support for esm externals in app dir ([#&#8203;64918](https://github.com/vercel/next.js/issues/64918)) - other related PRs: [#&#8203;66990](https://github.com/vercel/next.js/issues/66990) [#&#8203;66727](https://github.com/vercel/next.js/issues/66727) [#&#8203;66286](https://github.com/vercel/next.js/issues/66286) [#&#8203;65519](https://github.com/vercel/next.js/issues/65519) ##### Reading cookies set in middleware in components and actions - initialize ALS with cookies in middleware ([#&#8203;65008](https://github.com/vercel/next.js/issues/65008)) - fix middleware cookie initialization ([#&#8203;65820](https://github.com/vercel/next.js/issues/65820)) - ensure cookies set in middleware can be read in a server action ([#&#8203;67924](https://github.com/vercel/next.js/issues/67924)) - fix: merged middleware cookies should preserve options ([#&#8203;67956](https://github.com/vercel/next.js/issues/67956)) ##### Metadata and icons - support facebook-specific metadata (`fb:app_id`, `fb:admins`) in generateMetaData ([#&#8203;65713](https://github.com/vercel/next.js/issues/65713)) - Always collect static icons for all segments ([#&#8203;68712](https://github.com/vercel/next.js/issues/68712)) - Fix favicon merging with customized icons ([#&#8203;67982](https://github.com/vercel/next.js/issues/67982)) - Warn metadataBase missing in standalone mode or non vercel deployment ([#&#8203;66296](https://github.com/vercel/next.js/issues/66296)) ##### Parallel routes fixes - fix missing stylesheets when parallel routes are present ([#&#8203;69507](https://github.com/vercel/next.js/issues/69507)) ##### Draft mode and edge improvements - fix: unstable_cache should not cache new result in draft mode ([#&#8203;67772](https://github.com/vercel/next.js/issues/67772)) - Add draft mode flag for multi-zone ([#&#8203;68997](https://github.com/vercel/next.js/issues/68997)) - Fix edge preview props are not matched with cookie ([#&#8203;67779](https://github.com/vercel/next.js/issues/67779)) - other related PRs: [#&#8203;65426](https://github.com/vercel/next.js/issues/65426), [#&#8203;67787](https://github.com/vercel/next.js/issues/67787), [#&#8203;64946](https://github.com/vercel/next.js/issues/64946), [#&#8203;64313](https://github.com/vercel/next.js/issues/64313), [#&#8203;64370](https://github.com/vercel/next.js/issues/64370) ##### `next/image` fixes - Allow external image urls with \_next/image pathname to be rendered via Image component ([#&#8203;69586](https://github.com/vercel/next.js/issues/69586)) ##### Server actions improvements - optimize server actions ([#&#8203;66523](https://github.com/vercel/next.js/issues/66523)) - Apply optimization for unused actions ([#&#8203;69178](https://github.com/vercel/next.js/issues/69178)) - Improve SWC transform ID generation ([#&#8203;69183](https://github.com/vercel/next.js/issues/69183)) ##### Other changes - Ensure we match comment minify behavior between terser and swc ([#&#8203;68372](https://github.com/vercel/next.js/issues/68372)) - send initialCanonicalUrl in array format to prevent crawler confusion ([#&#8203;69509](https://github.com/vercel/next.js/issues/69509)) ##### Create-next-app updates - enable [@&#8203;typescript-eslint/recommended](https://github.com/typescript-eslint/recommended) in create-next-app --typescript ([#&#8203;52845](https://github.com/vercel/next.js/issues/52845)) - Update create-next-app template CSS ([#&#8203;66233](https://github.com/vercel/next.js/issues/66233)) - Update `create-next-app` template CSS ([#&#8203;66043](https://github.com/vercel/next.js/issues/66043)) - Update create-next-app template ([#&#8203;65803](https://github.com/vercel/next.js/issues/65803)) - add font antialiasing to templates ([#&#8203;67425](https://github.com/vercel/next.js/issues/67425)) - Move `create-next-app` public/ assets from local folder→ remote URL ([#&#8203;66931](https://github.com/vercel/next.js/issues/66931)) - Use classnames to set font family in Tailwind create-next-app templates ([#&#8203;66374](https://github.com/vercel/next.js/issues/66374)) - other related PRs: [#&#8203;64478](https://github.com/vercel/next.js/issues/64478), [#&#8203;68899](https://github.com/vercel/next.js/issues/68899), [#&#8203;68534](https://github.com/vercel/next.js/issues/68534), [#&#8203;69021](https://github.com/vercel/next.js/issues/69021), [#&#8203;67146](https://github.com/vercel/next.js/issues/67146), [#&#8203;66145](https://github.com/vercel/next.js/issues/66145) **Full Changelog**: https://github.com/vercel/next.js/compare/v14.2.7...v14.2.8 *** Huge thanks to everyone who contributed to this release: [@&#8203;abhi12299](https://github.com/abhi12299), [@&#8203;delbaoliveira](https://github.com/delbaoliveira), [@&#8203;eps1lon](https://github.com/eps1lon), [@&#8203;ForsakenHarmony](https://github.com/ForsakenHarmony), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;ijjk](https://github.com/ijjk), [@&#8203;JoshuaKGoldberg](https://github.com/JoshuaKGoldberg), [@&#8203;leerob](https://github.com/leerob), [@&#8203;lubieowoce](https://github.com/lubieowoce), [@&#8203;Netail](https://github.com/Netail), [@&#8203;ronanru](https://github.com/ronanru), [@&#8203;samcx](https://github.com/samcx), [@&#8203;shuding](https://github.com/shuding), [@&#8203;sokra](https://github.com/sokra), [@&#8203;stylessh](https://github.com/stylessh), [@&#8203;timfuhrmann](https://github.com/timfuhrmann), [@&#8203;wbinnssmith](https://github.com/wbinnssmith), [@&#8203;wyattjoh](https://github.com/wyattjoh), [@&#8203;ypessoa](https://github.com/ypessoa), [@&#8203;ztanner](https://github.com/ztanner) ### [`v14.2.7`](https://github.com/vercel/next.js/releases/tag/v14.2.7) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.6...v14.2.7) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Revert "chore: externalize undici for bundling" ([#&#8203;65727](https://github.com/vercel/next.js/issues/65727)) - Refactor internal routing headers to use request meta ([#&#8203;66987](https://github.com/vercel/next.js/issues/66987)) - fix(next): add cross origin in react dom preload ([#&#8203;67423](https://github.com/vercel/next.js/issues/67423)) - build: upgrade edge-runtime ([#&#8203;67565](https://github.com/vercel/next.js/issues/67565)) - GTM dataLayer parameter should take an object, not an array of strings ([#&#8203;66339](https://github.com/vercel/next.js/issues/66339)) - fix: properly patch lockfile against swc bindings ([#&#8203;66515](https://github.com/vercel/next.js/issues/66515)) - Add deployment id header for rsc payload if present ([#&#8203;67255](https://github.com/vercel/next.js/issues/67255)) - Update font data ([#&#8203;68639](https://github.com/vercel/next.js/issues/68639)) - fix i18n data pathname resolving ([#&#8203;68947](https://github.com/vercel/next.js/issues/68947)) - pages router: ensure x-middleware-cache is respected ([#&#8203;67734](https://github.com/vercel/next.js/issues/67734)) - Fix bad modRequest in flight entry manifest [#&#8203;68888](https://github.com/vercel/next.js/issues/68888) - Reject next image urls in image optimizer [#&#8203;68628](https://github.com/vercel/next.js/issues/68628) - Fix hmr assetPrefix escaping and reuse logic from other files [#&#8203;67983](https://github.com/vercel/next.js/issues/67983) ##### Credits Huge thanks to [@&#8203;kjugi](https://github.com/kjugi), [@&#8203;huozhi](https://github.com/huozhi), [@&#8203;ztanner](https://github.com/ztanner), [@&#8203;SukkaW](https://github.com/SukkaW), [@&#8203;marlier](https://github.com/marlier), [@&#8203;Kikobeats](https://github.com/Kikobeats), [@&#8203;syi0808](https://github.com/syi0808), [@&#8203;ijjk](https://github.com/ijjk), and [@&#8203;samcx](https://github.com/samcx) for helping! ### [`v14.2.6`](https://github.com/vercel/next.js/releases/tag/v14.2.6) [Compare Source](https://github.com/vercel/next.js/compare/v14.2.5...v14.2.6) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - Ensure fetch cache TTL is updated properly ([#&#8203;69164](https://github.com/vercel/next.js/issues/69164)) </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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDUuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyOS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2024-10-10 03:01:53 +00:00
renovate-bot force-pushed renovate/nextjs-monorepo from 6eb6e0af91 to ae44abcd90 2024-10-23 02:01:38 +00:00 Compare
renovate-bot changed title from Update nextjs monorepo to v14.2.15 to Update nextjs monorepo to v14.2.16 2024-10-23 02:01:42 +00:00
renovate-bot force-pushed renovate/nextjs-monorepo from ae44abcd90 to 41711161d4 2024-10-23 03:01:33 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 41711161d4 to 434cdfe157 2024-10-23 04:01:37 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 434cdfe157 to f79ec1278b 2024-10-23 05:01:27 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from f79ec1278b to 0cda8b22a0 2024-10-23 06:01:36 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 0cda8b22a0 to cab6cb49a1 2024-10-23 07:01:38 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from cab6cb49a1 to 108fc689d1 2024-10-23 08:01:46 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 108fc689d1 to 1d90daadff 2024-10-23 09:01:52 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 1d90daadff to 16c9979fc4 2024-10-23 10:01:38 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 16c9979fc4 to 7f5041f26a 2024-10-23 11:01:57 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 7f5041f26a to d0a66ee8ec 2024-10-23 12:01:59 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from d0a66ee8ec to 07fae34e79 2024-10-23 13:01:53 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 07fae34e79 to 0e22371216 2024-10-23 14:02:00 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 0e22371216 to 3fc97057a1 2024-10-23 15:02:02 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 3fc97057a1 to 17cf425d31 2024-10-23 16:01:58 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 17cf425d31 to d2a7528df9 2024-10-23 17:02:13 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from d2a7528df9 to b4a9889c70 2024-10-23 18:01:55 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from b4a9889c70 to 093278ae72 2024-10-23 19:01:58 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 093278ae72 to e12da9aca3 2024-10-23 20:01:48 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from e12da9aca3 to 4ef4474f13 2024-10-23 21:01:50 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 4ef4474f13 to f064a010f8 2024-10-23 21:06:00 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from f064a010f8 to 875aa09312 2024-10-23 22:01:50 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 875aa09312 to 8811c8bdbe 2024-10-23 22:06:11 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 8811c8bdbe to 81d2d6ed27 2024-10-23 23:02:23 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 81d2d6ed27 to 17c6a17a26 2024-10-24 00:05:06 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 17c6a17a26 to ca5d3693b4 2024-10-24 01:02:18 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from ca5d3693b4 to 0bf1883458 2024-10-24 02:02:08 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 0bf1883458 to 5744fa1997 2024-10-24 03:01:49 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 5744fa1997 to 995fa2816e 2024-10-24 04:02:08 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 995fa2816e to c13eb1032a 2024-10-24 05:02:26 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from c13eb1032a to 30d77b7d0a 2024-10-24 06:01:54 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 30d77b7d0a to 81a8327301 2024-10-24 07:02:33 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 81a8327301 to 9cef590fa2 2024-10-24 08:01:52 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 9cef590fa2 to 4377521133 2024-10-24 09:02:00 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 4377521133 to cc783cc87b 2024-10-24 10:02:06 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from cc783cc87b to a2ed770866 2024-10-24 11:01:56 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from a2ed770866 to 54cc34c3de 2024-10-24 12:01:55 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 54cc34c3de to 348dbeea13 2024-10-24 13:02:10 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 348dbeea13 to 8057ed57ec 2024-10-24 14:02:02 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 8057ed57ec to 52407eee82 2024-10-24 15:01:54 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 52407eee82 to fe9914f433 2024-10-24 16:01:54 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from fe9914f433 to 25cc86fe7e 2024-10-24 17:01:48 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 25cc86fe7e to 7d6f1d5f29 2024-10-24 17:06:18 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 7d6f1d5f29 to 9d7a37ddd6 2024-10-24 18:01:50 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 9d7a37ddd6 to a780c7366e 2024-10-24 19:01:50 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from a780c7366e to fc7a5bdfa2 2024-10-24 20:01:45 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from fc7a5bdfa2 to a9d6095ca1 2024-10-24 21:01:53 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from a9d6095ca1 to 209bdb4788 2024-10-24 22:01:45 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 209bdb4788 to fae51335ca 2024-10-24 23:02:06 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from fae51335ca to e6cc049db7 2024-10-25 00:05:08 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from e6cc049db7 to 267d058274 2024-10-25 01:01:54 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 267d058274 to f0872ef53b 2024-10-25 02:02:00 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from f0872ef53b to 0ac0498c59 2024-10-25 03:02:05 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 0ac0498c59 to 8ec9792dda 2024-10-25 03:07:33 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 8ec9792dda to 6024184099 2024-10-25 04:02:41 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 6024184099 to 81818c7461 2024-10-25 05:02:09 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 81818c7461 to a7eac04cf8 2024-10-25 06:01:51 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from a7eac04cf8 to 092bd8dc90 2024-10-25 07:01:51 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 092bd8dc90 to 7182eb89c5 2024-10-25 08:02:15 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 7182eb89c5 to ad91fda057 2024-10-25 09:01:55 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from ad91fda057 to 504a4a486b 2024-10-25 10:01:54 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 504a4a486b to 8457321443 2024-10-25 11:02:40 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 8457321443 to 1d6793b2fd 2024-10-25 12:02:02 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 1d6793b2fd to 27baf8ef94 2024-10-25 13:02:11 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 27baf8ef94 to 3a2e3fc492 2024-10-25 13:06:49 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 3a2e3fc492 to 7933c9472f 2024-10-25 14:01:52 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 7933c9472f to c37f58f2b9 2024-10-25 15:02:10 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from c37f58f2b9 to 36eff6a58b 2024-10-25 16:02:11 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 36eff6a58b to b086f8ee70 2024-10-25 17:02:08 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from b086f8ee70 to 76b310cb2f 2024-10-25 18:02:14 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 76b310cb2f to 9de65318a2 2024-10-25 18:07:20 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 9de65318a2 to 7df4ba95ae 2024-10-25 19:02:56 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 7df4ba95ae to 33253840c2 2024-10-25 20:02:18 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 33253840c2 to d47a18793b 2024-10-25 21:02:16 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from d47a18793b to bfabe24037 2024-10-25 22:02:10 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from bfabe24037 to c1247a3065 2024-10-25 23:02:36 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from c1247a3065 to b381ce348d 2024-10-26 00:05:01 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from b381ce348d to 2fb64498d8 2024-10-26 00:12:03 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 2fb64498d8 to 56654fa7e7 2024-10-26 01:02:24 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 56654fa7e7 to 158e39238a 2024-10-26 02:02:28 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 158e39238a to 07b576c1c9 2024-10-26 03:02:10 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 07b576c1c9 to 6d32eb21fd 2024-10-26 04:01:51 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 6d32eb21fd to 2f183d79bd 2024-10-26 05:02:01 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 2f183d79bd to 20023a2c69 2024-10-26 06:02:11 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 20023a2c69 to 8349642301 2024-10-26 07:02:08 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 8349642301 to cd309dbcb9 2024-10-26 08:02:52 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from cd309dbcb9 to 40ddfe27fc 2024-10-26 09:02:18 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 40ddfe27fc to f0063e4ada 2024-10-26 10:02:20 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from f0063e4ada to ca20231d9d 2024-10-26 11:02:08 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from ca20231d9d to 87099360fa 2024-10-26 12:01:57 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 87099360fa to c2b9c53b95 2024-10-26 13:02:05 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from c2b9c53b95 to e3b83006cd 2024-10-26 14:01:58 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from e3b83006cd to 6feaa9fbb8 2024-10-26 15:02:01 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 6feaa9fbb8 to 6db4388a3f 2024-10-26 16:02:11 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 6db4388a3f to cf697f4113 2024-10-26 16:06:54 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from cf697f4113 to 90aba5d38b 2024-10-26 17:01:58 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 90aba5d38b to cfad6b1aa0 2024-10-26 18:02:12 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from cfad6b1aa0 to c8ceef9fb4 2024-10-26 19:01:50 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from c8ceef9fb4 to 0b5ac37e53 2024-10-26 20:02:01 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 0b5ac37e53 to 96d2d4a138 2024-10-26 20:07:22 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 96d2d4a138 to 3c8d6cd9c0 2024-10-26 21:02:08 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 3c8d6cd9c0 to 7ee9b9ef23 2024-10-26 22:02:07 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 7ee9b9ef23 to 179fc945e8 2024-10-26 23:03:03 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 179fc945e8 to 8852509b21 2024-10-27 00:05:50 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 8852509b21 to 29ebfe12c4 2024-10-27 01:02:42 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 29ebfe12c4 to d8ac0253a8 2024-10-27 02:02:24 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from d8ac0253a8 to c01c7804bb 2024-10-27 03:02:53 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from c01c7804bb to 12fc445833 2024-10-27 04:02:23 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 12fc445833 to 6c4f8d6afa 2024-10-27 05:02:31 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 6c4f8d6afa to 59cab00cff 2024-10-27 06:02:31 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 59cab00cff to 99cd332bcd 2024-10-27 07:02:32 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 99cd332bcd to 7be36febaf 2024-10-27 08:02:22 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 7be36febaf to 5178ca4aa5 2024-10-27 09:02:20 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 5178ca4aa5 to 557fcb29c1 2024-10-27 10:02:15 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 557fcb29c1 to 8d354f409d 2024-10-27 11:01:37 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 8d354f409d to 330cf4388c 2024-10-27 12:01:32 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 330cf4388c to f100dbe096 2024-10-27 13:01:43 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from f100dbe096 to 0229b9506f 2024-10-27 14:01:31 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 0229b9506f to 2419290cd8 2024-10-27 15:01:40 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 2419290cd8 to a1265847bc 2024-10-27 15:06:59 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from a1265847bc to 5703e4e862 2024-10-27 16:01:34 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 5703e4e862 to 3b4bc09ebd 2024-10-27 17:02:16 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 3b4bc09ebd to 3b648d8f63 2024-10-27 18:01:38 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 3b648d8f63 to ebcfb111a1 2024-10-27 19:01:28 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from ebcfb111a1 to ec3338a6a0 2024-10-27 20:01:34 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from ec3338a6a0 to 1be0f19fab 2024-10-27 21:01:30 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 1be0f19fab to 90fcd7e790 2024-10-27 22:01:33 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 90fcd7e790 to 73b7006ef4 2024-10-27 23:01:31 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 73b7006ef4 to 2861b105fb 2024-10-28 00:03:49 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 2861b105fb to 6f04053aef 2024-10-28 01:01:48 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 6f04053aef to 5186788263 2024-10-28 02:01:52 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 5186788263 to 3ed88af0e8 2024-10-28 03:01:30 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 3ed88af0e8 to 1194ce594a 2024-10-28 04:01:34 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 1194ce594a to 6c986b4376 2024-10-28 05:01:39 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 6c986b4376 to 24ce8c2c4f 2024-10-28 06:01:33 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 24ce8c2c4f to a9be6a06c8 2024-10-28 06:05:01 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from a9be6a06c8 to 3313cee877 2024-10-28 07:01:49 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 3313cee877 to 117f8a5609 2024-10-28 08:01:35 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 117f8a5609 to ed0d764ef1 2024-10-28 09:01:35 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from ed0d764ef1 to 0be0078694 2024-10-28 10:01:38 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 0be0078694 to 8c2a681b5f 2024-10-28 11:01:36 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 8c2a681b5f to 07b2750c50 2024-10-28 12:01:27 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 07b2750c50 to af580045ea 2024-10-28 13:01:45 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from af580045ea to 65eb5426e7 2024-10-28 14:01:36 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 65eb5426e7 to 27affe6286 2024-10-28 14:05:14 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 27affe6286 to afc8ec49bb 2024-10-28 15:01:30 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from afc8ec49bb to 87b68dc435 2024-10-28 16:01:49 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 87b68dc435 to cf089e8c17 2024-10-28 17:01:29 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from cf089e8c17 to f8338188cb 2024-10-28 18:01:40 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from f8338188cb to 24ba01f755 2024-10-28 19:01:31 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 24ba01f755 to 5466201297 2024-10-28 20:01:40 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 5466201297 to 27949d18d9 2024-10-28 20:05:27 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 27949d18d9 to 266bcd4c28 2024-10-28 21:01:39 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 266bcd4c28 to 3d260539ce 2024-10-28 22:01:32 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 3d260539ce to c7d81655fb 2024-10-28 23:01:33 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from c7d81655fb to 64f95d6744 2024-10-29 00:03:30 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 64f95d6744 to 5f5d16b4e2 2024-10-29 01:02:40 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 5f5d16b4e2 to b48dda84ad 2024-10-29 02:01:44 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from b48dda84ad to ddfa01db90 2024-10-29 02:05:23 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from ddfa01db90 to a52b4598bb 2024-10-29 03:02:10 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from a52b4598bb to ca62635b36 2024-10-29 04:01:42 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from ca62635b36 to f889f1bdfb 2024-10-29 05:01:34 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from f889f1bdfb to 994a9cc4c8 2024-10-29 05:05:10 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 994a9cc4c8 to 0cc515051b 2024-10-29 06:01:34 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 0cc515051b to 450d8f548c 2024-10-29 07:01:36 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 450d8f548c to 5c10b4832d 2024-10-29 08:01:55 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 5c10b4832d to 9ce911ce37 2024-10-29 08:05:34 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 9ce911ce37 to a07bc771c6 2024-10-29 09:01:36 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from a07bc771c6 to e1054be75a 2024-10-29 10:01:41 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from e1054be75a to 635eeba784 2024-10-29 11:01:33 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 635eeba784 to f2093ee66f 2024-10-29 12:01:35 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from f2093ee66f to 345d986e6a 2024-10-29 13:01:31 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 345d986e6a to 7b75604a9b 2024-10-29 15:01:41 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 7b75604a9b to c9ba9e3c61 2024-10-29 16:01:48 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from c9ba9e3c61 to 8ec5399759 2024-10-29 17:01:50 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 8ec5399759 to 92428ffd27 2024-10-29 18:02:00 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 92428ffd27 to c4c1337a0e 2024-10-29 18:05:41 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from c4c1337a0e to 87fcb9ad77 2024-10-29 19:01:32 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 87fcb9ad77 to 38b609a454 2024-10-29 20:01:56 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 38b609a454 to 350a2a6460 2024-10-29 20:06:15 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 350a2a6460 to 33cc2f7da6 2024-10-29 21:01:43 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 33cc2f7da6 to 34bf22bf93 2024-10-29 21:05:41 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 34bf22bf93 to 0b806145d1 2024-10-29 22:01:40 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 0b806145d1 to 12cc897f86 2024-10-29 23:01:38 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 12cc897f86 to b2f7db223b 2024-10-29 23:05:16 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from b2f7db223b to 8692145095 2024-10-30 00:03:44 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 8692145095 to ae8286c193 2024-10-30 01:01:48 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from ae8286c193 to 925f7e964d 2024-10-30 02:01:52 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 925f7e964d to 6ce076f20c 2024-10-30 03:01:47 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 6ce076f20c to 313042e3b6 2024-10-30 04:01:49 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 313042e3b6 to 831d21de29 2024-10-30 05:01:41 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 831d21de29 to 959144ba68 2024-10-30 06:01:34 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 959144ba68 to 4c986fa880 2024-10-30 07:01:44 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 4c986fa880 to d20c0deb09 2024-10-30 08:01:50 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from d20c0deb09 to 1ee5ae5865 2024-10-30 09:01:46 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 1ee5ae5865 to 3fb30dc361 2024-10-30 10:01:43 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 3fb30dc361 to 63c375ace2 2024-10-30 11:01:37 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 63c375ace2 to e99a60b9af 2024-10-30 12:01:38 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from e99a60b9af to 60db37e17a 2024-10-30 12:05:06 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 60db37e17a to 94959481a5 2024-10-30 13:01:44 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 94959481a5 to 10c0a08c49 2024-10-30 13:04:41 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 10c0a08c49 to ad924e81f5 2024-10-30 14:01:52 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from ad924e81f5 to 84b9c91908 2024-10-30 15:01:56 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 84b9c91908 to 1bf11f2358 2024-10-30 15:05:24 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 1bf11f2358 to 76067bd893 2024-10-30 16:01:48 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 76067bd893 to 25d9a59177 2024-10-30 16:04:48 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 25d9a59177 to 91fcbecd3d 2024-10-30 17:01:46 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 91fcbecd3d to f92282d398 2024-10-30 17:05:34 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from f92282d398 to 7edc6b7c5f 2024-10-30 18:01:46 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 7edc6b7c5f to 3050b10cf2 2024-10-30 19:02:06 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 3050b10cf2 to e86ce6cbc3 2024-10-30 20:01:56 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from e86ce6cbc3 to c93929f24b 2024-10-30 20:05:33 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from c93929f24b to 99a6c53a8b 2024-10-30 21:01:49 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 99a6c53a8b to 07a0e2b801 2024-10-30 22:01:38 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 07a0e2b801 to bc95251306 2024-10-30 23:01:42 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from bc95251306 to 297b6a4f88 2024-10-30 23:05:21 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 297b6a4f88 to 8a8ea09956 2024-10-31 00:04:12 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 8a8ea09956 to 0228282a82 2024-10-31 01:02:04 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 0228282a82 to 50f348ec4b 2024-10-31 02:01:52 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 50f348ec4b to 49c7f59c6d 2024-10-31 03:01:30 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 49c7f59c6d to 0ad402f455 2024-10-31 04:01:40 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 0ad402f455 to c83e81271c 2024-10-31 04:05:06 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from c83e81271c to 9e3bb9d4d4 2024-10-31 05:01:46 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 9e3bb9d4d4 to 227b617b66 2024-10-31 06:01:30 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 227b617b66 to f896832675 2024-10-31 07:01:47 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from f896832675 to caaa304215 2024-10-31 07:04:52 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from caaa304215 to c10b43cee2 2024-10-31 08:01:53 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from c10b43cee2 to 3cd20faa5f 2024-10-31 09:01:35 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 3cd20faa5f to b5c2af18ff 2024-10-31 09:04:46 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from b5c2af18ff to decedc1268 2024-10-31 10:01:43 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from decedc1268 to d3b78823e9 2024-10-31 10:04:55 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from d3b78823e9 to 16c2d76e29 2024-10-31 11:01:55 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 16c2d76e29 to e29b3f82df 2024-10-31 11:05:16 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from e29b3f82df to 8c4bf14467 2024-10-31 12:02:09 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 8c4bf14467 to 7b27d66c80 2024-10-31 13:01:47 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 7b27d66c80 to bfe1db4c11 2024-10-31 13:05:19 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from bfe1db4c11 to eef21e4516 2024-10-31 14:01:47 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from eef21e4516 to 140e4695ef 2024-10-31 14:04:57 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 140e4695ef to ed9d0a7177 2024-10-31 15:01:41 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from ed9d0a7177 to cc31719652 2024-10-31 16:01:39 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from cc31719652 to a518bf838d 2024-10-31 17:01:55 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from a518bf838d to ee523bbb87 2024-10-31 18:01:50 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from ee523bbb87 to 3dd7aef407 2024-10-31 19:01:58 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 3dd7aef407 to 6928e46265 2024-10-31 20:01:41 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 6928e46265 to 01017d5df2 2024-10-31 20:05:36 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 01017d5df2 to 86ef6fbe29 2024-10-31 21:02:16 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 86ef6fbe29 to 2bb784e6a6 2024-10-31 22:01:55 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 2bb784e6a6 to 61308f30c8 2024-10-31 22:05:20 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 61308f30c8 to 10e72ffca7 2024-10-31 23:01:52 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 10e72ffca7 to 85689a9678 2024-11-01 00:04:27 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 85689a9678 to 0624c0e3f0 2024-11-01 01:02:21 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 0624c0e3f0 to 3441170ea0 2024-11-01 02:01:45 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 3441170ea0 to 32eb1239de 2024-11-01 03:01:39 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 32eb1239de to 828faff0a5 2024-11-01 04:01:40 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 828faff0a5 to 5a6fcc02f7 2024-11-01 05:01:40 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 5a6fcc02f7 to c1159aa63f 2024-11-01 06:01:28 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from c1159aa63f to 1d5831c77d 2024-11-01 06:05:50 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 1d5831c77d to f6145aac55 2024-11-01 07:01:39 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from f6145aac55 to 94d2c837be 2024-11-01 08:01:30 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 94d2c837be to 0d380261c4 2024-11-01 09:01:34 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 0d380261c4 to e51ef775f1 2024-11-01 09:04:12 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from e51ef775f1 to 58331fdfb1 2024-11-01 10:01:28 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 58331fdfb1 to 29226eefae 2024-11-01 11:01:34 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 29226eefae to acca975c1d 2024-11-01 12:01:31 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from acca975c1d to 715c317274 2024-11-01 13:01:37 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 715c317274 to a799956776 2024-11-01 14:01:37 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from a799956776 to 84adb2fea4 2024-11-01 15:01:33 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 84adb2fea4 to b9e8baac50 2024-11-01 16:01:30 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from b9e8baac50 to 7220740828 2024-11-01 17:01:36 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 7220740828 to 5009a079f4 2024-11-01 18:01:36 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 5009a079f4 to 4e5b62481a 2024-11-01 19:01:35 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 4e5b62481a to 26c0ada6a6 2024-11-01 20:01:29 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 26c0ada6a6 to c9f7a766f7 2024-11-01 21:01:45 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from c9f7a766f7 to da0b3ce0ea 2024-11-01 21:04:01 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from da0b3ce0ea to 922aa081fd 2024-11-01 22:01:41 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 922aa081fd to 0fc8f493b0 2024-11-01 23:01:31 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 0fc8f493b0 to ad1b103b29 2024-11-02 00:04:17 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from ad1b103b29 to d192eb03c8 2024-11-02 01:01:44 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from d192eb03c8 to 01c5ddc68f 2024-11-02 02:01:52 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 01c5ddc68f to ca6a2db7ca 2024-11-02 03:01:40 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from ca6a2db7ca to 577f31d3c1 2024-11-02 04:01:35 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 577f31d3c1 to 1a196a86cb 2024-11-02 05:01:43 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 1a196a86cb to f11a7af371 2024-11-02 06:01:43 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from f11a7af371 to 3d215d2252 2024-11-02 07:01:32 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 3d215d2252 to 260b8dabd6 2024-11-02 08:01:34 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 260b8dabd6 to b90565cdbe 2024-11-02 09:01:32 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from b90565cdbe to dd43d6b26e 2024-11-02 10:01:36 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from dd43d6b26e to dcfe4b9a8d 2024-11-02 11:01:43 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from dcfe4b9a8d to 296856fcb4 2024-11-02 12:01:35 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 296856fcb4 to d0466c17e0 2024-11-02 13:01:45 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from d0466c17e0 to 87dc535998 2024-11-02 14:02:06 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 87dc535998 to d2c65822ec 2024-11-02 15:01:36 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from d2c65822ec to 8e35cbcce3 2024-11-02 15:04:41 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 8e35cbcce3 to 355d2e7913 2024-11-02 16:01:32 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 355d2e7913 to 1b1679c2ad 2024-11-02 17:01:46 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 1b1679c2ad to 3d3f98bbe5 2024-11-02 18:01:30 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 3d3f98bbe5 to f38a626a55 2024-11-02 19:01:34 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from f38a626a55 to 9c7798d07e 2024-11-02 20:01:40 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 9c7798d07e to 943de853a6 2024-11-02 21:01:33 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from 943de853a6 to d95cc2b626 2024-11-02 22:01:33 +00:00 Compare
renovate-bot force-pushed renovate/nextjs-monorepo from d95cc2b626 to 0924c0c83e 2024-11-02 23:01:35 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/nextjs-monorepo:renovate/nextjs-monorepo
git checkout renovate/nextjs-monorepo
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: MinecraftUtilities/Frontend#74
No description provided.