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

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

📋 Pull Request Information

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

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


📝 Commits (1)

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

📊 Changes

2 files changed (+1158 additions, -833 deletions)

View changed files

📝 landing/package-lock.json (+1148 -823)
📝 landing/package.json (+10 -10)

📄 Description

Bumps the npm group in /landing with 10 updates:

Package From To
@headlessui/react 1.7.18 2.0.4
@types/node 20.12.2 20.13.0
eslint 8.57.0 9.4.0
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.3
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 2.0.4

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.0.4

Fixed

  • [internal] Don’t set a focus fallback for Dialog’s in demo mode (#3194)
  • Ensure page doesn't scroll down when pressing Escape to close the Dialog component (#3218)
  • Fix crash when toggling between virtual and non-virtual mode in Combobox component (#3236)
  • Ensure tabbing to a portalled <PopoverPanel> component moves focus inside (without using <PortalGroup>) (#3239)
  • Only handle form reset when defaultValue is used (#3240)

Deprecated

  • Mark SwitchGroup as deprecated, prefer Field instead (#3232)

Changed

  • Use native fieldset instead of div by default for <Fieldset /> component (#3237)

@​headlessui/react@​v2.0.3

Fixed

  • Make sure disabling demo mode on <Combobox> works (#3182)

@​headlessui/react@​v2.0.2

Fixed

  • Improve performance of internal useInertOthers hook (#3181)

@​headlessui/react@​v2.0.1

Fixed

  • Remove accidental deprecation comments on <DialogPanel> and <DialogTitle> (#3176)

@​headlessui/react@​v2.0.0

Headless UI v2.0

We just released Headless UI v2.0 for React which includes a ton of new stuff:

  • Built-in anchor positioning — using Floating UI, components like Menu, Listbox, and more can now automatically position their popovers to be anchored to their trigger, adapting as needed to changes in the viewport.
  • Headless checkbox component — we've added a headless Checkbox component to complement our existing RadioGroup component, making it easy to build totally custom checkbox controls.
  • HTML form components — we've added Input, Select, Textarea, Label, Description, Fieldset, and Legend components that handle all of the ID generation and aria-* attribute mapping you need to do to connect form fields together.
  • Improved hover and focus-visible detection — using hooks from the awesome React Aria library under the hood, Headless UI now adds smarter data-hover and data-focus attributes to your controls that behave more consistently across different devices than the native pseudo-classes.
  • Combobox list virtualization — the Combobox component can now handle giant lists of options with no performance issues.

Changelog

Added

... (truncated)

Changelog

Sourced from @​headlessui/react's changelog.

[2.0.4] - 2024-05-25

Fixed

  • [internal] Don’t set a focus fallback for Dialog’s in demo mode (#3194)
  • Ensure page doesn't scroll down when pressing Escape to close the Dialog component (#3218)
  • Fix crash when toggling between virtual and non-virtual mode in Combobox component (#3236)
  • Ensure tabbing to a portalled <PopoverPanel> component moves focus inside (without using <PortalGroup>) (#3239)
  • Only handle form reset when defaultValue is used (#3240)

Deprecated

  • Mark SwitchGroup as deprecated, prefer Field instead (#3232)

Changed

  • Use native fieldset instead of div by default for <Fieldset /> component (#3237)

[2.0.3] - 2024-05-07

Fixed

  • Make sure disabling demo mode on <Combobox> works (#3182)

[2.0.2] - 2024-05-07

Fixed

  • Improve performance of internal useInertOthers hook (#3181)

[2.0.1] - 2024-05-06

Fixed

  • Remove accidental deprecation comments on <DialogPanel> and <DialogTitle> (#3176)

[2.0.0] - 2024-05-06

Added

  • Add new Checkbox component (#2887, #2962)
  • Add new Button component (#2887)
  • Add new Input component (#2887, #2902, #2940)
  • Add new Textarea component (#2887, #2902, #2940)
  • Add new Select component (#2887, #2902)
  • Add new Fieldset and Legend components (#2887)
  • Add new Field, Label, and Description components (#2887, #2941)
  • Add new MenuSection, MenuHeading, and MenuSeparator components (#2887)
  • Add new ListboxSelectedOption component (#2887)
  • Add new DataInteractive component (#2887)

... (truncated)

Commits
  • 7be23e5 2.0.4 - @​headlessui/react
  • f740050 Use native fieldset instead of div by default for \<Fieldset /> componen...
  • 8c3499c Only handle form reset when defaultValue is used (#3240)
  • c2754bc Ensure tabbing to a portalled \<PopoverPanel> component moves focus inside (...
  • b822c8a Fix crash when toggling between virtual and non-virtual mode in Combobox ...
  • b478189 Mark SwitchGroup as deprecated, prefer Field instead (#3232)
  • 7fcb410 do not apply aria-modal in demo mode (#3227)
  • 045f2bc Ensure page doesn't scroll down when pressing Escape to close the Dialog ...
  • 300e9eb Update changelog
  • 3407625 Use same tense
  • Additional commits viewable in compare view

Updates @types/node from 20.12.2 to 20.13.0

Commits

Updates eslint from 8.57.0 to 9.4.0

Release notes

Sourced from eslint's releases.

v9.4.0

Features

  • 89a4a0a feat: ignore IIFE's in the no-loop-func rule (#17528) (Nitin Kumar)

Bug Fixes

  • f6534d1 fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic)
  • 7226ebd fix: allow implicit undefined return in no-constructor-return (#18515) (Ali Rezvani)
  • 389744b fix: use @eslint/config-inspector@latest (#18483) (唯然)
  • 70118a5 fix: func-style false positive with arrow functions and super (#18473) (Milos Djermanovic)

Documentation

  • d7ab6f5 docs: update theme when when prefers-color-scheme changes (#18510) (Nitin Kumar)
  • 525fdff docs: fix components files (#18519) (Tanuj Kanti)
  • 80747d2 docs: refactor prefer-destructuring rule (#18472) (Tanuj Kanti)
  • f06e0b5 docs: clarify func-style (#18477) (Cameron Steffen)

Chores

  • 010dd2e chore: upgrade to @eslint/js@9.4.0 (#18534) (Francesco Trotta)
  • 5e1b5dc chore: package.json update for @​eslint/js release (Jenkins)
  • 594145f refactor: switch to @eslint/config-array (#18527) (Francesco Trotta)

v9.3.0

Features

  • b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma)
  • b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports (#18431) (Akul Srivastava)
  • 069aa68 feat: add option allowEscape to no-misleading-character-class rule (#18208) (Francesco Trotta)
  • 05ef92d feat: deprecate multiline-comment-style & line-comment-position (#18435) (唯然)
  • db0b174 feat: add enforceForInnerExpressions option to no-extra-boolean-cast (#18222) (Kirk Waiblinger)

Bug Fixes

  • 8db0eff fix: Improve config error messages (#18457) (Nicholas C. Zakas)
  • 5c28d9a fix: don't remove comments between key and value in object-shorthand (#18442) (Kuba Jastrzębski)
  • 39fb0ee fix: object-shorthand loses type parameters when auto-fixing (#18438) (dalaoshu)
  • 37eba48 fix: don't crash when fs.readFile returns promise from another realm (#18416) (Milos Djermanovic)

Documentation

  • ceada8c docs: explain how to use "tsc waiting" label (#18466) (Francesco Trotta)
  • 62e686c docs: Add troubleshooting info for plugin compatibility (#18451) (Nicholas C. Zakas)
  • e17e1c0 docs: Update README (GitHub Actions Bot)
  • 2465a1e docs: Update README (GitHub Actions Bot)
  • d23574c docs: Clarify usage of no-unreachable with TypeScript (#18445) (benj-dobs)
  • 1db9bae docs: Fix typos (#18443) (Frieder Bluemle)
  • 7065196 docs: Update README (GitHub Actions Bot)
  • 04e7c6e docs: update deprecation notice of no-return-await (#18433) (Tanuj Kanti)
  • e763512 docs: Link global ignores section in config object property list (#18430) (MaoShizhong)
  • ac7f718 docs: reflect release of v9 in config migration guide (#18412) (Peter Briggs)
  • 0de0909 docs: fix grammar in configuration file resolution (#18419) (Mike McCready)

Chores

  • 58e2719 chore: update dependencies for v9.3.0 release (#18469) (Francesco Trotta)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.4.0 - May 31, 2024

  • 010dd2e chore: upgrade to @eslint/js@9.4.0 (#18534) (Francesco Trotta)
  • 5e1b5dc chore: package.json update for @​eslint/js release (Jenkins)
  • d7ab6f5 docs: update theme when when prefers-color-scheme changes (#18510) (Nitin Kumar)
  • 594145f refactor: switch to @eslint/config-array (#18527) (Francesco Trotta)
  • 525fdff docs: fix components files (#18519) (Tanuj Kanti)
  • 89a4a0a feat: ignore IIFE's in the no-loop-func rule (#17528) (Nitin Kumar)
  • 80747d2 docs: refactor prefer-destructuring rule (#18472) (Tanuj Kanti)
  • f6534d1 fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic)
  • 7226ebd fix: allow implicit undefined return in no-constructor-return (#18515) (Ali Rezvani)
  • f06e0b5 docs: clarify func-style (#18477) (Cameron Steffen)
  • 389744b fix: use @eslint/config-inspector@latest (#18483) (唯然)
  • 70118a5 fix: func-style false positive with arrow functions and super (#18473) (Milos Djermanovic)

v9.3.0 - May 17, 2024

  • 58e2719 chore: update dependencies for v9.3.0 release (#18469) (Francesco Trotta)
  • b681ecb chore: package.json update for @​eslint/js release (Jenkins)
  • 8db0eff fix: Improve config error messages (#18457) (Nicholas C. Zakas)
  • ceada8c docs: explain how to use "tsc waiting" label (#18466) (Francesco Trotta)
  • b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma)
  • 06f1d1c chore: update dependency @​humanwhocodes/retry to ^0.3.0 (#18463) (renovate[bot])
  • 5c28d9a fix: don't remove comments between key and value in object-shorthand (#18442) (Kuba Jastrzębski)
  • 62e686c docs: Add troubleshooting info for plugin compatibility (#18451) (Nicholas C. Zakas)
  • e17e1c0 docs: Update README (GitHub Actions Bot)
  • 39fb0ee fix: object-shorthand loses type parameters when auto-fixing (#18438) (dalaoshu)
  • b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports (#18431) (Akul Srivastava)
  • 2465a1e docs: Update README (GitHub Actions Bot)
  • d23574c docs: Clarify usage of no-unreachable with TypeScript (#18445) (benj-dobs)
  • 1db9bae docs: Fix typos (#18443) (Frieder Bluemle)
  • 069aa68 feat: add option allowEscape to no-misleading-character-class rule (#18208) (Francesco Trotta)
  • 7065196 docs: Update README (GitHub Actions Bot)
  • 05ef92d feat: deprecate multiline-comment-style & line-comment-position (#18435) (唯然)
  • a63ed72 refactor: Use node: protocol for built-in Node.js modules (#18434) (Milos Djermanovic)
  • 04e7c6e docs: update deprecation notice of no-return-await (#18433) (Tanuj Kanti)
  • e763512 docs: Link global ignores section in config object property list (#18430) (MaoShizhong)
  • 37eba48 fix: don't crash when fs.readFile returns promise from another realm (#18416) (Milos Djermanovic)
  • 040700a chore: update dependency markdownlint-cli to ^0.40.0 (#18425) (renovate[bot])
  • f47847c chore: update actions/stale action to v9 (#18426) (renovate[bot])
  • c18ad25 chore: update actions/upload-artifact action to v4 (#18427) (renovate[bot])
  • 27e3060 chore: Disable documentation label (#18423) (Nicholas C. Zakas)
  • ac7f718 docs: reflect release of v9 in config migration guide (#18412) (Peter Briggs)
  • db0b174 feat: add enforceForInnerExpressions option to no-extra-boolean-cast (#18222) (Kirk Waiblinger)
  • 0de0909 docs: fix grammar in configuration file resolution (#18419) (Mike McCready)

v9.2.0 - May 3, 2024

  • b346605 chore: upgrade @​eslint/js@​9.2.0 (#18413) (Milos Djermanovic)
  • c4c18e0 chore: package.json update for @​eslint/js release (Jenkins)

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

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) (Description has been truncated


    🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/168 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/1/2024 **Status:** ✅ Merged **Merged:** 6/8/2024 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/landing/npm-eade0e0126` --- ### 📝 Commits (1) - [`4343530`](https://github.com/feeddeck/feeddeck/commit/434353042421fe8ba0181025b109ab2a0991b539) Bump the npm group in /landing with 10 updates ### 📊 Changes **2 files changed** (+1158 additions, -833 deletions) <details> <summary>View changed files</summary> 📝 `landing/package-lock.json` (+1148 -823) 📝 `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` | `2.0.4` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.2` | `20.13.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.4.0` | | [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.3` | | [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 2.0.4 <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/v2"><code>@​v2</code></a>.0.4</h2> <h3>Fixed</h3> <ul> <li>[internal] Don’t set a focus fallback for Dialog’s in demo mode (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3194">#3194</a>)</li> <li>Ensure page doesn't scroll down when pressing <code>Escape</code> to close the <code>Dialog</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3218">#3218</a>)</li> <li>Fix crash when toggling between <code>virtual</code> and non-virtual mode in <code>Combobox</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3236">#3236</a>)</li> <li>Ensure tabbing to a portalled <code>&lt;PopoverPanel&gt;</code> component moves focus inside (without using <code>&lt;PortalGroup&gt;</code>) (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3239">#3239</a>)</li> <li>Only handle form reset when <code>defaultValue</code> is used (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3240">#3240</a>)</li> </ul> <h3>Deprecated</h3> <ul> <li>Mark <code>SwitchGroup</code> as deprecated, prefer <code>Field</code> instead (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3232">#3232</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Use native <code>fieldset</code> instead of <code>div</code> by default for <code>&lt;Fieldset /&gt;</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3237">#3237</a>)</li> </ul> <h2><code>@​headlessui/react</code><a href="https://github.com/v2"><code>@​v2</code></a>.0.3</h2> <h3>Fixed</h3> <ul> <li>Make sure disabling demo mode on <code>&lt;Combobox&gt;</code> works (<a href="hhttps://redirect.github.com/tailwindlabs/headlessui/pull/3182">#3182</a>)</li> </ul> <h2><code>@​headlessui/react</code><a href="https://github.com/v2"><code>@​v2</code></a>.0.2</h2> <h3>Fixed</h3> <ul> <li>Improve performance of internal <code>useInertOthers</code> hook (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3181">#3181</a>)</li> </ul> <h2><code>@​headlessui/react</code><a href="https://github.com/v2"><code>@​v2</code></a>.0.1</h2> <h3>Fixed</h3> <ul> <li>Remove accidental deprecation comments on <code>&lt;DialogPanel&gt;</code> and <code>&lt;DialogTitle&gt;</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3176">#3176</a>)</li> </ul> <h2><code>@​headlessui/react</code><a href="https://github.com/v2"><code>@​v2</code></a>.0.0</h2> <p><a href="https://headlessui.com/"><img src="https://github.com/tailwindlabs/headlessui/assets/882133/86225241-6e5e-4c64-97a9-b10b61af9f4e" alt="Headless UI v2.0" /></a></p> <p>We just released Headless UI v2.0 for React which includes a ton of new stuff:</p> <ul> <li><strong>Built-in anchor positioning</strong> — using <a href="https://floating-ui.com/">Floating UI</a>, components like <code>Menu</code>, <code>Listbox</code>, and more can now automatically position their popovers to be anchored to their trigger, adapting as needed to changes in the viewport.</li> <li><strong>Headless checkbox component</strong> — we've added a headless <code>Checkbox</code> component to complement our existing <code>RadioGroup</code> component, making it easy to build totally custom checkbox controls.</li> <li><strong>HTML form components</strong> — we've added <code>Input</code>, <code>Select</code>, <code>Textarea</code>, <code>Label</code>, <code>Description</code>, <code>Fieldset</code>, and <code>Legend</code> components that handle all of the ID generation and <code>aria-*</code> attribute mapping you need to do to connect form fields together.</li> <li><strong>Improved hover and focus-visible detection</strong> — using hooks from the awesome <a href="https://react-spectrum.adobe.com/react-aria/hooks.html">React Aria</a> library under the hood, Headless UI now adds smarter <code>data-hover</code> and <code>data-focus</code> attributes to your controls that behave more consistently across different devices than the native pseudo-classes.</li> <li><strong>Combobox list virtualization</strong> — the <code>Combobox</code> component can now handle giant lists of options with no performance issues.</li> </ul> <h2>Changelog</h2> <h3>Added</h3> <ul> <li>Add new <code>Checkbox</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2887">#2887</a>, <a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2962">#2962</a>)</li> <li>Add new <code>Button</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2887">#2887</a>)</li> <li>Add new <code>Input</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2887">#2887</a>, <a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2902">#2902</a>, <a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2940">#2940</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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>[2.0.4] - 2024-05-25</h2> <h3>Fixed</h3> <ul> <li>[internal] Don’t set a focus fallback for Dialog’s in demo mode (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3194">#3194</a>)</li> <li>Ensure page doesn't scroll down when pressing <code>Escape</code> to close the <code>Dialog</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3218">#3218</a>)</li> <li>Fix crash when toggling between <code>virtual</code> and non-virtual mode in <code>Combobox</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3236">#3236</a>)</li> <li>Ensure tabbing to a portalled <code>&lt;PopoverPanel&gt;</code> component moves focus inside (without using <code>&lt;PortalGroup&gt;</code>) (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3239">#3239</a>)</li> <li>Only handle form reset when <code>defaultValue</code> is used (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3240">#3240</a>)</li> </ul> <h3>Deprecated</h3> <ul> <li>Mark <code>SwitchGroup</code> as deprecated, prefer <code>Field</code> instead (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3232">#3232</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Use native <code>fieldset</code> instead of <code>div</code> by default for <code>&lt;Fieldset /&gt;</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3237">#3237</a>)</li> </ul> <h2>[2.0.3] - 2024-05-07</h2> <h3>Fixed</h3> <ul> <li>Make sure disabling demo mode on <code>&lt;Combobox&gt;</code> works (<a href="hhttps://redirect.github.com/tailwindlabs/headlessui/pull/3182">#3182</a>)</li> </ul> <h2>[2.0.2] - 2024-05-07</h2> <h3>Fixed</h3> <ul> <li>Improve performance of internal <code>useInertOthers</code> hook (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3181">#3181</a>)</li> </ul> <h2>[2.0.1] - 2024-05-06</h2> <h3>Fixed</h3> <ul> <li>Remove accidental deprecation comments on <code>&lt;DialogPanel&gt;</code> and <code>&lt;DialogTitle&gt;</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3176">#3176</a>)</li> </ul> <h2>[2.0.0] - 2024-05-06</h2> <h3>Added</h3> <ul> <li>Add new <code>Checkbox</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2887">#2887</a>, <a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2962">#2962</a>)</li> <li>Add new <code>Button</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2887">#2887</a>)</li> <li>Add new <code>Input</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2887">#2887</a>, <a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2902">#2902</a>, <a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2940">#2940</a>)</li> <li>Add new <code>Textarea</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2887">#2887</a>, <a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2902">#2902</a>, <a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2940">#2940</a>)</li> <li>Add new <code>Select</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2887">#2887</a>, <a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2902">#2902</a>)</li> <li>Add new <code>Fieldset</code> and <code>Legend</code> components (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2887">#2887</a>)</li> <li>Add new <code>Field</code>, <code>Label</code>, and <code>Description</code> components (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2887">#2887</a>, <a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2941">#2941</a>)</li> <li>Add new <code>MenuSection</code>, <code>MenuHeading</code>, and <code>MenuSeparator</code> components (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2887">#2887</a>)</li> <li>Add new <code>ListboxSelectedOption</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2887">#2887</a>)</li> <li>Add new <code>DataInteractive</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2887">#2887</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/headlessui/commit/7be23e5c7e2e71218cdba405ea4f4aca7924acc8"><code>7be23e5</code></a> 2.0.4 - <code>@​headlessui/react</code></li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/f740050c2a1995a1a1e73d8cff6f46efdacb1f0d"><code>f740050</code></a> Use native <code>fieldset</code> instead of <code>div</code> by default for <code>\&lt;Fieldset /&gt;</code> componen...</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/8c3499cc8d67960f0002d45d05627841bfe70341"><code>8c3499c</code></a> Only handle form reset when <code>defaultValue</code> is used (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3240">#3240</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/c2754bcb168f3656a68f404ec013eefc7ac1eaa4"><code>c2754bc</code></a> Ensure tabbing to a portalled <code>\&lt;PopoverPanel&gt;</code> component moves focus inside (...</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/b822c8a400b0fd755893e4f4116660c5f6e53743"><code>b822c8a</code></a> Fix crash when toggling between <code>virtual</code> and non-virtual mode in <code>Combobox</code> ...</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/b478189fad48a64aa14959fc33142a130eec2ccf"><code>b478189</code></a> Mark <code>SwitchGroup</code> as deprecated, prefer <code>Field</code> instead (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3232">#3232</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/7fcb410be487017cde3b02c19adc7815a35b8ed9"><code>7fcb410</code></a> do not apply <code>aria-modal</code> in demo mode (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3227">#3227</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/045f2bc761be3d30ef203ccb3da2c0292c8a5397"><code>045f2bc</code></a> Ensure page doesn't scroll down when pressing <code>Escape</code> to close the <code>Dialog</code> ...</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/300e9eb95777210fd43570d31aae7da5b87d381f"><code>300e9eb</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/3407625c511e55771b219209bb9219a3f55a5e09"><code>3407625</code></a> Use same tense</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.0.4/packages/@headlessui-react">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 20.12.2 to 20.13.0 <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.4.0 <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.4.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/89a4a0a260b8eb11487fe3d5d4d80f4630933eb3"><code>89a4a0a</code></a> feat: ignore IIFE's in the <code>no-loop-func</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/17528">#17528</a>) (Nitin Kumar)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/f6534d14033e04f6c7c88a1f0c44a8077148ec6b"><code>f6534d1</code></a> fix: skip processor code blocks that match only universal patterns (<a href="https://redirect.github.com/eslint/eslint/issues/18507">#18507</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/7226ebd69df04a4cc5fe546641f3443b60ec47e9"><code>7226ebd</code></a> fix: allow implicit undefined return in <code>no-constructor-return</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18515">#18515</a>) (Ali Rezvani)</li> <li><a href="https://github.com/eslint/eslint/commit/389744be255717c507fafc158746e579ac08d77e"><code>389744b</code></a> fix: use <code>@eslint/config-inspector@latest</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18483">#18483</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/70118a5b11860fce364028d3c515393b6a586aae"><code>70118a5</code></a> fix: <code>func-style</code> false positive with arrow functions and <code>super</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18473">#18473</a>) (Milos Djermanovic)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/d7ab6f589d39c64bc5daaef4be3a972032f04c05"><code>d7ab6f5</code></a> docs: update theme when when <code>prefers-color-scheme</code> changes (<a href="https://redirect.github.com/eslint/eslint/issues/18510">#18510</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/525fdffde4cb34010bc503f6d54855b3f9d07811"><code>525fdff</code></a> docs: fix components files (<a href="https://redirect.github.com/eslint/eslint/issues/18519">#18519</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/80747d23dec69b30ea2c3620a1198f7d06b012b8"><code>80747d2</code></a> docs: refactor <code>prefer-destructuring</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18472">#18472</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/f06e0b5f51ae1aad8957d27aa0ea4d6d0ad51455"><code>f06e0b5</code></a> docs: clarify func-style (<a href="https://redirect.github.com/eslint/eslint/issues/18477">#18477</a>) (Cameron Steffen)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/010dd2ef50456a1ba5892152192b6c9d9d5fd470"><code>010dd2e</code></a> chore: upgrade to <code>@eslint/js@9.4.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18534">#18534</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/5e1b5dc9a3d839737125571c8fd4e239d81608de"><code>5e1b5dc</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/594145f493d913e2b7e25a27accf33c44e1d4687"><code>594145f</code></a> refactor: switch to <code>@eslint/config-array</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18527">#18527</a>) (Francesco Trotta)</li> </ul> <h2>v9.3.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/b32153c97317c6fc593c2abbf6ae994519d473b4"><code>b32153c</code></a> feat: add <code>overrides.namedExports</code> to <code>func-style</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18444">#18444</a>) (Percy Ma)</li> <li><a href="https://github.com/eslint/eslint/commit/b67eba4514026ef7e489798fd883beb678817a46"><code>b67eba4</code></a> feat: add <code>restrictedNamedExportsPattern</code> to <code>no-restricted-exports</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18431">#18431</a>) (Akul Srivastava)</li> <li><a href="https://github.com/eslint/eslint/commit/069aa680c78b8516b9a1b568519f1d01e74fb2a2"><code>069aa68</code></a> feat: add option <code>allowEscape</code> to <code>no-misleading-character-class</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18208">#18208</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/05ef92dd15949014c0735125c89b7bd70dec58c8"><code>05ef92d</code></a> feat: deprecate <code>multiline-comment-style</code> &amp; <code>line-comment-position</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18435">#18435</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/db0b174c3ace60e29585bfc3520727c44cefcfc5"><code>db0b174</code></a> feat: add <code>enforceForInnerExpressions</code> option to <code>no-extra-boolean-cast</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18222">#18222</a>) (Kirk Waiblinger)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/8db0eff4ba89b45f439c27ba1202ed056ae92e83"><code>8db0eff</code></a> fix: Improve config error messages (<a href="https://redirect.github.com/eslint/eslint/issues/18457">#18457</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/5c28d9a367e1608e097c491f40b8afd0730a8b9e"><code>5c28d9a</code></a> fix: don't remove comments between key and value in object-shorthand (<a href="https://redirect.github.com/eslint/eslint/issues/18442">#18442</a>) (Kuba Jastrzębski)</li> <li><a href="https://github.com/eslint/eslint/commit/39fb0ee9cd33f952707294e67f194d414261a571"><code>39fb0ee</code></a> fix: object-shorthand loses type parameters when auto-fixing (<a href="https://redirect.github.com/eslint/eslint/issues/18438">#18438</a>) (dalaoshu)</li> <li><a href="https://github.com/eslint/eslint/commit/37eba48d6f2d3c99c5ecf2fc3967e428a6051dbb"><code>37eba48</code></a> fix: don't crash when <code>fs.readFile</code> returns promise from another realm (<a href="https://redirect.github.com/eslint/eslint/issues/18416">#18416</a>) (Milos Djermanovic)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ceada8c702d4903d6872f46a25d68b672d2c6289"><code>ceada8c</code></a> docs: explain how to use &quot;tsc waiting&quot; label (<a href="https://redirect.github.com/eslint/eslint/issues/18466">#18466</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/62e686c5e90411fed2b5561be5688d7faf64d791"><code>62e686c</code></a> docs: Add troubleshooting info for plugin compatibility (<a href="https://redirect.github.com/eslint/eslint/issues/18451">#18451</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/e17e1c0dd5d5dc5a4cae5888116913f6555b1f1e"><code>e17e1c0</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/2465a1e3f3b78f302f64e62e5f0d851626b81b3c"><code>2465a1e</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/d23574c5c0275c8b3714a7a6d3e8bf2108af60f1"><code>d23574c</code></a> docs: Clarify usage of <code>no-unreachable</code> with TypeScript (<a href="https://redirect.github.com/eslint/eslint/issues/18445">#18445</a>) (benj-dobs)</li> <li><a href="https://github.com/eslint/eslint/commit/1db9bae944b69945e3b05f76754cced16ae83838"><code>1db9bae</code></a> docs: Fix typos (<a href="https://redirect.github.com/eslint/eslint/issues/18443">#18443</a>) (Frieder Bluemle)</li> <li><a href="https://github.com/eslint/eslint/commit/70651968beb0f907c9689c2477721c0b991acc4a"><code>7065196</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/04e7c6e0a24bd2d7691ae641e2dc0e6d538dcdfd"><code>04e7c6e</code></a> docs: update deprecation notice of <code>no-return-await</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18433">#18433</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/e7635126f36145b47fe5d135ab258af43b2715c9"><code>e763512</code></a> docs: Link global ignores section in config object property list (<a href="https://redirect.github.com/eslint/eslint/issues/18430">#18430</a>) (MaoShizhong)</li> <li><a href="https://github.com/eslint/eslint/commit/ac7f718de66131187302387fc26907c4c93196f9"><code>ac7f718</code></a> docs: reflect release of v9 in config migration guide (<a href="https://redirect.github.com/eslint/eslint/issues/18412">#18412</a>) (Peter Briggs)</li> <li><a href="https://github.com/eslint/eslint/commit/0de0909e001191a3464077d37e8c0b3f67e9a1cb"><code>0de0909</code></a> docs: fix grammar in configuration file resolution (<a href="https://redirect.github.com/eslint/eslint/issues/18419">#18419</a>) (Mike McCready)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/58e271924aeb8ac2b8864845cd787ef3f9239939"><code>58e2719</code></a> chore: update dependencies for v9.3.0 release (<a href="https://redirect.github.com/eslint/eslint/issues/18469">#18469</a>) (Francesco Trotta)</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.4.0 - May 31, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/010dd2ef50456a1ba5892152192b6c9d9d5fd470"><code>010dd2e</code></a> chore: upgrade to <code>@eslint/js@9.4.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18534">#18534</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/5e1b5dc9a3d839737125571c8fd4e239d81608de"><code>5e1b5dc</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/d7ab6f589d39c64bc5daaef4be3a972032f04c05"><code>d7ab6f5</code></a> docs: update theme when when <code>prefers-color-scheme</code> changes (<a href="https://redirect.github.com/eslint/eslint/issues/18510">#18510</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/594145f493d913e2b7e25a27accf33c44e1d4687"><code>594145f</code></a> refactor: switch to <code>@eslint/config-array</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18527">#18527</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/525fdffde4cb34010bc503f6d54855b3f9d07811"><code>525fdff</code></a> docs: fix components files (<a href="https://redirect.github.com/eslint/eslint/issues/18519">#18519</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/89a4a0a260b8eb11487fe3d5d4d80f4630933eb3"><code>89a4a0a</code></a> feat: ignore IIFE's in the <code>no-loop-func</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/17528">#17528</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/80747d23dec69b30ea2c3620a1198f7d06b012b8"><code>80747d2</code></a> docs: refactor <code>prefer-destructuring</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18472">#18472</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/f6534d14033e04f6c7c88a1f0c44a8077148ec6b"><code>f6534d1</code></a> fix: skip processor code blocks that match only universal patterns (<a href="https://redirect.github.com/eslint/eslint/issues/18507">#18507</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/7226ebd69df04a4cc5fe546641f3443b60ec47e9"><code>7226ebd</code></a> fix: allow implicit undefined return in <code>no-constructor-return</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18515">#18515</a>) (Ali Rezvani)</li> <li><a href="https://github.com/eslint/eslint/commit/f06e0b5f51ae1aad8957d27aa0ea4d6d0ad51455"><code>f06e0b5</code></a> docs: clarify func-style (<a href="https://redirect.github.com/eslint/eslint/issues/18477">#18477</a>) (Cameron Steffen)</li> <li><a href="https://github.com/eslint/eslint/commit/389744be255717c507fafc158746e579ac08d77e"><code>389744b</code></a> fix: use <code>@eslint/config-inspector@latest</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18483">#18483</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/70118a5b11860fce364028d3c515393b6a586aae"><code>70118a5</code></a> fix: <code>func-style</code> false positive with arrow functions and <code>super</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18473">#18473</a>) (Milos Djermanovic)</li> </ul> <p>v9.3.0 - May 17, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/58e271924aeb8ac2b8864845cd787ef3f9239939"><code>58e2719</code></a> chore: update dependencies for v9.3.0 release (<a href="https://redirect.github.com/eslint/eslint/issues/18469">#18469</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/b681ecbdf0882cbb7902682a9d35c1e76ac76c30"><code>b681ecb</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/8db0eff4ba89b45f439c27ba1202ed056ae92e83"><code>8db0eff</code></a> fix: Improve config error messages (<a href="https://redirect.github.com/eslint/eslint/issues/18457">#18457</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ceada8c702d4903d6872f46a25d68b672d2c6289"><code>ceada8c</code></a> docs: explain how to use &quot;tsc waiting&quot; label (<a href="https://redirect.github.com/eslint/eslint/issues/18466">#18466</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/b32153c97317c6fc593c2abbf6ae994519d473b4"><code>b32153c</code></a> feat: add <code>overrides.namedExports</code> to <code>func-style</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18444">#18444</a>) (Percy Ma)</li> <li><a href="https://github.com/eslint/eslint/commit/06f1d1cd874dfc40a6651b08d766f6522a67b3f0"><code>06f1d1c</code></a> chore: update dependency <code>@​humanwhocodes/retry</code> to ^0.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18463">#18463</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/5c28d9a367e1608e097c491f40b8afd0730a8b9e"><code>5c28d9a</code></a> fix: don't remove comments between key and value in object-shorthand (<a href="https://redirect.github.com/eslint/eslint/issues/18442">#18442</a>) (Kuba Jastrzębski)</li> <li><a href="https://github.com/eslint/eslint/commit/62e686c5e90411fed2b5561be5688d7faf64d791"><code>62e686c</code></a> docs: Add troubleshooting info for plugin compatibility (<a href="https://redirect.github.com/eslint/eslint/issues/18451">#18451</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/e17e1c0dd5d5dc5a4cae5888116913f6555b1f1e"><code>e17e1c0</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/39fb0ee9cd33f952707294e67f194d414261a571"><code>39fb0ee</code></a> fix: object-shorthand loses type parameters when auto-fixing (<a href="https://redirect.github.com/eslint/eslint/issues/18438">#18438</a>) (dalaoshu)</li> <li><a href="https://github.com/eslint/eslint/commit/b67eba4514026ef7e489798fd883beb678817a46"><code>b67eba4</code></a> feat: add <code>restrictedNamedExportsPattern</code> to <code>no-restricted-exports</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18431">#18431</a>) (Akul Srivastava)</li> <li><a href="https://github.com/eslint/eslint/commit/2465a1e3f3b78f302f64e62e5f0d851626b81b3c"><code>2465a1e</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/d23574c5c0275c8b3714a7a6d3e8bf2108af60f1"><code>d23574c</code></a> docs: Clarify usage of <code>no-unreachable</code> with TypeScript (<a href="https://redirect.github.com/eslint/eslint/issues/18445">#18445</a>) (benj-dobs)</li> <li><a href="https://github.com/eslint/eslint/commit/1db9bae944b69945e3b05f76754cced16ae83838"><code>1db9bae</code></a> docs: Fix typos (<a href="https://redirect.github.com/eslint/eslint/issues/18443">#18443</a>) (Frieder Bluemle)</li> <li><a href="https://github.com/eslint/eslint/commit/069aa680c78b8516b9a1b568519f1d01e74fb2a2"><code>069aa68</code></a> feat: add option <code>allowEscape</code> to <code>no-misleading-character-class</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18208">#18208</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/70651968beb0f907c9689c2477721c0b991acc4a"><code>7065196</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/05ef92dd15949014c0735125c89b7bd70dec58c8"><code>05ef92d</code></a> feat: deprecate <code>multiline-comment-style</code> &amp; <code>line-comment-position</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18435">#18435</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/a63ed722a64040d2be90f36e45f1f5060a9fe28e"><code>a63ed72</code></a> refactor: Use <code>node:</code> protocol for built-in Node.js modules (<a href="https://redirect.github.com/eslint/eslint/issues/18434">#18434</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/04e7c6e0a24bd2d7691ae641e2dc0e6d538dcdfd"><code>04e7c6e</code></a> docs: update deprecation notice of <code>no-return-await</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18433">#18433</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/e7635126f36145b47fe5d135ab258af43b2715c9"><code>e763512</code></a> docs: Link global ignores section in config object property list (<a href="https://redirect.github.com/eslint/eslint/issues/18430">#18430</a>) (MaoShizhong)</li> <li><a href="https://github.com/eslint/eslint/commit/37eba48d6f2d3c99c5ecf2fc3967e428a6051dbb"><code>37eba48</code></a> fix: don't crash when <code>fs.readFile</code> returns promise from another realm (<a href="https://redirect.github.com/eslint/eslint/issues/18416">#18416</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/040700a7a19726bb9568fc190bff95e88fb87269"><code>040700a</code></a> chore: update dependency markdownlint-cli to ^0.40.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18425">#18425</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/f47847c1b45ef1ac5f05f3a37f5f8c46b860c57f"><code>f47847c</code></a> chore: update actions/stale action to v9 (<a href="https://redirect.github.com/eslint/eslint/issues/18426">#18426</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/c18ad252c280443e85f788c70ce597e1941f8ff5"><code>c18ad25</code></a> chore: update actions/upload-artifact action to v4 (<a href="https://redirect.github.com/eslint/eslint/issues/18427">#18427</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/27e3060f7519d84501a11218343c34df4947b303"><code>27e3060</code></a> chore: Disable documentation label (<a href="https://redirect.github.com/eslint/eslint/issues/18423">#18423</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ac7f718de66131187302387fc26907c4c93196f9"><code>ac7f718</code></a> docs: reflect release of v9 in config migration guide (<a href="https://redirect.github.com/eslint/eslint/issues/18412">#18412</a>) (Peter Briggs)</li> <li><a href="https://github.com/eslint/eslint/commit/db0b174c3ace60e29585bfc3520727c44cefcfc5"><code>db0b174</code></a> feat: add <code>enforceForInnerExpressions</code> option to <code>no-extra-boolean-cast</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18222">#18222</a>) (Kirk Waiblinger)</li> <li><a href="https://github.com/eslint/eslint/commit/0de0909e001191a3464077d37e8c0b3f67e9a1cb"><code>0de0909</code></a> docs: fix grammar in configuration file resolution (<a href="https://redirect.github.com/eslint/eslint/issues/18419">#18419</a>) (Mike McCready)</li> </ul> <p>v9.2.0 - May 3, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/b3466052802a1586560ad56a8128d603284d58c2"><code>b346605</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18413">#18413</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/c4c18e05fc866b73218dbe58b760546f39a2a620"><code>c4c18e0</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/a5f7e589eca05a8a30bd2532380c304759cc8225"><code>a5f7e58</code></a> 9.4.0</li> <li><a href="https://github.com/eslint/eslint/commit/8c6d0c3436ed9828b6945721e8ba3f121fb16b40"><code>8c6d0c3</code></a> Build: changelog update for 9.4.0</li> <li><a href="https://github.com/eslint/eslint/commit/010dd2ef50456a1ba5892152192b6c9d9d5fd470"><code>010dd2e</code></a> chore: upgrade to <code>@eslint/js@9.4.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18534">#18534</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/5e1b5dc9a3d839737125571c8fd4e239d81608de"><code>5e1b5dc</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/d7ab6f589d39c64bc5daaef4be3a972032f04c05"><code>d7ab6f5</code></a> docs: update theme when when <code>prefers-color-scheme</code> changes (<a href="https://redirect.github.com/eslint/eslint/issues/18510">#18510</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/594145f493d913e2b7e25a27accf33c44e1d4687"><code>594145f</code></a> refactor: switch to <code>@eslint/config-array</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18527">#18527</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/525fdffde4cb34010bc503f6d54855b3f9d07811"><code>525fdff</code></a> docs: fix components files (<a href="https://redirect.github.com/eslint/eslint/issues/18519">#18519</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/89a4a0a260b8eb11487fe3d5d4d80f4630933eb3"><code>89a4a0a</code></a> feat: ignore IIFE's in the <code>no-loop-func</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/17528">#17528</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/80747d23dec69b30ea2c3620a1198f7d06b012b8"><code>80747d2</code></a> docs: refactor <code>prefer-destructuring</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18472">#18472</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/f6534d14033e04f6c7c88a1f0c44a8077148ec6b"><code>f6534d1</code></a> fix: skip processor code blocks that match only universal patterns (<a href="https://redirect.github.com/eslint/eslint/issues/18507">#18507</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.57.0...v9.4.0">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.3 <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... _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:43 -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#168