Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/bundle-analyzer (source) 14.2.5 -> 14.2.17 age adoption passing confidence
@next/eslint-plugin-next (source) 14.2.5 -> 14.2.17 age adoption passing confidence
@next/mdx (source) 14.2.5 -> 14.2.17 age adoption passing confidence
next (source) 14.2.5 -> 14.2.17 age adoption passing confidence

Release Notes

vercel/next.js (@​next/bundle-analyzer)

v14.2.17

Compare Source

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
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

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

[!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

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

v14.2.17

Compare Source

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

Core Changes
  • Fix: revert the bad node binary handling (#​72356)
  • Ensure pages/500 handles cache-control as expected (#​72050) (#​72110)
  • fix unhandled runtime error from generateMetadata in parallel routes (#​72153)
Credits

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

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
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

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 (next)

v14.2.17

Compare Source

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
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

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


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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 22, 2024
@renovate renovate bot had a problem deploying to data-manager-ui/test August 22, 2024 00:51 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test August 22, 2024 00:51 Failure
@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 6c92bcf to 0c22915 Compare August 27, 2024 16:43
@renovate renovate bot had a problem deploying to data-manager-ui/test August 27, 2024 16:43 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test August 27, 2024 16:43 Failure
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 0c22915 to b7faf03 Compare September 4, 2024 22:48
@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 had a problem deploying to data-manager-ui/test September 4, 2024 22:49 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test September 4, 2024 22:49 Failure
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from b7faf03 to 398ebcc Compare September 9, 2024 19:35
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.8 chore(deps): update nextjs monorepo to v14.2.9 Sep 9, 2024
@renovate renovate bot had a problem deploying to data-manager-ui/test September 9, 2024 19:35 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test September 9, 2024 19:35 Failure
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 398ebcc to 50cf91b Compare September 12, 2024 00:10
@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 had a problem deploying to data-manager-ui/test September 12, 2024 00:10 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test September 12, 2024 00:10 Failure
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 50cf91b to 869cb11 Compare September 12, 2024 19:54
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.10 chore(deps): update nextjs monorepo Sep 12, 2024
@renovate renovate bot had a problem deploying to data-manager-ui/test September 12, 2024 19:54 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test September 12, 2024 19:54 Failure
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 869cb11 to 7922c20 Compare September 12, 2024 21:16
@renovate renovate bot changed the title chore(deps): update nextjs monorepo chore(deps): update nextjs monorepo to v14.2.11 Sep 12, 2024
@renovate renovate bot had a problem deploying to data-manager-ui/test September 12, 2024 21:16 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test September 12, 2024 21:16 Failure
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 7922c20 to 3012620 Compare September 18, 2024 01:38
@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 had a problem deploying to data-manager-ui/test September 18, 2024 01:38 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test November 6, 2024 00:21 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test November 6, 2024 00:21 Failure
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from a6e1cdc to b642361 Compare November 7, 2024 10:34
@renovate renovate bot temporarily deployed to data-manager-ui/test November 7, 2024 10:37 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test November 7, 2024 10:37 Inactive
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch 2 times, most recently from e6801f4 to 4f75768 Compare November 7, 2024 15:13
@renovate renovate bot temporarily deployed to data-manager-ui/test November 7, 2024 15:20 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test November 7, 2024 15:20 Inactive
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 4f75768 to 0065ef3 Compare November 7, 2024 15:40
@renovate renovate bot temporarily deployed to data-manager-ui/test November 7, 2024 15:43 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test November 7, 2024 15:43 Inactive
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 0065ef3 to 311edd8 Compare November 7, 2024 15:51
@renovate renovate bot temporarily deployed to data-manager-ui/test November 7, 2024 15:52 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test November 7, 2024 15:52 Inactive
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 311edd8 to 15f1095 Compare November 7, 2024 15:57
@renovate renovate bot temporarily deployed to data-manager-ui/test November 7, 2024 15:57 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test November 7, 2024 15:57 Inactive
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 15f1095 to 2c472fe Compare November 7, 2024 21:36
@renovate renovate bot temporarily deployed to data-manager-ui/test November 7, 2024 21:36 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test November 7, 2024 21:36 Inactive
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 2c472fe to 9a72fae Compare November 7, 2024 21:58
@renovate renovate bot temporarily deployed to data-manager-ui/test November 7, 2024 21:58 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test November 7, 2024 21:58 Inactive
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 9a72fae to 61786a3 Compare November 7, 2024 22:20
@renovate renovate bot temporarily deployed to data-manager-ui/test November 7, 2024 22:21 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test November 7, 2024 22:21 Inactive
@OliverDudgeon OliverDudgeon merged commit 2eeb6b7 into master Nov 7, 2024
6 checks passed
@renovate renovate bot deleted the renovate/nextjs-monorepo branch November 7, 2024 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant