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

chore(deps): update nextjs monorepo to v14.2.13 #401

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/eslint-plugin-next (source) 14.2.5 -> 14.2.13 age adoption passing confidence
eslint-config-next (source) 14.2.1 -> 14.2.13 age adoption passing confidence
next (source) 14.2.1 -> 14.2.13 age adoption passing confidence

Release Notes

vercel/next.js (@​next/eslint-plugin-next)

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

v14.2.11

Compare Source

v14.2.10

Compare Source

v14.2.9

Compare Source

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: vercel/next.js@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

v14.2.6

Compare Source

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

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!

v14.2.3

Compare Source

v14.2.2

Compare Source

vercel/next.js (next)

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


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 is behind base branch, 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.

@renovate renovate bot requested a review from GoldElysium as a code owner June 18, 2024 22:41
@renovate renovate bot added the Type: Dependencies Dependency updates label Jun 18, 2024
Copy link

vercel bot commented Jun 18, 2024

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

Name Status Preview Comments Updated (UTC)
hef-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 20, 2024 1:03am

@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from dcebaf1 to bbe8a02 Compare July 5, 2024 13:52
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from bbe8a02 to f337189 Compare July 7, 2024 14:19
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from f337189 to d7dd6ff Compare July 7, 2024 15:46
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from d7dd6ff to 7976325 Compare July 7, 2024 15:50
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 7976325 to bfbeecd Compare July 8, 2024 11:55
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from bfbeecd to 4aa16ca Compare July 8, 2024 17:54
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 4aa16ca to a7e00b2 Compare July 9, 2024 09:08
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from a7e00b2 to 1e14d5e Compare July 10, 2024 17:12
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.4 chore(deps): update nextjs monorepo to v14.2.5 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 1e14d5e to 2a62371 Compare August 4, 2024 14:10
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 2a62371 to 8dd7a17 Compare August 4, 2024 15:56
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 8dd7a17 to ed4993d Compare August 6, 2024 10:34
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from ed4993d to cc98e7f Compare August 8, 2024 10:22
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from cc98e7f to da03bc5 Compare August 10, 2024 17:06
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from c48cee7 to 54f4f9b Compare August 27, 2024 19:27
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.6 chore(deps): update nextjs monorepo to v14.2.7 Aug 27, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 54f4f9b to 197739f Compare August 28, 2024 08:00
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.7 chore(deps): update nextjs monorepo to v14.2.8 Sep 4, 2024
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.8 chore(deps): update nextjs monorepo Sep 9, 2024
@renovate renovate bot changed the title chore(deps): update nextjs monorepo chore(deps): update nextjs monorepo to v14.2.9 Sep 9, 2024
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.9 chore(deps): update nextjs monorepo to v14.2.10 Sep 12, 2024
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.10 chore(deps): update nextjs monorepo to v14.2.11 Sep 12, 2024
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.11 chore(deps): update nextjs monorepo to v14.2.12 Sep 18, 2024
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.12 chore(deps): update nextjs monorepo to v14.2.13 Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Dependencies Dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants