[PR #200] [MERGED] Bump the npm group across 1 directory with 11 updates #478

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

📋 Pull Request Information

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

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


📝 Commits (2)

  • 4d33f9e Bump the npm group across 1 directory with 11 updates
  • e37247e Fix Import of Download Component

📊 Changes

5 files changed (+1102 additions, -969 deletions)

View changed files

📝 landing/app/page.tsx (+1 -2)
📝 landing/components/download.tsx (+2 -28)
landing/components/downloadinternal.tsx (+31 -0)
📝 landing/package-lock.json (+1057 -928)
📝 landing/package.json (+11 -11)

📄 Description

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

Package From To
@headlessui/react 2.1.2 2.2.0
@types/node 22.0.2 22.8.6
@types/react 18.3.3 18.3.12
@types/react-dom 18.3.0 18.3.1
autoprefixer 10.4.19 10.4.20
eslint 8.57.0 9.13.0
eslint-config-next 14.2.5 15.0.2
next 14.2.5 15.0.2
postcss 8.4.40 8.4.47
tailwindcss 3.4.7 3.4.14
typescript 5.5.4 5.6.3

Updates @headlessui/react from 2.1.2 to 2.2.0

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.2.0

Added

  • Add React 19 support (#3543)

@​headlessui/react@​v2.1.10

Fixed

  • Use React.JSX instead of deprecated global JSX (#3511)
  • Fix crash in ListboxOptions when using as={Fragment} (#3513)

@​headlessui/react@​v2.1.9

Fixed

  • Ensure Element is available before polyfilling to prevent crashes in non-browser environments (#3493)
  • Fix crash when using instanceof HTMLElement in some environments (#3494)
  • Cleanup process in Combobox component when using virtualization (#3495)

@​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.2.0] - 2024-10-25

Added

  • Add React 19 support (#3543)

[2.1.10] - 2024-10-10

Fixed

  • Use React.JSX instead of deprecated global JSX (#3511)
  • Fix crash in ListboxOptions when using as={Fragment} (#3513)

[2.1.9] - 2024-10-03

Fixed

  • Ensure Element is available before polyfilling to prevent crashes in non-browser environments (#3493)
  • Fix crash when using instanceof HTMLElement in some environments (#3494)
  • Cleanup process in Combobox component when using virtualization (#3495)

[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

... (truncated)

Commits

Updates @types/node from 22.0.2 to 22.8.6

Commits

Updates @types/react from 18.3.3 to 18.3.12

Commits

Updates @types/react-dom from 18.3.0 to 18.3.1

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.13.0

Release notes

Sourced from eslint's releases.

v9.13.0

Features

  • 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic)
  • bf723bd feat: Improve eslintrc warning message (#19023) (Milos Djermanovic)
  • 1def4cd feat: drop support for jiti v1.21 (#18996) (Francesco Trotta)
  • f879be2 feat: export ESLint.defaultConfig (#18983) (Nitin Kumar)

Bug Fixes

Documentation

  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#19019) (Nitin Kumar)
  • 19e68d3 docs: update deprecated rules type definitions (#19018) (Nitin Kumar)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#18988) (Milos Djermanovic)

Chores

  • 68d2d9d chore: upgrade to @eslint/js@9.13.0 and @eslint/core@^0.7.0 (#19034) (Francesco Trotta)
  • 2211f0a chore: package.json update for @​eslint/js release (Jenkins)
  • c7abaef perf: using Node.js compile cache (#19012) (唯然)
  • 1d7c077 chore: add pkg.type "commonjs" (#19011) (唯然)
  • 468e3bd test: fix ESLint tests (#19021) (Francesco Trotta)
  • ed4635f ci: upgrade knip@5.32.0 (#18992) (Milos Djermanovic)
  • efad767 chore: remove unused ignore dependency (#18993) (Amaresh S M)

v9.12.0

Features

  • 5a6a053 feat: update to jiti v2 (#18954) (Arya Emami)
  • 17a07fb feat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova)
  • 2ff0e51 feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas)
  • 2d17453 feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich)

Bug Fixes

  • ea380ca fix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas)
  • fdd6319 fix: Issues with type definitions (#18940) (Arya Emami)

Documentation

  • ecbd522 docs: Mention code explorer (#18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#18944) (Jay)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.13.0 - October 18, 2024

  • 68d2d9d chore: upgrade to @eslint/js@9.13.0 and @eslint/core@^0.7.0 (#19034) (Francesco Trotta)
  • 2211f0a chore: package.json update for @​eslint/js release (Jenkins)
  • 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic)
  • 78836d4 fix: update the complexity rule type (#19027) (Nitin Kumar)
  • c7abaef perf: using Node.js compile cache (#19012) (唯然)
  • bf723bd feat: Improve eslintrc warning message (#19023) (Milos Djermanovic)
  • 1d7c077 chore: add pkg.type "commonjs" (#19011) (唯然)
  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#19019) (Nitin Kumar)
  • 468e3bd test: fix ESLint tests (#19021) (Francesco Trotta)
  • 19e68d3 docs: update deprecated rules type definitions (#19018) (Nitin Kumar)
  • 1def4cd feat: drop support for jiti v1.21 (#18996) (Francesco Trotta)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic)
  • 064c8b6 fix: update rule types (#18925) (Nitin Kumar)
  • f879be2 feat: export ESLint.defaultConfig (#18983) (Nitin Kumar)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic)
  • ed4635f ci: upgrade knip@5.32.0 (#18992) (Milos Djermanovic)
  • efad767 chore: remove unused ignore dependency (#18993) (Amaresh S M)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#18988) (Milos Djermanovic)

v9.12.0 - October 4, 2024

  • 555aafd chore: upgrade to @eslint/js@9.12.0 (#18987) (Francesco Trotta)
  • 873ae60 chore: package.json update for @​eslint/js release (Jenkins)
  • ea380ca fix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas)
  • d0a5414 refactor: replace strip-ansi with native module (#18982) (Cristopher)
  • b827029 chore: Enable JSON5 linting (#18979) (Milos Djermanovic)
  • ecbd522 docs: Mention code explorer (#18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#18976) (Milos Djermanovic)
  • 5a6a053 feat: update to jiti v2 (#18954) (Arya Emami)
  • 57232ff docs: Mention plugin-kit in language docs (#18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • fdd6319 fix: Issues with type definitions (#18940) (Arya Emami)
  • 8f55ca2 chore: Upgrade espree, eslint-visitor-keys, eslint-scope (#18962) (Nicholas C. Zakas)
  • 17a07fb feat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#18944) (Jay)
  • 2ff0e51 feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas)
  • 2d17453 feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich)
  • c1a2725 chore: update dependency mocha to ^10.7.3 (#18945) (Milos Djermanovic)

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)

... (truncated)

Commits

Updates eslint-config-next from 14.2.5 to 15.0.2

Release notes

Sourced from eslint-config-next's releases.

v15.0.2

Core Changes

  • Read page name from work store in server module map proxy: #71669
  • codemod: should not transform when param is not used: #71664
  • [dynamicIO] complete refactor to prerender: #71687
  • fix: metadata image route normalize path posix for windows: #71673
  • next-codemod(upgrade): optional catch when missing dev script: #71598
  • Avoid server action function indirection in Turbopack: #71628
  • fix: exclude basePath in findSourceMapURL: #71719
  • fix: stack frame text color in dark mode: #71656
  • Fix: revert the bad node binary handling: #71723
  • next-codemod: add empty pnpm-workspace.yaml to test fixtures to bypass PNPM workspace checks: #71726
  • warn on sync access if dynamicIO is not enabled: #71696
  • Update React from 69d4b800-20241021 to 45804af1-20241021: #71718
  • next-upgrade: do not add --turbopack flag when --turbo exists in next dev: #71730
  • feat: stitch errors with react owner stack: #70393
  • [dynamicIO] update data access error and documentation: #71738
  • Test cached form action with revalidate: #71591
  • Upgrade React from 45804af1-20241021 to 28668d39-20241023: #71745
  • Fix race condition when setting client reference manifests: #71741
  • Fix fetch with no-store inside of use cache: #71754
  • Remove the bottom collapse button in dev overlay: #71658
  • [dynamicIO] unify cache filling and lazy-module warming: #71749
  • Don't filter out source location frames through RSC: #71752
  • fix undefined default export error msg: #71762
  • Upgrade React from 28668d39-20241023 to 1631855f-20241023: #71769
  • Enable owner stack in experimental build: #71716
  • feat: add experiment for sharpjs cpu flags: #71733
  • fix: handle server component replay error in error overlay: #71772
  • Don't error asking for prebuilt bundles: #71778
  • Replace turbopack://[project]/... sourcemap uris with file://... in development: #71489
  • misc: update source map paths for bundled Next.js runtime: #71779
  • [dynamicIO] refine error message and docs: #71781
  • next-upgrade: change --turbo to --turbopack if applicable: #71737
  • Show all diff when uncollapse: #71792
  • Sourcemap errors in terminal by default : #71444
  • Fully enable custom error callbacks for app router: #71794
  • Simplify Server Action Webpack plugin: #71721
  • ensure DIO development segment errors are cleared after correcting: #71811
  • Include sourceframe in errors logged in the terminal during development: #71803
  • [dynamicIO] update prerender cache scoping and cache warming for validation: #71822
  • only force stack frame color in tty: #71860
  • Add test for fetch with auth in use cache: #71768
  • Fix race with hot-reloader-client clearing overlay errors: #71771
  • Fix dynamic tracking in dev: #71867
  • Revert "Sourcemap errors in terminal by default (#71444)": #71868
  • Fix fetch caching inside of "use cache": #71793
  • Trace upload: only send traces for current session: #71838
  • Reland "Sourcemap errors in terminal by default": #71877

... (truncated)

Commits

Updates next from 14.2.5 to 15.0.2

Release notes

Sourced from next's releases.

v15.0.2

Core Changes

  • Read page name from work store in server module map proxy: #71669
  • codemod: should not transform when param is not used: #71664
  • [dynamicIO] complete refactor to prerender: #71687
  • fix: metadata image route normalize path posix for windows: #71673
  • next-codemod(upgrade): optional catch when missing dev script: #71598
  • Avoid server action function indirection in Turbopack: #71628
  • fix: exclude basePath in findSourceMapURL: #71719
  • fix: stack frame text color in dark mode: #71656
  • Fix: revert the bad node binary handling: #71723
  • next-codemod: add empty pnpm-workspace.yaml to test fixtures to bypass PNPM workspace checks: #71726
  • warn on sync access if dynamicIO is not enabled: #71696
  • Update React from 69d4b800-20241021 to 45804af1-20241021: #71718
  • next-upgrade: do not add --turbopack flag when --turbo exists in next dev: #71730
  • feat: stitch errors with react owner stack: #70393
  • [dynamicIO] update data access error and documentation: #71738
  • Test cached form action with revalidate: #71591
  • Upgrade React from 45804af1-20241021 to 28668d39-20241023: #71745
  • Fix race condition when setting client reference manifests: #71741
  • Fix fetch with no-store inside of use cache: #71754
  • Remove the bottom collapse button in dev overlay: #71658
  • [dynamicIO] unify cache filling and lazy-module warming: #71749
  • Don't filter out source location frames through RSC: #71752
  • fix undefined default export error msg: #71762
  • Upgrade React from 28668d39-20241023 to 1631855f-20241023: #71769
  • Enable owner stack in experimental build: #71716
  • feat: add experiment for sharpjs cpu flags: #71733
  • fix: handle server component replay error in error overlay: #71772
  • Don't error asking for prebuilt bundles: #71778
  • Replace turbopack://[project]/... sourcemap uris with file://... in development: #71489
  • misc: update source map paths for bundled Next.js runtime: #71779
  • [dynamicIO] refine error message and docs: #71781
  • next-upgrade: change --turbo to --turbopack if applicable: #71737
  • Show all diff when uncollapse: #71792
  • Sourcemap errors in terminal by default : #71444
  • Fully enable custom error callbacks for app router: #71794
  • Simplify Server Action Webpack plugin: #71721
  • ensure DIO development segment errors are cleared after correcting: #71811
  • Include sourceframe in errors logged in the terminal during development: #71803
  • [dynamicIO] update prerender cache scoping and cache warming for validation: #71822
  • only force stack frame color in tty: #71860
  • Add test for fetch with auth in use cache: #71768
  • Fix race with hot-reloader-client clearing overlay errors: #71771
  • Fix dynamic tracking in dev: #71867
  • Revert "Sourcemap errors in terminal by default (#71444)": #71868
  • Fix fetch caching inside of "use cache": #71793
  • Trace upload: only send traces for current session: #71838
  • Reland "Sourcemap errors in terminal by default": #71877

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

Release notes

Sourced from tailwindcss's releases.

v3.4.14

Fixed

  • Don't set display: none on elements that use hidden="until-found" (#14625)

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.14] - 2024-10-15

Fixed

  • Don't set display: none on elements that use hidden="until-found" (#14625)

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

Release notes

Sourced from typescript's releases.

...

Description has been truncated


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

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/200 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2024 **Status:** ✅ Merged **Merged:** 11/10/2024 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/landing/npm-d8e8c76218` --- ### 📝 Commits (2) - [`4d33f9e`](https://github.com/feeddeck/feeddeck/commit/4d33f9e3f5a755c6bce5a41914bf66711a2562f6) Bump the npm group across 1 directory with 11 updates - [`e37247e`](https://github.com/feeddeck/feeddeck/commit/e37247ebb1bb0d5b3e68ceb638b2707621961bfb) Fix Import of Download Component ### 📊 Changes **5 files changed** (+1102 additions, -969 deletions) <details> <summary>View changed files</summary> 📝 `landing/app/page.tsx` (+1 -2) 📝 `landing/components/download.tsx` (+2 -28) ➕ `landing/components/downloadinternal.tsx` (+31 -0) 📝 `landing/package-lock.json` (+1057 -928) 📝 `landing/package.json` (+11 -11) </details> ### 📄 Description Bumps the npm group with 11 updates in the /landing directory: | Package | From | To | | --- | --- | --- | | [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.1.2` | `2.2.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.0.2` | `22.8.6` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.3` | `18.3.12` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `18.3.1` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.13.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.5` | `15.0.2` | | [next](https://github.com/vercel/next.js) | `14.2.5` | `15.0.2` | | [postcss](https://github.com/postcss/postcss) | `8.4.40` | `8.4.47` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.7` | `3.4.14` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.3` | Updates `@headlessui/react` from 2.1.2 to 2.2.0 <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>.2.0</h2> <h3>Added</h3> <ul> <li>Add React 19 support (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3543">#3543</a>)</li> </ul> <h2><code>@​headlessui/react</code><a href="https://github.com/v2"><code>@​v2</code></a>.1.10</h2> <h3>Fixed</h3> <ul> <li>Use <code>React.JSX</code> instead of deprecated global <code>JSX</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3511">#3511</a>)</li> <li>Fix crash in <code>ListboxOptions</code> when using <code>as={Fragment}</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3513">#3513</a>)</li> </ul> <h2><code>@​headlessui/react</code><a href="https://github.com/v2"><code>@​v2</code></a>.1.9</h2> <h3>Fixed</h3> <ul> <li>Ensure <code>Element</code> is available before polyfilling to prevent crashes in non-browser environments (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3493">#3493</a>)</li> <li>Fix crash when using <code>instanceof HTMLElement</code> in some environments (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3494">#3494</a>)</li> <li>Cleanup <code>process</code> in Combobox component when using virtualization (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3495">#3495</a>)</li> </ul> <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.2.0] - 2024-10-25</h2> <h3>Added</h3> <ul> <li>Add React 19 support (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3543">#3543</a>)</li> </ul> <h2>[2.1.10] - 2024-10-10</h2> <h3>Fixed</h3> <ul> <li>Use <code>React.JSX</code> instead of deprecated global <code>JSX</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3511">#3511</a>)</li> <li>Fix crash in <code>ListboxOptions</code> when using <code>as={Fragment}</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3513">#3513</a>)</li> </ul> <h2>[2.1.9] - 2024-10-03</h2> <h3>Fixed</h3> <ul> <li>Ensure <code>Element</code> is available before polyfilling to prevent crashes in non-browser environments (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3493">#3493</a>)</li> <li>Fix crash when using <code>instanceof HTMLElement</code> in some environments (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3494">#3494</a>)</li> <li>Cleanup <code>process</code> in Combobox component when using virtualization (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/3495">#3495</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/headlessui/commit/d71fb9cd2e12f5a48617b26e6bb3db90b3e07965"><code>d71fb9c</code></a> 2.2.0 - <code>@​headlessui/react</code></li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/8814b0eecd11b09f9971e1845569ba3aa2d5056f"><code>8814b0e</code></a> Add React 19 support (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3543">#3543</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/5eb3b12a95a980397d4cf055f120691911631e85"><code>5eb3b12</code></a> 2.1.10 - <code>@​headlessui/react</code></li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/a4953a2b11e61e3c8ef9be8b03add7f75969bd5a"><code>a4953a2</code></a> Fix crash in <code>ListboxOptions</code> when using <code>as={Fragment}</code> (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3513">#3513</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/3b047fc6702e32feea0638700764eaad4cda2e12"><code>3b047fc</code></a> update changelog</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/13d882957b3ee3116c06ef7a8df2889c048743f3"><code>13d8829</code></a> Use <code>React.JSX</code> instead of <code>JSX</code> (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3511">#3511</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/242225000f43a9f7a364d1ee2d431a27431d4735"><code>2422250</code></a> 2.1.9 - <code>@​headlessui/react</code></li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/02b43d042d24f6b395c62c0e4e9956209210dd10"><code>02b43d0</code></a> Cleanup <code>process</code> in Combobox component when using virtualization (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3495">#3495</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/63daa86b61f4011c62b8796db72af18bb2bd4052"><code>63daa86</code></a> Fix crash when using <code>instanceof HTMLElement</code> in some environments (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3494">#3494</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/f2c80c420741fad430e454e28fed3d1e2382d617"><code>f2c80c4</code></a> Ensure <code>Element</code> is available before polyfilling (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/3493">#3493</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.2.0/packages/@headlessui-react">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 22.0.2 to 22.8.6 <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.12 <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 `@types/react-dom` from 18.3.0 to 18.3.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom">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.13.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.13.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/381c32b6975fa3208c62ca2b1052eb87182ed731"><code>381c32b</code></a> feat: Allow languages to provide <code>defaultLanguageOptions</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19003">#19003</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bf723bd0f948dbfef57f9b34ff894e7603aeaf88"><code>bf723bd</code></a> feat: Improve eslintrc warning message (<a href="https://redirect.github.com/eslint/eslint/issues/19023">#19023</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1def4cdfab1f067c5089df8b36242cdf912b0eb6"><code>1def4cd</code></a> feat: drop support for jiti v1.21 (<a href="https://redirect.github.com/eslint/eslint/issues/18996">#18996</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/f879be240ca7ddf485b700df0eb93985ccb1db45"><code>f879be2</code></a> feat: export <code>ESLint.defaultConfig</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18983">#18983</a>) (Nitin Kumar)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/78836d40ebd3881e527075a991da4cbb0ff9adfc"><code>78836d4</code></a> fix: update the <code>complexity</code> rule type (<a href="https://redirect.github.com/eslint/eslint/issues/19027">#19027</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/064c8b612e2e4b773d6b25867f2045e3ceaa9d66"><code>064c8b6</code></a> fix: update rule types (<a href="https://redirect.github.com/eslint/eslint/issues/18925">#18925</a>) (Nitin Kumar)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/abdbfa83907712d0d44a35aeed4e0ea7bf106740"><code>abdbfa8</code></a> docs: mark <code>LintMessage#nodeType</code> as deprecated (<a href="https://redirect.github.com/eslint/eslint/issues/19019">#19019</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/19e68d3f3a86cf23e5c98eaf8736eeaa33f194f4"><code>19e68d3</code></a> docs: update deprecated rules type definitions (<a href="https://redirect.github.com/eslint/eslint/issues/19018">#19018</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/7dd402d33226d821a17b22c4753ce9c40fc909bd"><code>7dd402d</code></a> docs: Update examples of passing multiple values to a CLI option (<a href="https://redirect.github.com/eslint/eslint/issues/19006">#19006</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5dcbc519b729698be651bdbddb39da774cb70bf1"><code>5dcbc51</code></a> docs: Add example with side-effect imports to no-restricted-imports (<a href="https://redirect.github.com/eslint/eslint/issues/18997">#18997</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1ee87ca1c50018947e76c29e78da9aaf711f53a2"><code>1ee87ca</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/2c3dbdc2319fcf2f65c2de13f9064c5a315be890"><code>2c3dbdc</code></a> docs: Use prerendered sponsors for README (<a href="https://redirect.github.com/eslint/eslint/issues/18988">#18988</a>) (Milos Djermanovic)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/68d2d9dfd63401b6a9b413f11ac2c4b583e4897a"><code>68d2d9d</code></a> chore: upgrade to <code>@eslint/js@9.13.0</code> and <code>@eslint/core@^0.7.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19034">#19034</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/2211f0aeb350f55e1fa71d4df93d46bc1795789d"><code>2211f0a</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/c7abaef5332caf4b6251c9550a81a9c29bf324fd"><code>c7abaef</code></a> perf: using Node.js compile cache (<a href="https://redirect.github.com/eslint/eslint/issues/19012">#19012</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/1d7c077145d070aa7754018b29b038ce2e0c8b0e"><code>1d7c077</code></a> chore: add pkg.type &quot;commonjs&quot; (<a href="https://redirect.github.com/eslint/eslint/issues/19011">#19011</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/468e3bdadfdf5f197a44efd6c8dc5cf2b241f964"><code>468e3bd</code></a> test: fix <code>ESLint</code> tests (<a href="https://redirect.github.com/eslint/eslint/issues/19021">#19021</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/ed4635fa0e4fb91705223a7d9c230b6e9a87cd4c"><code>ed4635f</code></a> ci: upgrade knip@5.32.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18992">#18992</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/efad76732170a9a7db2e056a8d9a0cf503448c48"><code>efad767</code></a> chore: remove unused ignore dependency (<a href="https://redirect.github.com/eslint/eslint/issues/18993">#18993</a>) (Amaresh S M)</li> </ul> <h2>v9.12.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/5a6a05321ca34480c780be8c2cb7946e4c299001"><code>5a6a053</code></a> feat: update to <code>jiti</code> v2 (<a href="https://redirect.github.com/eslint/eslint/issues/18954">#18954</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/17a07fb548ecce24b88e8b2b07491c24ed1111a9"><code>17a07fb</code></a> feat: Hooks for test cases (RuleTester) (<a href="https://redirect.github.com/eslint/eslint/issues/18771">#18771</a>) (Anna Bocharova)</li> <li><a href="https://github.com/eslint/eslint/commit/2ff0e51cedaab967b7ce383437f64b4a6df8608d"><code>2ff0e51</code></a> feat: Implement alternate config lookup (<a href="https://redirect.github.com/eslint/eslint/issues/18742">#18742</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/2d174532ae96bcaecf6fd7de78755164378b3a2d"><code>2d17453</code></a> feat: Implement modified cyclomatic complexity (<a href="https://redirect.github.com/eslint/eslint/issues/18896">#18896</a>) (Dmitry Pashkevich)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ea380cac6f598c86b25a2726c2783636c4169957"><code>ea380ca</code></a> fix: Upgrade retry to avoid EMFILE errors (<a href="https://redirect.github.com/eslint/eslint/issues/18986">#18986</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/fdd631964aee250bc5520770bc1fc3f2f2872813"><code>fdd6319</code></a> fix: Issues with type definitions (<a href="https://redirect.github.com/eslint/eslint/issues/18940">#18940</a>) (Arya Emami)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ecbd52291d7c118b77016c6bf1c60b7d263c44f0"><code>ecbd522</code></a> docs: Mention code explorer (<a href="https://redirect.github.com/eslint/eslint/issues/18978">#18978</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/7ea4ecc6e3320a74c960cb78acc94c0140d15f55"><code>7ea4ecc</code></a> docs: Clarifying the Use of Meta Objects (<a href="https://redirect.github.com/eslint/eslint/issues/18697">#18697</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/d3e4b2ea4a8f76d4d49345c242f013f49635274f"><code>d3e4b2e</code></a> docs: Clarify how to exclude <code>.js</code> files (<a href="https://redirect.github.com/eslint/eslint/issues/18976">#18976</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/57232ff3d50412586df094f052b47adb38f8d9ae"><code>57232ff</code></a> docs: Mention plugin-kit in language docs (<a href="https://redirect.github.com/eslint/eslint/issues/18973">#18973</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/b80ed007cefee086db1ff17cde9f7dd6690459f0"><code>b80ed00</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/cb69ab374c149eb725b2fc5a8f0ff33fd7268a46"><code>cb69ab3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/7fb0d957c102be499d5358a74928e0ea93913371"><code>7fb0d95</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/493348a9a5dcca29d7fbbe13c67ce13a7a38413b"><code>493348a</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/87a582c8b537d133c140781aa9e3ff0201a3c10f"><code>87a582c</code></a> docs: fix typo in <code>id-match</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18944">#18944</a>) (Jay)</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.13.0 - October 18, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/68d2d9dfd63401b6a9b413f11ac2c4b583e4897a"><code>68d2d9d</code></a> chore: upgrade to <code>@eslint/js@9.13.0</code> and <code>@eslint/core@^0.7.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19034">#19034</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/2211f0aeb350f55e1fa71d4df93d46bc1795789d"><code>2211f0a</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/381c32b6975fa3208c62ca2b1052eb87182ed731"><code>381c32b</code></a> feat: Allow languages to provide <code>defaultLanguageOptions</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19003">#19003</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/78836d40ebd3881e527075a991da4cbb0ff9adfc"><code>78836d4</code></a> fix: update the <code>complexity</code> rule type (<a href="https://redirect.github.com/eslint/eslint/issues/19027">#19027</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/c7abaef5332caf4b6251c9550a81a9c29bf324fd"><code>c7abaef</code></a> perf: using Node.js compile cache (<a href="https://redirect.github.com/eslint/eslint/issues/19012">#19012</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/bf723bd0f948dbfef57f9b34ff894e7603aeaf88"><code>bf723bd</code></a> feat: Improve eslintrc warning message (<a href="https://redirect.github.com/eslint/eslint/issues/19023">#19023</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1d7c077145d070aa7754018b29b038ce2e0c8b0e"><code>1d7c077</code></a> chore: add pkg.type &quot;commonjs&quot; (<a href="https://redirect.github.com/eslint/eslint/issues/19011">#19011</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/abdbfa83907712d0d44a35aeed4e0ea7bf106740"><code>abdbfa8</code></a> docs: mark <code>LintMessage#nodeType</code> as deprecated (<a href="https://redirect.github.com/eslint/eslint/issues/19019">#19019</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/468e3bdadfdf5f197a44efd6c8dc5cf2b241f964"><code>468e3bd</code></a> test: fix <code>ESLint</code> tests (<a href="https://redirect.github.com/eslint/eslint/issues/19021">#19021</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/19e68d3f3a86cf23e5c98eaf8736eeaa33f194f4"><code>19e68d3</code></a> docs: update deprecated rules type definitions (<a href="https://redirect.github.com/eslint/eslint/issues/19018">#19018</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/1def4cdfab1f067c5089df8b36242cdf912b0eb6"><code>1def4cd</code></a> feat: drop support for jiti v1.21 (<a href="https://redirect.github.com/eslint/eslint/issues/18996">#18996</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/7dd402d33226d821a17b22c4753ce9c40fc909bd"><code>7dd402d</code></a> docs: Update examples of passing multiple values to a CLI option (<a href="https://redirect.github.com/eslint/eslint/issues/19006">#19006</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/064c8b612e2e4b773d6b25867f2045e3ceaa9d66"><code>064c8b6</code></a> fix: update rule types (<a href="https://redirect.github.com/eslint/eslint/issues/18925">#18925</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/f879be240ca7ddf485b700df0eb93985ccb1db45"><code>f879be2</code></a> feat: export <code>ESLint.defaultConfig</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18983">#18983</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/5dcbc519b729698be651bdbddb39da774cb70bf1"><code>5dcbc51</code></a> docs: Add example with side-effect imports to no-restricted-imports (<a href="https://redirect.github.com/eslint/eslint/issues/18997">#18997</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/ed4635fa0e4fb91705223a7d9c230b6e9a87cd4c"><code>ed4635f</code></a> ci: upgrade knip@5.32.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18992">#18992</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/efad76732170a9a7db2e056a8d9a0cf503448c48"><code>efad767</code></a> chore: remove unused ignore dependency (<a href="https://redirect.github.com/eslint/eslint/issues/18993">#18993</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/1ee87ca1c50018947e76c29e78da9aaf711f53a2"><code>1ee87ca</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/2c3dbdc2319fcf2f65c2de13f9064c5a315be890"><code>2c3dbdc</code></a> docs: Use prerendered sponsors for README (<a href="https://redirect.github.com/eslint/eslint/issues/18988">#18988</a>) (Milos Djermanovic)</li> </ul> <p>v9.12.0 - October 4, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/555aafd06f6dddc743acff06111dc72dd8ea4c4e"><code>555aafd</code></a> chore: upgrade to <code>@eslint/js@9.12.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/18987">#18987</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/873ae608c15a0a386f022076b5aab6112b56b59b"><code>873ae60</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/ea380cac6f598c86b25a2726c2783636c4169957"><code>ea380ca</code></a> fix: Upgrade retry to avoid EMFILE errors (<a href="https://redirect.github.com/eslint/eslint/issues/18986">#18986</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/d0a5414c30421e5dbe313790502dbf13b9330fef"><code>d0a5414</code></a> refactor: replace strip-ansi with native module (<a href="https://redirect.github.com/eslint/eslint/issues/18982">#18982</a>) (Cristopher)</li> <li><a href="https://github.com/eslint/eslint/commit/b8270299abe777bb80a065d537aa1d4be74be705"><code>b827029</code></a> chore: Enable JSON5 linting (<a href="https://redirect.github.com/eslint/eslint/issues/18979">#18979</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/ecbd52291d7c118b77016c6bf1c60b7d263c44f0"><code>ecbd522</code></a> docs: Mention code explorer (<a href="https://redirect.github.com/eslint/eslint/issues/18978">#18978</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/7ea4ecc6e3320a74c960cb78acc94c0140d15f55"><code>7ea4ecc</code></a> docs: Clarifying the Use of Meta Objects (<a href="https://redirect.github.com/eslint/eslint/issues/18697">#18697</a>) (Amaresh S M)</li> <li><a href="https://github.com/eslint/eslint/commit/d3e4b2ea4a8f76d4d49345c242f013f49635274f"><code>d3e4b2e</code></a> docs: Clarify how to exclude <code>.js</code> files (<a href="https://redirect.github.com/eslint/eslint/issues/18976">#18976</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5a6a05321ca34480c780be8c2cb7946e4c299001"><code>5a6a053</code></a> feat: update to <code>jiti</code> v2 (<a href="https://redirect.github.com/eslint/eslint/issues/18954">#18954</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/57232ff3d50412586df094f052b47adb38f8d9ae"><code>57232ff</code></a> docs: Mention plugin-kit in language docs (<a href="https://redirect.github.com/eslint/eslint/issues/18973">#18973</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/b80ed007cefee086db1ff17cde9f7dd6690459f0"><code>b80ed00</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/cb69ab374c149eb725b2fc5a8f0ff33fd7268a46"><code>cb69ab3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/7fb0d957c102be499d5358a74928e0ea93913371"><code>7fb0d95</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/fdd631964aee250bc5520770bc1fc3f2f2872813"><code>fdd6319</code></a> fix: Issues with type definitions (<a href="https://redirect.github.com/eslint/eslint/issues/18940">#18940</a>) (Arya Emami)</li> <li><a href="https://github.com/eslint/eslint/commit/8f55ca22d94c1b0ff3be323b97949edef8d880b0"><code>8f55ca2</code></a> chore: Upgrade espree, eslint-visitor-keys, eslint-scope (<a href="https://redirect.github.com/eslint/eslint/issues/18962">#18962</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/17a07fb548ecce24b88e8b2b07491c24ed1111a9"><code>17a07fb</code></a> feat: Hooks for test cases (RuleTester) (<a href="https://redirect.github.com/eslint/eslint/issues/18771">#18771</a>) (Anna Bocharova)</li> <li><a href="https://github.com/eslint/eslint/commit/493348a9a5dcca29d7fbbe13c67ce13a7a38413b"><code>493348a</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/87a582c8b537d133c140781aa9e3ff0201a3c10f"><code>87a582c</code></a> docs: fix typo in <code>id-match</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/18944">#18944</a>) (Jay)</li> <li><a href="https://github.com/eslint/eslint/commit/2ff0e51cedaab967b7ce383437f64b4a6df8608d"><code>2ff0e51</code></a> feat: Implement alternate config lookup (<a href="https://redirect.github.com/eslint/eslint/issues/18742">#18742</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/2d174532ae96bcaecf6fd7de78755164378b3a2d"><code>2d17453</code></a> feat: Implement modified cyclomatic complexity (<a href="https://redirect.github.com/eslint/eslint/issues/18896">#18896</a>) (Dmitry Pashkevich)</li> <li><a href="https://github.com/eslint/eslint/commit/c1a2725e9c776d6845d94c866c7f7b1fe0315090"><code>c1a2725</code></a> chore: update dependency mocha to ^10.7.3 (<a href="https://redirect.github.com/eslint/eslint/issues/18945">#18945</a>) (Milos Djermanovic)</li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/1a7cdbfad8d3355132aab3201c7dd3f2e879b19d"><code>1a7cdbf</code></a> 9.13.0</li> <li><a href="https://github.com/eslint/eslint/commit/627d5bfeabf9b412b8679f602e6f6e3e23fd8a23"><code>627d5bf</code></a> Build: changelog update for 9.13.0</li> <li><a href="https://github.com/eslint/eslint/commit/68d2d9dfd63401b6a9b413f11ac2c4b583e4897a"><code>68d2d9d</code></a> chore: upgrade to <code>@eslint/js@9.13.0</code> and <code>@eslint/core@^0.7.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19034">#19034</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/2211f0aeb350f55e1fa71d4df93d46bc1795789d"><code>2211f0a</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/381c32b6975fa3208c62ca2b1052eb87182ed731"><code>381c32b</code></a> feat: Allow languages to provide <code>defaultLanguageOptions</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19003">#19003</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/78836d40ebd3881e527075a991da4cbb0ff9adfc"><code>78836d4</code></a> fix: update the <code>complexity</code> rule type (<a href="https://redirect.github.com/eslint/eslint/issues/19027">#19027</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/c7abaef5332caf4b6251c9550a81a9c29bf324fd"><code>c7abaef</code></a> perf: using Node.js compile cache (<a href="https://redirect.github.com/eslint/eslint/issues/19012">#19012</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/bf723bd0f948dbfef57f9b34ff894e7603aeaf88"><code>bf723bd</code></a> feat: Improve eslintrc warning message (<a href="https://redirect.github.com/eslint/eslint/issues/19023">#19023</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/1d7c077145d070aa7754018b29b038ce2e0c8b0e"><code>1d7c077</code></a> chore: add pkg.type &quot;commonjs&quot; (<a href="https://redirect.github.com/eslint/eslint/issues/19011">#19011</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/abdbfa83907712d0d44a35aeed4e0ea7bf106740"><code>abdbfa8</code></a> docs: mark <code>LintMessage#nodeType</code> as deprecated (<a href="https://redirect.github.com/eslint/eslint/issues/19019">#19019</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.57.0...v9.13.0">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-next` from 14.2.5 to 15.0.2 <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>v15.0.2</h2> <h3>Core Changes</h3> <ul> <li>Read page name from work store in server module map proxy: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71669">#71669</a></li> <li>codemod: should not transform when param is not used: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71664">#71664</a></li> <li>[dynamicIO] complete refactor to prerender: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71687">#71687</a></li> <li>fix: metadata image route normalize path posix for windows: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71673">#71673</a></li> <li>next-codemod(upgrade): optional catch when missing dev script: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71598">#71598</a></li> <li>Avoid server action function indirection in Turbopack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71628">#71628</a></li> <li>fix: exclude <code>basePath</code> in <code>findSourceMapURL</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71719">#71719</a></li> <li>fix: stack frame text color in dark mode: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71656">#71656</a></li> <li>Fix: revert the bad node binary handling: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71723">#71723</a></li> <li>next-codemod: add empty <code>pnpm-workspace.yaml</code> to test fixtures to bypass PNPM workspace checks: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71726">#71726</a></li> <li>warn on sync access if dynamicIO is not enabled: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71696">#71696</a></li> <li>Update React from <code>69d4b800-20241021</code> to <code>45804af1-20241021</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71718">#71718</a></li> <li>next-upgrade: do not add <code>--turbopack</code> flag when <code>--turbo</code> exists in <code>next dev</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71730">#71730</a></li> <li>feat: stitch errors with react owner stack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70393">#70393</a></li> <li>[dynamicIO] update data access error and documentation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71738">#71738</a></li> <li>Test cached form action with revalidate: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71591">#71591</a></li> <li>Upgrade React from <code>45804af1-20241021</code> to <code>28668d39-20241023</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71745">#71745</a></li> <li>Fix race condition when setting client reference manifests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71741">#71741</a></li> <li>Fix fetch with no-store inside of use cache: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71754">#71754</a></li> <li>Remove the bottom collapse button in dev overlay: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71658">#71658</a></li> <li>[dynamicIO] unify cache filling and lazy-module warming: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71749">#71749</a></li> <li>Don't filter out <!-- raw HTML omitted --> source location frames through RSC: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71752">#71752</a></li> <li>fix undefined default export error msg: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71762">#71762</a></li> <li>Upgrade React from <code>28668d39-20241023</code> to <code>1631855f-20241023</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71769">#71769</a></li> <li>Enable owner stack in experimental build: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71716">#71716</a></li> <li>feat: add experiment for sharpjs cpu flags: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71733">#71733</a></li> <li>fix: handle server component replay error in error overlay: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71772">#71772</a></li> <li>Don't error asking for prebuilt bundles: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71778">#71778</a></li> <li>Replace <code>turbopack://[project]/...</code> sourcemap uris with <code>file://...</code> in development: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71489">#71489</a></li> <li>misc: update source map paths for bundled Next.js runtime: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71779">#71779</a></li> <li>[dynamicIO] refine error message and docs: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71781">#71781</a></li> <li>next-upgrade: change <code>--turbo</code> to <code>--turbopack</code> if applicable: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71737">#71737</a></li> <li>Show all diff when uncollapse: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71792">#71792</a></li> <li>Sourcemap errors in terminal by default : <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71444">#71444</a></li> <li>Fully enable custom error callbacks for app router: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71794">#71794</a></li> <li>Simplify Server Action Webpack plugin: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71721">#71721</a></li> <li>ensure DIO development segment errors are cleared after correcting: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71811">#71811</a></li> <li>Include sourceframe in errors logged in the terminal during development: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71803">#71803</a></li> <li>[dynamicIO] update prerender cache scoping and cache warming for validation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71822">#71822</a></li> <li>only force stack frame color in tty: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71860">#71860</a></li> <li>Add test for fetch with auth in use cache: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71768">#71768</a></li> <li>Fix race with hot-reloader-client clearing overlay errors: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71771">#71771</a></li> <li>Fix dynamic tracking in dev: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71867">#71867</a></li> <li>Revert &quot;Sourcemap errors in terminal by default (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71444">#71444</a>)&quot;: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71868">#71868</a></li> <li>Fix fetch caching inside of <code>&quot;use cache&quot;</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71793">#71793</a></li> <li>Trace upload: only send traces for current session: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71838">#71838</a></li> <li>Reland &quot;Sourcemap errors in terminal by default&quot;: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/71877">#71877</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/2e28c965279de90ce4bfca673196c27dd6117027"><code>2e28c96</code></a> v15.0.2</li> <li><a href="https://github.com/vercel/next.js/commit/9fe44a50dd5b9babed57ae72f2d0addbcaf4dd5f"><code>9fe44a5</code></a> v15.0.2-canary.11</li> <li><a href="https://github.com/vercel/next.js/commit/87da4f98a327310ebbd0672e8a17e25865704c43"><code>87da4f9</code></a> v15.0.2-canary.10</li> <li><a href="https://github.com/vercel/next.js/commit/35d757bb6fa551492762c2822d2b08ac2281ab10"><code>35d757b</code></a> v15.0.2-canary.9</li> <li><a href="https://github.com/vercel/next.js/commit/ca5f29d81b011c3a01e2372118b29836f1df0fa7"><code>ca5f29d</code></a> v15.0.2-canary.8</li> <li><a href="https://github.com/vercel/next.js/commit/5a0d60343c36d776fff2302085eb6a4c2ceb52a6"><code>5a0d603</code></a> v15.0.2-canary.7</li> <li><a href="https://github.com/vercel/next.js/commit/5ba53703ff091dc0f5ffaa9d7da646c572356277"><code>5ba5370</code></a> v15.0.2-canary.6</li> <li><a href="https://github.com/vercel/next.js/commit/af4321c5322b72906fe9dcc87e42ca264f1f6b0e"><code>af4321c</code></a> v15.0.2-canary.5</li> <li><a href="https://github.com/vercel/next.js/commit/9499cc1646f9a8e686ae1601a208f36e23ededb4"><code>9499cc1</code></a> v15.0.2-canary.4</li> <li><a href="https://github.com/vercel/next.js/commit/9d1cf5e052d92c456617e44545db09f48b6a6a56"><code>9d1cf5e</code></a> v15.0.2-canary.3</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/commits/v15.0.2/packages/eslint-config-next">compare view</a></li> </ul> </details> <br /> Updates `next` from 14.2.5 to 15.0.2 <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>v15.0.2</h2> <h3>Core Changes</h3> <ul> <li>Read page name from work store in server module map proxy: <a href="https://redirect.github.com/vercel/next.js/issues/71669">#71669</a></li> <li>codemod: should not transform when param is not used: <a href="https://redirect.github.com/vercel/next.js/issues/71664">#71664</a></li> <li>[dynamicIO] complete refactor to prerender: <a href="https://redirect.github.com/vercel/next.js/issues/71687">#71687</a></li> <li>fix: metadata image route normalize path posix for windows: <a href="https://redirect.github.com/vercel/next.js/issues/71673">#71673</a></li> <li>next-codemod(upgrade): optional catch when missing dev script: <a href="https://redirect.github.com/vercel/next.js/issues/71598">#71598</a></li> <li>Avoid server action function indirection in Turbopack: <a href="https://redirect.github.com/vercel/next.js/issues/71628">#71628</a></li> <li>fix: exclude <code>basePath</code> in <code>findSourceMapURL</code>: <a href="https://redirect.github.com/vercel/next.js/issues/71719">#71719</a></li> <li>fix: stack frame text color in dark mode: <a href="https://redirect.github.com/vercel/next.js/issues/71656">#71656</a></li> <li>Fix: revert the bad node binary handling: <a href="https://redirect.github.com/vercel/next.js/issues/71723">#71723</a></li> <li>next-codemod: add empty <code>pnpm-workspace.yaml</code> to test fixtures to bypass PNPM workspace checks: <a href="https://redirect.github.com/vercel/next.js/issues/71726">#71726</a></li> <li>warn on sync access if dynamicIO is not enabled: <a href="https://redirect.github.com/vercel/next.js/issues/71696">#71696</a></li> <li>Update React from <code>69d4b800-20241021</code> to <code>45804af1-20241021</code>: <a href="https://redirect.github.com/vercel/next.js/issues/71718">#71718</a></li> <li>next-upgrade: do not add <code>--turbopack</code> flag when <code>--turbo</code> exists in <code>next dev</code>: <a href="https://redirect.github.com/vercel/next.js/issues/71730">#71730</a></li> <li>feat: stitch errors with react owner stack: <a href="https://redirect.github.com/vercel/next.js/issues/70393">#70393</a></li> <li>[dynamicIO] update data access error and documentation: <a href="https://redirect.github.com/vercel/next.js/issues/71738">#71738</a></li> <li>Test cached form action with revalidate: <a href="https://redirect.github.com/vercel/next.js/issues/71591">#71591</a></li> <li>Upgrade React from <code>45804af1-20241021</code> to <code>28668d39-20241023</code>: <a href="https://redirect.github.com/vercel/next.js/issues/71745">#71745</a></li> <li>Fix race condition when setting client reference manifests: <a href="https://redirect.github.com/vercel/next.js/issues/71741">#71741</a></li> <li>Fix fetch with no-store inside of use cache: <a href="https://redirect.github.com/vercel/next.js/issues/71754">#71754</a></li> <li>Remove the bottom collapse button in dev overlay: <a href="https://redirect.github.com/vercel/next.js/issues/71658">#71658</a></li> <li>[dynamicIO] unify cache filling and lazy-module warming: <a href="https://redirect.github.com/vercel/next.js/issues/71749">#71749</a></li> <li>Don't filter out <!-- raw HTML omitted --> source location frames through RSC: <a href="https://redirect.github.com/vercel/next.js/issues/71752">#71752</a></li> <li>fix undefined default export error msg: <a href="https://redirect.github.com/vercel/next.js/issues/71762">#71762</a></li> <li>Upgrade React from <code>28668d39-20241023</code> to <code>1631855f-20241023</code>: <a href="https://redirect.github.com/vercel/next.js/issues/71769">#71769</a></li> <li>Enable owner stack in experimental build: <a href="https://redirect.github.com/vercel/next.js/issues/71716">#71716</a></li> <li>feat: add experiment for sharpjs cpu flags: <a href="https://redirect.github.com/vercel/next.js/issues/71733">#71733</a></li> <li>fix: handle server component replay error in error overlay: <a href="https://redirect.github.com/vercel/next.js/issues/71772">#71772</a></li> <li>Don't error asking for prebuilt bundles: <a href="https://redirect.github.com/vercel/next.js/issues/71778">#71778</a></li> <li>Replace <code>turbopack://[project]/...</code> sourcemap uris with <code>file://...</code> in development: <a href="https://redirect.github.com/vercel/next.js/issues/71489">#71489</a></li> <li>misc: update source map paths for bundled Next.js runtime: <a href="https://redirect.github.com/vercel/next.js/issues/71779">#71779</a></li> <li>[dynamicIO] refine error message and docs: <a href="https://redirect.github.com/vercel/next.js/issues/71781">#71781</a></li> <li>next-upgrade: change <code>--turbo</code> to <code>--turbopack</code> if applicable: <a href="https://redirect.github.com/vercel/next.js/issues/71737">#71737</a></li> <li>Show all diff when uncollapse: <a href="https://redirect.github.com/vercel/next.js/issues/71792">#71792</a></li> <li>Sourcemap errors in terminal by default : <a href="https://redirect.github.com/vercel/next.js/issues/71444">#71444</a></li> <li>Fully enable custom error callbacks for app router: <a href="https://redirect.github.com/vercel/next.js/issues/71794">#71794</a></li> <li>Simplify Server Action Webpack plugin: <a href="https://redirect.github.com/vercel/next.js/issues/71721">#71721</a></li> <li>ensure DIO development segment errors are cleared after correcting: <a href="https://redirect.github.com/vercel/next.js/issues/71811">#71811</a></li> <li>Include sourceframe in errors logged in the terminal during development: <a href="https://redirect.github.com/vercel/next.js/issues/71803">#71803</a></li> <li>[dynamicIO] update prerender cache scoping and cache warming for validation: <a href="https://redirect.github.com/vercel/next.js/issues/71822">#71822</a></li> <li>only force stack frame color in tty: <a href="https://redirect.github.com/vercel/next.js/issues/71860">#71860</a></li> <li>Add test for fetch with auth in use cache: <a href="https://redirect.github.com/vercel/next.js/issues/71768">#71768</a></li> <li>Fix race with hot-reloader-client clearing overlay errors: <a href="https://redirect.github.com/vercel/next.js/issues/71771">#71771</a></li> <li>Fix dynamic tracking in dev: <a href="https://redirect.github.com/vercel/next.js/issues/71867">#71867</a></li> <li>Revert &quot;Sourcemap errors in terminal by default (<a href="https://redirect.github.com/vercel/next.js/issues/71444">#71444</a>)&quot;: <a href="https://redirect.github.com/vercel/next.js/issues/71868">#71868</a></li> <li>Fix fetch caching inside of <code>&quot;use cache&quot;</code>: <a href="https://redirect.github.com/vercel/next.js/issues/71793">#71793</a></li> <li>Trace upload: only send traces for current session: <a href="https://redirect.github.com/vercel/next.js/issues/71838">#71838</a></li> <li>Reland &quot;Sourcemap errors in terminal by default&quot;: <a href="https://redirect.github.com/vercel/next.js/issues/71877">#71877</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/2e28c965279de90ce4bfca673196c27dd6117027"><code>2e28c96</code></a> v15.0.2</li> <li><a href="https://github.com/vercel/next.js/commit/9fe44a50dd5b9babed57ae72f2d0addbcaf4dd5f"><code>9fe44a5</code></a> v15.0.2-canary.11</li> <li><a href="https://github.com/vercel/next.js/commit/1fb83619d87fef08058236c3d5fa17b94a6b9cf1"><code>1fb8361</code></a> Compare error stack to dedupe error (<a href="https://redirect.github.com/vercel/next.js/issues/71798">#71798</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/14b92e6e13ef18efaf02b3aa405a6495b7678126"><code>14b92e6</code></a> fix: log the error instance modified extra location info (<a href="https://redirect.github.com/vercel/next.js/issues/71930">#71930</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/b2bc1ed6b1cf29c410e7ef81ecc08d80664da9de"><code>b2bc1ed</code></a> Fix swc version mismatch when checking out an older version (<a href="https://redirect.github.com/vercel/next.js/issues/71978">#71978</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/256b662c4038d774c2033e1cd80aa69d3f0abe0a"><code>256b662</code></a> Docs: Address internal <code>use cache</code> comments (<a href="https://redirect.github.com/vercel/next.js/issues/71981">#71981</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/3f2d2f6949aced93d1b0da9a3b939963867ed60c"><code>3f2d2f6</code></a> correct expire calc &amp; and Nested usage import in use-cache docs (<a href="https://redirect.github.com/vercel/next.js/issues/71899">#71899</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/3768aeaf32b72ba2d29ca4055c35340c036fa2c9"><code>3768aea</code></a> Documentation Fix: Correct <code>cacheTag</code> Function Usage (<a href="https://redirect.github.com/vercel/next.js/issues/71912">#71912</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/4db1ae91f5233a5fea6f42cbf7422f64c7821398"><code>4db1ae9</code></a> docs: update file structure (<a href="https://redirect.github.com/vercel/next.js/issues/71951">#71951</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/6ae660571637b4a7d3f25b4bf09f2510b78f41c9"><code>6ae6605</code></a> (docs) <code>use cache</code>: Add text code formatting (<a href="https://redirect.github.com/vercel/next.js/issues/71999">#71999</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v14.2.5...v15.0.2">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.14 <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.14</h2> <h3>Fixed</h3> <ul> <li>Don't set <code>display: none</code> on elements that use <code>hidden=&quot;until-found&quot;</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14625">#14625</a>)</li> </ul> <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.14/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.14] - 2024-10-15</h2> <h3>Fixed</h3> <ul> <li>Don't set <code>display: none</code> on elements that use <code>hidden=&quot;until-found&quot;</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14625">#14625</a>)</li> </ul> <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/c616fb956239242f7f22ca6abc8bbd73e4a1f01b"><code>c616fb9</code></a> 3.4.14</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/b570e2b887b6709164ffccc02a9af3a2eb32318d"><code>b570e2b</code></a> Don't set <code>display: none</code> on elements that use <code>hidden=&quot;until-found&quot;</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14625">#14625</a>)</li> <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>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.14">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.5.4 to 5.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/TypeScript/releases">typescript's releases</a>.</em></p>... _Description has been truncated_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 12:51:35 -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#478