Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2024

This PR contains the following updates:

Package Change Age Confidence
eslint-config-next (source) 14.2.5 -> 14.2.33 age confidence
next (source) 14.2.5 -> 14.2.33 age confidence

Release Notes

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

v14.2.33

Compare Source

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

Core Changes
  • omit searchParam data from FlightRouterState before transport (#​80734)
Credits

Huge thanks to @​ztanner for helping!

v14.2.32

Compare Source

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

Core Changes
  • fix router handling when setting a location response header #​82588
Credits

Huge thanks to @​ztanner for helping!

v14.2.31

Compare Source

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

Core Changes
  • fix(next/image): improve and simplify detect-content-type (#​82179)
  • fix(next/image): fix image-optimizer.ts headers (#​82178)
Credits

Huge thanks to @​styfle and @​ztanner for helping!

v14.2.30

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 @​ijjk and @​ztanner for helping!

v14.2.29

Compare Source

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

Core Changes
  • Only share incremental cache for edge in next start (#​79389)
Credits

Huge thanks to @​ijjk for helping!

v14.2.28

Compare Source

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

Core Changes
  • fix: node.js module import error when using middleware (#​77945)
Credits

Huge thanks to @​ztanner for helping!

v14.2.27

Compare Source

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

Core Changes
  • fix dynamic route interception not working when deployed with middleware (#​64923)
Credits

Huge thanks to @​ztanner for helping!

v14.2.26

Compare Source

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

Core Changes
  • Match subrequest handling for edge and node (#​77476)

v14.2.25

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.
This release contains a security patch for CVE-2025-29927.

Core Changes
  • Update middleware request header (#​77202)
Credits

Huge thanks to @​ijjk for helping!

v14.2.24

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 @​ztanner for helping!

v14.2.23

Compare Source

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

Core Changes
  • backport: force module format for virtual client-proxy (#​74590)
  • Backport: Use provided waitUntil for pending revalidates (#​74573)
  • Feature: next/image: add support for images.qualities in next.config (#​74500)
Credits

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

v14.2.22

Compare Source

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

Core Changes
  • Retry manifest file loading only in dev mode: #​73900
  • Ensure workers are cleaned up: #​71564
  • Use shared worker for lint & typecheck steps: #​74154
Credits

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

v14.2.21

Compare Source

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

Core Changes
Misc Changes
  • chore(docs): add missing search: '' on remotePatterns: #​73927
  • chore(docs): update version history of next/image: #​73926
Credits

Huge thanks to @​unstubbable, @​ztanner, and @​styfle for helping!

v14.2.20

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 @​wyattjoh for helping!

v14.2.19

Compare Source

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

Core Changes
  • ensure worker exits bubble to parent process (#​73433)
  • Increase max cache tags to 128 (#​73125)
Misc Changes
  • Update max tag items limit in docs (#​73445)
Credits

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

v14.2.18

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

[!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) (#​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
  • fix: correct metadata url suffix (#​69959)
  • fix: setting assetPrefix to URL format breaks HMR (#​70040)
  • Update revalidateTag to batch tags in one request (#​65296)
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
  • Remove invalid fallback revalidate value (#​69990)
  • Revert server action optimization (#​69925)
  • Add ability to customize Cache-Control (#​69802)
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: 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

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

@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 35074da to 9f4b351 Compare August 27, 2024 16:18
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.6 (patch) fix(deps): update nextjs monorepo to v14.2.7 (patch) Aug 27, 2024
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 9f4b351 to 9e46e4e Compare September 4, 2024 21:27
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.7 (patch) fix(deps): update nextjs monorepo to v14.2.8 (patch) Sep 4, 2024
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 9e46e4e to c377228 Compare September 9, 2024 19:34
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.8 (patch) fix(deps): update nextjs monorepo to v14.2.9 (patch) Sep 9, 2024
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from c377228 to 7cc43bd Compare September 12, 2024 00:34
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.9 (patch) fix(deps): update nextjs monorepo to v14.2.10 (patch) Sep 12, 2024
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 7cc43bd to f52ee78 Compare September 12, 2024 20:06
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.10 (patch) fix(deps): update nextjs monorepo to v14.2.11 (patch) Sep 12, 2024
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from f52ee78 to 2c39747 Compare September 17, 2024 22:47
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.11 (patch) fix(deps): update nextjs monorepo to v14.2.12 (patch) Sep 17, 2024
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 2c39747 to 2bbbca1 Compare September 20, 2024 00:53
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.12 (patch) fix(deps): update nextjs monorepo to v14.2.13 (patch) Sep 20, 2024
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 2bbbca1 to 715ac53 Compare October 1, 2024 18:29
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.13 (patch) fix(deps): update nextjs monorepo to v14.2.14 (patch) Oct 1, 2024
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 715ac53 to d5b3c3f Compare October 8, 2024 21:07
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.14 (patch) fix(deps): update nextjs monorepo to v14.2.15 (patch) Oct 9, 2024
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch 2 times, most recently from 63f63c4 to e62ede7 Compare October 23, 2024 04:06
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.15 (patch) fix(deps): update nextjs monorepo to v14.2.16 (patch) Oct 23, 2024
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from e62ede7 to 3c74adb Compare November 6, 2024 02:14
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.16 (patch) fix(deps): update nextjs monorepo to v14.2.17 (patch) Nov 6, 2024
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 3c74adb to 69c488e Compare November 13, 2024 22:15
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.17 (patch) fix(deps): update nextjs monorepo to v14.2.18 (patch) Nov 13, 2024
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 69c488e to 37e3383 Compare December 3, 2024 17:48
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.18 (patch) fix(deps): update nextjs monorepo to v14.2.19 (patch) Dec 3, 2024
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 37e3383 to 6f8f71b Compare December 4, 2024 21:48
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.19 (patch) fix(deps): update nextjs monorepo to v14.2.20 (patch) Dec 4, 2024
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 6f8f71b to 2146e65 Compare December 19, 2024 14:24
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch 2 times, most recently from c23ccce to c844833 Compare April 7, 2025 21:39
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.26 (patch) fix(deps): update nextjs monorepo to v14.2.27 (patch) Apr 7, 2025
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from c844833 to 3690ccd Compare April 8, 2025 21:45
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.27 (patch) fix(deps): update nextjs monorepo to v14.2.28 (patch) Apr 8, 2025
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 3690ccd to e98de96 Compare April 24, 2025 06:36
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch 2 times, most recently from 3f44357 to f43b331 Compare May 20, 2025 17:32
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.28 (patch) fix(deps): update nextjs monorepo to v14.2.29 (patch) May 20, 2025
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from f43b331 to 8ef13c9 Compare May 28, 2025 08:27
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch 3 times, most recently from 31c80b5 to 5afb5df Compare June 8, 2025 11:09
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 5afb5df to 8939ca3 Compare June 12, 2025 11:15
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.29 (patch) fix(deps): update nextjs monorepo to v14.2.30 (patch) Jun 12, 2025
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 8939ca3 to 56f497f Compare June 15, 2025 13:22
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 56f497f to 2cf9037 Compare June 22, 2025 14:49
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 2cf9037 to 3fca765 Compare July 2, 2025 18:44
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 3fca765 to 7036c4e Compare July 30, 2025 23:01
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.30 (patch) fix(deps): update nextjs monorepo to v14.2.31 (patch) Jul 30, 2025
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch 2 times, most recently from 37eb2bc to 2b0be36 Compare August 13, 2025 14:09
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 2b0be36 to 83ae8c5 Compare August 18, 2025 22:54
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.31 (patch) fix(deps): update nextjs monorepo to v14.2.32 (patch) Aug 18, 2025
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 83ae8c5 to 344b5d5 Compare August 31, 2025 10:52
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 344b5d5 to 539e59e Compare September 23, 2025 23:39
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.32 (patch) fix(deps): update nextjs monorepo to v14.2.33 (patch) Sep 23, 2025
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.33 (patch) chore(deps): update nextjs monorepo to v14.2.33 (patch) Sep 25, 2025
@renovate renovate bot force-pushed the renovate/patch-nextjs-monorepo branch from 539e59e to 8d1a4aa Compare October 21, 2025 18:08
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.

1 participant