Skip to content

chore(deps): update dependency eslint-config-next to v14.2.35#241

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/nextjs-monorepo
Open

chore(deps): update dependency eslint-config-next to v14.2.35#241
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/nextjs-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 13, 2024

This PR contains the following updates:

Package Change Age Confidence
eslint-config-next (source) 14.2.414.2.35 age confidence

Release Notes

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

v14.2.35

Compare Source

v14.2.34

Compare Source

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)

v14.2.5

Compare Source

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

Core Changes
  • avoid merging global css in a way that leaks into other chunk groups (#​67373)
  • Fix server action edge redirect with middleware rewrite (#​67148)
  • fix(next): reject protocol-relative URLs in image optimization (#​65752)
  • fix(next-swc): correct path interop to filepath for wasm (#​65633)
  • Use addDependency to track metadata route file changes (#​66714)
  • Fix noindex is missing on static not-found page (#​67135)
  • perf: improve retrieving versionInfo on Turbo HMR (#​67309)
  • fix(next/image): handle invalid url (#​67465)
  • fix(next): initial prefetch cache not set properly with different search params (#​65977)
  • fix: Backport class properties fix (#​67377)
  • Upgrade acorn (#​67592)
Misc
  • Log stdio for pull-turbo-cache script (#​66759)
  • Ensure turbo is setup when building in docker (#​66804)
Credits

Huge thanks to @​devjiwonchoi, @​ijjk, @​emmerich, @​huozhi, @​kdy1, @​kwonoj, @​styfle, and @​sokra for helping!


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 this update 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/nextjs-monorepo branch from a68fccf to 6384837 Compare August 22, 2024 00:54
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.5 chore(deps): update dependency eslint-config-next to v14.2.6 Aug 22, 2024
@pull-request-size pull-request-size bot added size/S and removed size/M labels Aug 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.6 chore(deps): update dependency eslint-config-next to v14.2.7 Aug 27, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 6384837 to 432846f Compare August 27, 2024 16:48
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.7 chore(deps): update dependency eslint-config-next to v14.2.8 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 432846f to 01f3e9a Compare September 4, 2024 22:54
@pull-request-size pull-request-size bot added size/L and removed size/S labels Sep 4, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 01f3e9a to bc31eab Compare September 9, 2024 20:32
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.8 chore(deps): update dependency eslint-config-next to v14.2.9 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from bc31eab to 9d323cb Compare September 12, 2024 00:45
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.9 chore(deps): update dependency eslint-config-next to v14.2.10 Sep 12, 2024
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.10 chore(deps): update dependency eslint-config-next to v14.2.11 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 9d323cb to 36f9d2b Compare September 12, 2024 23:08
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.11 chore(deps): update dependency eslint-config-next to v14.2.12 Sep 18, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 36f9d2b to e3b1abb Compare September 18, 2024 00:31
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.12 chore(deps): update dependency eslint-config-next to v14.2.13 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from e3b1abb to 18d5e78 Compare September 20, 2024 05:06
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.13 chore(deps): update dependency eslint-config-next to v14.2.14 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 18d5e78 to 4058e8a Compare October 1, 2024 19:20
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.14 chore(deps): update dependency eslint-config-next to v14.2.15 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 4058e8a to 7ef85c7 Compare October 8, 2024 22:57
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 7ef85c7 to d4f5315 Compare October 23, 2024 01:47
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.15 chore(deps): update dependency eslint-config-next to v14.2.16 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from d4f5315 to ff79daf Compare November 6, 2024 00:38
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.16 chore(deps): update dependency eslint-config-next to v14.2.17 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from ff79daf to 2b019fb Compare November 13, 2024 21:51
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 2c07ef0 to f04d4c7 Compare April 8, 2025 23:09
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.27 chore(deps): update dependency eslint-config-next to v14.2.28 Apr 8, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from f04d4c7 to a83b2f3 Compare May 20, 2025 17:02
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.28 chore(deps): update dependency eslint-config-next to v14.2.29 May 20, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from a83b2f3 to 5492cfc Compare June 12, 2025 14:40
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.29 chore(deps): update dependency eslint-config-next to v14.2.30 Jun 12, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 5492cfc to e01faf3 Compare July 31, 2025 00:30
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.30 chore(deps): update dependency eslint-config-next to v14.2.31 Jul 31, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch 2 times, most recently from 0683f66 to fdccdfb Compare August 13, 2025 15:48
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from fdccdfb to faf69bc Compare August 19, 2025 00:32
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.31 chore(deps): update dependency eslint-config-next to v14.2.32 Aug 19, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from faf69bc to ac7976e Compare August 19, 2025 15:00
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from ac7976e to 44cfa31 Compare August 31, 2025 10:36
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 44cfa31 to 6253468 Compare September 23, 2025 22:04
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.32 chore(deps): update dependency eslint-config-next to v14.2.33 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 6253468 to cadf86d Compare September 25, 2025 21:00
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from cadf86d to 8de03ad Compare October 21, 2025 17:10
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 8de03ad to 3abf633 Compare November 11, 2025 01:33
@renovate
Copy link
Contributor Author

renovate bot commented Nov 11, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @newlevelup/remark-config@1.0.9
npm ERR! Found: remark@15.0.1
npm ERR! node_modules/remark
npm ERR!   dev remark@"15.0.1" from the root project
npm ERR!   remark@"^15.0.0" from remark-cli@12.0.1
npm ERR!   node_modules/remark-cli
npm ERR!     dev remark-cli@"12.0.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer remark@"14.0.3" from @newlevelup/remark-config@1.0.9
npm ERR! node_modules/@newlevelup/remark-config
npm ERR!   dev @newlevelup/remark-config@"1.0.9" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: remark@14.0.3
npm ERR! node_modules/remark
npm ERR!   peer remark@"14.0.3" from @newlevelup/remark-config@1.0.9
npm ERR!   node_modules/@newlevelup/remark-config
npm ERR!     dev @newlevelup/remark-config@"1.0.9" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /runner/cache/others/npm/_logs/2026-02-12T18_34_11_512Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-02-12T18_34_11_512Z-debug-0.log

@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 3abf633 to 196cb26 Compare November 18, 2025 11:55
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 196cb26 to 00258c3 Compare December 3, 2025 17:06
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 00258c3 to e0224ff Compare December 12, 2025 02:40
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.33 chore(deps): update dependency eslint-config-next to v14.2.35 Dec 12, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from e0224ff to 3368ad1 Compare December 31, 2025 14:05
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 3368ad1 to b599f13 Compare January 8, 2026 20:05
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from b599f13 to 0bffb09 Compare January 19, 2026 18:49
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 0bffb09 to 00eac09 Compare February 2, 2026 19:07
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 00eac09 to 80253c7 Compare February 12, 2026 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants