Skip to content

chore(deps): update dependency eslint-config-next to v14.2.32 #27

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2024

This PR contains the following updates:

Package Change Age Confidence
eslint-config-next (source) 14.2.2 -> 14.2.32 age confidence

Release Notes

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

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

v14.2.30

Compare Source

v14.2.29

Compare Source

v14.2.28

Compare Source

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

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

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

Core Changes
  • Fix: resolve mixed re-exports module as cjs (#​64681)
  • fix: mixing namespace import and named import client components (#​64809)
  • Fix mixed exports in server component with barrel optimization (#​64894)
  • Fix next/image usage in mdx(#​64875)
  • fix(fetch-cache): fix additional typo, add type & data validation (#​64799)
  • prevent erroneous route interception during lazy fetch (#​64692)
  • fix root page revalidation when redirecting in a server action (#​64730)
  • fix: remove traceparent from cachekey should not remove traceparent from original object (#​64727)
  • Clean-up fetch metrics tracking (#​64746)
Credits

Huge thanks to @​huozhi, @​samcx, @​ztanner, @​Jeffrey-Zutt, and @​ijjk 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 edff891 to 73eef52 Compare May 21, 2024 21:34
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.3 chore(deps): update dependency eslint-config-next to v14.2.3 May 21, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 73eef52 to 9e3e073 Compare June 12, 2024 01:16
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.3 chore(deps): update nextjs monorepo to v14.2.4 Jun 12, 2024
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 9e3e073 to 045bc07 Compare July 2, 2024 03:19
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 045bc07 to 85c6c46 Compare July 10, 2024 17:38
@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 85c6c46 to da0da67 Compare July 21, 2024 12:51
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from da0da67 to 89a7ecd Compare August 6, 2024 08:51
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 89a7ecd to dcd0f95 Compare August 22, 2024 01:27
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.5 chore(deps): update nextjs monorepo to v14.2.6 Aug 22, 2024
@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 2 times, most recently from a975375 to dbec0b0 Compare August 28, 2024 08:37
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from dbec0b0 to e9ef9e5 Compare September 4, 2024 21:24
@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 force-pushed the renovate/nextjs-monorepo branch from e9ef9e5 to 7c22e96 Compare September 9, 2024 19:02
@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 force-pushed the renovate/nextjs-monorepo branch from 7c22e96 to 01f962b Compare September 9, 2024 21:49
@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 force-pushed the renovate/nextjs-monorepo branch from 01f962b to 7997c16 Compare September 12, 2024 01:01
@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 force-pushed the renovate/nextjs-monorepo branch 2 times, most recently from c507d53 to f5879df Compare September 17, 2024 23:06
@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 17, 2024
@renovate renovate bot changed the title chore(deps): update nextjs monorepo to v14.2.12 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 f5879df to 8ac5936 Compare September 20, 2024 04:43
@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 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
@trag-bot trag-bot bot changed the title fix(deps): update nextjs monorepo to v14.2.28 fix(deps): update nextjs monorepo to v14.2.28 | Update Next.js and TypeScript dependencies for improvements Apr 8, 2025
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.28 | Update Next.js and TypeScript dependencies for improvements fix(deps): update nextjs monorepo to v14.2.28 Apr 9, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 14360e7 to b079db4 Compare May 21, 2025 00:05
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.28 fix(deps): update nextjs monorepo to v14.2.29 May 21, 2025
@trag-bot trag-bot bot changed the title fix(deps): update nextjs monorepo to v14.2.29 fix(deps): update nextjs monorepo to v14.2.29 | Update Next.js and ESLint dependencies for improvements May 21, 2025
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.29 | Update Next.js and ESLint dependencies for improvements fix(deps): update nextjs monorepo to v14.2.29 May 21, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from b079db4 to d402978 Compare June 12, 2025 11:01
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.29 fix(deps): update nextjs monorepo to v14.2.30 Jun 12, 2025
Copy link

@trag-bot trag-bot bot changed the title fix(deps): update nextjs monorepo to v14.2.30 fix(deps): update nextjs monorepo to v14.2.30 | Update Next.js and Dependencies for Improved Compatibility Jun 12, 2025
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.30 | Update Next.js and Dependencies for Improved Compatibility fix(deps): update nextjs monorepo to v14.2.30 Jun 12, 2025
@renovate renovate bot changed the title fix(deps): update nextjs monorepo to v14.2.30 chore(deps): update dependency eslint-config-next to v14.2.30 Jun 15, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from d402978 to 2bd0c58 Compare July 31, 2025 02:45
@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
@trag-bot trag-bot 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.31 | Update ESLint and TypeScript dependencies for improvements Jul 31, 2025
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.31 | Update ESLint and TypeScript dependencies for improvements chore(deps): update dependency eslint-config-next to v14.2.31 Jul 31, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 2bd0c58 to d1b97a0 Compare August 10, 2025 14:48
@trag-bot trag-bot 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.31 | Update ESLint and TypeScript dependencies for improvements Aug 10, 2025
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.31 | Update ESLint and TypeScript dependencies for improvements chore(deps): update dependency eslint-config-next to v14.2.31 Aug 10, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from d1b97a0 to 720afca Compare August 13, 2025 15:16
@trag-bot trag-bot 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.31 | Update ESLint and TypeScript dependencies for improvements Aug 13, 2025
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.31 | Update ESLint and TypeScript dependencies for improvements chore(deps): update dependency eslint-config-next to v14.2.31 Aug 13, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 720afca to 544c887 Compare August 18, 2025 22:54
@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 18, 2025
Copy link

Copy link

trag-bot bot commented Aug 18, 2025

@trag-bot didn't find any issues in the code! ✅✨

@trag-bot trag-bot 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.32 | Update ESLint and TypeScript dependencies for improvements Aug 18, 2025
Copy link

trag-bot bot commented Aug 18, 2025

Pull request summary

  • Updated eslint-config-next from version 14.2.2 to 14.2.32 in package.json and yarn.lock to incorporate the latest configuration standards.
  • Added new dependencies for @eslint-community/eslint-utils and @eslint-community/regexpp with specified versions to enhance linting capabilities.
  • Updated @next/eslint-plugin-next to version 14.2.32 to ensure compatibility with the latest ESLint configurations.
  • Upgraded @typescript-eslint/eslint-plugin and @typescript-eslint/parser to version 8.40.0 to support the latest TypeScript features and improvements.
  • Introduced new dependencies such as fast-glob, fill-range, and micromatch with their respective versions to improve file handling and pattern matching.
  • Removed deprecated dependencies like minimatch in favor of updated versions to maintain compatibility and reduce potential issues.
  • Updated peer dependencies for TypeScript to ensure compatibility with the latest versions.
  • Adjusted checksums in yarn.lock to reflect the changes in package versions and dependencies.
  • Ensured all dependencies are aligned with the latest versions to maintain consistency across the project.

@renovate renovate bot changed the title chore(deps): update dependency eslint-config-next to v14.2.32 | Update ESLint and TypeScript dependencies for improvements chore(deps): update dependency eslint-config-next to v14.2.32 Aug 19, 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