Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nextjs monorepo to v14.2.15 #100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-next (source) 14.2.3 -> 14.2.15 age adoption passing confidence
next (source) 14.1.4 -> 14.2.15 age adoption passing confidence

Release Notes

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

v14.2.15

Compare Source

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

v14.2.12

Compare Source

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

v14.2.9

Compare Source

v14.2.8

Compare Source

v14.2.7

Compare Source

v14.2.6

Compare Source

v14.2.5

Compare Source

v14.2.4

Compare Source

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

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

vercel/next.js (next)

v14.2.15

Compare Source

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

v14.2.12

Compare Source

v14.2.11

Compare Source

v14.2.10

Compare Source

v14.2.9

Compare Source

v14.2.8

Compare Source

v14.2.7

Compare Source

v14.2.6

Compare Source

v14.2.5

Compare Source

v14.2.4

Compare Source

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

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

v14.2.3

Compare Source

v14.2.2

Compare Source

v14.2.1

Compare Source

v14.2.0

Compare Source


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 was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Apr 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marketpulse ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 9, 2024 0:17am

@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 24d14fb to f43ddfb Compare May 3, 2024 03:05
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from f43ddfb to c96d300 Compare June 4, 2024 11:07
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from c96d300 to 05fd409 Compare June 12, 2024 00:35
@renovate renovate bot changed the title Update nextjs monorepo to v14.2.3 Update nextjs monorepo to v14.2.4 Jun 12, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 05fd409 to c8c472b Compare July 10, 2024 15:36
@renovate renovate bot changed the title Update nextjs monorepo to v14.2.4 Update nextjs monorepo to v14.2.5 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from c8c472b to b05d000 Compare August 6, 2024 06:19
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from b05d000 to 2a6c9f3 Compare August 22, 2024 01:59
@renovate renovate bot changed the title Update nextjs monorepo to v14.2.5 Update nextjs monorepo to v14.2.6 Aug 22, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 2a6c9f3 to 7b2ab24 Compare August 27, 2024 16:38
@renovate renovate bot changed the title Update nextjs monorepo to v14.2.6 Update nextjs monorepo to v14.2.7 Aug 27, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 7b2ab24 to 140f44c Compare September 2, 2024 22:04
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 140f44c to 12f9d7c Compare September 4, 2024 22:01
@renovate renovate bot changed the title Update nextjs monorepo to v14.2.7 Update nextjs monorepo to v14.2.8 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 12f9d7c to c847b37 Compare September 9, 2024 22:02
@renovate renovate bot changed the title Update nextjs monorepo to v14.2.8 Update nextjs monorepo to v14.2.9 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from c847b37 to 6e04a94 Compare September 12, 2024 00:18
@renovate renovate bot changed the title Update nextjs monorepo to v14.2.9 Update nextjs monorepo to v14.2.10 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 6e04a94 to bb03058 Compare September 12, 2024 22:04
@renovate renovate bot changed the title Update nextjs monorepo to v14.2.10 Update nextjs monorepo to v14.2.11 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from bb03058 to 1dba635 Compare September 17, 2024 21:58
@renovate renovate bot changed the title Update nextjs monorepo to v14.2.11 Update nextjs monorepo to v14.2.12 Sep 17, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 1dba635 to 4a9106a Compare September 20, 2024 01:34
@renovate renovate bot changed the title Update nextjs monorepo to v14.2.12 Update nextjs monorepo to v14.2.13 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 4a9106a to 0f865d2 Compare October 1, 2024 21:01
@renovate renovate bot changed the title Update nextjs monorepo to v14.2.13 Update nextjs monorepo to v14.2.14 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 0f865d2 to bdba1e3 Compare October 8, 2024 21:05
@renovate renovate bot changed the title Update nextjs monorepo to v14.2.14 Update nextjs monorepo Oct 8, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from bdba1e3 to 33bc386 Compare October 9, 2024 00:16
@renovate renovate bot changed the title Update nextjs monorepo Update nextjs monorepo to v14.2.15 Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants