[PR #165] [MERGED] Bump the npm group in /landing with 10 updates #165

Closed
opened 2025-10-31 16:58:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/165
Author: @dependabot[bot]
Created: 5/1/2024
Status: Merged
Merged: 5/1/2024
Merged by: @ricoberger

Base: mainHead: dependabot/npm_and_yarn/landing/npm-a2c5c3993c


📝 Commits (1)

  • aaf3d21 Bump the npm group in /landing with 10 updates

📊 Changes

2 files changed (+958 additions, -759 deletions)

View changed files

📝 landing/package-lock.json (+948 -749)
📝 landing/package.json (+10 -10)

📄 Description

Bumps the npm group in /landing with 10 updates:

Package From To
@headlessui/react 1.7.18 1.7.19
@types/node 20.12.2 20.12.7
eslint 8.57.0 9.1.1
eslint-config-next 14.1.4 14.2.3
next 14.1.4 14.2.3
react 18.2.0 18.3.1
@types/react 18.2.73 18.3.1
react-dom 18.2.0 18.3.1
@types/react-dom 18.2.23 18.3.0
typescript 5.4.3 5.4.5

Updates @headlessui/react from 1.7.18 to 1.7.19

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v1.7.19

Fixed

  • Make sure panels re-register when IDs are calculated in React < 18 (#2883)
  • Expose disabled state on <Tab /> component (#2918)
  • Prevent default behaviour when clicking outside of a Dialog.Panel (#2919)
  • Add hidden attribute to internal <Hidden /> component when the Features.Hidden feature is used (#2955)
  • Allow setting custom tabIndex on the <Switch /> component (#2966)
  • Forward disabled state to hidden inputs in form-like components (#3004)
  • Respect selectedIndex for controlled <Tab/> components (#3037)
Changelog

Sourced from @​headlessui/react's changelog.

[1.7.19] - 2024-04-15

Fixed

  • Make sure panels re-register when IDs are calculated in React < 18 (#2883)
  • Expose disabled state on <Tab /> component (#2918)
  • Prevent default behavior when clicking outside of a Dialog.Panel (#2919)
  • Add hidden attribute to internal <Hidden /> component when the Features.Hidden feature is used (#2955)
  • Allow setting custom tabIndex on the <Switch /> component (#2966)
  • Forward disabled state to hidden inputs in form-like components (#3004)
  • Respect selectedIndex for controlled <Tab/> components (#3037)

[2.0.0-alpha.4] - 2024-01-03

Fixed

  • Ensure Input, Select and Textarea expose Ref related types (#2902)

[2.0.0-alpha.3] - 2023-12-20

Fixed

  • Further fine tune scroll locking on iOS (#2891)

[2.0.0-alpha.2] - 2023-12-20

Fixed

  • Allow horizontal scrolling inside the Dialog component (#2889)
  • Improve cancellation of events when using disabled or aria-disabled attributes (#2890)

[2.0.0-alpha.1] - 2023-12-20

Added

  • Add immediate prop to <Combobox /> for immediately opening the Combobox when the input receives focus (#2686)
  • Add virtual prop to Combobox component (#2779)
  • Add new Checkbox component
  • Add new Radio component as an alternative to the existing RadioGroup.Option component
  • Add new Button component
  • Add new Input component
  • Add new Textarea component
  • Add new Select component
  • Add new Field, Label, Description, Fieldset and Legend components
  • Add new DataInteractive component
  • Add new anchor and modal prop to ComboboxOptions, ListboxOptions, MenuItems and PopoverPanel components
  • Add new ListboxSelectedOption component
  • Add new MenuSection, MenuHeading, and MenuSeparator components
  • Add new simplified data-* attributes as an alternative to the existing data-headlessui-state="..." attribute
  • Add autoFocus prop on focusable components (which maps to data-autofocus)

... (truncated)

Commits
  • 8599e49 1.7.19 - @​headlessui/react
  • 6784a73 Respect selectedIndex for controlled \<Tab/> components (#3037)
  • 2fd9d1c Forward disabled state to hidden inputs in form-like components (#3004)
  • e9df8dd Allow setting custom tabIndex on the \<Switch /> component (#2966)
  • 04695b2 Add hidden attribute to internal \<Hidden /> component when the `Features....
  • 46a9b32 Don’t override explicit disabled prop for components inside \<MenuItem> (#...
  • 39210df Prevent default behaviour when clicking outside of a Dialog.Panel (#2919)
  • 369be39 Expose disabled state on \<Tab /> component (#2918)
  • 2b161b3 Make sure panels re-register when IDs are calculated in React < 18 (#2883)
  • 7ca6174 re-add new features to CHANGELOG
  • See full diff in compare view

Updates @types/node from 20.12.2 to 20.12.7

Commits

Updates eslint from 8.57.0 to 9.1.1

Release notes

Sourced from eslint's releases.

v9.1.1

Bug Fixes

  • a26b402 fix: use @​eslint/create-config latest (#18373) (唯然)

v9.1.0

Features

  • 03068f1 feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas)
  • 751b518 feat: replace dependency graphemer with Intl.Segmenter (#18110) (Francesco Trotta)
  • 4d11e56 feat: add name to eslint configs (#18289) (唯然)
  • 1cbe1f6 feat: allow while(true) in no-constant-condition (#18286) (Tanuj Kanti)
  • 0db676f feat: add Intl in es6 globals (#18318) (唯然)

Bug Fixes

  • 8d18958 fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas)
  • 594eb0e fix: do not crash on error in fs.walk filter (#18295) (Francesco Trotta)
  • 0d8cf63 fix: EMFILE errors (#18313) (Nicholas C. Zakas)
  • e1ac0b5 fix: --inspect-config only for flat config and respect -c (#18306) (Nicholas C. Zakas)
  • 09675e1 fix: --no-ignore should not apply to non-global ignores (#18334) (Milos Djermanovic)

Documentation

  • fb50077 docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden)
  • 71c771f docs: Fix missing accessible name for scroll-to-top link (#18329) (Germán Freixinós)
  • 200fd4e docs: indicate eslintrc mode for .eslintignore (#18285) (Francesco Trotta)
  • 16b6a8b docs: Update README (GitHub Actions Bot)
  • df5f8a9 docs: paths and patterns difference in no-restricted-imports (#18273) (Tanuj Kanti)
  • c537d76 docs: update npm init @eslint/config generated file names (#18298) (唯然)
  • e1e305d docs: fix linebreak-style examples (#18262) (Francesco Trotta)
  • 113f51e docs: Mention package.json config support dropped (#18305) (Nicholas C. Zakas)
  • 5c35321 docs: add eslintrc-only note to --rulesdir (#18281) (Adam Lui 刘展鹏)

Build Related

  • 1fa6622 build: do not use --force flag to install dependencies (#18284) (Francesco Trotta)

Chores

  • d9a2983 chore: upgrade @​eslint/js to v9.1.1 (#18367) (Francesco Trotta)
  • 50d406d chore: package.json update for @​eslint/js release (Jenkins)
  • 155c71c chore: package.json update for @​eslint/js release (Jenkins)
  • 0588fc5 refactor: Move directive gathering to SourceCode (#18328) (Nicholas C. Zakas)
  • 9048e21 chore: lint docs/src/_data js files (#18335) (Milos Djermanovic)
  • 4820790 chore: upgrade globals@15.0.0 dev dependency (#18332) (Milos Djermanovic)
  • 698d9ff chore: upgrade jsdoc & unicorn plugins in eslint-config-eslint (#18333) (Milos Djermanovic)
  • 32c08cf chore: drop Node < 18 and use @​eslint/js v9 in eslint-config-eslint (#18323) (Milos Djermanovic)
  • a76fb55 chore: @​eslint-community/eslint-plugin-eslint-comments v4.3.0 (#18319) (Milos Djermanovic)
  • 78e45b1 chore: eslint-plugin-eslint-plugin v6.0.0 (#18316) (唯然)
  • 36103a5 chore: eslint-plugin-n v17.0.0 (#18315) (唯然)

v9.0.0

Breaking Changes

  • b7cf3bd fix!: correct camelcase rule schema for allow option (#18232) (eMerzh)
  • 09bd7fe feat!: move AST traversal into SourceCode (#18167) (Nicholas C. Zakas)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.1.1 - April 22, 2024

  • a26b402 fix: use @​eslint/create-config latest (#18373) (唯然)

v9.1.0 - April 19, 2024

  • d9a2983 chore: upgrade @​eslint/js to v9.1.1 (#18367) (Francesco Trotta)
  • 03068f1 feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas)
  • 50d406d chore: package.json update for @​eslint/js release (Jenkins)
  • 8d18958 fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas)
  • 155c71c chore: package.json update for @​eslint/js release (Jenkins)
  • 594eb0e fix: do not crash on error in fs.walk filter (#18295) (Francesco Trotta)
  • 751b518 feat: replace dependency graphemer with Intl.Segmenter (#18110) (Francesco Trotta)
  • fb50077 docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden)
  • 4d11e56 feat: add name to eslint configs (#18289) (唯然)
  • 1cbe1f6 feat: allow while(true) in no-constant-condition (#18286) (Tanuj Kanti)
  • 0588fc5 refactor: Move directive gathering to SourceCode (#18328) (Nicholas C. Zakas)
  • 0d8cf63 fix: EMFILE errors (#18313) (Nicholas C. Zakas)
  • e1ac0b5 fix: --inspect-config only for flat config and respect -c (#18306) (Nicholas C. Zakas)
  • 09675e1 fix: --no-ignore should not apply to non-global ignores (#18334) (Milos Djermanovic)
  • 9048e21 chore: lint docs/src/_data js files (#18335) (Milos Djermanovic)
  • 4820790 chore: upgrade globals@15.0.0 dev dependency (#18332) (Milos Djermanovic)
  • 698d9ff chore: upgrade jsdoc & unicorn plugins in eslint-config-eslint (#18333) (Milos Djermanovic)
  • 71c771f docs: Fix missing accessible name for scroll-to-top link (#18329) (Germán Freixinós)
  • 0db676f feat: add Intl in es6 globals (#18318) (唯然)
  • 200fd4e docs: indicate eslintrc mode for .eslintignore (#18285) (Francesco Trotta)
  • 32c08cf chore: drop Node < 18 and use @​eslint/js v9 in eslint-config-eslint (#18323) (Milos Djermanovic)
  • 16b6a8b docs: Update README (GitHub Actions Bot)
  • a76fb55 chore: @​eslint-community/eslint-plugin-eslint-comments v4.3.0 (#18319) (Milos Djermanovic)
  • df5f8a9 docs: paths and patterns difference in no-restricted-imports (#18273) (Tanuj Kanti)
  • c537d76 docs: update npm init @eslint/config generated file names (#18298) (唯然)
  • 78e45b1 chore: eslint-plugin-eslint-plugin v6.0.0 (#18316) (唯然)
  • 36103a5 chore: eslint-plugin-n v17.0.0 (#18315) (唯然)
  • e1e305d docs: fix linebreak-style examples (#18262) (Francesco Trotta)
  • 113f51e docs: Mention package.json config support dropped (#18305) (Nicholas C. Zakas)
  • 1fa6622 build: do not use --force flag to install dependencies (#18284) (Francesco Trotta)
  • 5c35321 docs: add eslintrc-only note to --rulesdir (#18281) (Adam Lui 刘展鹏)

v9.0.0 - April 5, 2024

  • 19f9a89 chore: Update dependencies for v9.0.0 (#18275) (Nicholas C. Zakas)
  • 7c957f2 chore: package.json update for @​eslint/js release (Jenkins)
  • d73a33c chore: ignore /docs/v8.x in link checker (#18274) (Milos Djermanovic)
  • d54a412 feat: Add --inspect-config CLI flag (#18270) (Nicholas C. Zakas)
  • e151050 docs: update get-started to the new @eslint/create-config (#18217) (唯然)
  • 610c148 fix: Support using declarations in no-lone-blocks (#18269) (Kirk Waiblinger)
  • 44a81c6 chore: upgrade knip (#18272) (Lars Kappert)
  • 94178ad docs: mention about name field in flat config (#18252) (Anthony Fu)
  • 1765c24 docs: add Troubleshooting page (#18181) (Josh Goldberg )
  • e80b60c chore: remove code for testing version selectors (#18266) (Milos Djermanovic)

... (truncated)

Commits

Updates eslint-config-next from 14.1.4 to 14.2.3

Release notes

Sourced from eslint-config-next's releases.

v14.2.3

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

v14.2.2

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

Core Changes

  • Fix Server Action error logs for unhandled POST requests (#64315)
  • Improve rendering performance (#64408)
  • Fix the method prop case in Server Actions transform (#64398)
  • fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity (#64405)
  • tweak test for Azure (#64424)
  • router restore should take priority over pending actions (#64449)
  • Fix client boundary inheritance for barrel optimization (#64467)
  • improve turborepo caching (#64493)
  • feat: strip traceparent header from cachekey (#64499)
  • Fix more Turbopack build tests
  • Update lockfile for compatibility with turbo (#64360)
  • Fix typo in dynamic-rendering.ts (#64365)
  • Fix DynamicServerError not being thrown in fetch (#64511)
  • fix(next): Metadata.openGraph values not resolving basic values when type is set (#63620)
  • disable production chunking in dev (#64488)
  • Fix cjs client components tree-shaking (#64558)
  • fix refresh behavior for discarded actions (#64532)
  • fix: filter out middleware requests in logging (#64549)
  • Turbopack: Allow client components to be imported in app routes (#64520)
  • Fix ASL bundling for dynamic css (#64451)
  • add pathname normalizer for actions (#64592)
  • fix incorrect refresh request when basePath is set (#64589)
  • test: skip turbopack build test (#64356)
  • hotfix(turbopack): Update with patch for postcss.config.js path resolution on Windows (#64677)

... (truncated)

Commits

Updates next from 14.1.4 to 14.2.3

Release notes

Sourced from next's releases.

v14.2.3

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

v14.2.2

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

Core Changes

  • Fix Server Action error logs for unhandled POST requests (#64315)
  • Improve rendering performance (#64408)
  • Fix the method prop case in Server Actions transform (#64398)
  • fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity (#64405)
  • tweak test for Azure (#64424)
  • router restore should take priority over pending actions (#64449)
  • Fix client boundary inheritance for barrel optimization (#64467)
  • improve turborepo caching (#64493)
  • feat: strip traceparent header from cachekey (#64499)
  • Fix more Turbopack build tests
  • Update lockfile for compatibility with turbo (#64360)
  • Fix typo in dynamic-rendering.ts (#64365)
  • Fix DynamicServerError not being thrown in fetch (#64511)
  • fix(next): Metadata.openGraph values not resolving basic values when type is set (#63620)
  • disable production chunking in dev (#64488)
  • Fix cjs client components tree-shaking (#64558)
  • fix refresh behavior for discarded actions (#64532)
  • fix: filter out middleware requests in logging (#64549)
  • Turbopack: Allow client components to be imported in app routes (#64520)
  • Fix ASL bundling for dynamic css (#64451)
  • add pathname normalizer for actions (#64592)
  • fix incorrect refresh request when basePath is set (#64589)
  • test: skip turbopack build test (#64356)
  • hotfix(turbopack): Update with patch for postcss.config.js path resolution on Windows (#64677)

... (truncated)

Commits
  • 2e7a96a v14.2.3
  • a230be4 Clean-up fetch metrics tracking (#64746)
  • 73c2d63 fix: remove traceparent from cachekey should not remove traceparent from orig...
  • dd44191 fix root page revalidation when redirecting in a server action (#64730)
  • 8b4c234 prevent erroneous route interception during lazy fetch (#64692)
  • d6a7ca0 fix(fetch-cache): fix additional typo, add type & data validation (#64799)
  • 4a6b511 Fix next/image usage in mdx (#64875)
  • 04cc13c Fix mixed exports in server component with barrel optimization (#64894)
  • 8d01d49 fix: mixing namespace import and named import client components (#64809)
  • de84e3a Fix: resolve mixed re-exports module as cjs (#64681)
  • Additional commits viewable in compare view

Updates react from 18.2.0 to 18.3.1

Release notes

Sourced from react's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react since your current version.


Updates @types/react from 18.2.73 to 18.3.1

Commits

Updates react-dom from 18.2.0 to 18.3.1

Release notes

Sourced from react-dom's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react-dom's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
  • d6c42f7 Bump to 18.3.1
  • 8a015b6 Add deprecation warning for unmountComponentAtNode
  • c3b2839 Add deprecation warning for findDOMNode
  • d4ea75d ReactDOMTestUtils deprecation warnings
  • 7548c01 Deprecate renderToStaticNodeStream (#28872) (#28874)
  • 5894232 Enable warning for defaultProps on function components for everyone (#25699)
  • c2a246e Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)
  • 2cfb474 Bump version from 18.2 to 18.3
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react-dom since your current version.


Updates @types/react-dom from 18.2.23 to 18.3.0

Commits

Updates typescript from 5.4.3 to 5.4.5

Release notes

Sourced from typescript's releases.

TypeScript 5.4.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/165 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/1/2024 **Status:** ✅ Merged **Merged:** 5/1/2024 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/landing/npm-a2c5c3993c` --- ### 📝 Commits (1) - [`aaf3d21`](https://github.com/feeddeck/feeddeck/commit/aaf3d21db591d7d9430d41c1da2be89a3c64a32d) Bump the npm group in /landing with 10 updates ### 📊 Changes **2 files changed** (+958 additions, -759 deletions) <details> <summary>View changed files</summary> 📝 `landing/package-lock.json` (+948 -749) 📝 `landing/package.json` (+10 -10) </details> ### 📄 Description Bumps the npm group in /landing with 10 updates: | Package | From | To | | --- | --- | --- | | [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `1.7.18` | `1.7.19` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.2` | `20.12.7` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.1.1` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.1.4` | `14.2.3` | | [next](https://github.com/vercel/next.js) | `14.1.4` | `14.2.3` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.73` | `18.3.1` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.23` | `18.3.0` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` | Updates `@headlessui/react` from 1.7.18 to 1.7.19 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/headlessui/releases"><code>@​headlessui/react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​headlessui/react</code><a href="https://github.com/v1"><code>@​v1</code></a>.7.19</h2> <h3>Fixed</h3> <ul> <li>Make sure panels re-register when IDs are calculated in React &lt; 18 (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2883">#2883</a>)</li> <li>Expose <code>disabled</code> state on <code>&lt;Tab /&gt;</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2918">#2918</a>)</li> <li>Prevent default behaviour when clicking outside of a <code>Dialog.Panel</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2919">#2919</a>)</li> <li>Add <code>hidden</code> attribute to internal <code>&lt;Hidden /&gt;</code> component when the <code>Features.Hidden</code> feature is used (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2955">#2955</a>)</li> <li>Allow setting custom <code>tabIndex</code> on the <code>&lt;Switch /&gt;</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2966">#2966</a>)</li> <li>Forward <code>disabled</code> state to hidden inputs in form-like components (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3004">#3004</a>)</li> <li>Respect <code>selectedIndex</code> for controlled <code>&lt;Tab/&gt;</code> components (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3037">#3037</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md"><code>@​headlessui/react</code>'s changelog</a>.</em></p> <blockquote> <h2>[1.7.19] - 2024-04-15</h2> <h3>Fixed</h3> <ul> <li>Make sure panels re-register when IDs are calculated in React &lt; 18 (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2883">#2883</a>)</li> <li>Expose <code>disabled</code> state on <code>&lt;Tab /&gt;</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2918">#2918</a>)</li> <li>Prevent default behavior when clicking outside of a <code>Dialog.Panel</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2919">#2919</a>)</li> <li>Add <code>hidden</code> attribute to internal <code>&lt;Hidden /&gt;</code> component when the <code>Features.Hidden</code> feature is used (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2955">#2955</a>)</li> <li>Allow setting custom <code>tabIndex</code> on the <code>&lt;Switch /&gt;</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2966">#2966</a>)</li> <li>Forward <code>disabled</code> state to hidden inputs in form-like components (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3004">#3004</a>)</li> <li>Respect <code>selectedIndex</code> for controlled <code>&lt;Tab/&gt;</code> components (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3037">#3037</a>)</li> </ul> <h2>[2.0.0-alpha.4] - 2024-01-03</h2> <h3>Fixed</h3> <ul> <li>Ensure <code>Input</code>, <code>Select</code> and <code>Textarea</code> expose <code>Ref</code> related types (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2902">#2902</a>)</li> </ul> <h2>[2.0.0-alpha.3] - 2023-12-20</h2> <h3>Fixed</h3> <ul> <li>Further fine tune scroll locking on iOS (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2891">#2891</a>)</li> </ul> <h2>[2.0.0-alpha.2] - 2023-12-20</h2> <h3>Fixed</h3> <ul> <li>Allow horizontal scrolling inside the <code>Dialog</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2889">#2889</a>)</li> <li>Improve cancellation of events when using <code>disabled</code> or <code>aria-disabled</code> attributes (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2890">#2890</a>)</li> </ul> <h2>[2.0.0-alpha.1] - 2023-12-20</h2> <h3>Added</h3> <ul> <li>Add <code>immediate</code> prop to <code>&lt;Combobox /&gt;</code> for immediately opening the Combobox when the <code>input</code> receives focus (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2686">#2686</a>)</li> <li>Add <code>virtual</code> prop to <code>Combobox</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2779">#2779</a>)</li> <li>Add new <code>Checkbox</code> component</li> <li>Add new <code>Radio</code> component as an alternative to the existing <code>RadioGroup.Option</code> component</li> <li>Add new <code>Button</code> component</li> <li>Add new <code>Input</code> component</li> <li>Add new <code>Textarea</code> component</li> <li>Add new <code>Select</code> component</li> <li>Add new <code>Field</code>, <code>Label</code>, <code>Description</code>, <code>Fieldset</code> and <code>Legend</code> components</li> <li>Add new <code>DataInteractive</code> component</li> <li>Add new <code>anchor</code> and <code>modal</code> prop to <code>ComboboxOptions</code>, <code>ListboxOptions</code>, <code>MenuItems</code> and <code>PopoverPanel</code> components</li> <li>Add new <code>ListboxSelectedOption</code> component</li> <li>Add new <code>MenuSection</code>, <code>MenuHeading</code>, and <code>MenuSeparator</code> components</li> <li>Add new simplified <code>data-*</code> attributes as an alternative to the existing <code>data-headlessui-state=&quot;...&quot;</code> attribute</li> <li>Add <code>autoFocus</code> prop on focusable components (which maps to <code>data-autofocus</code>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/headlessui/commit/8599e498d34b753c9e5b23fd6ed194359a91f478"><code>8599e49</code></a> 1.7.19 - <code>@​headlessui/react</code></li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/6784a734a91bf15dffea25d28b42b0590b42188a"><code>6784a73</code></a> Respect <code>selectedIndex</code> for controlled <code>\&lt;Tab/&gt;</code> components (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3037">#3037</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/2fd9d1c69207601ce7e3e48f32b188d6e69521bc"><code>2fd9d1c</code></a> Forward <code>disabled</code> state to hidden inputs in form-like components (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3004">#3004</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/e9df8dd9303bd07a1601f9e95c548124dc183af0"><code>e9df8dd</code></a> Allow setting custom <code>tabIndex</code> on the <code>\&lt;Switch /&gt;</code> component (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/2966">#2966</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/04695b2e605bdb03d61cc64c562ed825f4bb213c"><code>04695b2</code></a> Add <code>hidden</code> attribute to internal <code>\&lt;Hidden /&gt;</code> component when the `Features....</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/46a9b3231adc77b37b2c233f4c3d79cf9aef80b7"><code>46a9b32</code></a> Don’t override explicit <code>disabled</code> prop for components inside <code>\&lt;MenuItem&gt;</code> (#...</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/39210df12e00c9390e4a1e4a127ad55695c11782"><code>39210df</code></a> Prevent default behaviour when clicking outside of a <code>Dialog.Panel</code> (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/2919">#2919</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/369be39d19aacadb3d3fc00895b24dab80476457"><code>369be39</code></a> Expose <code>disabled</code> state on <code>\&lt;Tab /&gt;</code> component (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/2918">#2918</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/2b161b377100c01450fc7bfee004268ed330933f"><code>2b161b3</code></a> Make sure panels re-register when IDs are calculated in React &lt; 18 (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/2883">#2883</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/7ca6174084f21f73c456dc17582573809c593fa6"><code>7ca6174</code></a> re-add new features to CHANGELOG</li> <li>See full diff in <a href="https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v1.7.19/packages/@headlessui-react">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 20.12.2 to 20.12.7 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `eslint` from 8.57.0 to 9.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v9.1.1</h2> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/a26b40279f283853717236b44602b27b57f0b627"><code>a26b402</code></a> fix: use <code>@​eslint/create-config</code> latest (<a href="https://redirect.github.com/eslint/eslint/issues/18373">#18373</a>) (唯然)</li> </ul> <h2>v9.1.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/03068f13c0e3e6b34b8ca63628cfc79dd256feac"><code>03068f1</code></a> feat: Provide helpful error message for nullish configs (<a href="https://redirect.github.com/eslint/eslint/issues/18357">#18357</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/751b518f02b1e9f4f0cb4a4007ffacb1be2246af"><code>751b518</code></a> feat: replace dependency graphemer with <code>Intl.Segmenter</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18110">#18110</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/4d11e567baff575146fd267b3765ab2c788aa1e5"><code>4d11e56</code></a> feat: add <code>name</code> to eslint configs (<a href="https://redirect.github.com/eslint/eslint/issues/18289">#18289</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/1cbe1f6d38272784307c260f2375ab30e68716e8"><code>1cbe1f6</code></a> feat: allow <code>while(true)</code> in <code>no-constant-condition</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18286">#18286</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/0db676f9c64d2622ada86b653136d2bda4f0eee0"><code>0db676f</code></a> feat: add <code>Intl</code> in es6 globals (<a href="https://redirect.github.com/eslint/eslint/issues/18318">#18318</a>) (唯然)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/8d189586d60f9beda7be8cdefd4156c023c4fdde"><code>8d18958</code></a> fix: Remove name from eslint/js packages (<a href="https://redirect.github.com/eslint/eslint/issues/18368">#18368</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/594eb0e5c2b14a418d686c33d2d40fb439888b70"><code>594eb0e</code></a> fix: do not crash on error in <code>fs.walk</code> filter (<a href="https://redirect.github.com/eslint/eslint/issues/18295">#18295</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/0d8cf6350ce3dc417d6e23922e6d4ad03952aaaa"><code>0d8cf63</code></a> fix: EMFILE errors (<a href="https://redirect.github.com/eslint/eslint/issues/18313">#18313</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/e1ac0b5c035bfdff7be08b69e89e1470a7becac3"><code>e1ac0b5</code></a> fix: --inspect-config only for flat config and respect -c (<a href="https://redirect.github.com/eslint/eslint/issues/18306">#18306</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/09675e153169d4d0f4a85a95007dcd17d34d70c7"><code>09675e1</code></a> fix: <code>--no-ignore</code> should not apply to non-global ignores (<a href="https://redirect.github.com/eslint/eslint/issues/18334">#18334</a>) (Milos Djermanovic)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/fb50077fec497fbf01d754fc75aa22cff43ef066"><code>fb50077</code></a> docs: include notes about globals in migration-guide (<a href="https://redirect.github.com/eslint/eslint/issues/18356">#18356</a>) (Gabriel Rohden)</li> <li><a href="https://github.com/eslint/eslint/commit/71c771fb390cf178220d06fd7316033a385128a9"><code>71c771f</code></a> docs: Fix missing accessible name for scroll-to-top link (<a href="https://redirect.github.com/eslint/eslint/issues/18329">#18329</a>) (Germán Freixinós)</li> <li><a href="https://github.com/eslint/eslint/commit/200fd4e3223d1ad22dca3dc79aa6eaa860fefe32"><code>200fd4e</code></a> docs: indicate eslintrc mode for <code>.eslintignore</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18285">#18285</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/16b6a8b469d2e0ba6d904b9e858711590568b246"><code>16b6a8b</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/df5f8a9bc1042c13f1969c9fbd8c72eee0662daa"><code>df5f8a9</code></a> docs: <code>paths</code> and <code>patterns</code> difference in <code>no-restricted-imports</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18273">#18273</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/c537d76327586616b7ca5d00e76eaf6c76e6bcd2"><code>c537d76</code></a> docs: update <code>npm init @eslint/config</code> generated file names (<a href="https://redirect.github.com/eslint/eslint/issues/18298">#18298</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/e1e305defaab98605d79c81d67ee5a48558c458a"><code>e1e305d</code></a> docs: fix <code>linebreak-style</code> examples (<a href="https://redirect.github.com/eslint/eslint/issues/18262">#18262</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/113f51ec4e52d3082a74b9682239a6e28d1a70ee"><code>113f51e</code></a> docs: Mention package.json config support dropped (<a href="https://redirect.github.com/eslint/eslint/issues/18305">#18305</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/5c353215e05818e17e83192acbb4d3730c716afa"><code>5c35321</code></a> docs: add eslintrc-only note to <code>--rulesdir</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18281">#18281</a>) (Adam Lui 刘展鹏)</li> </ul> <h2>Build Related</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/1fa66220ad130eeb69cfa0207d3896b7bb09c576"><code>1fa6622</code></a> build: do not use <code>--force</code> flag to install dependencies (<a href="https://redirect.github.com/eslint/eslint/issues/18284">#18284</a>) (Francesco Trotta)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/d9a2983e1301599117cf554aa6a9bd44b84f2e55"><code>d9a2983</code></a> chore: upgrade <code>@​eslint/js</code> to v9.1.1 (<a href="https://redirect.github.com/eslint/eslint/issues/18367">#18367</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/50d406d68c0304370fa47d156a407258b68dfa1b"><code>50d406d</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/155c71c210aaa7235ddadabb067813d8b1c76f65"><code>155c71c</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/0588fc5ecb87fddd70e1848e417ba712b48473c3"><code>0588fc5</code></a> refactor: Move directive gathering to SourceCode (<a href="https://redirect.github.com/eslint/eslint/issues/18328">#18328</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/9048e2184c19799bb9b8a5908345d4ce05020c41"><code>9048e21</code></a> chore: lint <code>docs/src/_data</code> js files (<a href="https://redirect.github.com/eslint/eslint/issues/18335">#18335</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/48207908a8291916a124af60e02d0327276f8957"><code>4820790</code></a> chore: upgrade globals@15.0.0 dev dependency (<a href="https://redirect.github.com/eslint/eslint/issues/18332">#18332</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/698d9ff2c9c4e24836d69358b93d42c356eb853b"><code>698d9ff</code></a> chore: upgrade jsdoc &amp; unicorn plugins in eslint-config-eslint (<a href="https://redirect.github.com/eslint/eslint/issues/18333">#18333</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/32c08cf66536e595e93284500b0b8d702e30cfd8"><code>32c08cf</code></a> chore: drop Node &lt; 18 and use <code>@​eslint/js</code> v9 in eslint-config-eslint (<a href="https://redirect.github.com/eslint/eslint/issues/18323">#18323</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/a76fb55004ea095c68dde134ca7db0212c93c86e"><code>a76fb55</code></a> chore: <code>@​eslint-community/eslint-plugin-eslint-comments</code> v4.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18319">#18319</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/78e45b1d8d6b673ced233ca82b9ff1dddcdd1fec"><code>78e45b1</code></a> chore: eslint-plugin-eslint-plugin v6.0.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18316">#18316</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/36103a52432fffa20b90f2c6960757e6b9dc778f"><code>36103a5</code></a> chore: eslint-plugin-n v17.0.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18315">#18315</a>) (唯然)</li> </ul> <h2>v9.0.0</h2> <h2>Breaking Changes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/b7cf3bd29f25a0bab4102a51029bf47c50f406b5"><code>b7cf3bd</code></a> fix!: correct <code>camelcase</code> rule schema for <code>allow</code> option (<a href="https://redirect.github.com/eslint/eslint/issues/18232">#18232</a>) (eMerzh)</li> <li><a href="https://github.com/eslint/eslint/commit/09bd7fe09ad255a263286e90accafbe2bf04ccfc"><code>09bd7fe</code></a> feat!: move AST traversal into SourceCode (<a href="https://redirect.github.com/eslint/eslint/issues/18167">#18167</a>) (Nicholas C. Zakas)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p> <blockquote> <p>v9.1.1 - April 22, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/a26b40279f283853717236b44602b27b57f0b627"><code>a26b402</code></a> fix: use <code>@​eslint/create-config</code> latest (<a href="https://redirect.github.com/eslint/eslint/issues/18373">#18373</a>) (唯然)</li> </ul> <p>v9.1.0 - April 19, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/d9a2983e1301599117cf554aa6a9bd44b84f2e55"><code>d9a2983</code></a> chore: upgrade <code>@​eslint/js</code> to v9.1.1 (<a href="https://redirect.github.com/eslint/eslint/issues/18367">#18367</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/03068f13c0e3e6b34b8ca63628cfc79dd256feac"><code>03068f1</code></a> feat: Provide helpful error message for nullish configs (<a href="https://redirect.github.com/eslint/eslint/issues/18357">#18357</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/50d406d68c0304370fa47d156a407258b68dfa1b"><code>50d406d</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/8d189586d60f9beda7be8cdefd4156c023c4fdde"><code>8d18958</code></a> fix: Remove name from eslint/js packages (<a href="https://redirect.github.com/eslint/eslint/issues/18368">#18368</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/155c71c210aaa7235ddadabb067813d8b1c76f65"><code>155c71c</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/594eb0e5c2b14a418d686c33d2d40fb439888b70"><code>594eb0e</code></a> fix: do not crash on error in <code>fs.walk</code> filter (<a href="https://redirect.github.com/eslint/eslint/issues/18295">#18295</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/751b518f02b1e9f4f0cb4a4007ffacb1be2246af"><code>751b518</code></a> feat: replace dependency graphemer with <code>Intl.Segmenter</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18110">#18110</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/fb50077fec497fbf01d754fc75aa22cff43ef066"><code>fb50077</code></a> docs: include notes about globals in migration-guide (<a href="https://redirect.github.com/eslint/eslint/issues/18356">#18356</a>) (Gabriel Rohden)</li> <li><a href="https://github.com/eslint/eslint/commit/4d11e567baff575146fd267b3765ab2c788aa1e5"><code>4d11e56</code></a> feat: add <code>name</code> to eslint configs (<a href="https://redirect.github.com/eslint/eslint/issues/18289">#18289</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/1cbe1f6d38272784307c260f2375ab30e68716e8"><code>1cbe1f6</code></a> feat: allow <code>while(true)</code> in <code>no-constant-condition</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18286">#18286</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/0588fc5ecb87fddd70e1848e417ba712b48473c3"><code>0588fc5</code></a> refactor: Move directive gathering to SourceCode (<a href="https://redirect.github.com/eslint/eslint/issues/18328">#18328</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/0d8cf6350ce3dc417d6e23922e6d4ad03952aaaa"><code>0d8cf63</code></a> fix: EMFILE errors (<a href="https://redirect.github.com/eslint/eslint/issues/18313">#18313</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/e1ac0b5c035bfdff7be08b69e89e1470a7becac3"><code>e1ac0b5</code></a> fix: --inspect-config only for flat config and respect -c (<a href="https://redirect.github.com/eslint/eslint/issues/18306">#18306</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/09675e153169d4d0f4a85a95007dcd17d34d70c7"><code>09675e1</code></a> fix: <code>--no-ignore</code> should not apply to non-global ignores (<a href="https://redirect.github.com/eslint/eslint/issues/18334">#18334</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/9048e2184c19799bb9b8a5908345d4ce05020c41"><code>9048e21</code></a> chore: lint <code>docs/src/_data</code> js files (<a href="https://redirect.github.com/eslint/eslint/issues/18335">#18335</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/48207908a8291916a124af60e02d0327276f8957"><code>4820790</code></a> chore: upgrade globals@15.0.0 dev dependency (<a href="https://redirect.github.com/eslint/eslint/issues/18332">#18332</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/698d9ff2c9c4e24836d69358b93d42c356eb853b"><code>698d9ff</code></a> chore: upgrade jsdoc &amp; unicorn plugins in eslint-config-eslint (<a href="https://redirect.github.com/eslint/eslint/issues/18333">#18333</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/71c771fb390cf178220d06fd7316033a385128a9"><code>71c771f</code></a> docs: Fix missing accessible name for scroll-to-top link (<a href="https://redirect.github.com/eslint/eslint/issues/18329">#18329</a>) (Germán Freixinós)</li> <li><a href="https://github.com/eslint/eslint/commit/0db676f9c64d2622ada86b653136d2bda4f0eee0"><code>0db676f</code></a> feat: add <code>Intl</code> in es6 globals (<a href="https://redirect.github.com/eslint/eslint/issues/18318">#18318</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/200fd4e3223d1ad22dca3dc79aa6eaa860fefe32"><code>200fd4e</code></a> docs: indicate eslintrc mode for <code>.eslintignore</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18285">#18285</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/32c08cf66536e595e93284500b0b8d702e30cfd8"><code>32c08cf</code></a> chore: drop Node &lt; 18 and use <code>@​eslint/js</code> v9 in eslint-config-eslint (<a href="https://redirect.github.com/eslint/eslint/issues/18323">#18323</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/16b6a8b469d2e0ba6d904b9e858711590568b246"><code>16b6a8b</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/a76fb55004ea095c68dde134ca7db0212c93c86e"><code>a76fb55</code></a> chore: <code>@​eslint-community/eslint-plugin-eslint-comments</code> v4.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18319">#18319</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/df5f8a9bc1042c13f1969c9fbd8c72eee0662daa"><code>df5f8a9</code></a> docs: <code>paths</code> and <code>patterns</code> difference in <code>no-restricted-imports</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18273">#18273</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/c537d76327586616b7ca5d00e76eaf6c76e6bcd2"><code>c537d76</code></a> docs: update <code>npm init @eslint/config</code> generated file names (<a href="https://redirect.github.com/eslint/eslint/issues/18298">#18298</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/78e45b1d8d6b673ced233ca82b9ff1dddcdd1fec"><code>78e45b1</code></a> chore: eslint-plugin-eslint-plugin v6.0.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18316">#18316</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/36103a52432fffa20b90f2c6960757e6b9dc778f"><code>36103a5</code></a> chore: eslint-plugin-n v17.0.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18315">#18315</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/e1e305defaab98605d79c81d67ee5a48558c458a"><code>e1e305d</code></a> docs: fix <code>linebreak-style</code> examples (<a href="https://redirect.github.com/eslint/eslint/issues/18262">#18262</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/113f51ec4e52d3082a74b9682239a6e28d1a70ee"><code>113f51e</code></a> docs: Mention package.json config support dropped (<a href="https://redirect.github.com/eslint/eslint/issues/18305">#18305</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/1fa66220ad130eeb69cfa0207d3896b7bb09c576"><code>1fa6622</code></a> build: do not use <code>--force</code> flag to install dependencies (<a href="https://redirect.github.com/eslint/eslint/issues/18284">#18284</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/5c353215e05818e17e83192acbb4d3730c716afa"><code>5c35321</code></a> docs: add eslintrc-only note to <code>--rulesdir</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18281">#18281</a>) (Adam Lui 刘展鹏)</li> </ul> <p>v9.0.0 - April 5, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/19f9a8926bd7888ab4a813ae323ad3c332fd5d5c"><code>19f9a89</code></a> chore: Update dependencies for v9.0.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18275">#18275</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/7c957f295dcd97286016cfb3c121dbae72f26a91"><code>7c957f2</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/d73a33caddc34ab1eb62039f0f661a338836147c"><code>d73a33c</code></a> chore: ignore <code>/docs/v8.x</code> in link checker (<a href="https://redirect.github.com/eslint/eslint/issues/18274">#18274</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d54a41200483b7dd90531841a48a1f3a91f172fe"><code>d54a412</code></a> feat: Add --inspect-config CLI flag (<a href="https://redirect.github.com/eslint/eslint/issues/18270">#18270</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/e151050e64b57f156c32f6d0d1f20dce08b5a610"><code>e151050</code></a> docs: update get-started to the new <code>@eslint/create-config</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18217">#18217</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/610c1486dc54a095667822113eb08062a1aad2b7"><code>610c148</code></a> fix: Support <code>using</code> declarations in no-lone-blocks (<a href="https://redirect.github.com/eslint/eslint/issues/18269">#18269</a>) (Kirk Waiblinger)</li> <li><a href="https://github.com/eslint/eslint/commit/44a81c6151c58a3f4c1f6bb2927b0996f81c2daa"><code>44a81c6</code></a> chore: upgrade knip (<a href="https://redirect.github.com/eslint/eslint/issues/18272">#18272</a>) (Lars Kappert)</li> <li><a href="https://github.com/eslint/eslint/commit/94178ad5cf4cfa1c8664dd8ac878790e72c90d8c"><code>94178ad</code></a> docs: mention about <code>name</code> field in flat config (<a href="https://redirect.github.com/eslint/eslint/issues/18252">#18252</a>) (Anthony Fu)</li> <li><a href="https://github.com/eslint/eslint/commit/1765c24df2f48ab1c1565177b8c6dbef63acf977"><code>1765c24</code></a> docs: add Troubleshooting page (<a href="https://redirect.github.com/eslint/eslint/issues/18181">#18181</a>) (Josh Goldberg ✨)</li> <li><a href="https://github.com/eslint/eslint/commit/e80b60c342f59db998afefd856b31159a527886a"><code>e80b60c</code></a> chore: remove code for testing version selectors (<a href="https://redirect.github.com/eslint/eslint/issues/18266">#18266</a>) (Milos Djermanovic)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/b4d2512809a1b28466ad1ce5af9d01c181b9bf9e"><code>b4d2512</code></a> 9.1.1</li> <li><a href="https://github.com/eslint/eslint/commit/ef36aa46b9d946d67f90c0b6aa07d66c83b5fcbc"><code>ef36aa4</code></a> Build: changelog update for 9.1.1</li> <li><a href="https://github.com/eslint/eslint/commit/a26b40279f283853717236b44602b27b57f0b627"><code>a26b402</code></a> fix: use <code>@​eslint/create-config</code> latest (<a href="https://redirect.github.com/eslint/eslint/issues/18373">#18373</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/b78d831e244171c939279b03be519b5c13836fce"><code>b78d831</code></a> 9.1.0</li> <li><a href="https://github.com/eslint/eslint/commit/e4d9c921f64175d90de4d3094b4d68f4da4f95cf"><code>e4d9c92</code></a> Build: changelog update for 9.1.0</li> <li><a href="https://github.com/eslint/eslint/commit/d9a2983e1301599117cf554aa6a9bd44b84f2e55"><code>d9a2983</code></a> chore: upgrade <code>@​eslint/js</code> to v9.1.1 (<a href="https://redirect.github.com/eslint/eslint/issues/18367">#18367</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/03068f13c0e3e6b34b8ca63628cfc79dd256feac"><code>03068f1</code></a> feat: Provide helpful error message for nullish configs (<a href="https://redirect.github.com/eslint/eslint/issues/18357">#18357</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/50d406d68c0304370fa47d156a407258b68dfa1b"><code>50d406d</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/8d189586d60f9beda7be8cdefd4156c023c4fdde"><code>8d18958</code></a> fix: Remove name from eslint/js packages (<a href="https://redirect.github.com/eslint/eslint/issues/18368">#18368</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/155c71c210aaa7235ddadabb067813d8b1c76f65"><code>155c71c</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.57.0...v9.1.1">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-next` from 14.1.4 to 14.2.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">eslint-config-next's releases</a>.</em></p> <blockquote> <h2>v14.2.3</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>Fix: resolve mixed re-exports module as cjs (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64681">#64681</a>)</li> <li>fix: mixing namespace import and named import client components (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64809">#64809</a>)</li> <li>Fix mixed exports in server component with barrel optimization (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64894">#64894</a>)</li> <li>Fix next/image usage in mdx(<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64875">#64875</a>)</li> <li>fix(fetch-cache): fix additional typo, add type &amp; data validation (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64799">#64799</a>)</li> <li>prevent erroneous route interception during lazy fetch (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64692">#64692</a>)</li> <li>fix root page revalidation when redirecting in a server action (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64730">#64730</a>)</li> <li>fix: remove traceparent from cachekey should not remove traceparent from original object (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64727">#64727</a>)</li> <li>Clean-up fetch metrics tracking (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64746">#64746</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/huozhi"><code>@​huozhi</code></a>, <a href="https://github.com/samcx"><code>@​samcx</code></a>, <a href="https://github.com/ztanner"><code>@​ztanner</code></a>, <a href="https://github.com/Jeffrey-Zutt"><code>@​Jeffrey-Zutt</code></a>, and <a href="https://github.com/ijjk"><code>@​ijjk</code></a> for helping!</p> <h2>v14.2.2</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>Fix Server Action error logs for unhandled POST requests (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64315">#64315</a>)</li> <li>Improve rendering performance (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64408">#64408</a>)</li> <li>Fix the method prop case in Server Actions transform (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64398">#64398</a>)</li> <li>fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64405">#64405</a>)</li> <li>tweak test for Azure (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64424">#64424</a>)</li> <li>router restore should take priority over pending actions (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64449">#64449</a>)</li> <li>Fix client boundary inheritance for barrel optimization (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64467">#64467</a>)</li> <li>improve turborepo caching (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64493">#64493</a>)</li> <li>feat: strip traceparent header from cachekey (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64499">#64499</a>)</li> <li>Fix more Turbopack build tests</li> <li>Update lockfile for compatibility with turbo (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64360">#64360</a>)</li> <li>Fix typo in dynamic-rendering.ts (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64365">#64365</a>)</li> <li>Fix DynamicServerError not being thrown in fetch (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64511">#64511</a>)</li> <li>fix(next): Metadata.openGraph values not resolving basic values when type is set (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/63620">#63620</a>)</li> <li>disable production chunking in dev (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64488">#64488</a>)</li> <li>Fix cjs client components tree-shaking (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64558">#64558</a>)</li> <li>fix refresh behavior for discarded actions (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64532">#64532</a>)</li> <li>fix: filter out middleware requests in logging (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64549">#64549</a>)</li> <li>Turbopack: Allow client components to be imported in app routes (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64520">#64520</a>)</li> <li>Fix ASL bundling for dynamic css (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64451">#64451</a>)</li> <li>add pathname normalizer for actions (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64592">#64592</a>)</li> <li>fix incorrect refresh request when basePath is set (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64589">#64589</a>)</li> <li>test: skip turbopack build test (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64356">#64356</a>)</li> <li>hotfix(turbopack): Update with patch for postcss.config.js path resolution on Windows (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/64677">#64677</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/2e7a96a1e8821d88f210a90b4284fd24b71c1821"><code>2e7a96a</code></a> v14.2.3</li> <li><a href="https://github.com/vercel/next.js/commit/c850e4a69a8ff62502753e2ff15bbabcea94b556"><code>c850e4a</code></a> v14.2.2</li> <li><a href="https://github.com/vercel/next.js/commit/c0ae6f6ffdad865de660e897ecbeafda2bca78da"><code>c0ae6f6</code></a> v14.2.1</li> <li><a href="https://github.com/vercel/next.js/commit/774563f2b994ae9686b8ec68b506a6ef3d7c9756"><code>774563f</code></a> v14.2.0</li> <li><a href="https://github.com/vercel/next.js/commit/7aabb1d5ceb5574c578db10c2abef634c436c6b2"><code>7aabb1d</code></a> v14.2.0-canary.67</li> <li><a href="https://github.com/vercel/next.js/commit/265d7b97bae999c59c4370503b37ad2d0f25778d"><code>265d7b9</code></a> v14.2.0-canary.66</li> <li><a href="https://github.com/vercel/next.js/commit/22754faff6137054e5ed474e63d939fc415209b4"><code>22754fa</code></a> v14.2.0-canary.65</li> <li><a href="https://github.com/vercel/next.js/commit/167ea3382fe6b113dbcf4272d55ce04ac314c51c"><code>167ea33</code></a> v14.2.0-canary.64</li> <li><a href="https://github.com/vercel/next.js/commit/c2890635171e0316dc1bad1153b8e875b39f7da6"><code>c289063</code></a> v14.2.0-canary.63</li> <li><a href="https://github.com/vercel/next.js/commit/e46d088aec4531e5b0d51f0f794a722aa307ae7c"><code>e46d088</code></a> v14.2.0-canary.62</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/commits/v14.2.3/packages/eslint-config-next">compare view</a></li> </ul> </details> <br /> Updates `next` from 14.1.4 to 14.2.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> <blockquote> <h2>v14.2.3</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>Fix: resolve mixed re-exports module as cjs (<a href="https://redirect.github.com/vercel/next.js/issues/64681">#64681</a>)</li> <li>fix: mixing namespace import and named import client components (<a href="https://redirect.github.com/vercel/next.js/issues/64809">#64809</a>)</li> <li>Fix mixed exports in server component with barrel optimization (<a href="https://redirect.github.com/vercel/next.js/issues/64894">#64894</a>)</li> <li>Fix next/image usage in mdx(<a href="https://redirect.github.com/vercel/next.js/issues/64875">#64875</a>)</li> <li>fix(fetch-cache): fix additional typo, add type &amp; data validation (<a href="https://redirect.github.com/vercel/next.js/issues/64799">#64799</a>)</li> <li>prevent erroneous route interception during lazy fetch (<a href="https://redirect.github.com/vercel/next.js/issues/64692">#64692</a>)</li> <li>fix root page revalidation when redirecting in a server action (<a href="https://redirect.github.com/vercel/next.js/issues/64730">#64730</a>)</li> <li>fix: remove traceparent from cachekey should not remove traceparent from original object (<a href="https://redirect.github.com/vercel/next.js/issues/64727">#64727</a>)</li> <li>Clean-up fetch metrics tracking (<a href="https://redirect.github.com/vercel/next.js/issues/64746">#64746</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/huozhi"><code>@​huozhi</code></a>, <a href="https://github.com/samcx"><code>@​samcx</code></a>, <a href="https://github.com/ztanner"><code>@​ztanner</code></a>, <a href="https://github.com/Jeffrey-Zutt"><code>@​Jeffrey-Zutt</code></a>, and <a href="https://github.com/ijjk"><code>@​ijjk</code></a> for helping!</p> <h2>v14.2.2</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>Fix Server Action error logs for unhandled POST requests (<a href="https://redirect.github.com/vercel/next.js/issues/64315">#64315</a>)</li> <li>Improve rendering performance (<a href="https://redirect.github.com/vercel/next.js/issues/64408">#64408</a>)</li> <li>Fix the method prop case in Server Actions transform (<a href="https://redirect.github.com/vercel/next.js/issues/64398">#64398</a>)</li> <li>fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity (<a href="https://redirect.github.com/vercel/next.js/issues/64405">#64405</a>)</li> <li>tweak test for Azure (<a href="https://redirect.github.com/vercel/next.js/issues/64424">#64424</a>)</li> <li>router restore should take priority over pending actions (<a href="https://redirect.github.com/vercel/next.js/issues/64449">#64449</a>)</li> <li>Fix client boundary inheritance for barrel optimization (<a href="https://redirect.github.com/vercel/next.js/issues/64467">#64467</a>)</li> <li>improve turborepo caching (<a href="https://redirect.github.com/vercel/next.js/issues/64493">#64493</a>)</li> <li>feat: strip traceparent header from cachekey (<a href="https://redirect.github.com/vercel/next.js/issues/64499">#64499</a>)</li> <li>Fix more Turbopack build tests</li> <li>Update lockfile for compatibility with turbo (<a href="https://redirect.github.com/vercel/next.js/issues/64360">#64360</a>)</li> <li>Fix typo in dynamic-rendering.ts (<a href="https://redirect.github.com/vercel/next.js/issues/64365">#64365</a>)</li> <li>Fix DynamicServerError not being thrown in fetch (<a href="https://redirect.github.com/vercel/next.js/issues/64511">#64511</a>)</li> <li>fix(next): Metadata.openGraph values not resolving basic values when type is set (<a href="https://redirect.github.com/vercel/next.js/issues/63620">#63620</a>)</li> <li>disable production chunking in dev (<a href="https://redirect.github.com/vercel/next.js/issues/64488">#64488</a>)</li> <li>Fix cjs client components tree-shaking (<a href="https://redirect.github.com/vercel/next.js/issues/64558">#64558</a>)</li> <li>fix refresh behavior for discarded actions (<a href="https://redirect.github.com/vercel/next.js/issues/64532">#64532</a>)</li> <li>fix: filter out middleware requests in logging (<a href="https://redirect.github.com/vercel/next.js/issues/64549">#64549</a>)</li> <li>Turbopack: Allow client components to be imported in app routes (<a href="https://redirect.github.com/vercel/next.js/issues/64520">#64520</a>)</li> <li>Fix ASL bundling for dynamic css (<a href="https://redirect.github.com/vercel/next.js/issues/64451">#64451</a>)</li> <li>add pathname normalizer for actions (<a href="https://redirect.github.com/vercel/next.js/issues/64592">#64592</a>)</li> <li>fix incorrect refresh request when basePath is set (<a href="https://redirect.github.com/vercel/next.js/issues/64589">#64589</a>)</li> <li>test: skip turbopack build test (<a href="https://redirect.github.com/vercel/next.js/issues/64356">#64356</a>)</li> <li>hotfix(turbopack): Update with patch for postcss.config.js path resolution on Windows (<a href="https://redirect.github.com/vercel/next.js/issues/64677">#64677</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/2e7a96a1e8821d88f210a90b4284fd24b71c1821"><code>2e7a96a</code></a> v14.2.3</li> <li><a href="https://github.com/vercel/next.js/commit/a230be4867deee8d2041397707c6921c79e27687"><code>a230be4</code></a> Clean-up fetch metrics tracking (<a href="https://redirect.github.com/vercel/next.js/issues/64746">#64746</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/73c2d634b10d3a40ae93b2cafe0dc0072c0da6c0"><code>73c2d63</code></a> fix: remove traceparent from cachekey should not remove traceparent from orig...</li> <li><a href="https://github.com/vercel/next.js/commit/dd44191118461e44debb762c81d1383bd19416c4"><code>dd44191</code></a> fix root page revalidation when redirecting in a server action (<a href="https://redirect.github.com/vercel/next.js/issues/64730">#64730</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/8b4c234740d9f23dbb41034f1dbcb9ec09809f0f"><code>8b4c234</code></a> prevent erroneous route interception during lazy fetch (<a href="https://redirect.github.com/vercel/next.js/issues/64692">#64692</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/d6a7ca0e8d9474cd1c8ef749b829dc5edd058327"><code>d6a7ca0</code></a> fix(fetch-cache): fix additional typo, add type &amp; data validation (<a href="https://redirect.github.com/vercel/next.js/issues/64799">#64799</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/4a6b511ca0c4d21b994f179eddb30213314d8856"><code>4a6b511</code></a> Fix next/image usage in mdx (<a href="https://redirect.github.com/vercel/next.js/issues/64875">#64875</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/04cc13c0a3a65db4e093db93fff2e8e74753e0a2"><code>04cc13c</code></a> Fix mixed exports in server component with barrel optimization (<a href="https://redirect.github.com/vercel/next.js/issues/64894">#64894</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/8d01d496fe6c26b8a8653634a28c59815bcd2933"><code>8d01d49</code></a> fix: mixing namespace import and named import client components (<a href="https://redirect.github.com/vercel/next.js/issues/64809">#64809</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/de84e3ae7021b17b55f9b94c9b15ab934e006b8d"><code>de84e3a</code></a> Fix: resolve mixed re-exports module as cjs (<a href="https://redirect.github.com/vercel/next.js/issues/64681">#64681</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v14.1.4...v14.2.3">compare view</a></li> </ul> </details> <br /> Updates `react` from 18.2.0 to 18.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/releases">react's releases</a>.</em></p> <blockquote> <h2>18.3.1 (April 26, 2024)</h2> <ul> <li>Export <code>act</code> from <code>react</code> <a href="https://github.com/facebook/react/commit/f1338f8080abd1386454a10bbf93d67bfe37ce85">f1338f</a></li> </ul> <h2>18.3.0 (April 25, 2024)</h2> <p>This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.</p> <p>Read the <a href="https://react.dev/blog/2024/04/25/react-19-upgrade-guide">React 19 Upgrade Guide</a> for more info.</p> <h3>React</h3> <ul> <li>Allow writing to <code>this.refs</code> to support string ref codemod <a href="https://github.com/facebook/react/commit/9090712fd3ca4e1099e1f92e67933c2cb4f32552">909071</a></li> <li>Warn for deprecated <code>findDOMNode</code> outside StrictMode <a href="https://github.com/facebook/react/commit/c3b283964108b0e8dbcf1f9eb2e7e67815e39dfb">c3b283</a></li> <li>Warn for deprecated <code>test-utils</code> methods <a href="https://github.com/facebook/react/commit/d4ea75dc4258095593b6ac764289f42bddeb835c">d4ea75</a></li> <li>Warn for deprecated Legacy Context outside StrictMode <a href="https://github.com/facebook/react/commit/415ee0e6ea0fe3e288e65868df2e3241143d5f7f">415ee0</a></li> <li>Warn for deprecated string refs outside StrictMode <a href="https://redirect.github.com/facebook/react/pull/25383">#25383</a></li> <li>Warn for deprecated <code>defaultProps</code> for function components <a href="https://redirect.github.com/facebook/react/pull/25699">#25699</a></li> <li>Warn when spreading <code>key</code> <a href="https://redirect.github.com/facebook/react/pull/25697">#25697</a></li> <li>Warn when using <code>act</code> from <code>test-utils</code> <a href="https://github.com/facebook/react/commit/d4ea75dc4258095593b6ac764289f42bddeb835c">d4ea75</a></li> </ul> <h3>React DOM</h3> <ul> <li>Warn for deprecated <code>unmountComponentAtNode</code> <a href="https://github.com/facebook/react/commit/8a015b68cc060079878e426610e64e86fb328f8d">8a015b</a></li> <li>Warn for deprecated <code>renderToStaticNodeStream</code> <a href="https://redirect.github.com/facebook/react/pull/28874">#28874</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/blob/main/CHANGELOG.md">react's changelog</a>.</em></p> <blockquote> <h2>18.3.1 (April 26, 2024)</h2> <ul> <li>Export <code>act</code> from <code>react</code> <a href="https://github.com/facebook/react/commit/f1338f8080abd1386454a10bbf93d67bfe37ce85">f1338f</a></li> </ul> <h2>18.3.0 (April 25, 2024)</h2> <p>This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.</p> <p>Read the <a href="https://react.dev/blog/2024/04/25/react-19-upgrade-guide">React 19 Upgrade Guide</a> for more info.</p> <h3>React</h3> <ul> <li>Allow writing to <code>this.refs</code> to support string ref codemod <a href="https://github.com/facebook/react/commit/9090712fd3ca4e1099e1f92e67933c2cb4f32552">909071</a></li> <li>Warn for deprecated <code>findDOMNode</code> outside StrictMode <a href="https://github.com/facebook/react/commit/c3b283964108b0e8dbcf1f9eb2e7e67815e39dfb">c3b283</a></li> <li>Warn for deprecated <code>test-utils</code> methods <a href="https://github.com/facebook/react/commit/d4ea75dc4258095593b6ac764289f42bddeb835c">d4ea75</a></li> <li>Warn for deprecated Legacy Context outside StrictMode <a href="https://github.com/facebook/react/commit/415ee0e6ea0fe3e288e65868df2e3241143d5f7f">415ee0</a></li> <li>Warn for deprecated string refs outside StrictMode <a href="https://redirect.github.com/facebook/react/pull/25383">#25383</a></li> <li>Warn for deprecated <code>defaultProps</code> for function components <a href="https://redirect.github.com/facebook/react/pull/25699">#25699</a></li> <li>Warn when spreading <code>key</code> <a href="https://redirect.github.com/facebook/react/pull/25697">#25697</a></li> <li>Warn when using <code>act</code> from <code>test-utils</code> <a href="https://github.com/facebook/react/commit/d4ea75dc4258095593b6ac764289f42bddeb835c">d4ea75</a></li> </ul> <h3>React DOM</h3> <ul> <li>Warn for deprecated <code>unmountComponentAtNode</code> <a href="https://github.com/facebook/react/commit/8a015b68cc060079878e426610e64e86fb328f8d">8a015b</a></li> <li>Warn for deprecated <code>renderToStaticNodeStream</code> <a href="https://redirect.github.com/facebook/react/pull/28874">#28874</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/react/commit/f1338f8080abd1386454a10bbf93d67bfe37ce85"><code>f1338f8</code></a> Export <code>React.act</code> from 18.3</li> <li><a href="https://github.com/facebook/react/commit/d6c42f7b1134c4f033296ce4d47a7803aa0929df"><code>d6c42f7</code></a> Bump to 18.3.1</li> <li><a href="https://github.com/facebook/react/commit/73bfaa16e1487d6c4a83ca960a6f0365af2ab440"><code>73bfaa1</code></a> Turn on key spread warning in jsx-runtime for everyone (<a href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/25697">#25697</a>)</li> <li><a href="https://github.com/facebook/react/commit/c2a246e956a164c7a92a3807c973bf9b56f85a6b"><code>c2a246e</code></a> Turn on string ref deprecation warning for everybody (not codemoddable) (<a href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/25383">#25383</a>)</li> <li><a href="https://github.com/facebook/react/commit/2cfb4741fdf2f9e3a843930d95ee6965fab44b8f"><code>2cfb474</code></a> Bump version from 18.2 to 18.3</li> <li>See full diff in <a href="https://github.com/facebook/react/commits/v18.3.1/packages/react">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~react-bot">react-bot</a>, a new releaser for react since your current version.</p> </details> <br /> Updates `@types/react` from 18.2.73 to 18.3.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare view</a></li> </ul> </details> <br /> Updates `react-dom` from 18.2.0 to 18.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/releases">react-dom's releases</a>.</em></p> <blockquote> <h2>18.3.1 (April 26, 2024)</h2> <ul> <li>Export <code>act</code> from <code>react</code> <a href="https://github.com/facebook/react/commit/f1338f8080abd1386454a10bbf93d67bfe37ce85">f1338f</a></li> </ul> <h2>18.3.0 (April 25, 2024)</h2> <p>This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.</p> <p>Read the <a href="https://react.dev/blog/2024/04/25/react-19-upgrade-guide">React 19 Upgrade Guide</a> for more info.</p> <h3>React</h3> <ul> <li>Allow writing to <code>this.refs</code> to support string ref codemod <a href="https://github.com/facebook/react/commit/9090712fd3ca4e1099e1f92e67933c2cb4f32552">909071</a></li> <li>Warn for deprecated <code>findDOMNode</code> outside StrictMode <a href="https://github.com/facebook/react/commit/c3b283964108b0e8dbcf1f9eb2e7e67815e39dfb">c3b283</a></li> <li>Warn for deprecated <code>test-utils</code> methods <a href="https://github.com/facebook/react/commit/d4ea75dc4258095593b6ac764289f42bddeb835c">d4ea75</a></li> <li>Warn for deprecated Legacy Context outside StrictMode <a href="https://github.com/facebook/react/commit/415ee0e6ea0fe3e288e65868df2e3241143d5f7f">415ee0</a></li> <li>Warn for deprecated string refs outside StrictMode <a href="https://redirect.github.com/facebook/react/pull/25383">#25383</a></li> <li>Warn for deprecated <code>defaultProps</code> for function components <a href="https://redirect.github.com/facebook/react/pull/25699">#25699</a></li> <li>Warn when spreading <code>key</code> <a href="https://redirect.github.com/facebook/react/pull/25697">#25697</a></li> <li>Warn when using <code>act</code> from <code>test-utils</code> <a href="https://github.com/facebook/react/commit/d4ea75dc4258095593b6ac764289f42bddeb835c">d4ea75</a></li> </ul> <h3>React DOM</h3> <ul> <li>Warn for deprecated <code>unmountComponentAtNode</code> <a href="https://github.com/facebook/react/commit/8a015b68cc060079878e426610e64e86fb328f8d">8a015b</a></li> <li>Warn for deprecated <code>renderToStaticNodeStream</code> <a href="https://redirect.github.com/facebook/react/pull/28874">#28874</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/react/blob/main/CHANGELOG.md">react-dom's changelog</a>.</em></p> <blockquote> <h2>18.3.1 (April 26, 2024)</h2> <ul> <li>Export <code>act</code> from <code>react</code> <a href="https://github.com/facebook/react/commit/f1338f8080abd1386454a10bbf93d67bfe37ce85">f1338f</a></li> </ul> <h2>18.3.0 (April 25, 2024)</h2> <p>This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.</p> <p>Read the <a href="https://react.dev/blog/2024/04/25/react-19-upgrade-guide">React 19 Upgrade Guide</a> for more info.</p> <h3>React</h3> <ul> <li>Allow writing to <code>this.refs</code> to support string ref codemod <a href="https://github.com/facebook/react/commit/9090712fd3ca4e1099e1f92e67933c2cb4f32552">909071</a></li> <li>Warn for deprecated <code>findDOMNode</code> outside StrictMode <a href="https://github.com/facebook/react/commit/c3b283964108b0e8dbcf1f9eb2e7e67815e39dfb">c3b283</a></li> <li>Warn for deprecated <code>test-utils</code> methods <a href="https://github.com/facebook/react/commit/d4ea75dc4258095593b6ac764289f42bddeb835c">d4ea75</a></li> <li>Warn for deprecated Legacy Context outside StrictMode <a href="https://github.com/facebook/react/commit/415ee0e6ea0fe3e288e65868df2e3241143d5f7f">415ee0</a></li> <li>Warn for deprecated string refs outside StrictMode <a href="https://redirect.github.com/facebook/react/pull/25383">#25383</a></li> <li>Warn for deprecated <code>defaultProps</code> for function components <a href="https://redirect.github.com/facebook/react/pull/25699">#25699</a></li> <li>Warn when spreading <code>key</code> <a href="https://redirect.github.com/facebook/react/pull/25697">#25697</a></li> <li>Warn when using <code>act</code> from <code>test-utils</code> <a href="https://github.com/facebook/react/commit/d4ea75dc4258095593b6ac764289f42bddeb835c">d4ea75</a></li> </ul> <h3>React DOM</h3> <ul> <li>Warn for deprecated <code>unmountComponentAtNode</code> <a href="https://github.com/facebook/react/commit/8a015b68cc060079878e426610e64e86fb328f8d">8a015b</a></li> <li>Warn for deprecated <code>renderToStaticNodeStream</code> <a href="https://redirect.github.com/facebook/react/pull/28874">#28874</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/react/commit/d6c42f7b1134c4f033296ce4d47a7803aa0929df"><code>d6c42f7</code></a> Bump to 18.3.1</li> <li><a href="https://github.com/facebook/react/commit/8a015b68cc060079878e426610e64e86fb328f8d"><code>8a015b6</code></a> Add deprecation warning for unmountComponentAtNode</li> <li><a href="https://github.com/facebook/react/commit/c3b283964108b0e8dbcf1f9eb2e7e67815e39dfb"><code>c3b2839</code></a> Add deprecation warning for findDOMNode</li> <li><a href="https://github.com/facebook/react/commit/d4ea75dc4258095593b6ac764289f42bddeb835c"><code>d4ea75d</code></a> ReactDOMTestUtils deprecation warnings</li> <li><a href="https://github.com/facebook/react/commit/7548c019ce44e41301555aac645fbdfcf180e9b9"><code>7548c01</code></a> Deprecate <code>renderToStaticNodeStream</code> (<a href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/28872">#28872</a>) (<a href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/28874">#28874</a>)</li> <li><a href="https://github.com/facebook/react/commit/589423270e8d69fce914f12f7dc7bb61bb7b81de"><code>5894232</code></a> Enable warning for defaultProps on function components for everyone (<a href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/25699">#25699</a>)</li> <li><a href="https://github.com/facebook/react/commit/c2a246e956a164c7a92a3807c973bf9b56f85a6b"><code>c2a246e</code></a> Turn on string ref deprecation warning for everybody (not codemoddable) (<a href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/25383">#25383</a>)</li> <li><a href="https://github.com/facebook/react/commit/2cfb4741fdf2f9e3a843930d95ee6965fab44b8f"><code>2cfb474</code></a> Bump version from 18.2 to 18.3</li> <li>See full diff in <a href="https://github.com/facebook/react/commits/v18.3.1/packages/react-dom">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~react-bot">react-bot</a>, a new releaser for react-dom since your current version.</p> </details> <br /> Updates `@types/react-dom` from 18.2.23 to 18.3.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.4.3 to 5.4.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.4.5</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+">fixed issues query for Typescript 5.4.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+">fixed issues query for Typescript 5.4.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+">fixed issues query for Typescript 5.4.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+">fixed issues query for Typescript 5.4.3 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+">fixed issues query for Typescript 5.4.4 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.5%22+is%3Aclosed+">fixed issues query for Typescript 5.4.5 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 5.4.4</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+">fixed issues query for Typescript 5.4.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript... _Description has been truncated_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:58:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#165