[PR #174] [MERGED] Bump the npm group in /landing with 8 updates #453

Closed
opened 2026-03-22 12:50:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/landing/npm-9c7ffac735


📝 Commits (2)

  • 6b40b02 Bump the npm group in /landing with 8 updates
  • 11069db Revert eslint Update

📊 Changes

2 files changed (+101 additions, -99 deletions)

View changed files

📝 landing/package-lock.json (+94 -92)
📝 landing/package.json (+7 -7)

📄 Description

Bumps the npm group in /landing with 8 updates:

Package From To
@headlessui/react 2.0.4 2.1.1
@types/node 20.13.0 20.14.9
eslint 8.57.0 9.6.0
eslint-config-next 14.2.3 14.2.4
next 14.2.3 14.2.4
postcss 8.4.38 8.4.39
tailwindcss 3.4.3 3.4.4
typescript 5.4.5 5.5.2

Updates @headlessui/react from 2.0.4 to 2.1.1

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.1.1

Fixed

  • Fix issues spreading omitted props onto components (#3313)
  • Fix initial anchor="selection" positioning (#3324)
  • Fix render prop in ComboboxOptions to use any instead of unknown (#3327)
  • Fix incorrect Transition boundary for Dialog component (#3331)

@​headlessui/react@​v2.1.0

Headless UI v2.1

We just released Headless UI v2.1 for React, which dramatically simplifies our transition APIs and adds support for rendering multiple dialogs as siblings. See our announcement blog to learn more.

Changelog

Added

  • Add ability to render multiple Dialog components at once (without nesting them) (#3242)
  • Add new data-attribute-based transition API (#3273, #3285, #3307, #3309, #3312)
  • Add DialogBackdrop component (#3307, #3310)
  • Add PopoverBackdrop component to replace PopoverOverlay (#3308)

Fixed

  • Keep Combobox open when clicking scrollbar in ComboboxOptions (#3249)
  • Ensure ComboboxInput does not sync with current value while typing (#3259)
  • Fix visual jitter in Combobox component when using native scrollbar (#3190)
  • Improve UX by freezing ComboboxOptions while closing (#3304)
  • Merge incoming style prop on ComboboxOptions, ListboxOptions, MenuItems, and PopoverPanel components (#3250)
  • Prevent focus on Checkbox when it is disabled (#3251)
  • Use useId instead of React internals (for React 19 compatibility) (#3254)
  • Cancel outside click behavior on touch devices when scrolling (#3266)
  • Correctly apply conditional classes when using Transition and TransitionChild components (#3303)

Changed

  • Allow using the Tab and Shift+Tab keys when the Listbox component is open (#3284)
Changelog

Sourced from @​headlessui/react's changelog.

[2.1.1] - 2024-06-26

Fixed

  • Fix issues spreading omitted props onto components (#3313)
  • Fix initial anchor="selection" positioning (#3324)
  • Fix render prop in ComboboxOptions to use any instead of unknown (#3327)
  • Fix incorrect Transition boundary for Dialog component (#3331)

[2.1.0] - 2024-06-21

Added

  • Add ability to render multiple Dialog components at once (without nesting them) (#3242)
  • Add new data-attribute-based transition API (#3273, #3285, #3307, #3309, #3312)
  • Add DialogBackdrop component (#3307, #3310)
  • Add PopoverBackdrop component to replace PopoverOverlay (#3308)

Fixed

  • Keep Combobox open when clicking scrollbar in ComboboxOptions (#3249)
  • Ensure ComboboxInput does not sync with current value while typing (#3259)
  • Fix visual jitter in Combobox component when using native scrollbar (#3190)
  • Improve UX by freezing ComboboxOptions while closing (#3304)
  • Merge incoming style prop on ComboboxOptions, ListboxOptions, MenuItems, and PopoverPanel components (#3250)
  • Prevent focus on Checkbox when it is disabled (#3251)
  • Use useId instead of React internals (for React 19 compatibility) (#3254)
  • Cancel outside click behavior on touch devices when scrolling (#3266)
  • Correctly apply conditional classes when using Transition and TransitionChild components (#3303)

Changed

  • Allow using the Tab and Shift+Tab keys when the Listbox component is open (#3284)
Commits

Updates @types/node from 20.13.0 to 20.14.9

Commits

Updates eslint from 8.57.0 to 9.6.0

Release notes

Sourced from eslint's releases.

v9.6.0

Features

  • e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas)
  • 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic)

Bug Fixes

  • 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic)
  • 21d3766 fix: no-unused-vars include caught errors pattern in report message (#18609) (Kirk Waiblinger)
  • d7a7736 fix: improve no-unused-vars message on unused caught errors (#18608) (Kirk Waiblinger)
  • f9e95d2 fix: correct locations of invalid /* eslint */ comments (#18593) (Milos Djermanovic)

Documentation

  • 13dbecd docs: Limit search to just docs (#18627) (Nicholas C. Zakas)
  • 375227f docs: Update getting-started.md - add pnpm to init eslint config (#18599) (Kostiantyn Ochenash)
  • 44915bb docs: Update README (GitHub Actions Bot)
  • d50db7b docs: Update vscode-eslint info (#18595) (Nicholas C. Zakas)

Chores

  • b15ee30 chore: upgrade @​eslint/js@​9.6.0 (#18632) (Milos Djermanovic)
  • d655503 chore: package.json update for @​eslint/js release (Jenkins)
  • 7c78ad9 refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625) (Nicholas C. Zakas)
  • 69ff64e refactor: Return value of applyInlineConfig() (#18623) (Nicholas C. Zakas)
  • d2d06f7 refactor: use / separator when adjusting ignorePatterns on Windows (#18613) (Milos Djermanovic)
  • 6421973 refactor: fix disable directives for languages with 0-based lines (#18605) (Milos Djermanovic)
  • 0a13539 refactor: Allow optional methods for languages (#18604) (Nicholas C. Zakas)
  • c7ddee0 chore: make internal-rules not being a package (#18601) (Milos Djermanovic)
  • 3379164 chore: remove .eslintrc.js (#18011) (唯然)
  • d0c3a32 chore: update knip (with webdriver-io plugin) (#18594) (Lars Kappert)

v9.5.0

Features

  • b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#18579) (fisker Cheung)

Bug Fixes

  • 6880286 fix: treat * as a universal pattern (#18586) (Milos Djermanovic)
  • 7fbe211 fix: message template for all files ignored (#18564) (Milos Djermanovic)
  • 469cb36 fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic)
  • 5cff638 fix: improve message for ignored files without a matching config (#18404) (Francesco Trotta)

Documentation

  • 455f7fd docs: add section about including .gitignore files (#18590) (Milos Djermanovic)
  • 721eafe docs: update info about universal files patterns (#18587) (Francesco Trotta)
  • 8127127 docs: Update README (GitHub Actions Bot)
  • 55c2a66 docs: Update README (GitHub Actions Bot)
  • eb76282 docs: Update README (GitHub Actions Bot)
  • ff6e96e docs: baseConfig and overrideConfig can be arrays (#18571) (Milos Djermanovic)
  • d2d83e0 docs: Add mention of eslint-transforms to v9 migration guide (#18566) (Nicholas C. Zakas)
  • 9ce6832 docs: add callout box for unintuitive behavior (#18567) (Ben McCann)
  • b8db99c docs: Add VS Code info to config migration guide (#18555) (Nicholas C. Zakas)
  • 518a35c docs: Mention config migrator (#18561) (Nicholas C. Zakas)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.6.0 - June 28, 2024

  • b15ee30 chore: upgrade @​eslint/js@​9.6.0 (#18632) (Milos Djermanovic)
  • d655503 chore: package.json update for @​eslint/js release (Jenkins)
  • 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic)
  • 13dbecd docs: Limit search to just docs (#18627) (Nicholas C. Zakas)
  • 7c78ad9 refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625) (Nicholas C. Zakas)
  • e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas)
  • 69ff64e refactor: Return value of applyInlineConfig() (#18623) (Nicholas C. Zakas)
  • 375227f docs: Update getting-started.md - add pnpm to init eslint config (#18599) (Kostiantyn Ochenash)
  • 44915bb docs: Update README (GitHub Actions Bot)
  • d2d06f7 refactor: use / separator when adjusting ignorePatterns on Windows (#18613) (Milos Djermanovic)
  • 21d3766 fix: no-unused-vars include caught errors pattern in report message (#18609) (Kirk Waiblinger)
  • 6421973 refactor: fix disable directives for languages with 0-based lines (#18605) (Milos Djermanovic)
  • d7a7736 fix: improve no-unused-vars message on unused caught errors (#18608) (Kirk Waiblinger)
  • 0a13539 refactor: Allow optional methods for languages (#18604) (Nicholas C. Zakas)
  • f9e95d2 fix: correct locations of invalid /* eslint */ comments (#18593) (Milos Djermanovic)
  • 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic)
  • c7ddee0 chore: make internal-rules not being a package (#18601) (Milos Djermanovic)
  • 3379164 chore: remove .eslintrc.js (#18011) (唯然)
  • d0c3a32 chore: update knip (with webdriver-io plugin) (#18594) (Lars Kappert)
  • d50db7b docs: Update vscode-eslint info (#18595) (Nicholas C. Zakas)

v9.5.0 - June 14, 2024

  • f588160 chore: upgrade @​eslint/js@​9.5.0 (#18591) (Milos Djermanovic)
  • 5890841 chore: package.json update for @​eslint/js release (Jenkins)
  • 455f7fd docs: add section about including .gitignore files (#18590) (Milos Djermanovic)
  • e9f4ccd chore: remove unused eslint-disable directive (#18589) (Milos Djermanovic)
  • 721eafe docs: update info about universal files patterns (#18587) (Francesco Trotta)
  • 4b23ffd refactor: Move JS parsing logic into JS language (#18448) (Nicholas C. Zakas)
  • 6880286 fix: treat * as a universal pattern (#18586) (Milos Djermanovic)
  • 8127127 docs: Update README (GitHub Actions Bot)
  • b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#18579) (fisker Cheung)
  • 1495b93 chore: update WebdriverIO packages (#18558) (Christian Bromann)
  • cea7ede chore: add website donate link instead of opencollective (#18582) (Strek)
  • 55c2a66 docs: Update README (GitHub Actions Bot)
  • eb76282 docs: Update README (GitHub Actions Bot)
  • ff6e96e docs: baseConfig and overrideConfig can be arrays (#18571) (Milos Djermanovic)
  • 7fbe211 fix: message template for all files ignored (#18564) (Milos Djermanovic)
  • ec94880 chore: package.json update for eslint-config-eslint release (Jenkins)
  • d2d83e0 docs: Add mention of eslint-transforms to v9 migration guide (#18566) (Nicholas C. Zakas)
  • 6912586 chore: extract formatting rules into separate config (#18560) (Milos Djermanovic)
  • 9ce6832 docs: add callout box for unintuitive behavior (#18567) (Ben McCann)
  • b8db99c docs: Add VS Code info to config migration guide (#18555) (Nicholas C. Zakas)
  • 518a35c docs: Mention config migrator (#18561) (Nicholas C. Zakas)
  • 469cb36 fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic)
  • 9738f7e ci: fix CLI flags for c8, raise thresholds (#18554) (Francesco Trotta)
  • eb440fc docs: specifying files with arbitrary or no extension (#18539) (Francesco Trotta)
  • 38c159e docs: Provide example of reading package.json for plugins meta (#18530) (Nicholas C. Zakas)

... (truncated)

Commits

Updates eslint-config-next from 14.2.3 to 14.2.4

Release notes

Sourced from eslint-config-next's releases.

v14.2.4

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

Core Changes

  • fix: ensure route handlers properly track dynamic access (#66446)
  • fix NextRequest proxy in edge runtime (#66551)
  • Fix next/dynamic with babel and src dir (#65177)
  • Use vercel deployment url for metadataBase fallbacks (#65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#65235)
  • Fix loading navigation with metadata and prefetch (#66447)
  • prevent duplicate RSC fetch when action redirects (#66620)
  • ensure router cache updates reference the latest cache values (#66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#66674)
  • Use addDependency to track metadata route file changes (#66714)
  • Add timeout/retry handling for fetch cache (#66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)

Credits

Huge thanks to @​ztanner, @​ijjk, @​wbinnssmith, @​huozhi, and @​lubieowoce for helping!

Commits

Updates next from 14.2.3 to 14.2.4

Release notes

Sourced from next's releases.

v14.2.4

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

Core Changes

  • fix: ensure route handlers properly track dynamic access (#66446)
  • fix NextRequest proxy in edge runtime (#66551)
  • Fix next/dynamic with babel and src dir (#65177)
  • Use vercel deployment url for metadataBase fallbacks (#65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#65235)
  • Fix loading navigation with metadata and prefetch (#66447)
  • prevent duplicate RSC fetch when action redirects (#66620)
  • ensure router cache updates reference the latest cache values (#66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#66674)
  • Use addDependency to track metadata route file changes (#66714)
  • Add timeout/retry handling for fetch cache (#66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)

Credits

Huge thanks to @​ztanner, @​ijjk, @​wbinnssmith, @​huozhi, and @​lubieowoce for helping!

Commits
  • 3078441 v14.2.4
  • 0538a0d [not a backport] fix lint errors
  • 2807fb4 fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)
  • efb476e Add timeout/retry handling for fetch cache (#66652)
  • c16a3f9 Use addDependency to track metadata route file changes (#66714)
  • 942e45a Fix inconsistency with 404 getStaticProps cache-control (#66674)
  • 9728a35 Prevent append of trailing slash in cases where path ends with a file extensi...
  • 44661c2 ensure router cache updates reference the latest cache values (#66681)
  • f7ec039 prevent duplicate RSC fetch when action redirects (#66620)
  • dd6ab93 Fix loading navigation with metadata and prefetch (#66447)
  • Additional commits viewable in compare view

Updates postcss from 8.4.38 to 8.4.39

Release notes

Sourced from postcss's releases.

8.4.39

Changelog

Sourced from postcss's changelog.

8.4.39

Commits

Updates tailwindcss from 3.4.3 to 3.4.4

Release notes

Sourced from tailwindcss's releases.

v3.4.4

Fixed

  • Make it possible to use multiple <alpha-value> placeholders in a single color definition (#13740)
  • Don't prefix classes in arbitrary values of has-*, group-has-*, and peer-has-* variants (#13770)
  • Support negative values for {col,row}-{start,end} utilities (#13781)
  • Update embedded browserslist database (#13792)
Changelog

Sourced from tailwindcss's changelog.

[3.4.4] - 2024-06-05

Fixed

  • Make it possible to use multiple <alpha-value> placeholders in a single color definition (#13740)
  • Don't prefix classes in arbitrary values of has-*, group-has-*, and peer-has-* variants (#13770)
  • Support negative values for {col,row}-{start,end} utilities (#13781)
  • Update embedded browserslist database (#13792)
Commits

Updates typescript from 5.4.5 to 5.5.2

Release notes

Sourced from typescript's releases.

TypeScript 5.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.5 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • ce2e60e Update LKG
  • f3b21a2 🤖 Pick PR #58931 (Defer creation of barebonesLibSourc...) into release-5.5 (#...
  • 7b1620b 🤖 Pick PR #58811 (fix(58801): "Move to file" on globa...) into release-5.5 (#...
  • 5367ae1 Bump version to 5.5.2 and LKG
  • 02132e5 🤖 Pick PR #58895 (Fix global when typescript.js loade...) into release-5.5 (#...
  • 45b1e3c 🤖 Pick PR #58872 (Fix declaration emit crash) into release-5.5 (#58874)
  • 17933ee 🤖 Pick PR #58810 (Fixed declaration emit issue relate...) into release-5.5 (#...
  • 552b07e 🤖 Pick PR #58786 (Fixed declaration emit crash relate...) into release-5.5 (#...
  • 39c9eeb Pick #58857 to release-5.5 (#58858)
  • 2b0009c 🤖 Pick PR #58846 (Ensure the updates with crashes rev...) into release-5.5 (#...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

🔄 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/174 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/1/2024 **Status:** ✅ Merged **Merged:** 7/27/2024 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/landing/npm-9c7ffac735` --- ### 📝 Commits (2) - [`6b40b02`](https://github.com/feeddeck/feeddeck/commit/6b40b02d90c568aa12239db269f76dfa2cd8fd16) Bump the npm group in /landing with 8 updates - [`11069db`](https://github.com/feeddeck/feeddeck/commit/11069db234671f7b25c6ef0574d70edf695ec662) Revert `eslint` Update ### 📊 Changes **2 files changed** (+101 additions, -99 deletions) <details> <summary>View changed files</summary> 📝 `landing/package-lock.json` (+94 -92) 📝 `landing/package.json` (+7 -7) </details> ### 📄 Description Bumps the npm group in /landing with 8 updates: | Package | From | To | | --- | --- | --- | | [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.0.4` | `2.1.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.13.0` | `20.14.9` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.6.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.3` | `14.2.4` | | [next](https://github.com/vercel/next.js) | `14.2.3` | `14.2.4` | | [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.4.39` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.3` | `3.4.4` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.2` | Updates `@headlessui/react` from 2.0.4 to 2.1.1 <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>.1.1</h2> <h3>Fixed</h3> <ul> <li>Fix issues spreading omitted props onto components (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3313">#3313</a>)</li> <li>Fix initial <code>anchor=&quot;selection&quot;</code> positioning (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3324">#3324</a>)</li> <li>Fix render prop in <code>ComboboxOptions</code> to use <code>any</code> instead of <code>unknown</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3327">#3327</a>)</li> <li>Fix incorrect <code>Transition</code> boundary for <code>Dialog</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3331">#3331</a>)</li> </ul> <h2><code>@​headlessui/react</code><a href="https://github.com/v2"><code>@​v2</code></a>.1.0</h2> <p><img src="https://github.com/tailwindlabs/headlessui/assets/882133/52ce0b01-d612-499f-9575-297e449344ae" alt="Headless UI v2.1" /></p> <p>We just released Headless UI v2.1 for React, which dramatically simplifies our transition APIs and adds support for rendering multiple dialogs as siblings. See our <a href="https://tailwindcss.com/blog/2024-06-21-headless-ui-v2-1">announcement blog</a> to learn more.</p> <h2>Changelog</h2> <h3>Added</h3> <ul> <li>Add ability to render multiple <code>Dialog</code> components at once (without nesting them) (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3242">#3242</a>)</li> <li>Add new data-attribute-based transition API (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3273">#3273</a>, <a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3285">#3285</a>, <a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3307">#3307</a>, <a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3309">#3309</a>, <a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3312">#3312</a>)</li> <li>Add <code>DialogBackdrop</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3307">#3307</a>, <a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3310">#3310</a>)</li> <li>Add <code>PopoverBackdrop</code> component to replace <code>PopoverOverlay</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3308">#3308</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Keep <code>Combobox</code> open when clicking scrollbar in <code>ComboboxOptions</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3249">#3249</a>)</li> <li>Ensure <code>ComboboxInput</code> does not sync with current value while typing (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3259">#3259</a>)</li> <li>Fix visual jitter in <code>Combobox</code> component when using native scrollbar (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3190">#3190</a>)</li> <li>Improve UX by freezing <code>ComboboxOptions</code> while closing (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3304">#3304</a>)</li> <li>Merge incoming <code>style</code> prop on <code>ComboboxOptions</code>, <code>ListboxOptions</code>, <code>MenuItems</code>, and <code>PopoverPanel</code> components (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3250">#3250</a>)</li> <li>Prevent focus on <code>Checkbox</code> when it is <code>disabled</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3251">#3251</a>)</li> <li>Use <code>useId</code> instead of React internals (for React 19 compatibility) (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3254">#3254</a>)</li> <li>Cancel outside click behavior on touch devices when scrolling (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3266">#3266</a>)</li> <li>Correctly apply conditional classes when using <code>Transition</code> and <code>TransitionChild</code> components (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3303">#3303</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Allow using the <code>Tab</code> and <code>Shift+Tab</code> keys when the <code>Listbox</code> component is open (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3284">#3284</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>[2.1.1] - 2024-06-26</h2> <h3>Fixed</h3> <ul> <li>Fix issues spreading omitted props onto components (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3313">#3313</a>)</li> <li>Fix initial <code>anchor=&quot;selection&quot;</code> positioning (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3324">#3324</a>)</li> <li>Fix render prop in <code>ComboboxOptions</code> to use <code>any</code> instead of <code>unknown</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3327">#3327</a>)</li> <li>Fix incorrect <code>Transition</code> boundary for <code>Dialog</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3331">#3331</a>)</li> </ul> <h2>[2.1.0] - 2024-06-21</h2> <h3>Added</h3> <ul> <li>Add ability to render multiple <code>Dialog</code> components at once (without nesting them) (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3242">#3242</a>)</li> <li>Add new data-attribute-based transition API (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3273">#3273</a>, <a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3285">#3285</a>, <a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3307">#3307</a>, <a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3309">#3309</a>, <a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3312">#3312</a>)</li> <li>Add <code>DialogBackdrop</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3307">#3307</a>, <a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3310">#3310</a>)</li> <li>Add <code>PopoverBackdrop</code> component to replace <code>PopoverOverlay</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3308">#3308</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Keep <code>Combobox</code> open when clicking scrollbar in <code>ComboboxOptions</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3249">#3249</a>)</li> <li>Ensure <code>ComboboxInput</code> does not sync with current value while typing (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3259">#3259</a>)</li> <li>Fix visual jitter in <code>Combobox</code> component when using native scrollbar (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3190">#3190</a>)</li> <li>Improve UX by freezing <code>ComboboxOptions</code> while closing (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3304">#3304</a>)</li> <li>Merge incoming <code>style</code> prop on <code>ComboboxOptions</code>, <code>ListboxOptions</code>, <code>MenuItems</code>, and <code>PopoverPanel</code> components (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3250">#3250</a>)</li> <li>Prevent focus on <code>Checkbox</code> when it is <code>disabled</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3251">#3251</a>)</li> <li>Use <code>useId</code> instead of React internals (for React 19 compatibility) (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3254">#3254</a>)</li> <li>Cancel outside click behavior on touch devices when scrolling (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3266">#3266</a>)</li> <li>Correctly apply conditional classes when using <code>Transition</code> and <code>TransitionChild</code> components (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3303">#3303</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Allow using the <code>Tab</code> and <code>Shift+Tab</code> keys when the <code>Listbox</code> component is open (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3284">#3284</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/headlessui/commit/abd86fca3e3dac3bb9c884ecc2012a590e33d29a"><code>abd86fc</code></a> 2.1.1 - <code>@​headlessui/react</code></li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/3224a9e34dc76e9feb9d66c46aac1a87a756d616"><code>3224a9e</code></a> Fix incorrect <code>Transition</code> boundary for <code>Dialog</code> component (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3331">#3331</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/275c2051fe0f84a328559358fef054df010efecb"><code>275c205</code></a> Remove unused <code>@ts-expect-error</code> directive</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/18fcde733050f135e1a058d348a2dbdc96ab357c"><code>18fcde7</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/cf1fc7caecb50962c06a61667a5b6789df0061bf"><code>cf1fc7c</code></a> Use <code>any</code> for <code>ComboboxOptions</code> render prop <code>option</code> (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3327">#3327</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/ff41b27d2746f2e62ba1bf2bc44d3a126148ca97"><code>ff41b27</code></a> Fix initial <code>anchor=&quot;selection&quot;</code> state (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3324">#3324</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/a593d199552c67a00fbeb666d03a7cac08a83ff9"><code>a593d19</code></a> Fix issues spreading omitted props onto components (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3313">#3313</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/d60ed6a6702284c84415f49e12739f2c448d17e1"><code>d60ed6a</code></a> 2.1.0 - <code>@​headlessui/react</code></li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/f1446664bca4e236649456b6a1bf3253b7f10d4c"><code>f144666</code></a> Remove transition state from render props (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3312">#3312</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/1f1e290a3d1fb156b3b3c10692f13f6efae91d8a"><code>1f1e290</code></a> Tweak changelog</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.1.1/packages/@headlessui-react">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 20.13.0 to 20.14.9 <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.6.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.6.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/e2b16e2b72606162dce3d804bc80186b6c5ec0f9"><code>e2b16e2</code></a> feat: Implement feature flags (<a href="https://redirect.github.com/eslint/eslint/issues/18516">#18516</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/8824aa1469ffc572c5e5c1765d1b6da113dfba19"><code>8824aa1</code></a> feat: add <code>ecmaVersion: 2025</code>, parsing duplicate named capturing groups (<a href="https://redirect.github.com/eslint/eslint/issues/18596">#18596</a>) (Milos Djermanovic)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/1613e2e586423ec7871617aec4dce5c433f0e9f0"><code>1613e2e</code></a> fix: Allow escaping characters in config patterns on Windows (<a href="https://redirect.github.com/eslint/eslint/issues/18628">#18628</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/21d3766c3f4efd981d3cc294c2c82c8014815e6e"><code>21d3766</code></a> fix: <code>no-unused-vars</code> include caught errors pattern in report message (<a href="https://redirect.github.com/eslint/eslint/issues/18609">#18609</a>) (Kirk Waiblinger)</li> <li><a href="https://github.com/eslint/eslint/commit/d7a7736937981befc5dfd68ce512f1a6ebf93e68"><code>d7a7736</code></a> fix: improve <code>no-unused-vars</code> message on unused caught errors (<a href="https://redirect.github.com/eslint/eslint/issues/18608">#18608</a>) (Kirk Waiblinger)</li> <li><a href="https://github.com/eslint/eslint/commit/f9e95d2d06c0a7017417a3de4929b14d1008c63c"><code>f9e95d2</code></a> fix: correct locations of invalid <code>/* eslint */</code> comments (<a href="https://redirect.github.com/eslint/eslint/issues/18593">#18593</a>) (Milos Djermanovic)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/13dbecdea749abf51951ce61662eec2621a4b9af"><code>13dbecd</code></a> docs: Limit search to just docs (<a href="https://redirect.github.com/eslint/eslint/issues/18627">#18627</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/375227f94da3c1c4ff6c61a29b272889fa48ca79"><code>375227f</code></a> docs: Update getting-started.md - add pnpm to init eslint config (<a href="https://redirect.github.com/eslint/eslint/issues/18599">#18599</a>) (Kostiantyn Ochenash)</li> <li><a href="https://github.com/eslint/eslint/commit/44915bb95dfa21f946021d77b3b361e7e9b140e0"><code>44915bb</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/d50db7bcb4c19c0631ab80b120249ecf155824ce"><code>d50db7b</code></a> docs: Update vscode-eslint info (<a href="https://redirect.github.com/eslint/eslint/issues/18595">#18595</a>) (Nicholas C. Zakas)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/b15ee302742e280e8cd019b49e7b50a4f3b88bc0"><code>b15ee30</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.6.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18632">#18632</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d655503b1fc97acfb4e7c61b3d9b557733c189b7"><code>d655503</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/7c78ad9d9f896354d557f24e2d37710cf79a27bf"><code>7c78ad9</code></a> refactor: Use language.visitorKeys and check for non-JS SourceCode (<a href="https://redirect.github.com/eslint/eslint/issues/18625">#18625</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/69ff64e638c0a56628afbc271dda5c963724aca4"><code>69ff64e</code></a> refactor: Return value of applyInlineConfig() (<a href="https://redirect.github.com/eslint/eslint/issues/18623">#18623</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/d2d06f7a70d9b96b125ecf2de8951bea549db4da"><code>d2d06f7</code></a> refactor: use <code>/</code> separator when adjusting <code>ignorePatterns</code> on Windows (<a href="https://redirect.github.com/eslint/eslint/issues/18613">#18613</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/642197346bf02d277c2014144537aa21ab57dc59"><code>6421973</code></a> refactor: fix disable directives for languages with 0-based lines (<a href="https://redirect.github.com/eslint/eslint/issues/18605">#18605</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/0a135395aca72461eb8b4c6f0866290bcf59916e"><code>0a13539</code></a> refactor: Allow optional methods for languages (<a href="https://redirect.github.com/eslint/eslint/issues/18604">#18604</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/c7ddee0d089e4db7be3f1a09f1a5731dd90b81b1"><code>c7ddee0</code></a> chore: make internal-rules not being a package (<a href="https://redirect.github.com/eslint/eslint/issues/18601">#18601</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3379164e8b0cee57caf7da34226982075ebef51a"><code>3379164</code></a> chore: remove <code>.eslintrc.js</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18011">#18011</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/d0c3a322fbcc2f70cfcd9d5010efef721245c382"><code>d0c3a32</code></a> chore: update knip (with webdriver-io plugin) (<a href="https://redirect.github.com/eslint/eslint/issues/18594">#18594</a>) (Lars Kappert)</li> </ul> <h2>v9.5.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/b2d256c7356838f908c4a5762d6dc64b41bbce5d"><code>b2d256c</code></a> feat: <code>no-sparse-arrays</code> report on &quot;comma&quot; instead of the whole array (<a href="https://redirect.github.com/eslint/eslint/issues/18579">#18579</a>) (fisker Cheung)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/6880286e17375b08323512f38ea59fed440a4fb5"><code>6880286</code></a> fix: treat <code>*</code> as a universal pattern (<a href="https://redirect.github.com/eslint/eslint/issues/18586">#18586</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/7fbe211427432aba5fa972252b9b6b5cf9866624"><code>7fbe211</code></a> fix: message template for all files ignored (<a href="https://redirect.github.com/eslint/eslint/issues/18564">#18564</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/469cb363f87564bafb8e628e738e01b53f4d6911"><code>469cb36</code></a> fix: Don't lint the same file multiple times (<a href="https://redirect.github.com/eslint/eslint/issues/18552">#18552</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5cff638c03183204d09eb0a7a8bd2e032630db17"><code>5cff638</code></a> fix: improve message for ignored files without a matching config (<a href="https://redirect.github.com/eslint/eslint/issues/18404">#18404</a>) (Francesco Trotta)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/455f7fd1662069e9e0f4dc912ecda72962679fbe"><code>455f7fd</code></a> docs: add section about including <code>.gitignore</code> files (<a href="https://redirect.github.com/eslint/eslint/issues/18590">#18590</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/721eafeae45b33b95addf385c23eca1e2f8017d0"><code>721eafe</code></a> docs: update info about universal <code>files</code> patterns (<a href="https://redirect.github.com/eslint/eslint/issues/18587">#18587</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/8127127386180a2882bb1b75a8fbc7ffda78dce1"><code>8127127</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/55c2a6621cc403f2fc11eb4ad762eadc70a54874"><code>55c2a66</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/eb76282e0a2db8aa10a3d5659f5f9237d9729121"><code>eb76282</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/ff6e96ec30862a4eb77a201551ec8c618335bfc2"><code>ff6e96e</code></a> docs: <code>baseConfig</code> and <code>overrideConfig</code> can be arrays (<a href="https://redirect.github.com/eslint/eslint/issues/18571">#18571</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d2d83e045ad03f024d1679275708054d789ebe20"><code>d2d83e0</code></a> docs: Add mention of eslint-transforms to v9 migration guide (<a href="https://redirect.github.com/eslint/eslint/issues/18566">#18566</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/9ce6832578d5798b591f490a8609c87235e881c7"><code>9ce6832</code></a> docs: add callout box for unintuitive behavior (<a href="https://redirect.github.com/eslint/eslint/issues/18567">#18567</a>) (Ben McCann)</li> <li><a href="https://github.com/eslint/eslint/commit/b8db99c575c75edc9b42e6333e1b0aa7d26d9a01"><code>b8db99c</code></a> docs: Add VS Code info to config migration guide (<a href="https://redirect.github.com/eslint/eslint/issues/18555">#18555</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/518a35c8fa9161522cbe9066d48e6c6fcd8aadf3"><code>518a35c</code></a> docs: Mention config migrator (<a href="https://redirect.github.com/eslint/eslint/issues/18561">#18561</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.6.0 - June 28, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/b15ee302742e280e8cd019b49e7b50a4f3b88bc0"><code>b15ee30</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.6.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18632">#18632</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d655503b1fc97acfb4e7c61b3d9b557733c189b7"><code>d655503</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/1613e2e586423ec7871617aec4dce5c433f0e9f0"><code>1613e2e</code></a> fix: Allow escaping characters in config patterns on Windows (<a href="https://redirect.github.com/eslint/eslint/issues/18628">#18628</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/13dbecdea749abf51951ce61662eec2621a4b9af"><code>13dbecd</code></a> docs: Limit search to just docs (<a href="https://redirect.github.com/eslint/eslint/issues/18627">#18627</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/7c78ad9d9f896354d557f24e2d37710cf79a27bf"><code>7c78ad9</code></a> refactor: Use language.visitorKeys and check for non-JS SourceCode (<a href="https://redirect.github.com/eslint/eslint/issues/18625">#18625</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/e2b16e2b72606162dce3d804bc80186b6c5ec0f9"><code>e2b16e2</code></a> feat: Implement feature flags (<a href="https://redirect.github.com/eslint/eslint/issues/18516">#18516</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/69ff64e638c0a56628afbc271dda5c963724aca4"><code>69ff64e</code></a> refactor: Return value of applyInlineConfig() (<a href="https://redirect.github.com/eslint/eslint/issues/18623">#18623</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/375227f94da3c1c4ff6c61a29b272889fa48ca79"><code>375227f</code></a> docs: Update getting-started.md - add pnpm to init eslint config (<a href="https://redirect.github.com/eslint/eslint/issues/18599">#18599</a>) (Kostiantyn Ochenash)</li> <li><a href="https://github.com/eslint/eslint/commit/44915bb95dfa21f946021d77b3b361e7e9b140e0"><code>44915bb</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/d2d06f7a70d9b96b125ecf2de8951bea549db4da"><code>d2d06f7</code></a> refactor: use <code>/</code> separator when adjusting <code>ignorePatterns</code> on Windows (<a href="https://redirect.github.com/eslint/eslint/issues/18613">#18613</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/21d3766c3f4efd981d3cc294c2c82c8014815e6e"><code>21d3766</code></a> fix: <code>no-unused-vars</code> include caught errors pattern in report message (<a href="https://redirect.github.com/eslint/eslint/issues/18609">#18609</a>) (Kirk Waiblinger)</li> <li><a href="https://github.com/eslint/eslint/commit/642197346bf02d277c2014144537aa21ab57dc59"><code>6421973</code></a> refactor: fix disable directives for languages with 0-based lines (<a href="https://redirect.github.com/eslint/eslint/issues/18605">#18605</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d7a7736937981befc5dfd68ce512f1a6ebf93e68"><code>d7a7736</code></a> fix: improve <code>no-unused-vars</code> message on unused caught errors (<a href="https://redirect.github.com/eslint/eslint/issues/18608">#18608</a>) (Kirk Waiblinger)</li> <li><a href="https://github.com/eslint/eslint/commit/0a135395aca72461eb8b4c6f0866290bcf59916e"><code>0a13539</code></a> refactor: Allow optional methods for languages (<a href="https://redirect.github.com/eslint/eslint/issues/18604">#18604</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/f9e95d2d06c0a7017417a3de4929b14d1008c63c"><code>f9e95d2</code></a> fix: correct locations of invalid <code>/* eslint */</code> comments (<a href="https://redirect.github.com/eslint/eslint/issues/18593">#18593</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/8824aa1469ffc572c5e5c1765d1b6da113dfba19"><code>8824aa1</code></a> feat: add <code>ecmaVersion: 2025</code>, parsing duplicate named capturing groups (<a href="https://redirect.github.com/eslint/eslint/issues/18596">#18596</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/c7ddee0d089e4db7be3f1a09f1a5731dd90b81b1"><code>c7ddee0</code></a> chore: make internal-rules not being a package (<a href="https://redirect.github.com/eslint/eslint/issues/18601">#18601</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3379164e8b0cee57caf7da34226982075ebef51a"><code>3379164</code></a> chore: remove <code>.eslintrc.js</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18011">#18011</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/d0c3a322fbcc2f70cfcd9d5010efef721245c382"><code>d0c3a32</code></a> chore: update knip (with webdriver-io plugin) (<a href="https://redirect.github.com/eslint/eslint/issues/18594">#18594</a>) (Lars Kappert)</li> <li><a href="https://github.com/eslint/eslint/commit/d50db7bcb4c19c0631ab80b120249ecf155824ce"><code>d50db7b</code></a> docs: Update vscode-eslint info (<a href="https://redirect.github.com/eslint/eslint/issues/18595">#18595</a>) (Nicholas C. Zakas)</li> </ul> <p>v9.5.0 - June 14, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/f588160c2f9996c9c62b787f1fe678f71740ec43"><code>f588160</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.5.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18591">#18591</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/58908415c3e9e7924d39a2ff96573f7677ddb806"><code>5890841</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/455f7fd1662069e9e0f4dc912ecda72962679fbe"><code>455f7fd</code></a> docs: add section about including <code>.gitignore</code> files (<a href="https://redirect.github.com/eslint/eslint/issues/18590">#18590</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/e9f4ccd8a182801e08d96d4246df10246ea82a58"><code>e9f4ccd</code></a> chore: remove unused eslint-disable directive (<a href="https://redirect.github.com/eslint/eslint/issues/18589">#18589</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/721eafeae45b33b95addf385c23eca1e2f8017d0"><code>721eafe</code></a> docs: update info about universal <code>files</code> patterns (<a href="https://redirect.github.com/eslint/eslint/issues/18587">#18587</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/4b23ffd6454cfb1a269430f5fe28e7d1c37b9d3e"><code>4b23ffd</code></a> refactor: Move JS parsing logic into JS language (<a href="https://redirect.github.com/eslint/eslint/issues/18448">#18448</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/6880286e17375b08323512f38ea59fed440a4fb5"><code>6880286</code></a> fix: treat <code>*</code> as a universal pattern (<a href="https://redirect.github.com/eslint/eslint/issues/18586">#18586</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/8127127386180a2882bb1b75a8fbc7ffda78dce1"><code>8127127</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/b2d256c7356838f908c4a5762d6dc64b41bbce5d"><code>b2d256c</code></a> feat: <code>no-sparse-arrays</code> report on &quot;comma&quot; instead of the whole array (<a href="https://redirect.github.com/eslint/eslint/issues/18579">#18579</a>) (fisker Cheung)</li> <li><a href="https://github.com/eslint/eslint/commit/1495b93d6fac4d7b6c9efa24c46b613f47feb1d4"><code>1495b93</code></a> chore: update WebdriverIO packages (<a href="https://redirect.github.com/eslint/eslint/issues/18558">#18558</a>) (Christian Bromann)</li> <li><a href="https://github.com/eslint/eslint/commit/cea7ede4618d789180d37ee12a57939b30a5c4ee"><code>cea7ede</code></a> chore: add website donate link instead of opencollective (<a href="https://redirect.github.com/eslint/eslint/issues/18582">#18582</a>) (Strek)</li> <li><a href="https://github.com/eslint/eslint/commit/55c2a6621cc403f2fc11eb4ad762eadc70a54874"><code>55c2a66</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/eb76282e0a2db8aa10a3d5659f5f9237d9729121"><code>eb76282</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/ff6e96ec30862a4eb77a201551ec8c618335bfc2"><code>ff6e96e</code></a> docs: <code>baseConfig</code> and <code>overrideConfig</code> can be arrays (<a href="https://redirect.github.com/eslint/eslint/issues/18571">#18571</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/7fbe211427432aba5fa972252b9b6b5cf9866624"><code>7fbe211</code></a> fix: message template for all files ignored (<a href="https://redirect.github.com/eslint/eslint/issues/18564">#18564</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/ec948803c99ab1b001f093c7a2c412945fbb385f"><code>ec94880</code></a> chore: package.json update for eslint-config-eslint release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/d2d83e045ad03f024d1679275708054d789ebe20"><code>d2d83e0</code></a> docs: Add mention of eslint-transforms to v9 migration guide (<a href="https://redirect.github.com/eslint/eslint/issues/18566">#18566</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/69125865b058c08ded162d4395d606dd22acb77d"><code>6912586</code></a> chore: extract formatting rules into separate config (<a href="https://redirect.github.com/eslint/eslint/issues/18560">#18560</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/9ce6832578d5798b591f490a8609c87235e881c7"><code>9ce6832</code></a> docs: add callout box for unintuitive behavior (<a href="https://redirect.github.com/eslint/eslint/issues/18567">#18567</a>) (Ben McCann)</li> <li><a href="https://github.com/eslint/eslint/commit/b8db99c575c75edc9b42e6333e1b0aa7d26d9a01"><code>b8db99c</code></a> docs: Add VS Code info to config migration guide (<a href="https://redirect.github.com/eslint/eslint/issues/18555">#18555</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/518a35c8fa9161522cbe9066d48e6c6fcd8aadf3"><code>518a35c</code></a> docs: Mention config migrator (<a href="https://redirect.github.com/eslint/eslint/issues/18561">#18561</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/469cb363f87564bafb8e628e738e01b53f4d6911"><code>469cb36</code></a> fix: Don't lint the same file multiple times (<a href="https://redirect.github.com/eslint/eslint/issues/18552">#18552</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/9738f7e9dee49a9a3a7b8bfce87eb236ede6f572"><code>9738f7e</code></a> ci: fix CLI flags for c8, raise thresholds (<a href="https://redirect.github.com/eslint/eslint/issues/18554">#18554</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/eb440fcf16bd2f62d58b7aa9bbaf546cd94e9918"><code>eb440fc</code></a> docs: specifying files with arbitrary or no extension (<a href="https://redirect.github.com/eslint/eslint/issues/18539">#18539</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/38c159e7dda812ce6dfdbf8c5b78db7cdd676c62"><code>38c159e</code></a> docs: Provide example of reading package.json for plugins meta (<a href="https://redirect.github.com/eslint/eslint/issues/18530">#18530</a>) (Nicholas C. Zakas)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/473d1bb7c3dfcf629ac048ca811f4b5eef04a692"><code>473d1bb</code></a> 9.6.0</li> <li><a href="https://github.com/eslint/eslint/commit/f435566baf7b3eaddb7955cb1aff7648dd308a7e"><code>f435566</code></a> Build: changelog update for 9.6.0</li> <li><a href="https://github.com/eslint/eslint/commit/b15ee302742e280e8cd019b49e7b50a4f3b88bc0"><code>b15ee30</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.6.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18632">#18632</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/d655503b1fc97acfb4e7c61b3d9b557733c189b7"><code>d655503</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/1613e2e586423ec7871617aec4dce5c433f0e9f0"><code>1613e2e</code></a> fix: Allow escaping characters in config patterns on Windows (<a href="https://redirect.github.com/eslint/eslint/issues/18628">#18628</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/13dbecdea749abf51951ce61662eec2621a4b9af"><code>13dbecd</code></a> docs: Limit search to just docs (<a href="https://redirect.github.com/eslint/eslint/issues/18627">#18627</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/7c78ad9d9f896354d557f24e2d37710cf79a27bf"><code>7c78ad9</code></a> refactor: Use language.visitorKeys and check for non-JS SourceCode (<a href="https://redirect.github.com/eslint/eslint/issues/18625">#18625</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/e2b16e2b72606162dce3d804bc80186b6c5ec0f9"><code>e2b16e2</code></a> feat: Implement feature flags (<a href="https://redirect.github.com/eslint/eslint/issues/18516">#18516</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/69ff64e638c0a56628afbc271dda5c963724aca4"><code>69ff64e</code></a> refactor: Return value of applyInlineConfig() (<a href="https://redirect.github.com/eslint/eslint/issues/18623">#18623</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/375227f94da3c1c4ff6c61a29b272889fa48ca79"><code>375227f</code></a> docs: Update getting-started.md - add pnpm to init eslint config (<a href="https://redirect.github.com/eslint/eslint/issues/18599">#18599</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.57.0...v9.6.0">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-next` from 14.2.3 to 14.2.4 <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.4</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: ensure route handlers properly track dynamic access (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/66446">#66446</a>)</li> <li>fix NextRequest proxy in edge runtime (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/66551">#66551</a>)</li> <li>Fix next/dynamic with babel and src dir (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/65177">#65177</a>)</li> <li>Use vercel deployment url for metadataBase fallbacks (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/65089">#65089</a>)</li> <li>fix(next/image): detect react@19 for fetchPriority prop (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/65235">#65235</a>)</li> <li>Fix loading navigation with metadata and prefetch (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/66447">#66447</a>)</li> <li>prevent duplicate RSC fetch when action redirects (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/66620">#66620</a>)</li> <li>ensure router cache updates reference the latest cache values (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/66681">#66681</a>)</li> <li>Prevent append of trailing slash in cases where path ends with a file extension (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/66636">#66636</a>)</li> <li>Fix inconsistency with 404 getStaticProps cache-control (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/66674">#66674</a>)</li> <li>Use addDependency to track metadata route file changes (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/66714">#66714</a>)</li> <li>Add timeout/retry handling for fetch cache (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/66652">#66652</a>)</li> <li>fix: app-router prefetch crash when an invalid URL is passed to Link (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/66755">#66755</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/ztanner"><code>@​ztanner</code></a>, <a href="https://github.com/ijjk"><code>@​ijjk</code></a>, <a href="https://github.com/wbinnssmith"><code>@​wbinnssmith</code></a>, <a href="https://github.com/huozhi"><code>@​huozhi</code></a>, and <a href="https://github.com/lubieowoce"><code>@​lubieowoce</code></a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/30784418f8a3763273439cfd7bff133203fa8efd"><code>3078441</code></a> v14.2.4</li> <li>See full diff in <a href="https://github.com/vercel/next.js/commits/v14.2.4/packages/eslint-config-next">compare view</a></li> </ul> </details> <br /> Updates `next` from 14.2.3 to 14.2.4 <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.4</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: ensure route handlers properly track dynamic access (<a href="https://redirect.github.com/vercel/next.js/issues/66446">#66446</a>)</li> <li>fix NextRequest proxy in edge runtime (<a href="https://redirect.github.com/vercel/next.js/issues/66551">#66551</a>)</li> <li>Fix next/dynamic with babel and src dir (<a href="https://redirect.github.com/vercel/next.js/issues/65177">#65177</a>)</li> <li>Use vercel deployment url for metadataBase fallbacks (<a href="https://redirect.github.com/vercel/next.js/issues/65089">#65089</a>)</li> <li>fix(next/image): detect react@19 for fetchPriority prop (<a href="https://redirect.github.com/vercel/next.js/issues/65235">#65235</a>)</li> <li>Fix loading navigation with metadata and prefetch (<a href="https://redirect.github.com/vercel/next.js/issues/66447">#66447</a>)</li> <li>prevent duplicate RSC fetch when action redirects (<a href="https://redirect.github.com/vercel/next.js/issues/66620">#66620</a>)</li> <li>ensure router cache updates reference the latest cache values (<a href="https://redirect.github.com/vercel/next.js/issues/66681">#66681</a>)</li> <li>Prevent append of trailing slash in cases where path ends with a file extension (<a href="https://redirect.github.com/vercel/next.js/issues/66636">#66636</a>)</li> <li>Fix inconsistency with 404 getStaticProps cache-control (<a href="https://redirect.github.com/vercel/next.js/issues/66674">#66674</a>)</li> <li>Use addDependency to track metadata route file changes (<a href="https://redirect.github.com/vercel/next.js/issues/66714">#66714</a>)</li> <li>Add timeout/retry handling for fetch cache (<a href="https://redirect.github.com/vercel/next.js/issues/66652">#66652</a>)</li> <li>fix: app-router prefetch crash when an invalid URL is passed to Link (<a href="https://redirect.github.com/vercel/next.js/issues/66755">#66755</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/ztanner"><code>@​ztanner</code></a>, <a href="https://github.com/ijjk"><code>@​ijjk</code></a>, <a href="https://github.com/wbinnssmith"><code>@​wbinnssmith</code></a>, <a href="https://github.com/huozhi"><code>@​huozhi</code></a>, and <a href="https://github.com/lubieowoce"><code>@​lubieowoce</code></a> for helping!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/30784418f8a3763273439cfd7bff133203fa8efd"><code>3078441</code></a> v14.2.4</li> <li><a href="https://github.com/vercel/next.js/commit/0538a0dc574c0b05dd2475cf3496a2d689f71165"><code>0538a0d</code></a> [not a backport] fix lint errors</li> <li><a href="https://github.com/vercel/next.js/commit/2807fb489545e8b741b1b7eb37e90ea476747c24"><code>2807fb4</code></a> fix: app-router prefetch crash when an invalid URL is passed to Link (<a href="https://redirect.github.com/vercel/next.js/issues/66755">#66755</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/efb476e25bce5c911834611e311bb96114939ba1"><code>efb476e</code></a> Add timeout/retry handling for fetch cache (<a href="https://redirect.github.com/vercel/next.js/issues/66652">#66652</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/c16a3f9925676857f5e1ef4401beefa893e977c4"><code>c16a3f9</code></a> Use addDependency to track metadata route file changes (<a href="https://redirect.github.com/vercel/next.js/issues/66714">#66714</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/942e45a720a089813b5d295ad0d920666511807f"><code>942e45a</code></a> Fix inconsistency with 404 getStaticProps cache-control (<a href="https://redirect.github.com/vercel/next.js/issues/66674">#66674</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/9728a35ddca8998105433f2e0a6b9f496cd1f66b"><code>9728a35</code></a> Prevent append of trailing slash in cases where path ends with a file extensi...</li> <li><a href="https://github.com/vercel/next.js/commit/44661c2622f95eeffbb9f8779a680b129034a48a"><code>44661c2</code></a> ensure router cache updates reference the latest cache values (<a href="https://redirect.github.com/vercel/next.js/issues/66681">#66681</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/f7ec039f4da019da40a1893549fb71c4c6b5efbb"><code>f7ec039</code></a> prevent duplicate RSC fetch when action redirects (<a href="https://redirect.github.com/vercel/next.js/issues/66620">#66620</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/dd6ab93ddbaa4a4a15ff708f9cbcf3f968a0ace3"><code>dd6ab93</code></a> Fix loading navigation with metadata and prefetch (<a href="https://redirect.github.com/vercel/next.js/issues/66447">#66447</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v14.2.3...v14.2.4">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.4.38 to 8.4.39 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.4.39</h2> <ul> <li>Fixed <code>CssSyntaxError</code> types (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.4.39</h2> <ul> <li>Fixed <code>CssSyntaxError</code> types (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/e0efb168c8a65b42ba10b787857cfa306ba9d48c"><code>e0efb16</code></a> Release 8.4.39 version</li> <li><a href="https://github.com/postcss/postcss/commit/48304c57b1e848ff215a88b7627fa44c8c1b8958"><code>48304c5</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/155ac57ab582136dcf8a5ed44bf38262fe8c7960"><code>155ac57</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1947">#1947</a> from romainmenke/fix-css-syntax-error-type--reliable...</li> <li><a href="https://github.com/postcss/postcss/commit/1b9b466836d3fb6ba9e2d6477d68309ce3e59444"><code>1b9b466</code></a> fix CssSyntaxError type declaration</li> <li><a href="https://github.com/postcss/postcss/commit/3f4d96e26db3e6380c0309fa82d5153b7d9e2450"><code>3f4d96e</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/b952be76f0c7704a99dceb34294117d13e3470a4"><code>b952be7</code></a> Update CI actions</li> <li><a href="https://github.com/postcss/postcss/commit/b512b295d97da08af25ace511ed6ee893fb09dbd"><code>b512b29</code></a> Typo</li> <li><a href="https://github.com/postcss/postcss/commit/f9a9868eb3a591cd99d504ac57bf7ee77380856b"><code>f9a9868</code></a> Move to pnpm 9 and Node.js 22</li> <li><a href="https://github.com/postcss/postcss/commit/79052c277049d2e97a4832e370fb7d2728dde877"><code>79052c2</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1940">#1940</a> from Xvezda/patch-1</li> <li><a href="https://github.com/postcss/postcss/commit/0eedad4547e829c7aa9afa69b2f29b19c76697df"><code>0eedad4</code></a> Update changed urls</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.38...8.4.39">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.3 to 3.4.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.4</h2> <h3>Fixed</h3> <ul> <li>Make it possible to use multiple <code>&lt;alpha-value&gt;</code> placeholders in a single color definition (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13740">#13740</a>)</li> <li>Don't prefix classes in arbitrary values of <code>has-*</code>, <code>group-has-*</code>, and <code>peer-has-*</code> variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13770">#13770</a>)</li> <li>Support negative values for <code>{col,row}-{start,end}</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13781">#13781</a>)</li> <li>Update embedded browserslist database (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13792">#13792</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.4/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.4] - 2024-06-05</h2> <h3>Fixed</h3> <ul> <li>Make it possible to use multiple <code>&lt;alpha-value&gt;</code> placeholders in a single color definition (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13740">#13740</a>)</li> <li>Don't prefix classes in arbitrary values of <code>has-*</code>, <code>group-has-*</code>, and <code>peer-has-*</code> variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13770">#13770</a>)</li> <li>Support negative values for <code>{col,row}-{start,end}</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13781">#13781</a>)</li> <li>Update embedded browserslist database (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13792">#13792</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ff6f085da2afe4149ab2791b8b6b74836dbbba9f"><code>ff6f085</code></a> 3.4.4</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ed024eeb09db9bc02db859ffff4be95de8703208"><code>ed024ee</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/325e7c03ce1989bbc2eadf27817fe211363f19e7"><code>325e7c0</code></a> Bump deps (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13797">#13797</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/56116b0904cef920dac7ac79ebbc5ca873172e58"><code>56116b0</code></a> Update browserslist database (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13792">#13792</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/8d66d94182232be94a78eed059ae715f9b43df8f"><code>8d66d94</code></a> [v3] Support negative values for <code>{col,row}-{start,end}</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13781">#13781</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/669109efdd8f89c6949ae496eb1e95b528603976"><code>669109e</code></a> Don't prefix classes in arbitrary values of <code>has-*</code>, <code>group-has-*</code>, and `peer...</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/9fda4616eb5706223374c921c9ee4d90903f6fee"><code>9fda461</code></a> Fix multiple &lt;alpha-value&gt; in color definitions (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13740">#13740</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.3...v3.4.4">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.4.5 to 5.5.2 <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.5</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/">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=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.5.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> <h2>TypeScript 5.5 RC</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-rc/">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.5.0%22+is%3Aclosed+">fixed issues query for Typescript 5.5.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+">fixed issues query for Typescript 5.5.1 (RC)</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.5 Beta</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-beta/">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.5.0%22+is%3Aclosed+">fixed issues query for Typescript 5.5.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/TypeScript/commit/ce2e60e4ea15a65992e54a9e8877d16be9d42abb"><code>ce2e60e</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/f3b21a2033206e585b2b7b18622104f09eb87f2e"><code>f3b21a2</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58931">#58931</a> (Defer creation of barebonesLibSourc...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/7b1620bea227ea47f8944a2b02a7ed91691c3046"><code>7b1620b</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58811">#58811</a> (fix(58801): &quot;Move to file&quot; on globa...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/5367ae10f58edfacd6d3b1e77bd05576036b8ca2"><code>5367ae1</code></a> Bump version to 5.5.2 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/02132e5b8183b0ee73e52d75ff6e28ff0c9fe3d2"><code>02132e5</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58895">#58895</a> (Fix global when typescript.js loade...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/45b1e3c25444c4193cefb4ca97dfd1064f75a561"><code>45b1e3c</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58872">#58872</a> (Fix declaration emit crash) into release-5.5 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/58874">#58874</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/17933ee33af4a3c44233820abf8bdb0ad2bf143a"><code>17933ee</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58810">#58810</a> (Fixed declaration emit issue relate...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/552b07e795ec5db98c37fd4ace730133bbf0e781"><code>552b07e</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58786">#58786</a> (Fixed declaration emit crash relate...) into release-5.5 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/39c9eebf1707b194b525a4c471b8b6bfe3f52642"><code>39c9eeb</code></a> Pick <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58857">#58857</a> to release-5.5 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/58858">#58858</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/2b0009c6790d66bbc943fc3975eb8bc9e8dec83f"><code>2b0009c</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/58846">#58846</a> (Ensure the updates with crashes rev...) into release-5.5 (#...</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --- <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 2026-03-22 12:50:54 -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#453