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 dependency @next/eslint-plugin-next to v14.2.24 #23

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@next/eslint-plugin-next (source) 14.1.0 -> 14.2.24 age adoption passing confidence

Release Notes

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

v14.2.24

Compare Source

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
Credits

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

v14.2.20

Compare Source

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

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

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

v14.1.4

Compare Source

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

Core Changes
Test Changes

v14.1.3

Compare Source

v14.1.2

Compare Source

Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary

Core Changes
  • Fix sitemap generateSitemaps support for string id (#​61088)
  • Fix: generateSitemaps in production giving 404 (#​62212)
  • Fix redirect under suspense boundary with basePath (#​62597)
  • Fix: Add stricter check for "use server" exports (#​62821)
  • ensure server action errors notify rejection handlers (#​61588)
  • make router restore action resilient to a missing tree (#​62098)
  • build: remove sentry from the externals list #​61194
  • Reduce memory/cache overhead from over loader processing #​62005
Credits

Huge thanks to @​huozhi, @​shuding, @​Ethan-Arrowood, @​styfle, @​ijjk, @​ztanner, @​balazsorban44, @​kdy1, and @​williamli for helping!

v14.1.1

Compare Source

Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary

Core Changes
Credits

Huge thanks to @​huozhi, @​shuding, @​Ethan-Arrowood, @​styfle, @​ijjk, @​ztanner, @​balazsorban44, @​kdy1, and @​williamli 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 changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.1.1 chore(deps): update dependency @next/eslint-plugin-next to v14.1.2 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 6b3a113 to cfa0ff3 Compare March 4, 2024 21:43
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.1.2 chore(deps): update dependency @next/eslint-plugin-next to v14.1.3 Mar 6, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from cfa0ff3 to 5913686 Compare March 6, 2024 23:27
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 5913686 to 4af447c Compare March 20, 2024 04:57
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.1.3 chore(deps): update dependency @next/eslint-plugin-next to v14.1.4 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch 2 times, most recently from 1ddcb77 to 6130fc2 Compare April 11, 2024 20:47
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.1.4 chore(deps): update dependency @next/eslint-plugin-next to v14.2.0 Apr 11, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 6130fc2 to 29f6fc5 Compare April 12, 2024 21:03
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.0 chore(deps): update dependency @next/eslint-plugin-next to v14.2.1 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 29f6fc5 to 0e93497 Compare April 18, 2024 01:31
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.1 chore(deps): update dependency @next/eslint-plugin-next to v14.2.2 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 0e93497 to eb08598 Compare April 24, 2024 19:59
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.2 chore(deps): update dependency @next/eslint-plugin-next to v14.2.3 Apr 24, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from eb08598 to d2b80c6 Compare June 11, 2024 22:46
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.3 chore(deps): update dependency @next/eslint-plugin-next to v14.2.4 Jun 11, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from d2b80c6 to 5778dad Compare July 10, 2024 16:53
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.4 chore(deps): update dependency @next/eslint-plugin-next to v14.2.5 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 5778dad to 4677785 Compare August 22, 2024 00:53
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.5 chore(deps): update dependency @next/eslint-plugin-next to v14.2.6 Aug 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.6 chore(deps): update dependency @next/eslint-plugin-next to v14.2.7 Aug 27, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 4677785 to 033dca3 Compare August 27, 2024 16:58
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.7 chore(deps): update dependency @next/eslint-plugin-next to v14.2.8 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch 2 times, most recently from d6b60ed to cee3780 Compare September 9, 2024 19:47
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.8 chore(deps): update dependency @next/eslint-plugin-next to v14.2.9 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from cee3780 to 87787a8 Compare September 12, 2024 02:03
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.9 chore(deps): update dependency @next/eslint-plugin-next to v14.2.10 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 87787a8 to f312b18 Compare September 12, 2024 23:15
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.12 chore(deps): update dependency @next/eslint-plugin-next to v14.2.13 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from bacea44 to c790779 Compare October 1, 2024 19:24
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.13 chore(deps): update dependency @next/eslint-plugin-next to v14.2.14 Oct 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.14 chore(deps): update dependency @next/eslint-plugin-next to v14.2.15 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from c790779 to 3440833 Compare October 8, 2024 22:15
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 3440833 to c1d5309 Compare October 23, 2024 03:11
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.15 chore(deps): update dependency @next/eslint-plugin-next to v14.2.16 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from c1d5309 to 6385b75 Compare November 6, 2024 01:36
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.16 chore(deps): update dependency @next/eslint-plugin-next to v14.2.17 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 6385b75 to 5693b79 Compare November 13, 2024 21:33
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.17 chore(deps): update dependency @next/eslint-plugin-next to v14.2.18 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 5693b79 to 3573e2a Compare December 3, 2024 17:13
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.18 chore(deps): update dependency @next/eslint-plugin-next to v14.2.19 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 3573e2a to 265327b Compare December 4, 2024 22:32
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.19 chore(deps): update dependency @next/eslint-plugin-next to v14.2.20 Dec 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.20 chore(deps): update dependency @next/eslint-plugin-next to v14.2.20 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/nextjs-monorepo branch December 8, 2024 18:32
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.20 - autoclosed chore(deps): update dependency @next/eslint-plugin-next to v14.2.20 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 6e5be00 to 265327b Compare December 9, 2024 02:03
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 265327b to 1562b1d Compare December 19, 2024 13:27
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.20 chore(deps): update dependency @next/eslint-plugin-next to v14.2.21 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 1562b1d to 5f5d6a2 Compare December 26, 2024 20:03
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.21 chore(deps): update dependency @next/eslint-plugin-next to v14.2.22 Dec 26, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 5f5d6a2 to 72dc2ca Compare January 7, 2025 20:57
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.22 chore(deps): update dependency @next/eslint-plugin-next to v14.2.23 Jan 7, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 72dc2ca to 301c306 Compare February 11, 2025 03:02
@renovate renovate bot changed the title chore(deps): update dependency @next/eslint-plugin-next to v14.2.23 chore(deps): update dependency @next/eslint-plugin-next to v14.2.24 Feb 11, 2025
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