[PR #198] [CLOSED] Bump the npm group across 1 directory with 10 updates #195

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

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/198
Author: @dependabot[bot]
Created: 10/1/2024
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/landing/npm-307b73eb91


📝 Commits (1)

  • 8dde4d2 Bump the npm group across 1 directory with 10 updates

📊 Changes

2 files changed (+426 additions, -398 deletions)

View changed files

📝 landing/package-lock.json (+416 -388)
📝 landing/package.json (+10 -10)

📄 Description

Bumps the npm group with 10 updates in the /landing directory:

Package From To
@headlessui/react 2.1.2 2.1.8
@types/node 22.0.2 22.7.4
@types/react 18.3.3 18.3.10
autoprefixer 10.4.19 10.4.20
eslint 8.57.0 9.11.1
eslint-config-next 14.2.5 14.2.13
next 14.2.5 14.2.13
postcss 8.4.40 8.4.47
tailwindcss 3.4.7 3.4.13
typescript 5.5.4 5.6.2

Updates @headlessui/react from 2.1.2 to 2.1.8

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.1.8

Fixed

  • Fix crash when using as={Fragment} on MenuButton, ListboxButton, DisclosureButton or Button components (#3478)

@​headlessui/react@​v2.1.7

Fixed

  • Prevent crash in environments where Element.prototype.getAnimations is not available (#3473)

@​headlessui/react@​v2.1.6

Fixed

  • Fix ListboxOptions being incorrectly marked as inert (#3466)
  • Fix crash when using DisclosureButton inside of a DisclosurePanel when the Disclosure is open by default (#3465)

@​headlessui/react@​v2.1.5

Fixed

  • Fix transition bug on Firefox, triggered by clicking the PopoverButton in rapid succession (#3452)

@​headlessui/react@​v2.1.4

Fixed

  • Fix components not closing properly when using the transition prop (#3448)

@​headlessui/react@​v2.1.3

Fixed

  • Ensure Transition component state doesn't change when it becomes hidden (#3372)
  • Fix closing components using the transition prop, and after scrolling the page (#3407)
  • Ensure all client components are marked correctly to avoid a crash with React 19 and Turbopack (#3429)
Changelog

Sourced from @​headlessui/react's changelog.

[2.1.8] - 2024-09-12

Fixed

  • Fix crash when using as={Fragment} on MenuButton, ListboxButton, DisclosureButton or Button components (#3478)

[2.1.7] - 2024-09-11

Fixed

  • Prevent crash in environments where Element.prototype.getAnimations is not available (#3473)

[2.1.6] - 2024-09-09

Fixed

  • Fix ListboxOptions being incorrectly marked as inert (#3466)
  • Fix crash when using DisclosureButton inside of a DisclosurePanel when the Disclosure is open by default (#3465)

[2.1.5] - 2024-09-04

Fixed

  • Fix transition bug on Firefox, triggered by clicking the PopoverButton in rapid succession (#3452)

[2.1.4] - 2024-09-03

Fixed

  • Fix components not closing properly when using the transition prop (#3448)

[2.1.3] - 2024-08-23

Fixed

  • Ensure Transition component state doesn't change when it becomes hidden (#3372)
  • Fix closing components using the transition prop, and after scrolling the page (#3407)
  • Ensure all client components are marked correctly to avoid a crash with React 19 and Turbopack (#3429)
Commits
  • 994303f 2.1.8 - @​headlessui/react
  • b670896 Fix crash when using as={Fragment} on MenuButton, ListboxButton, `Discl...
  • dde00da 2.1.7 - @​headlessui/react
  • 4737c6d Prevent crash in environments where Element.prototype.getAnimations is not ...
  • 5b365f5 2.1.6 - @​headlessui/react
  • ef78d58 Fix crash when using DisclosureButton inside of a DisclosurePanel when th...
  • 07c9f1f Fix ListboxOptions being incorrectly marked as inert (#3466)
  • cb86665 2.1.5 - @​headlessui/react
  • 971ff6b Fix transition bug on Firefox, triggered by clicking the PopoverButton in r...
  • 75619ee 2.1.4 - @​headlessui/react
  • Additional commits viewable in compare view

Updates @types/node from 22.0.2 to 22.7.4

Commits

Updates @types/react from 18.3.3 to 18.3.10

Commits

Updates autoprefixer from 10.4.19 to 10.4.20

Release notes

Sourced from autoprefixer's releases.

10.4.20

  • Fixed fit-content prefix for Firefox.
Changelog

Sourced from autoprefixer's changelog.

10.4.20

  • Fixed fit-content prefix for Firefox.
Commits

Updates eslint from 8.57.0 to 9.11.1

Release notes

Sourced from eslint's releases.

v9.11.1

Bug Fixes

  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938) (Nitin Kumar)
  • 2738322 fix: add missing types for require-atomic-updates rule (#18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#18933) (Kristóf Poduszló)

Documentation

  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#18941) (Carlos Meira)

Chores

  • df4a859 chore: upgrade @​eslint/js@​9.11.1 (#18943) (Milos Djermanovic)
  • 36d8095 chore: package.json update for @​eslint/js release (Jenkins)

v9.11.0

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#18883) (唯然)
  • c591da6 feat: Add language to types (#18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#18861) (Tanuj Kanti)
  • 19c6856 feat: Add no-useless-constructor suggestion (#18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#18897) (Kristóf Poduszló)

Documentation

  • e4e5709 docs: correct prefer-object-has-own type definition comment (#18924) (Nitin Kumar)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#18894) (Alix Royere)
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#18881) (Milos Djermanovic)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

Build Related

  • 959d360 build: Support updates to previous major versions (#18871) (Milos Djermanovic)

Chores

  • ca21a64 chore: upgrade @​eslint/js@​9.11.0 (#18927) (Milos Djermanovic)
  • a10f90a chore: package.json update for @​eslint/js release (Jenkins)
  • e4e02cc refactor: Extract processor logic into ProcessorService (#18818) (Nicholas C. Zakas)
  • 6d4484d chore: updates for v8.57.1 release (Jenkins)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.11.1 - September 23, 2024

  • df4a859 chore: upgrade @​eslint/js@​9.11.1 (#18943) (Milos Djermanovic)
  • 36d8095 chore: package.json update for @​eslint/js release (Jenkins)
  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938) (Nitin Kumar)
  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#18941) (Carlos Meira)
  • 2738322 fix: add missing types for require-atomic-updates rule (#18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#18933) (Kristóf Poduszló)

v9.11.0 - September 20, 2024

  • ca21a64 chore: upgrade @​eslint/js@​9.11.0 (#18927) (Milos Djermanovic)
  • a10f90a chore: package.json update for @​eslint/js release (Jenkins)
  • 5e5f39b fix: add missing types for no-restricted-exports rule (#18914) (Kristóf Poduszló)
  • e4e5709 docs: correct prefer-object-has-own type definition comment (#18924) (Nitin Kumar)
  • 8f630eb fix: add missing types for no-param-reassign options (#18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#18902) (Kristóf Poduszló)
  • e4e02cc refactor: Extract processor logic into ProcessorService (#18818) (Nicholas C. Zakas)
  • ec30c73 feat: add "eslint/universal" to export Linter (#18883) (唯然)
  • c591da6 feat: Add language to types (#18917) (Nicholas C. Zakas)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#18894) (Alix Royere)
  • 959d360 build: Support updates to previous major versions (#18871) (Milos Djermanovic)
  • 6d4484d chore: updates for v8.57.1 release (Jenkins)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#18861) (Tanuj Kanti)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#18903) (Kristóf Poduszló)
  • 19c6856 feat: Add no-useless-constructor suggestion (#18799) (Jordan Thomson)
  • fa11b2e fix: add missing types for no-empty-function options (#18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#18897) (Kristóf Poduszló)
  • 71f37c5 refactor: use optional chaining when validating config rules (#18893) (lucasrmendonca)
  • 2c2805f chore: Add PR note to all templates (#18892) (Nicholas C. Zakas)
  • 7b852ce refactor: use Directive class from @eslint/plugin-kit (#18884) (Milos Djermanovic)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#18872) (Francesco Trotta)
  • d594ddd chore: update dependency @​eslint/core to ^0.6.0 (#18863) (renovate[bot])
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#18881) (Milos Djermanovic)
  • 78b2421 chore: Update change.yml (#18882) (Nicholas C. Zakas)
  • a416f0a chore: enable $ExpectType comments in .ts files (#18869) (Francesco Trotta)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

v8.57.1 - September 16, 2024

... (truncated)

Commits
  • 69e9459 9.11.1
  • fcdac44 Build: changelog update for 9.11.1
  • df4a859 chore: upgrade @​eslint/js@​9.11.1 (#18943)
  • 36d8095 chore: package.json update for @​eslint/js release
  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938)
  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#18941)
  • 2738322 fix: add missing types for require-atomic-updates rule (#18937)
  • d71ff30 fix: add missing types for object-shorthand rule (#18935)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#18932)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#18931)
  • Additional commits viewable in compare view

Updates eslint-config-next from 14.2.5 to 14.2.13

Release notes

Sourced from eslint-config-next's releases.

v14.2.13

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

Core Changes

  • Fix missing cache-control on SSR app route (#70265)
  • feat: add polyfill of URL.canParse for browser compatibility (#70228)
  • Fix vercel og package memory leak (#70214)
  • Fix startTime error on Android 9 with Chrome 74 (#67391)

Credits

Huge thanks to @​raeyoung-kim, @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.12

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

Core Changes

  • update prefetching jsdoc & documentation (#68047)
  • Ensure we chunk revalidate tag requests (#70189)
  • (backport) fix(eslint): allow typescript-eslint v8 (#70090)
  • [ppr] Don't mark RSC requests as /_next/data requests (backport of #66249) (#70083)

Credits

Huge thanks to @​alvarlagerlof, @​wyattjoh, @​delbaoliveira, and @​ijjk for helping!

v14.2.11

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

Core Changes

  • fix: correct metadata url suffix (vercel/next.js#69959)
  • fix: setting assetPrefix to URL format breaks HMR (#70040)
  • Update revalidateTag to batch tags in one request (#65296)

Credits

Huge thanks to @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.10

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

Core Changes

Credits

Huge thanks to @​huozhi and @​ijjk for helping!

... (truncated)

Commits

Updates next from 14.2.5 to 14.2.13

Release notes

Sourced from next's releases.

v14.2.13

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

Core Changes

  • Fix missing cache-control on SSR app route (#70265)
  • feat: add polyfill of URL.canParse for browser compatibility (#70228)
  • Fix vercel og package memory leak (#70214)
  • Fix startTime error on Android 9 with Chrome 74 (#67391)

Credits

Huge thanks to @​raeyoung-kim, @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.12

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

Core Changes

  • update prefetching jsdoc & documentation (#68047)
  • Ensure we chunk revalidate tag requests (#70189)
  • (backport) fix(eslint): allow typescript-eslint v8 (#70090)
  • [ppr] Don't mark RSC requests as /_next/data requests (backport of #66249) (#70083)

Credits

Huge thanks to @​alvarlagerlof, @​wyattjoh, @​delbaoliveira, and @​ijjk for helping!

v14.2.11

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

Core Changes

  • fix: correct metadata url suffix (vercel/next.js#69959)
  • fix: setting assetPrefix to URL format breaks HMR (#70040)
  • Update revalidateTag to batch tags in one request (#65296)

Credits

Huge thanks to @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.10

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

Core Changes

Credits

Huge thanks to @​huozhi and @​ijjk for helping!

... (truncated)

Commits

Updates postcss from 8.4.40 to 8.4.47

Release notes

Sourced from postcss's releases.

8.4.47

  • Removed debug code.

8.4.46

  • Fixed Cannot read properties of undefined (reading 'before').

8.4.45

  • Removed unnecessary fix which could lead to infinite loop.

8.4.44

  • Another way to fix markClean is not a function error.

8.4.43

  • Fixed markClean is not a function error.

8.4.42

  • Fixed CSS syntax error on long minified files (by @​varpstar).

8.4.41

Changelog

Sourced from postcss's changelog.

8.4.47

  • Removed debug code.

8.4.46

  • Fixed Cannot read properties of undefined (reading 'before').

8.4.45

  • Removed unnecessary fix which could lead to infinite loop.

8.4.44

  • Another way to fix markClean is not a function error.

8.4.43

  • Fixed markClean is not a function error.

8.4.42

  • Fixed CSS syntax error on long minified files (by @​varpstar).

8.4.41

Commits

Updates tailwindcss from 3.4.7 to 3.4.13

Release notes

Sourced from tailwindcss's releases.

v3.4.13

Fixed

  • Improve source glob verification performance (#14481)

v3.4.12

Fixed

  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#14427)

v3.4.11

Fixed

  • Allow anchor-size(…) in arbitrary values (#14393)

v3.4.10

Fixed

  • Bump versions of plugins in the Standalone CLI (#14185)

v3.4.9

Fixed

  • No longer warns when broad glob patterns are detecting vendor folders

v3.4.8

Fixed

  • Fix minification when using nested CSS (#14105)
  • Warn when broad glob patterns are used in the content configuration (#14140)
Changelog

Sourced from tailwindcss's changelog.

[3.4.13] - 2024-09-23

Fixed

  • Improve source glob verification performance (#14481)

[3.4.12] - 2024-09-17

Fixed

  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#14427)

[3.4.11] - 2024-09-11

Fixed

  • Allow anchor-size(…) in arbitrary values (#14393)

[3.4.10] - 2024-08-13

Fixed

  • Bump versions of plugins in the Standalone CLI (#14185)

[3.4.9] - 2024-08-08

Fixed

  • No longer warns when broad glob patterns are detecting vendor folders

[3.4.8] - 2024-08-07

Fixed

  • Fix minification when using nested CSS (#14105)
  • Warn when broad glob patterns are used in the content configuration (#14140)
Commits

Updates typescript from 5.5.4 to 5.6.2

Release notes

Sourced from typescript's releases.

TypeScript 5.6

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 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.6 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • a7e3374 Bump version to 5.6.2 and LKG
  • 2063357 🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...
  • 4fe7e41 🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...
  • 1a03e53 🤖 Pick PR #59761 (this can be nullish) into release-5.6 (#59762)
  • 6212132 Update LKG
  • bbb5faf 🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...
  • e6914a5 Bump version to 5.6.1-rc and LKG
  • 34121c4 Update LKG
  • 2a30c2a Merge remote-tracking branch 'origin/main' into release-5.6
  • 936a79b Expose TypeChecker. getAwaitedType to public (#59268)
  • 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/198 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/1/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/landing/npm-307b73eb91` --- ### 📝 Commits (1) - [`8dde4d2`](https://github.com/feeddeck/feeddeck/commit/8dde4d22737c5eccaffa06652c3ea65a92ba70c0) Bump the npm group across 1 directory with 10 updates ### 📊 Changes **2 files changed** (+426 additions, -398 deletions) <details> <summary>View changed files</summary> 📝 `landing/package-lock.json` (+416 -388) 📝 `landing/package.json` (+10 -10) </details> ### 📄 Description Bumps the npm group with 10 updates in the /landing directory: | Package | From | To | | --- | --- | --- | | [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.1.2` | `2.1.8` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.0.2` | `22.7.4` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.3` | `18.3.10` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.11.1` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.5` | `14.2.13` | | [next](https://github.com/vercel/next.js) | `14.2.5` | `14.2.13` | | [postcss](https://github.com/postcss/postcss) | `8.4.40` | `8.4.47` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.7` | `3.4.13` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` | Updates `@headlessui/react` from 2.1.2 to 2.1.8 <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.8</h2> <h3>Fixed</h3> <ul> <li>Fix crash when using <code>as={Fragment}</code> on <code>MenuButton</code>, <code>ListboxButton</code>, <code>DisclosureButton</code> or <code>Button</code> components (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3478">#3478</a>)</li> </ul> <h2><code>@​headlessui/react</code><a href="https://github.com/v2"><code>@​v2</code></a>.1.7</h2> <h3>Fixed</h3> <ul> <li>Prevent crash in environments where <code>Element.prototype.getAnimations</code> is not available (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3473">#3473</a>)</li> </ul> <h2><code>@​headlessui/react</code><a href="https://github.com/v2"><code>@​v2</code></a>.1.6</h2> <h3>Fixed</h3> <ul> <li>Fix <code>ListboxOptions</code> being incorrectly marked as <code>inert</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3466">#3466</a>)</li> <li>Fix crash when using <code>DisclosureButton</code> inside of a <code>DisclosurePanel</code> when the <code>Disclosure</code> is open by default (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3465">#3465</a>)</li> </ul> <h2><code>@​headlessui/react</code><a href="https://github.com/v2"><code>@​v2</code></a>.1.5</h2> <h3>Fixed</h3> <ul> <li>Fix transition bug on Firefox, triggered by clicking the <code>PopoverButton</code> in rapid succession (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3452">#3452</a>)</li> </ul> <h2><code>@​headlessui/react</code><a href="https://github.com/v2"><code>@​v2</code></a>.1.4</h2> <h3>Fixed</h3> <ul> <li>Fix components not closing properly when using the <code>transition</code> prop (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3448">#3448</a>)</li> </ul> <h2><code>@​headlessui/react</code><a href="https://github.com/v2"><code>@​v2</code></a>.1.3</h2> <h3>Fixed</h3> <ul> <li>Ensure <code>Transition</code> component state doesn't change when it becomes hidden (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3372">#3372</a>)</li> <li>Fix closing components using the <code>transition</code> prop, and after scrolling the page (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3407">#3407</a>)</li> <li>Ensure all client components are marked correctly to avoid a crash with React 19 and Turbopack (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3429">#3429</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.8] - 2024-09-12</h2> <h3>Fixed</h3> <ul> <li>Fix crash when using <code>as={Fragment}</code> on <code>MenuButton</code>, <code>ListboxButton</code>, <code>DisclosureButton</code> or <code>Button</code> components (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3478">#3478</a>)</li> </ul> <h2>[2.1.7] - 2024-09-11</h2> <h3>Fixed</h3> <ul> <li>Prevent crash in environments where <code>Element.prototype.getAnimations</code> is not available (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3473">#3473</a>)</li> </ul> <h2>[2.1.6] - 2024-09-09</h2> <h3>Fixed</h3> <ul> <li>Fix <code>ListboxOptions</code> being incorrectly marked as <code>inert</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3466">#3466</a>)</li> <li>Fix crash when using <code>DisclosureButton</code> inside of a <code>DisclosurePanel</code> when the <code>Disclosure</code> is open by default (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3465">#3465</a>)</li> </ul> <h2>[2.1.5] - 2024-09-04</h2> <h3>Fixed</h3> <ul> <li>Fix transition bug on Firefox, triggered by clicking the <code>PopoverButton</code> in rapid succession (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3452">#3452</a>)</li> </ul> <h2>[2.1.4] - 2024-09-03</h2> <h3>Fixed</h3> <ul> <li>Fix components not closing properly when using the <code>transition</code> prop (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3448">#3448</a>)</li> </ul> <h2>[2.1.3] - 2024-08-23</h2> <h3>Fixed</h3> <ul> <li>Ensure <code>Transition</code> component state doesn't change when it becomes hidden (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3372">#3372</a>)</li> <li>Fix closing components using the <code>transition</code> prop, and after scrolling the page (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3407">#3407</a>)</li> <li>Ensure all client components are marked correctly to avoid a crash with React 19 and Turbopack (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3429">#3429</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/headlessui/commit/994303f93686c85828093dc0be22ffc03563682d"><code>994303f</code></a> 2.1.8 - <code>@​headlessui/react</code></li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/b6708960b86b18f86821e19d4a35375786d72103"><code>b670896</code></a> Fix crash when using <code>as={Fragment}</code> on <code>MenuButton</code>, <code>ListboxButton</code>, `Discl...</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/dde00da9e77380a36522eba9b41a5d8353363f58"><code>dde00da</code></a> 2.1.7 - <code>@​headlessui/react</code></li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/4737c6df97993492dde4a2b6384f8222184e1211"><code>4737c6d</code></a> Prevent crash in environments where <code>Element.prototype.getAnimations</code> is not ...</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/5b365f5caea53f58fde4e67ef154f85c93b204b9"><code>5b365f5</code></a> 2.1.6 - <code>@​headlessui/react</code></li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/ef78d58a2e2aa1ef962f64ec6646968ce73eef2b"><code>ef78d58</code></a> Fix crash when using <code>DisclosureButton</code> inside of a <code>DisclosurePanel</code> when th...</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/07c9f1f71126a278e4bb97250a2b098b56c0cfcb"><code>07c9f1f</code></a> Fix <code>ListboxOptions</code> being incorrectly marked as <code>inert</code> (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3466">#3466</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/cb86665f5bfa96df76e69461e6e94084af3e9e46"><code>cb86665</code></a> 2.1.5 - <code>@​headlessui/react</code></li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/971ff6b67e6f856eb5c45cd4a7e330ab80742f4a"><code>971ff6b</code></a> Fix transition bug on Firefox, triggered by clicking the <code>PopoverButton</code> in r...</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/75619eef3b21a0d0561b78e0f756e56e70ead31e"><code>75619ee</code></a> 2.1.4 - <code>@​headlessui/react</code></li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.1.8/packages/@headlessui-react">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 22.0.2 to 22.7.4 <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 `@types/react` from 18.3.3 to 18.3.10 <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 `autoprefixer` from 10.4.19 to 10.4.20 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/releases">autoprefixer's releases</a>.</em></p> <blockquote> <h2>10.4.20</h2> <ul> <li>Fixed <code>fit-content</code> prefix for Firefox.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md">autoprefixer's changelog</a>.</em></p> <blockquote> <h2>10.4.20</h2> <ul> <li>Fixed <code>fit-content</code> prefix for Firefox.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/autoprefixer/commit/dae6eb465da5640bb03ecda8b6d6b73e9ba26429"><code>dae6eb4</code></a> Release 10.4.20 version</li> <li><a href="https://github.com/postcss/autoprefixer/commit/ee43652953044be536fbec3b79c15e28798f49fc"><code>ee43652</code></a> Fix fit-content for Firefox</li> <li><a href="https://github.com/postcss/autoprefixer/commit/cf808243ce6eef1087ddedfd0e1bfca3af6db9c8"><code>cf80824</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/autoprefixer/commit/49d5ec656a38188f05c69d621242512891b61c68"><code>49d5ec6</code></a> Move to pnpm 9</li> <li>See full diff in <a href="https://github.com/postcss/autoprefixer/compare/10.4.19...10.4.20">compare view</a></li> </ul> </details> <br /> Updates `eslint` from 8.57.0 to 9.11.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v9.11.1</h2> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/20fd91689f2a89643a6f67e900a53552d47ddfe5"><code>20fd916</code></a> fix: add <code>@eslint/core</code>, <code>@types/estree</code>, &amp; <code>@types/json-schema</code> deps (<a href="https://redirect.github.com/eslint/eslint/issues/18938">#18938</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/27383226b8c5ead6b7cafc017a8ca12a1512a301"><code>2738322</code></a> fix: add missing types for <code>require-atomic-updates</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18937">#18937</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/d71ff3068c3134171346c91f4095dd5908d9c897"><code>d71ff30</code></a> fix: add missing types for <code>object-shorthand</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18935">#18935</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/561cadc54376fd0a5cc1446c3cd76bfbb6b3ce9d"><code>561cadc</code></a> fix: add missing types for <code>no-unsafe-negation</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18932">#18932</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/8843656f9b161d97d9dc78db01413029621e266d"><code>8843656</code></a> fix: add missing types for <code>no-underscore-dangle</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18931">#18931</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/92cde5c6da43b6017657e4c596421e3347f3dbc4"><code>92cde5c</code></a> fix: add missing types for <code>no-shadow</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18930">#18930</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/b3cbe11a9216d1edabd5b85d6f274ca84574bce6"><code>b3cbe11</code></a> fix: add missing types for <code>no-sequences</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18929">#18929</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/976f77f7f6da591b715b1ce2592f09c2f1160153"><code>976f77f</code></a> fix: add missing types for <code>no-unused-expressions</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18933">#18933</a>) (Kristóf Poduszló)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/3eff70963772e9faad4a865aaa4cf3d7dbe700a0"><code>3eff709</code></a> docs: replace deprecated <code>Linter.FlatConfig</code> type with <code>Linter.Config</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18941">#18941</a>) (Carlos Meira)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/df4a859b4cd578a3535a488a665a6e858289f455"><code>df4a859</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.11.1 (<a href="https://redirect.github.com/eslint/eslint/issues/18943">#18943</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/36d8095308d8973aa38bb9568121822776a5199d"><code>36d8095</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> </ul> <h2>v9.11.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ec30c7349e0bc2c37465a036e8c7ea3318ac2328"><code>ec30c73</code></a> feat: add &quot;eslint/universal&quot; to export <code>Linter</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18883">#18883</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/c591da68d4a96aa28df68f4eff7641f42af82b15"><code>c591da6</code></a> feat: Add language to types (<a href="https://redirect.github.com/eslint/eslint/issues/18917">#18917</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/492eb8f34ebbc5c9d1dbfcf4dd06b8dde8d1df74"><code>492eb8f</code></a> feat: limit the name given to <code>ImportSpecifier</code> in <code>id-length</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18861">#18861</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/19c685608d134d9120a129cc80c0ba7f8f016aa3"><code>19c6856</code></a> feat: Add <code>no-useless-constructor</code> suggestion (<a href="https://redirect.github.com/eslint/eslint/issues/18799">#18799</a>) (Jordan Thomson)</li> <li><a href="https://github.com/eslint/eslint/commit/a48f8c29b58c27d87dbf202d55a5770d678d37d6"><code>a48f8c2</code></a> feat: add type <code>FormatterFunction</code>, update <code>LoadedFormatter</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18872">#18872</a>) (Francesco Trotta)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/5e5f39b82535f59780ce4be56d01fd1466029c25"><code>5e5f39b</code></a> fix: add missing types for <code>no-restricted-exports</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18914">#18914</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/8f630eb5794ef9fe38e0b8f034287650def634bd"><code>8f630eb</code></a> fix: add missing types for <code>no-param-reassign</code> options (<a href="https://redirect.github.com/eslint/eslint/issues/18906">#18906</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/d71578124f14d6da3fa5ab5cc391bb6c9ac3ffcf"><code>d715781</code></a> fix: add missing types for <code>no-extra-boolean-cast</code> options (<a href="https://redirect.github.com/eslint/eslint/issues/18902">#18902</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/2de5742682ec45e24dca9ca7faaa45330497fca9"><code>2de5742</code></a> fix: add missing types for <code>no-misleading-character-class</code> options (<a href="https://redirect.github.com/eslint/eslint/issues/18905">#18905</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/c153084250673b31bed46e3fe6af7a65b4ce8d6f"><code>c153084</code></a> fix: add missing types for <code>no-implicit-coercion</code> options (<a href="https://redirect.github.com/eslint/eslint/issues/18903">#18903</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/fa11b2ede6e5dc1f55dfe4b9b65d9760828900e8"><code>fa11b2e</code></a> fix: add missing types for <code>no-empty-function</code> options (<a href="https://redirect.github.com/eslint/eslint/issues/18901">#18901</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/a0deed122a9676fab07b903c8d16fbf60b92eadf"><code>a0deed1</code></a> fix: add missing types for <code>camelcase</code> options (<a href="https://redirect.github.com/eslint/eslint/issues/18897">#18897</a>) (Kristóf Poduszló)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/e4e570952249d1c4fde59c79a0f49a38490b72c9"><code>e4e5709</code></a> docs: correct <code>prefer-object-has-own</code> type definition comment (<a href="https://redirect.github.com/eslint/eslint/issues/18924">#18924</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/91cbd18c70dee2ef73de8d8e43f2c744fd173934"><code>91cbd18</code></a> docs: add unicode abbreviations in no-irregular-whitespace rule (<a href="https://redirect.github.com/eslint/eslint/issues/18894">#18894</a>) (Alix Royere)</li> <li><a href="https://github.com/eslint/eslint/commit/59cfc0f1b3bbb62260602579f79bd1c36ab5a00f"><code>59cfc0f</code></a> docs: clarify <code>resultsMeta</code> in <code>LoadedFormatter</code> type (<a href="https://redirect.github.com/eslint/eslint/issues/18881">#18881</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/adcc50dbf1fb98c0884f841e2a627796a4490373"><code>adcc50d</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/4edac1a325a832804f76602736a86217b40f69ac"><code>4edac1a</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Build Related</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/959d360be597d3112b10590018cd52f1d98712d6"><code>959d360</code></a> build: Support updates to previous major versions (<a href="https://redirect.github.com/eslint/eslint/issues/18871">#18871</a>) (Milos Djermanovic)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ca21a64ed0f59adb9dadcef2fc8f7248879edbd3"><code>ca21a64</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.11.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18927">#18927</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/a10f90af35aea9ac555b1f33106fbba1027d774e"><code>a10f90a</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/e4e02cc6938f38ad5028bb8ad82f52460a18dea5"><code>e4e02cc</code></a> refactor: Extract processor logic into ProcessorService (<a href="https://redirect.github.com/eslint/eslint/issues/18818">#18818</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/6d4484d9c19e4132f3dee948174a543dbbb5d30f"><code>6d4484d</code></a> chore: updates for v8.57.1 release (Jenkins)</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.11.1 - September 23, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/df4a859b4cd578a3535a488a665a6e858289f455"><code>df4a859</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.11.1 (<a href="https://redirect.github.com/eslint/eslint/issues/18943">#18943</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/36d8095308d8973aa38bb9568121822776a5199d"><code>36d8095</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/20fd91689f2a89643a6f67e900a53552d47ddfe5"><code>20fd916</code></a> fix: add <code>@eslint/core</code>, <code>@types/estree</code>, &amp; <code>@types/json-schema</code> deps (<a href="https://redirect.github.com/eslint/eslint/issues/18938">#18938</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/3eff70963772e9faad4a865aaa4cf3d7dbe700a0"><code>3eff709</code></a> docs: replace deprecated <code>Linter.FlatConfig</code> type with <code>Linter.Config</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18941">#18941</a>) (Carlos Meira)</li> <li><a href="https://github.com/eslint/eslint/commit/27383226b8c5ead6b7cafc017a8ca12a1512a301"><code>2738322</code></a> fix: add missing types for <code>require-atomic-updates</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18937">#18937</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/d71ff3068c3134171346c91f4095dd5908d9c897"><code>d71ff30</code></a> fix: add missing types for <code>object-shorthand</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18935">#18935</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/561cadc54376fd0a5cc1446c3cd76bfbb6b3ce9d"><code>561cadc</code></a> fix: add missing types for <code>no-unsafe-negation</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18932">#18932</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/8843656f9b161d97d9dc78db01413029621e266d"><code>8843656</code></a> fix: add missing types for <code>no-underscore-dangle</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18931">#18931</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/92cde5c6da43b6017657e4c596421e3347f3dbc4"><code>92cde5c</code></a> fix: add missing types for <code>no-shadow</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18930">#18930</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/b3cbe11a9216d1edabd5b85d6f274ca84574bce6"><code>b3cbe11</code></a> fix: add missing types for <code>no-sequences</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18929">#18929</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/976f77f7f6da591b715b1ce2592f09c2f1160153"><code>976f77f</code></a> fix: add missing types for <code>no-unused-expressions</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18933">#18933</a>) (Kristóf Poduszló)</li> </ul> <p>v9.11.0 - September 20, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/ca21a64ed0f59adb9dadcef2fc8f7248879edbd3"><code>ca21a64</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.11.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18927">#18927</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/a10f90af35aea9ac555b1f33106fbba1027d774e"><code>a10f90a</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/5e5f39b82535f59780ce4be56d01fd1466029c25"><code>5e5f39b</code></a> fix: add missing types for <code>no-restricted-exports</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18914">#18914</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/e4e570952249d1c4fde59c79a0f49a38490b72c9"><code>e4e5709</code></a> docs: correct <code>prefer-object-has-own</code> type definition comment (<a href="https://redirect.github.com/eslint/eslint/issues/18924">#18924</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/8f630eb5794ef9fe38e0b8f034287650def634bd"><code>8f630eb</code></a> fix: add missing types for <code>no-param-reassign</code> options (<a href="https://redirect.github.com/eslint/eslint/issues/18906">#18906</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/d71578124f14d6da3fa5ab5cc391bb6c9ac3ffcf"><code>d715781</code></a> fix: add missing types for <code>no-extra-boolean-cast</code> options (<a href="https://redirect.github.com/eslint/eslint/issues/18902">#18902</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/e4e02cc6938f38ad5028bb8ad82f52460a18dea5"><code>e4e02cc</code></a> refactor: Extract processor logic into ProcessorService (<a href="https://redirect.github.com/eslint/eslint/issues/18818">#18818</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ec30c7349e0bc2c37465a036e8c7ea3318ac2328"><code>ec30c73</code></a> feat: add &quot;eslint/universal&quot; to export <code>Linter</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18883">#18883</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/c591da68d4a96aa28df68f4eff7641f42af82b15"><code>c591da6</code></a> feat: Add language to types (<a href="https://redirect.github.com/eslint/eslint/issues/18917">#18917</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/91cbd18c70dee2ef73de8d8e43f2c744fd173934"><code>91cbd18</code></a> docs: add unicode abbreviations in no-irregular-whitespace rule (<a href="https://redirect.github.com/eslint/eslint/issues/18894">#18894</a>) (Alix Royere)</li> <li><a href="https://github.com/eslint/eslint/commit/959d360be597d3112b10590018cd52f1d98712d6"><code>959d360</code></a> build: Support updates to previous major versions (<a href="https://redirect.github.com/eslint/eslint/issues/18871">#18871</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/6d4484d9c19e4132f3dee948174a543dbbb5d30f"><code>6d4484d</code></a> chore: updates for v8.57.1 release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/492eb8f34ebbc5c9d1dbfcf4dd06b8dde8d1df74"><code>492eb8f</code></a> feat: limit the name given to <code>ImportSpecifier</code> in <code>id-length</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18861">#18861</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/2de5742682ec45e24dca9ca7faaa45330497fca9"><code>2de5742</code></a> fix: add missing types for <code>no-misleading-character-class</code> options (<a href="https://redirect.github.com/eslint/eslint/issues/18905">#18905</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/c153084250673b31bed46e3fe6af7a65b4ce8d6f"><code>c153084</code></a> fix: add missing types for <code>no-implicit-coercion</code> options (<a href="https://redirect.github.com/eslint/eslint/issues/18903">#18903</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/19c685608d134d9120a129cc80c0ba7f8f016aa3"><code>19c6856</code></a> feat: Add <code>no-useless-constructor</code> suggestion (<a href="https://redirect.github.com/eslint/eslint/issues/18799">#18799</a>) (Jordan Thomson)</li> <li><a href="https://github.com/eslint/eslint/commit/fa11b2ede6e5dc1f55dfe4b9b65d9760828900e8"><code>fa11b2e</code></a> fix: add missing types for <code>no-empty-function</code> options (<a href="https://redirect.github.com/eslint/eslint/issues/18901">#18901</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/a0deed122a9676fab07b903c8d16fbf60b92eadf"><code>a0deed1</code></a> fix: add missing types for <code>camelcase</code> options (<a href="https://redirect.github.com/eslint/eslint/issues/18897">#18897</a>) (Kristóf Poduszló)</li> <li><a href="https://github.com/eslint/eslint/commit/71f37c5bf04afb704232d312cc6c72c957d1c14e"><code>71f37c5</code></a> refactor: use optional chaining when validating config rules (<a href="https://redirect.github.com/eslint/eslint/issues/18893">#18893</a>) (lucasrmendonca)</li> <li><a href="https://github.com/eslint/eslint/commit/2c2805f8ee0fb1f27f3e442de248f45e5a98a067"><code>2c2805f</code></a> chore: Add PR note to all templates (<a href="https://redirect.github.com/eslint/eslint/issues/18892">#18892</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/7b852ce59e6ed56931c080aa46ab548fa57feffc"><code>7b852ce</code></a> refactor: use <code>Directive</code> class from <code>@eslint/plugin-kit</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18884">#18884</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/a48f8c29b58c27d87dbf202d55a5770d678d37d6"><code>a48f8c2</code></a> feat: add type <code>FormatterFunction</code>, update <code>LoadedFormatter</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18872">#18872</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/d594ddd2cc9b0c251291ea12fbd14ccd2ee32ac7"><code>d594ddd</code></a> chore: update dependency <code>@​eslint/core</code> to ^0.6.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18863">#18863</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/59cfc0f1b3bbb62260602579f79bd1c36ab5a00f"><code>59cfc0f</code></a> docs: clarify <code>resultsMeta</code> in <code>LoadedFormatter</code> type (<a href="https://redirect.github.com/eslint/eslint/issues/18881">#18881</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/78b2421e28f29206fe120ae1b03804b1b79e6324"><code>78b2421</code></a> chore: Update change.yml (<a href="https://redirect.github.com/eslint/eslint/issues/18882">#18882</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/a416f0a270e922c86e8571e94a30fc87d72fa873"><code>a416f0a</code></a> chore: enable <code>$ExpectType</code> comments in .ts files (<a href="https://redirect.github.com/eslint/eslint/issues/18869">#18869</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/adcc50dbf1fb98c0884f841e2a627796a4490373"><code>adcc50d</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/4edac1a325a832804f76602736a86217b40f69ac"><code>4edac1a</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <p>v8.57.1 - September 16, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/140ec4569fda5a974b6964242b0b2991828a5567"><code>140ec45</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.57.1 (<a href="https://redirect.github.com/eslint/eslint/issues/18913">#18913</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bcdfc04a69c53dbf1fc3d38603fe0a796bf2274d"><code>bcdfc04</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/3f6ce8d6b74aba0d645448e898f271825eeb9630"><code>3f6ce8d</code></a> chore: pin vite-plugin-commonjs@0.10.1 (<a href="https://redirect.github.com/eslint/eslint/issues/18910">#18910</a>) (Milos Djermanovic)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/69e94597caa92c9b9f4071f8c9ed4a03772fa6de"><code>69e9459</code></a> 9.11.1</li> <li><a href="https://github.com/eslint/eslint/commit/fcdac444989e541abe9575f6c39d828ecbe5f5d1"><code>fcdac44</code></a> Build: changelog update for 9.11.1</li> <li><a href="https://github.com/eslint/eslint/commit/df4a859b4cd578a3535a488a665a6e858289f455"><code>df4a859</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.11.1 (<a href="https://redirect.github.com/eslint/eslint/issues/18943">#18943</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/36d8095308d8973aa38bb9568121822776a5199d"><code>36d8095</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/20fd91689f2a89643a6f67e900a53552d47ddfe5"><code>20fd916</code></a> fix: add <code>@eslint/core</code>, <code>@types/estree</code>, &amp; <code>@types/json-schema</code> deps (<a href="https://redirect.github.com/eslint/eslint/issues/18938">#18938</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/3eff70963772e9faad4a865aaa4cf3d7dbe700a0"><code>3eff709</code></a> docs: replace deprecated <code>Linter.FlatConfig</code> type with <code>Linter.Config</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18941">#18941</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/27383226b8c5ead6b7cafc017a8ca12a1512a301"><code>2738322</code></a> fix: add missing types for <code>require-atomic-updates</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18937">#18937</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/d71ff3068c3134171346c91f4095dd5908d9c897"><code>d71ff30</code></a> fix: add missing types for <code>object-shorthand</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18935">#18935</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/561cadc54376fd0a5cc1446c3cd76bfbb6b3ce9d"><code>561cadc</code></a> fix: add missing types for <code>no-unsafe-negation</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18932">#18932</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/8843656f9b161d97d9dc78db01413029621e266d"><code>8843656</code></a> fix: add missing types for <code>no-underscore-dangle</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18931">#18931</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.57.0...v9.11.1">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-next` from 14.2.5 to 14.2.13 <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.13</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 missing cache-control on SSR app route (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70265">#70265</a>)</li> <li>feat: add polyfill of URL.canParse for browser compatibility (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70228">#70228</a>)</li> <li>Fix vercel og package memory leak (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70214">#70214</a>)</li> <li>Fix startTime error on Android 9 with Chrome 74 (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/67391">#67391</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/raeyoung-kim"><code>@​raeyoung-kim</code></a>, <a href="https://github.com/huozhi"><code>@​huozhi</code></a>, <a href="https://github.com/devjiwonchoi"><code>@​devjiwonchoi</code></a>, and <a href="https://github.com/ijjk"><code>@​ijjk</code></a> for helping!</p> <h2>v14.2.12</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>update prefetching jsdoc &amp; documentation (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/68047">#68047</a>)</li> <li>Ensure we chunk revalidate tag requests (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70189">#70189</a>)</li> <li>(backport) fix(eslint): allow typescript-eslint v8 (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70090">#70090</a>)</li> <li>[ppr] Don't mark RSC requests as /_next/data requests (backport of <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/66249">#66249</a>) (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70083">#70083</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/alvarlagerlof"><code>@​alvarlagerlof</code></a>, <a href="https://github.com/wyattjoh"><code>@​wyattjoh</code></a>, <a href="https://github.com/delbaoliveira"><code>@​delbaoliveira</code></a>, and <a href="https://github.com/ijjk"><code>@​ijjk</code></a> for helping!</p> <h2>v14.2.11</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: correct metadata url suffix (<a href="https://redirect.github.com/vercel/next.js/pull/69959">vercel/next.js#69959</a>)</li> <li>fix: setting assetPrefix to URL format breaks HMR (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70040">#70040</a>)</li> <li>Update revalidateTag to batch tags in one request (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/65296">#65296</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/devjiwonchoi"><code>@​devjiwonchoi</code></a>, and <a href="https://github.com/ijjk"><code>@​ijjk</code></a> for helping!</p> <h2>v14.2.10</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>Remove invalid fallback revalidate value (<a href="https://redirect.github.com/vercel/next.js/pull/69990">vercel/next.js#69990</a>)</li> <li>Revert server action optimization (<a href="https://redirect.github.com/vercel/next.js/pull/69925">vercel/next.js#69925</a>)</li> <li>Add ability to customize Cache-Control (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/69802">#69802</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/huozhi"><code>@​huozhi</code></a> and <a href="https://github.com/ijjk"><code>@​ijjk</code></a> for helping!</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/f550237aa564bd59bfef7462350ac6c502f0206d"><code>f550237</code></a> v14.2.13</li> <li><a href="https://github.com/vercel/next.js/commit/6d7ced47babace09f5ab1cf5a43ba26d88d984ac"><code>6d7ced4</code></a> v14.2.12</li> <li><a href="https://github.com/vercel/next.js/commit/77910c84be4dfb867fe127089c077c05e8a4225c"><code>77910c8</code></a> (backport) fix(eslint): allow typescript-eslint v8 (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70090">#70090</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/bfbc92aab5c727444ed21e0b84bd55cda2e22067"><code>bfbc92a</code></a> v14.2.11</li> <li><a href="https://github.com/vercel/next.js/commit/937651fede26a1cdd8a83aa4636719e466fa7f20"><code>937651f</code></a> v14.2.10</li> <li><a href="https://github.com/vercel/next.js/commit/6fa8982f8eb766663fd1e11e43621e53fd8e016c"><code>6fa8982</code></a> v14.2.9</li> <li><a href="https://github.com/vercel/next.js/commit/63b999c3ba9fda5ed577d56438200b60b07085e1"><code>63b999c</code></a> v14.2.8</li> <li><a href="https://github.com/vercel/next.js/commit/c021c2f7f72485482d4fac870f0dbd5be369dedb"><code>c021c2f</code></a> feat: enable <code>@​typescript-eslint/recommended</code> in create-next-app --typescript (...</li> <li><a href="https://github.com/vercel/next.js/commit/a1c3a0370ef465c1b788c7bf75d770ca92897cf7"><code>a1c3a03</code></a> v14.2.7</li> <li><a href="https://github.com/vercel/next.js/commit/427c01de1b6dec0e6903ee4cc720220ff1d08fd4"><code>427c01d</code></a> v14.2.6</li> <li>See full diff in <a href="https://github.com/vercel/next.js/commits/v14.2.13/packages/eslint-config-next">compare view</a></li> </ul> </details> <br /> Updates `next` from 14.2.5 to 14.2.13 <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.13</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 missing cache-control on SSR app route (<a href="https://redirect.github.com/vercel/next.js/issues/70265">#70265</a>)</li> <li>feat: add polyfill of URL.canParse for browser compatibility (<a href="https://redirect.github.com/vercel/next.js/issues/70228">#70228</a>)</li> <li>Fix vercel og package memory leak (<a href="https://redirect.github.com/vercel/next.js/issues/70214">#70214</a>)</li> <li>Fix startTime error on Android 9 with Chrome 74 (<a href="https://redirect.github.com/vercel/next.js/issues/67391">#67391</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/raeyoung-kim"><code>@​raeyoung-kim</code></a>, <a href="https://github.com/huozhi"><code>@​huozhi</code></a>, <a href="https://github.com/devjiwonchoi"><code>@​devjiwonchoi</code></a>, and <a href="https://github.com/ijjk"><code>@​ijjk</code></a> for helping!</p> <h2>v14.2.12</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>update prefetching jsdoc &amp; documentation (<a href="https://redirect.github.com/vercel/next.js/issues/68047">#68047</a>)</li> <li>Ensure we chunk revalidate tag requests (<a href="https://redirect.github.com/vercel/next.js/issues/70189">#70189</a>)</li> <li>(backport) fix(eslint): allow typescript-eslint v8 (<a href="https://redirect.github.com/vercel/next.js/issues/70090">#70090</a>)</li> <li>[ppr] Don't mark RSC requests as /_next/data requests (backport of <a href="https://redirect.github.com/vercel/next.js/issues/66249">#66249</a>) (<a href="https://redirect.github.com/vercel/next.js/issues/70083">#70083</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/alvarlagerlof"><code>@​alvarlagerlof</code></a>, <a href="https://github.com/wyattjoh"><code>@​wyattjoh</code></a>, <a href="https://github.com/delbaoliveira"><code>@​delbaoliveira</code></a>, and <a href="https://github.com/ijjk"><code>@​ijjk</code></a> for helping!</p> <h2>v14.2.11</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: correct metadata url suffix (<a href="https://redirect.github.com/vercel/next.js/pull/69959">vercel/next.js#69959</a>)</li> <li>fix: setting assetPrefix to URL format breaks HMR (<a href="https://redirect.github.com/vercel/next.js/issues/70040">#70040</a>)</li> <li>Update revalidateTag to batch tags in one request (<a href="https://redirect.github.com/vercel/next.js/issues/65296">#65296</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/devjiwonchoi"><code>@​devjiwonchoi</code></a>, and <a href="https://github.com/ijjk"><code>@​ijjk</code></a> for helping!</p> <h2>v14.2.10</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>Remove invalid fallback revalidate value (<a href="https://redirect.github.com/vercel/next.js/pull/69990">vercel/next.js#69990</a>)</li> <li>Revert server action optimization (<a href="https://redirect.github.com/vercel/next.js/pull/69925">vercel/next.js#69925</a>)</li> <li>Add ability to customize Cache-Control (<a href="https://redirect.github.com/vercel/next.js/issues/69802">#69802</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/huozhi"><code>@​huozhi</code></a> and <a href="https://github.com/ijjk"><code>@​ijjk</code></a> for helping!</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/f550237aa564bd59bfef7462350ac6c502f0206d"><code>f550237</code></a> v14.2.13</li> <li><a href="https://github.com/vercel/next.js/commit/b0ff3d08f4185623e60a84be8ea0f14f84081f85"><code>b0ff3d0</code></a> Fix startTime error on Android 9 with Chrome 74 (<a href="https://redirect.github.com/vercel/next.js/issues/67391">#67391</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/49566f5a269ef355fb545d86042ed46e10422203"><code>49566f5</code></a> Fix vercel og package memory leak (<a href="https://redirect.github.com/vercel/next.js/issues/70214">#70214</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/62fbd7f778a9afc245d61698c3dc22e4b77537dc"><code>62fbd7f</code></a> feat: add polyfill of <code>URL.canParse</code> for browser compatibility (<a href="https://redirect.github.com/vercel/next.js/issues/70228">#70228</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/b503b8eb521a3ea5e774905c202e6c3edb6edaa2"><code>b503b8e</code></a> Fix missing cache-control on SSR app route (<a href="https://redirect.github.com/vercel/next.js/issues/70265">#70265</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/6d7ced47babace09f5ab1cf5a43ba26d88d984ac"><code>6d7ced4</code></a> v14.2.12</li> <li><a href="https://github.com/vercel/next.js/commit/367c6e68eee24b9dcd2a426683604d9b28005699"><code>367c6e6</code></a> update prefetching jsdoc &amp; documentation (<a href="https://redirect.github.com/vercel/next.js/issues/68047">#68047</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/16ad3683065fedbe0ff1e29e40a6d3d6470f11e5"><code>16ad368</code></a> Ensure we chunk revalidate tag requests (<a href="https://redirect.github.com/vercel/next.js/issues/70189">#70189</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/77910c84be4dfb867fe127089c077c05e8a4225c"><code>77910c8</code></a> (backport) fix(eslint): allow typescript-eslint v8 (<a href="https://redirect.github.com/vercel/next.js/issues/70090">#70090</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/0b907c7153506054fcfb473033c2ff54eb431fff"><code>0b907c7</code></a> [ppr] Don't mark RSC requests as /_next/data requests (backport of <a href="https://redirect.github.com/vercel/next.js/issues/66249">#66249</a>) (#...</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v14.2.5...v14.2.13">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.4.40 to 8.4.47 <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.47</h2> <ul> <li>Removed debug code.</li> </ul> <h2>8.4.46</h2> <ul> <li>Fixed <code>Cannot read properties of undefined (reading 'before')</code>.</li> </ul> <h2>8.4.45</h2> <ul> <li>Removed unnecessary fix which could lead to infinite loop.</li> </ul> <h2>8.4.44</h2> <ul> <li>Another way to fix <code>markClean is not a function</code> error.</li> </ul> <h2>8.4.43</h2> <ul> <li>Fixed <code>markClean is not a function</code> error.</li> </ul> <h2>8.4.42</h2> <ul> <li>Fixed CSS syntax error on long minified files (by <a href="https://github.com/varpstar"><code>@​varpstar</code></a>).</li> </ul> <h2>8.4.41</h2> <ul> <li>Fixed types (by <a href="https://github.com/nex3"><code>@​nex3</code></a> and <a href="https://github.com/querkmachine"><code>@​querkmachine</code></a>).</li> <li>Cleaned up RegExps (by <a href="https://github.com/bluwy"><code>@​bluwy</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.47</h2> <ul> <li>Removed debug code.</li> </ul> <h2>8.4.46</h2> <ul> <li>Fixed <code>Cannot read properties of undefined (reading 'before')</code>.</li> </ul> <h2>8.4.45</h2> <ul> <li>Removed unnecessary fix which could lead to infinite loop.</li> </ul> <h2>8.4.44</h2> <ul> <li>Another way to fix <code>markClean is not a function</code> error.</li> </ul> <h2>8.4.43</h2> <ul> <li>Fixed <code>markClean is not a function</code> error.</li> </ul> <h2>8.4.42</h2> <ul> <li>Fixed CSS syntax error on long minified files (by <a href="https://github.com/varpstar"><code>@​varpstar</code></a>).</li> </ul> <h2>8.4.41</h2> <ul> <li>Fixed types (by <a href="https://github.com/nex3"><code>@​nex3</code></a> and <a href="https://github.com/querkmachine"><code>@​querkmachine</code></a>).</li> <li>Cleaned up RegExps (by <a href="https://github.com/bluwy"><code>@​bluwy</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/5e6fd1302d2cc9a844ac99282b2b7745e4ac0ed3"><code>5e6fd13</code></a> Release 8.4.47 version</li> <li><a href="https://github.com/postcss/postcss/commit/714bc10258bfa96be26bc201d218c67df09da82c"><code>714bc10</code></a> Typo</li> <li><a href="https://github.com/postcss/postcss/commit/439d20e651098d9d16d31ede62df6f7916925e91"><code>439d20e</code></a> Release 8.4.46 version</li> <li><a href="https://github.com/postcss/postcss/commit/b93582f68e1f4796618cfef3377a10198a5af800"><code>b93582f</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/c51e46767d1b76d91ab3ba3b19e4b43b847755b8"><code>c51e467</code></a> Fix error on inserting node without raws in some cases</li> <li><a href="https://github.com/postcss/postcss/commit/829ae47d6bf7a58a84a7633d9e4e45e2eb7a375a"><code>829ae47</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/5aaaec2214117e353962f8d862a31ba0211e0f8b"><code>5aaaec2</code></a> Update remaining workflow jobs to use latest version of actions (<a href="https://redirect.github.com/postcss/postcss/issues/1968">#1968</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/448c4f34d6540181e8ceb499dd9ffe4518356d1c"><code>448c4f3</code></a> Release 8.4.45 version</li> <li><a href="https://github.com/postcss/postcss/commit/1c77d2e33396a314dce558d63ffdbcae7e5c5014"><code>1c77d2e</code></a> Update unnecessary check</li> <li><a href="https://github.com/postcss/postcss/commit/f38b329323b050fde56c2760b6ffe9e3786a23dc"><code>f38b329</code></a> Try to fix CI</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.40...8.4.47">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.4.7 to 3.4.13 <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.13</h2> <h3>Fixed</h3> <ul> <li>Improve source glob verification performance (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14481">#14481</a>)</li> </ul> <h2>v3.4.12</h2> <h3>Fixed</h3> <ul> <li>Ensure using <code>@apply</code> with utilities that use <code>@defaults</code> works with rules defined in the base layer when using <code>optimizeUniversalDefaults</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14427">#14427</a>)</li> </ul> <h2>v3.4.11</h2> <h3>Fixed</h3> <ul> <li>Allow <code>anchor-size(…)</code> in arbitrary values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14393">#14393</a>)</li> </ul> <h2>v3.4.10</h2> <h3>Fixed</h3> <ul> <li>Bump versions of plugins in the Standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14185">#14185</a>)</li> </ul> <h2>v3.4.9</h2> <h3>Fixed</h3> <ul> <li>No longer warns when broad glob patterns are detecting <code>vendor</code> folders</li> </ul> <h2>v3.4.8</h2> <h3>Fixed</h3> <ul> <li>Fix minification when using nested CSS (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14105">#14105</a>)</li> <li>Warn when broad glob patterns are used in the content configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14140">#14140</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.13/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.13] - 2024-09-23</h2> <h3>Fixed</h3> <ul> <li>Improve source glob verification performance (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14481">#14481</a>)</li> </ul> <h2>[3.4.12] - 2024-09-17</h2> <h3>Fixed</h3> <ul> <li>Ensure using <code>@apply</code> with utilities that use <code>@defaults</code> works with rules defined in the base layer when using <code>optimizeUniversalDefaults</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14427">#14427</a>)</li> </ul> <h2>[3.4.11] - 2024-09-11</h2> <h3>Fixed</h3> <ul> <li>Allow <code>anchor-size(…)</code> in arbitrary values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14393">#14393</a>)</li> </ul> <h2>[3.4.10] - 2024-08-13</h2> <h3>Fixed</h3> <ul> <li>Bump versions of plugins in the Standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14185">#14185</a>)</li> </ul> <h2>[3.4.9] - 2024-08-08</h2> <h3>Fixed</h3> <ul> <li>No longer warns when broad glob patterns are detecting <code>vendor</code> folders</li> </ul> <h2>[3.4.8] - 2024-08-07</h2> <h3>Fixed</h3> <ul> <li>Fix minification when using nested CSS (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14105">#14105</a>)</li> <li>Warn when broad glob patterns are used in the content configuration (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14140">#14140</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ed3c5356b77b6c428e9c0ea5bc32719dcdf94128"><code>ed3c535</code></a> 3.4.13</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/066ccf88947cd882a8e59843c61df74615eedd2f"><code>066ccf8</code></a> Improve the performance when checking broad glob patterns. (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14481">#14481</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/e8614a268d3410bd96445df8f25a8b637eefcf14"><code>e8614a2</code></a> 3.4.12</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/fe48ca83d86690a5f2adf01eb8fc0b02c033c59d"><code>fe48ca8</code></a> Insert <code>@defaults</code> at start of stylesheet (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14427">#14427</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/818d10ab8461e682a185475dd4718e741103a4e3"><code>818d10a</code></a> 3.4.11</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/8dd9246a87a5c5fc3b68bb2b6742980a0e588138"><code>8dd9246</code></a> update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/6d9ae82ba341eed7b0e608e3fac2036fe825c958"><code>6d9ae82</code></a> Allow <code>anchor-size(…)</code> in arbitrary values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14393">#14393</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/f07dbff2a7f78fd75c53c6cfe01b58b6c0419f22"><code>f07dbff</code></a> 3.4.10</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/c4f23621e17d9eaba34649fd1b44a851f0e42f57"><code>c4f2362</code></a> Bump versions of plugins in the Standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14185">#14185</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/f65023efb97832660dc17cf954504f9f156047ba"><code>f65023e</code></a> 3.4.9</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.13">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.5.4 to 5.6.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.6</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/">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.6.0%22+is%3Aclosed+">fixed issues query for Typescript 5.6.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+">fixed issues query for Typescript 5.6.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+">fixed issues query for Typescript 5.6.2 (Stable)</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.6 RC</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-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;milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+">fixed issues query for TypeScript v5.6.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+">fixed issues query for TypeScript v5.6.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.6 Beta</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-6-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.6.0%22+is%3Aclosed+">fixed issues query for Typescript 5.6.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/a7e3374f13327483fbe94e32806d65785b0b6cda"><code>a7e3374</code></a> Bump version to 5.6.2 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/20633579fcf88f6b61774349740de4841d2b8b5c"><code>2063357</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59708">#59708</a> (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/4fe7e41ea1a92ecbd59119666be2d60164785391"><code>4fe7e41</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59670">#59670</a> (fix(59649): ts Move to a new file d...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/1a03e5340ae0b83ce1b1f743763625f89e92ca91"><code>1a03e53</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59761">#59761</a> (<code>this</code> can be nullish) into release-5.6 (<a href="https://redirect.github.com/microsoft/TypeScript/issues/59762">#59762</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/6212132b835145b1a8fd49982680ac668caf3ddc"><code>6212132</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/bbb5faf7e749df52adafdcd37c09ac7fff30ddaf"><code>bbb5faf</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/59542">#59542</a> (Fixing delay caused in vscode due t...) into release-5.6 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/e6914a558775bd3ba3dc5567877604a0864b9338"><code>e6914a5</code></a> Bump version to 5.6.1-rc and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/34121c42b638e973f28b438b0513796a37585448"><code>34121c4</code></a> Update LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/2a30c2a8f0408b32c8c7ff88f0bf1c6a32e67704"><code>2a30c2a</code></a> Merge remote-tracking branch 'origin/main' into release-5.6</li> <li><a href="https://github.com/microsoft/TypeScript/commit/936a79bbb58f82b173f6b644974995851b9b479e"><code>936a79b</code></a> Expose TypeChecker. getAwaitedType to public (<a href="https://redirect.github.com/microsoft/TypeScript/issues/59268">#59268</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.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 2025-10-31 16:59:15 -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#195