[PR #116] [MERGED] Bump the npm-landing group in /landing with 11 updates #398

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 3a38c13 Bump the npm-landing group in /landing with 11 updates

📊 Changes

2 files changed (+531 additions, -156 deletions)

View changed files

📝 landing/package-lock.json (+520 -145)
📝 landing/package.json (+11 -11)

📄 Description

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

Package From To
@headlessui/react 1.7.17 1.7.18
@types/node 20.10.1 20.11.10
@types/react 18.2.39 18.2.48
@types/react-dom 18.2.17 18.2.18
autoprefixer 10.4.16 10.4.17
eslint 8.54.0 8.56.0
eslint-config-next 14.0.3 14.1.0
next 14.0.3 14.1.0
postcss 8.4.31 8.4.33
tailwindcss 3.3.5 3.4.1
typescript 5.3.2 5.3.3

Updates @headlessui/react from 1.7.17 to 1.7.18

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v1.7.18

Fixed

  • Don't call <Dialog>'s onClose twice on mobile devices (#2690)
  • Lazily resolve default containers in <Dialog> (#2697)
  • Ensure hidden Tab.Panel components are hidden from the accessibility tree (#2708)
  • Add support for role="alertdialog" to <Dialog> component (#2709)
  • Ensure blurring the Combobox.Input component closes the Combobox (#2712)
  • Allow changes to the className prop when the <Transition /> component is currently not transitioning (#2722)
  • Export (internal-only) component interfaces for TypeScript compiler (#2313)
  • Fix infinite render-loop for <Disclosure.Panel> and <Popover.Panel> when as={Fragment} (#2760)
  • Fix VoiceOver bug for Listbox component in Chrome (#2824)
  • Fix outside click detection when component is mounted in the Shadow DOM (#2866)
  • Fix CJS types (#2880)
  • Fix error when transition classes contain new lines (#2871)
  • Improve iOS locking (7721aca)
Changelog

Sourced from @​headlessui/react's changelog.

[1.7.18] - 2024-01-08

Fixed

  • Don't call <Dialog>'s onClose twice on mobile devices (#2690)
  • Lazily resolve default containers in <Dialog> (#2697)
  • Ensure hidden Tab.Panel components are hidden from the accessibility tree (#2708)
  • Add support for role="alertdialog" to <Dialog> component (#2709)
  • Ensure blurring the Combobox.Input component closes the Combobox (#2712)
  • Allow changes to the className prop when the <Transition /> component is currently not transitioning (#2722)
  • Export (internal-only) component interfaces for TypeScript compiler (#2313)
  • Fix infinite render-loop for <Disclosure.Panel> and <Popover.Panel> when as={Fragment} (#2760)
  • Fix VoiceOver bug for Listbox component in Chrome (#2824)
  • Fix outside click detection when component is mounted in the Shadow DOM (#2866)
  • Fix CJS types (#2880)
  • Fix error when transition classes contain new lines (#2871)
  • Improve iOS locking (7721aca)
Commits
  • afb3c8c 1.7.18 - @​headlessui/react
  • d625361 prepare patch release
  • ac64a80 disable immediate and virtual feature for Combobox component in patch r...
  • c6b5a81 improve iOS locking (React)
  • 01a34cb Update changelog
  • c24ba86 Fix error when transition classes contain new lines (#2871)
  • c25e2e6 Fix CJS types (#2880)
  • c2096b0 Update changelog
  • 7b30e06 Fix outside click detection when component is mounted in the Shadow DOM (#2866)
  • bfacb64 Fix VoiceOver bug for Listbox component in Chrome (#2824)
  • Additional commits viewable in compare view

Updates @types/node from 20.10.1 to 20.11.10

Commits

Updates @types/react from 18.2.39 to 18.2.48

Commits

Updates @types/react-dom from 18.2.17 to 18.2.18

Commits

Updates autoprefixer from 10.4.16 to 10.4.17

Release notes

Sourced from autoprefixer's releases.

10.4.17

  • Fixed user-select: contain prefixes.
Changelog

Sourced from autoprefixer's changelog.

10.4.17

  • Fixed user-select: contain prefixes.
Commits

Updates eslint from 8.54.0 to 8.56.0

Release notes

Sourced from eslint's releases.

v8.56.0

Features

  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)

Bug Fixes

  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)

Documentation

  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)

Chores

  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864) (Milos Djermanovic)
  • 60a531a chore: package.json update for @​eslint/js release (Jenkins)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])
  • 9271d10 chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg )
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)
  • f3a599d chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)
  • 905d4b7 chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)
  • 4d7c3ce chore: update eslint-plugin-n v16.4.0 (#17836) (唯然)
  • fd0c60c ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)

v8.55.0

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#17778) (Etienne)

Chores

  • eb8950c chore: upgrade @​eslint/js@​8.55.0 (#17811) (Milos Djermanovic)
  • 93df384 chore: package.json update for @​eslint/js release (Jenkins)
  • fe4b954 chore: upgrade @​eslint/eslintrc@​2.1.4 (#17799) (Milos Djermanovic)
  • bd8911d ci: pin Node.js 21.2.0 (#17809) (Milos Djermanovic)
  • b29a16b chore: fix several cli tests to run in the intended flat config mode (#17797) (Milos Djermanovic)
  • de165c1 chore: remove unused config-extends fixtures (#17781) (Milos Djermanovic)
  • d4304b8 chore: remove formatting/stylistic rules from new rule templates (#17780) (Francesco Trotta)
  • 21024fe chore: check rule examples for syntax errors (#17718) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v8.56.0 - December 15, 2023

  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864) (Milos Djermanovic)
  • 60a531a chore: package.json update for @​eslint/js release (Jenkins)
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846) (Francesco Trotta)
  • 9271d10 chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg )
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)
  • 9007719 docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)
  • f3a599d chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)
  • 905d4b7 chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)
  • 4d7c3ce chore: update eslint-plugin-n v16.4.0 (#17836) (唯然)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)
  • fd0c60c ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)

v8.55.0 - December 1, 2023

  • eb8950c chore: upgrade @​eslint/js@​8.55.0 (#17811) (Milos Djermanovic)
  • 93df384 chore: package.json update for @​eslint/js release (Jenkins)
  • fe4b954 chore: upgrade @​eslint/eslintrc@​2.1.4 (#17799) (Milos Djermanovic)
  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#17721) (Tanuj Kanti)
  • 83ece2a docs: fix typo --rules -> --rule (#17806) (OKURA Masafumi)
  • bd8911d ci: pin Node.js 21.2.0 (#17809) (Milos Djermanovic)
  • b29a16b chore: fix several cli tests to run in the intended flat config mode (#17797) (Milos Djermanovic)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#17778) (Etienne)
  • de165c1 chore: remove unused config-extends fixtures (#17781) (Milos Djermanovic)
  • d4304b8 chore: remove formatting/stylistic rules from new rule templates (#17780) (Francesco Trotta)
  • 21024fe chore: check rule examples for syntax errors (#17718) (Francesco Trotta)
Commits
  • 8e8e9f8 8.56.0
  • 085978b Build: changelog update for 8.56.0
  • ba6af85 chore: upgrade @​eslint/js@​8.56.0 (#17864)
  • 60a531a chore: package.json update for @​eslint/js release
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#17818)
  • ba87a06 chore: update dependency markdownlint to ^0.32.0 (#17783)
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#17846)
  • 9271d10 chore: add GitHub issue template for docs issues (#17845)
  • 70a686b chore: Convert rule tests to FlatRuleTester (#17819)
  • Additional commits viewable in compare view

Updates eslint-config-next from 14.0.3 to 14.1.0

Release notes

Sourced from eslint-config-next's releases.

v14.1.0

Core Changes

  • Turbopack: switch to a single client components entrypoint: #59352
  • Update swc_core to v0.86.98 and turbopack: #59393
  • Fix cases for the optimize_server_react transform: #59390
  • Use new JSX transform: #56294
  • loading.tsx should have no effect on partial rendering when PPR is enabled: #59196
  • Update font data: #59426
  • Remove CacheNode.status field: #59472
  • Rename CacheNode.data → .lazyData : #59473
  • Generate Params Cleanup: #59431
  • Fix webpack chunks handling in traces: #59498
  • Rename CacheNode.subTreeData -> .rsc : #59491
  • fix NODE_OPTIONS=inspect: #59530
  • Add CacheNode.prefetchRsc field: #59537
  • allow passing wildcard domains in serverActions.allowedDomains: #59428
  • Page Info Cleanup: #59430
  • Fix force-static and fetch no-store cases: #59549
  • Should not show no index for client rendering bailout: #59531
  • Enable build worker by default: #59405
  • Fork navigateReducer into PPR and non-PPR versions: #59538
  • cleanup magic segment strings: #59552
  • chore: update Turbopack: #59589
  • Fix another magic segment string constant: #59591
  • Make CacheNodeSeedData match FlightRouterState more closely: #59590
  • transpilePackages should override default settings for external packages: #59385
  • move segment constants to separate file: #59587
  • Revert "Page Info Cleanup (#59430)": #59592
  • Fix useOptimistic in server components bug. Add tests for invalid React server APIs: #59621
  • Partial Pre Rendering Headers: #59447
  • Add tests for invalid React server APIs: #59622
  • Refactor setup-dev-bundler to make Turbopack/Webpack split clearer: #59650
  • refactor and simplify app dynamic components: #59658
  • Change manifestPath to pagesManifestPath: #59657
  • Fix issue with outputFileTracingExcludes and pages/api edge runtime: #59157
  • Update font data: #59722
  • Remove path normalization logic when uploading .next/trace traces: #59305
  • LayoutRouter: Support segment value of Promise to asynchronously bail out and trigger a server patch: #59724
  • fix: Allow start turbopack dev server for a project using middleware: #59759
  • fix: gracefully shutdown server: #59551
  • Revert "fix: gracefully shutdown server (#59551)": #59792
  • Optionally bundle legacy react-dom/server APIs based on usage: #59737
  • fix default handling in route groups that handle interception: #59752
  • Transpile all code on app browser layer: #59569
  • Initial implementation of PPR client navigations: #59725
  • fix(turbopack): prevent edge entrypoint from becoming an async module: #59818
  • Ensure we validate revalidate configs properly: #59822
  • Update error check in validateRevalidate: #59826
  • Rename confusing loaders: #59827

... (truncated)

Commits

Updates next from 14.0.3 to 14.1.0

Release notes

Sourced from next's releases.

v14.1.0

Core Changes

  • Turbopack: switch to a single client components entrypoint: #59352
  • Update swc_core to v0.86.98 and turbopack: #59393
  • Fix cases for the optimize_server_react transform: #59390
  • Use new JSX transform: #56294
  • loading.tsx should have no effect on partial rendering when PPR is enabled: #59196
  • Update font data: #59426
  • Remove CacheNode.status field: #59472
  • Rename CacheNode.data → .lazyData : #59473
  • Generate Params Cleanup: #59431
  • Fix webpack chunks handling in traces: #59498
  • Rename CacheNode.subTreeData -> .rsc : #59491
  • fix NODE_OPTIONS=inspect: #59530
  • Add CacheNode.prefetchRsc field: #59537
  • allow passing wildcard domains in serverActions.allowedDomains: #59428
  • Page Info Cleanup: #59430
  • Fix force-static and fetch no-store cases: #59549
  • Should not show no index for client rendering bailout: #59531
  • Enable build worker by default: #59405
  • Fork navigateReducer into PPR and non-PPR versions: #59538
  • cleanup magic segment strings: #59552
  • chore: update Turbopack: #59589
  • Fix another magic segment string constant: #59591
  • Make CacheNodeSeedData match FlightRouterState more closely: #59590
  • transpilePackages should override default settings for external packages: #59385
  • move segment constants to separate file: #59587
  • Revert "Page Info Cleanup (#59430)": #59592
  • Fix useOptimistic in server components bug. Add tests for invalid React server APIs: #59621
  • Partial Pre Rendering Headers: #59447
  • Add tests for invalid React server APIs: #59622
  • Refactor setup-dev-bundler to make Turbopack/Webpack split clearer: #59650
  • refactor and simplify app dynamic components: #59658
  • Change manifestPath to pagesManifestPath: #59657
  • Fix issue with outputFileTracingExcludes and pages/api edge runtime: #59157
  • Update font data: #59722
  • Remove path normalization logic when uploading .next/trace traces: #59305
  • LayoutRouter: Support segment value of Promise to asynchronously bail out and trigger a server patch: #59724
  • fix: Allow start turbopack dev server for a project using middleware: #59759
  • fix: gracefully shutdown server: #59551
  • Revert "fix: gracefully shutdown server (#59551)": #59792
  • Optionally bundle legacy react-dom/server APIs based on usage: #59737
  • fix default handling in route groups that handle interception: #59752
  • Transpile all code on app browser layer: #59569
  • Initial implementation of PPR client navigations: #59725
  • fix(turbopack): prevent edge entrypoint from becoming an async module: #59818
  • Ensure we validate revalidate configs properly: #59822
  • Update error check in validateRevalidate: #59826
  • Rename confusing loaders: #59827

... (truncated)

Commits

Updates postcss from 8.4.31 to 8.4.33

Release notes

Sourced from postcss's releases.

8.4.33

8.4.32

Changelog

Sourced from postcss's changelog.

8.4.33

  • Fixed NoWorkResult behavior difference with normal mode (by Romain Menke).
  • Fixed NoWorkResult usage conditions (by @​ahmdammarr).

8.4.32

  • Fixed postcss().process() types (by Andrew Ferreira).
Commits
  • ae57d83 Release 8.4.33 version
  • 2e9d029 Update dependencies
  • 892b269 Update size limit for new metric on brotli
  • f2e7a9f Merge pull request #1908 from ahmdammarr/refactor/safe-check-for-NoWorkResult
  • c751e11 Merge pull request #1909 from romainmenke/no-work-result-vs-lazy-result--inve...
  • 3c2fa2a fix
  • a4626e9 failing test
  • c37346d refactor: check all falsy conditions of plugins and opts before returning NoW...
  • a0d9f10 Release 8.4.32 version
  • 0146b3e Add Node.js 21 to CI
  • Additional commits viewable in compare view

Updates tailwindcss from 3.3.5 to 3.4.1

Release notes

Sourced from tailwindcss's releases.

v3.4.1

Fixed

  • Don't remove keyframe stops when using important utilities (#12639)
  • Don't add spaces to gradients and grid track names when followed by calc() (#12704)
  • Restore old behavior for class dark mode strategy (#12717)

Added

  • Add new selector and variant strategies for dark mode (#12717)

Changed

  • Support rtl and ltr variants on same element as dir attribute (#12717)

v3.4.0

Tailwind CSS v3.4 has arrived! Check out the announcement post for a guided tour through all of the highlights.

Added

  • Add svh, lvh, and dvh values to default height/min-height/max-height theme (#11317)
  • Add has-* variants for :has(...) pseudo-class (#11318)
  • Add text-wrap utilities including text-balance and text-pretty (#11320, #12031)
  • Extend default opacity scale to include all steps of 5 (#11832)
  • Update Preflight html styles to include shadow DOM :host pseudo-class (#11200)
  • Increase default values for grid-rows-* utilities from 1–6 to 1–12 (#12180)
  • Add size-* utilities (#12287)
  • Add utilities for CSS subgrid (#12298)
  • Add spacing scale to min-w-*, min-h-*, and max-w-* utilities (#12300)
  • Add forced-color-adjust utilities (#11931)
  • Add forced-colors variant (#11694, #12582)
  • Add appearance-auto utility (#12404)
  • Add logical property values for float and clear utilities (#12480)
  • Add * variant for targeting direct children (#12551)

Changed

  • Simplify the sans font-family stack (#11748)
  • Disable the tap highlight overlay on iOS (#12299)
  • Improve relative precedence of rtl, ltr, forced-colors, and dark variants (#12584)

v3.3.7

Fixed

  • Fix support for container query utilities with arbitrary values (#12534)
  • Fix custom config loading in Standalone CLI (#12616)

v3.3.6

... (truncated)

Changelog

Sourced from tailwindcss's changelog.

[3.4.1] - 2024-01-05

Fixed

  • Don't remove keyframe stops when using important utilities (#12639)
  • Don't add spaces to gradients and grid track names when followed by calc() (#12704)
  • Restore old behavior for class dark mode strategy (#12717)

Added

  • Add new selector and variant strategies for dark mode (#12717)

Changed

  • Support rtl and ltr variants on same element as dir attribute (#12717)

[3.4.0] - 2023-12-19

Added

  • Add svh, lvh, and dvh values to default height/min-height/max-height theme (#11317)
  • Add has-* variants for :has(...) pseudo-class (#11318)
  • Add text-wrap utilities including text-balance and text-pretty (#11320, #12031)
  • Extend default opacity scale to include all steps of 5 (#11832)
  • Update Preflight html styles to include shadow DOM :host pseudo-class (#11200)
  • Increase default values for grid-rows-* utilities from 1–6 to 1–12 (#12180)
  • Add size-* utilities (#12287)
  • Add utilities for CSS subgrid (#12298)
  • Add spacing scale to min-w-*, min-h-*, and max-w-* utilities (#12300)
  • Add forced-color-adjust utilities (#11931)
  • Add forced-colors variant (#11694, #12582)
  • Add appearance-auto utility (#12404)
  • Add logical property values for float and clear utilities (#12480)
  • Add * variant for targeting direct children (#12551)

Changed

  • Simplify the sans font-family stack (#11748)
  • Disable the tap highlight overlay on iOS (#12299)
  • Improve relative precedence of rtl, ltr, forced-colors, and dark variants (#12584)

[3.3.7] - 2023-12-18

Fixed

  • Fix support for container query utilities with arbitrary values (#12534)
  • Fix custom config loading in Standalone CLI (#12616)

[3.3.6] - 2023-12-04

... (truncated)

Commits
  • 7361468 3.4.1
  • 508e7f2 Fix code style
  • 3fb57e5 Restore old behavior for class dark mode, add new selector and variant ...
  • 78fedd5 Don't add spaces to gradients and grid track names when followed by calc() ...
  • 08a0a6c Update changelog
  • 8890775 Don't remove keyframe stops when using important utilities (#12639)
  • f33d6a5 Update CI
  • 8350cff 3.4.0
  • fbdb858 Improve relative ...

    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/116 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/30/2024 **Status:** ✅ Merged **Merged:** 1/30/2024 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/landing/npm-landing-ffbafba04c` --- ### 📝 Commits (1) - [`3a38c13`](https://github.com/feeddeck/feeddeck/commit/3a38c135f4faaf60248d04ecf223eac0b197b814) Bump the npm-landing group in /landing with 11 updates ### 📊 Changes **2 files changed** (+531 additions, -156 deletions) <details> <summary>View changed files</summary> 📝 `landing/package-lock.json` (+520 -145) 📝 `landing/package.json` (+11 -11) </details> ### 📄 Description Bumps the npm-landing group in /landing with 11 updates: | Package | From | To | | --- | --- | --- | | [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `1.7.17` | `1.7.18` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.1` | `20.11.10` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.39` | `18.2.48` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.17` | `18.2.18` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.17` | | [eslint](https://github.com/eslint/eslint) | `8.54.0` | `8.56.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.0.3` | `14.1.0` | | [next](https://github.com/vercel/next.js) | `14.0.3` | `14.1.0` | | [postcss](https://github.com/postcss/postcss) | `8.4.31` | `8.4.33` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.5` | `3.4.1` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.3.2` | `5.3.3` | Updates `@headlessui/react` from 1.7.17 to 1.7.18 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/headlessui/releases"><code>@​headlessui/react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​headlessui/react</code><a href="https://github.com/v1"><code>@​v1</code></a>.7.18</h2> <h3>Fixed</h3> <ul> <li>Don't call <code>&lt;Dialog&gt;</code>'s <code>onClose</code> twice on mobile devices (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2690">#2690</a>)</li> <li>Lazily resolve default containers in <code>&lt;Dialog&gt;</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2697">#2697</a>)</li> <li>Ensure hidden <code>Tab.Panel</code> components are hidden from the accessibility tree (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2708">#2708</a>)</li> <li>Add support for <code>role=&quot;alertdialog&quot;</code> to <code>&lt;Dialog&gt;</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2709">#2709</a>)</li> <li>Ensure blurring the <code>Combobox.Input</code> component closes the <code>Combobox</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2712">#2712</a>)</li> <li>Allow changes to the <code>className</code> prop when the <code>&lt;Transition /&gt;</code> component is currently not transitioning (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2722">#2722</a>)</li> <li>Export (internal-only) component interfaces for TypeScript compiler (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2313">#2313</a>)</li> <li>Fix infinite render-loop for <code>&lt;Disclosure.Panel&gt;</code> and <code>&lt;Popover.Panel&gt;</code> when <code>as={Fragment}</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2760">#2760</a>)</li> <li>Fix VoiceOver bug for <code>Listbox</code> component in Chrome (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2824">#2824</a>)</li> <li>Fix outside click detection when component is mounted in the Shadow DOM (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2866">#2866</a>)</li> <li>Fix CJS types (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2880">#2880</a>)</li> <li>Fix error when transition classes contain new lines (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2871">#2871</a>)</li> <li>Improve iOS locking (<a href="https://github.com/tailwindlabs/headlessui/commit/7721acaecea2008c2d7e8ab29cc8d45b70bb021e">7721aca</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md"><code>@​headlessui/react</code>'s changelog</a>.</em></p> <blockquote> <h2>[1.7.18] - 2024-01-08</h2> <h3>Fixed</h3> <ul> <li>Don't call <code>&lt;Dialog&gt;</code>'s <code>onClose</code> twice on mobile devices (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2690">#2690</a>)</li> <li>Lazily resolve default containers in <code>&lt;Dialog&gt;</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2697">#2697</a>)</li> <li>Ensure hidden <code>Tab.Panel</code> components are hidden from the accessibility tree (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2708">#2708</a>)</li> <li>Add support for <code>role=&quot;alertdialog&quot;</code> to <code>&lt;Dialog&gt;</code> component (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2709">#2709</a>)</li> <li>Ensure blurring the <code>Combobox.Input</code> component closes the <code>Combobox</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2712">#2712</a>)</li> <li>Allow changes to the <code>className</code> prop when the <code>&lt;Transition /&gt;</code> component is currently not transitioning (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2722">#2722</a>)</li> <li>Export (internal-only) component interfaces for TypeScript compiler (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2313">#2313</a>)</li> <li>Fix infinite render-loop for <code>&lt;Disclosure.Panel&gt;</code> and <code>&lt;Popover.Panel&gt;</code> when <code>as={Fragment}</code> (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2760">#2760</a>)</li> <li>Fix VoiceOver bug for <code>Listbox</code> component in Chrome (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2824">#2824</a>)</li> <li>Fix outside click detection when component is mounted in the Shadow DOM (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2866">#2866</a>)</li> <li>Fix CJS types (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2880">#2880</a>)</li> <li>Fix error when transition classes contain new lines (<a href="https://redirect.github.com/tailwindlabs/headlessui/pull/2871">#2871</a>)</li> <li>Improve iOS locking (<a href="https://github.com/tailwindlabs/headlessui/commit/7721acaecea2008c2d7e8ab29cc8d45b70bb021e">7721aca</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/headlessui/commit/afb3c8cec42b20bd27ba31d4c3500cbcc531aab6"><code>afb3c8c</code></a> 1.7.18 - <code>@​headlessui/react</code></li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/d62536197383ae68094d1599db5c504acbe605b7"><code>d625361</code></a> prepare patch release</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/ac64a80a463b7b573b4f347fe585a3f74cfa9a7c"><code>ac64a80</code></a> disable <code>immediate</code> and <code>virtual</code> feature for <code>Combobox</code> component in patch r...</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/c6b5a81072a09857f18fc88c7da1baace120a658"><code>c6b5a81</code></a> improve iOS locking (React)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/01a34cb0c48329b478dea28fef391c71cee57550"><code>01a34cb</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/c24ba868bd249150dbb12d776d61cab69a479acb"><code>c24ba86</code></a> Fix error when transition classes contain new lines (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/2871">#2871</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/c25e2e6036c2544140c438366c8a01a6685f1bbf"><code>c25e2e6</code></a> Fix CJS types (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/2880">#2880</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/c2096b0ddda831cdade622f5b86d3df1b70ceb47"><code>c2096b0</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/7b30e0608873b60029e36c7d00ec0017ca3a3fa6"><code>7b30e06</code></a> Fix outside click detection when component is mounted in the Shadow DOM (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/2866">#2866</a>)</li> <li><a href="https://github.com/tailwindlabs/headlessui/commit/bfacb648dc5f45129eab53bc815bcee3001f0c9f"><code>bfacb64</code></a> Fix VoiceOver bug for <code>Listbox</code> component in Chrome (<a href="https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react/issues/2824">#2824</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v1.7.18/packages/@headlessui-react">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 20.10.1 to 20.11.10 <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.2.39 to 18.2.48 <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.2.17 to 18.2.18 <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.16 to 10.4.17 <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.17</h2> <ul> <li>Fixed <code>user-select: contain</code> prefixes.</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.17</h2> <ul> <li>Fixed <code>user-select: contain</code> prefixes.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/autoprefixer/commit/46cd2cccabab8f829c6bde17eb47a856ebda9e84"><code>46cd2cc</code></a> Release 10.4.17 version</li> <li><a href="https://github.com/postcss/autoprefixer/commit/2738f72023caf5e64dcfdeb2e7cbda8ecb1eae18"><code>2738f72</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/autoprefixer/commit/b0a4007c49da09e23fa39cb0113fa61f46818962"><code>b0a4007</code></a> Fix user-select: contain</li> <li><a href="https://github.com/postcss/autoprefixer/commit/1db31f0e6d84664abc647e763b0229426e88cffe"><code>1db31f0</code></a> Update dependencies</li> <li>See full diff in <a href="https://github.com/postcss/autoprefixer/compare/10.4.16...10.4.17">compare view</a></li> </ul> </details> <br /> Updates `eslint` from 8.54.0 to 8.56.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>v8.56.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/0dd9704c4751e1cd02039f7d6485fee09bbccbf6"><code>0dd9704</code></a> feat: Support custom severity when reporting unused disable directives (<a href="https://redirect.github.com/eslint/eslint/issues/17212">#17212</a>) (Bryan Mishkin)</li> <li><a href="https://github.com/eslint/eslint/commit/31a7e3fde491e36496b54e8905c766b31162d776"><code>31a7e3f</code></a> feat: fix no-restricted-properties false negatives with unknown objects (<a href="https://redirect.github.com/eslint/eslint/issues/17818">#17818</a>) (Arka Pratim Chaudhuri)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/7d5e5f68849ae80caec0fc96ecceebccd348deec"><code>7d5e5f6</code></a> fix: <code>TypeError: fs.exists is not a function</code> on read-only file system (<a href="https://redirect.github.com/eslint/eslint/issues/17846">#17846</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/74739c849bbb6547b0e555ed8bb2ba1cbe0fdce4"><code>74739c8</code></a> fix: suggestion with invalid syntax in no-promise-executor-return rule (<a href="https://redirect.github.com/eslint/eslint/issues/17812">#17812</a>) (Bryan Mishkin)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/90077199fe519953f9af8664bf947db4e4958514"><code>9007719</code></a> docs: update link in ways-to-extend.md (<a href="https://redirect.github.com/eslint/eslint/issues/17839">#17839</a>) (Amel SELMANE)</li> <li><a href="https://github.com/eslint/eslint/commit/3a22236f8d10af8a5bcafe56092651d3d681c99d"><code>3a22236</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/54c3ca6f2dcd2a7afd53f42fc32055a25587259e"><code>54c3ca6</code></a> docs: fix migration-guide example (<a href="https://redirect.github.com/eslint/eslint/issues/17829">#17829</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/4391b71e62b15e54b0493f0dce1ea053ebbc0689"><code>4391b71</code></a> docs: check config comments in rule examples (<a href="https://redirect.github.com/eslint/eslint/issues/17815">#17815</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/fd2836342c2be4751b05fe0ba7cece17d1edecc8"><code>fd28363</code></a> docs: remove mention about ESLint stylistic rules in readme (<a href="https://redirect.github.com/eslint/eslint/issues/17810">#17810</a>) (Zwyx)</li> <li><a href="https://github.com/eslint/eslint/commit/48ed5a6dad478a14d3e823f137455c523f373e0b"><code>48ed5a6</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ba6af85c7d8ba55d37f8663aee949d148e441c1a"><code>ba6af85</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.56.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17864">#17864</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/60a531a9c0811ddf718e26b9136e133f580b6c36"><code>60a531a</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/ba87a0651a65b52c3ac442b512dd9f4c2b4c5f57"><code>ba87a06</code></a> chore: update dependency markdownlint to ^0.32.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17783">#17783</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/9271d10d9eabeafb0129a090f29191bfd14273c0"><code>9271d10</code></a> chore: add GitHub issue template for docs issues (<a href="https://redirect.github.com/eslint/eslint/issues/17845">#17845</a>) (Josh Goldberg ✨)</li> <li><a href="https://github.com/eslint/eslint/commit/70a686b3c1feac5eca98bbff9bd67175f550d5db"><code>70a686b</code></a> chore: Convert rule tests to FlatRuleTester (<a href="https://redirect.github.com/eslint/eslint/issues/17819">#17819</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/f3a599d34c7080fc0b2c9a60b5e54dc98c22867c"><code>f3a599d</code></a> chore: upgrade eslint-plugin-unicorn to v49.0.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17837">#17837</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/905d4b75ab2df42aba30622cee0f66b511397e2c"><code>905d4b7</code></a> chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (<a href="https://redirect.github.com/eslint/eslint/issues/17838">#17838</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/4d7c3ce246e6b499f472342ef59496a47cc033d6"><code>4d7c3ce</code></a> chore: update eslint-plugin-n v16.4.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17836">#17836</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/fd0c60c3be1f213e5a6d69d8a3248e963619e155"><code>fd0c60c</code></a> ci: unpin Node.js 21.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17821">#17821</a>) (Francesco Trotta)</li> </ul> <h2>v8.55.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/8c9e6c100a6eb69da292463293b3b48cff911a01"><code>8c9e6c1</code></a> feat: importNamePattern option in no-restricted-imports (<a href="https://redirect.github.com/eslint/eslint/issues/17721">#17721</a>) (Tanuj Kanti)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/83ece2afc2dc6c49efe82678663fe4cba590c0e5"><code>83ece2a</code></a> docs: fix typo <code>--rules</code> -&gt; <code>--rule</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17806">#17806</a>) (OKURA Masafumi)</li> <li><a href="https://github.com/eslint/eslint/commit/fffca5c362bcd205dbf79d1bb52834f8a98fc6bd"><code>fffca5c</code></a> docs: remove &quot;Open in Playground&quot; buttons for removed rules (<a href="https://redirect.github.com/eslint/eslint/issues/17791">#17791</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/a6d9442a9ab34d5d19f78d8c8fd0767a1237bfe3"><code>a6d9442</code></a> docs: fix correct/incorrect examples of rules (<a href="https://redirect.github.com/eslint/eslint/issues/17789">#17789</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/383e99928d7ce649ec9030c9856b03fbac0c3501"><code>383e999</code></a> docs: update and fix examples for <code>no-unused-vars</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17788">#17788</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/5a8efd5b7ad13eb320a1f468d1d4ab3c8ab99214"><code>5a8efd5</code></a> docs: add specific stylistic rule for each deprecated rule (<a href="https://redirect.github.com/eslint/eslint/issues/17778">#17778</a>) (Etienne)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/eb8950c3b811c9163b9aae23af8b6266ad98b295"><code>eb8950c</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.55.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17811">#17811</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/93df3849a7a25ebe0502000bf0bfb80a6613a5ae"><code>93df384</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fe4b9545a83e9aca7ba4bb77bc9c868d57de777f"><code>fe4b954</code></a> chore: upgrade <code>@​eslint/eslintrc</code><a href="https://github.com/2"><code>@​2</code></a>.1.4 (<a href="https://redirect.github.com/eslint/eslint/issues/17799">#17799</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bd8911db85c7a1127543c9212c8cea47a5cb687d"><code>bd8911d</code></a> ci: pin Node.js 21.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17809">#17809</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b29a16b22f234f6134475efb6c7be5ac946556ee"><code>b29a16b</code></a> chore: fix several <code>cli</code> tests to run in the intended flat config mode (<a href="https://redirect.github.com/eslint/eslint/issues/17797">#17797</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/de165c108203c6703516ac651f5b4cac5b241804"><code>de165c1</code></a> chore: remove unused config-extends fixtures (<a href="https://redirect.github.com/eslint/eslint/issues/17781">#17781</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d4304b8b66eac870ffbf4840d84add8a123b25fc"><code>d4304b8</code></a> chore: remove formatting/stylistic rules from new rule templates (<a href="https://redirect.github.com/eslint/eslint/issues/17780">#17780</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/21024fe2029420b413bed11d23761c87e9a02a1a"><code>21024fe</code></a> chore: check rule examples for syntax errors (<a href="https://redirect.github.com/eslint/eslint/issues/17718">#17718</a>) (Francesco Trotta)</li> </ul> </blockquote> </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>v8.56.0 - December 15, 2023</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/ba6af85c7d8ba55d37f8663aee949d148e441c1a"><code>ba6af85</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.56.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17864">#17864</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/60a531a9c0811ddf718e26b9136e133f580b6c36"><code>60a531a</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/0dd9704c4751e1cd02039f7d6485fee09bbccbf6"><code>0dd9704</code></a> feat: Support custom severity when reporting unused disable directives (<a href="https://redirect.github.com/eslint/eslint/issues/17212">#17212</a>) (Bryan Mishkin)</li> <li><a href="https://github.com/eslint/eslint/commit/31a7e3fde491e36496b54e8905c766b31162d776"><code>31a7e3f</code></a> feat: fix no-restricted-properties false negatives with unknown objects (<a href="https://redirect.github.com/eslint/eslint/issues/17818">#17818</a>) (Arka Pratim Chaudhuri)</li> <li><a href="https://github.com/eslint/eslint/commit/ba87a0651a65b52c3ac442b512dd9f4c2b4c5f57"><code>ba87a06</code></a> chore: update dependency markdownlint to ^0.32.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17783">#17783</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/7d5e5f68849ae80caec0fc96ecceebccd348deec"><code>7d5e5f6</code></a> fix: <code>TypeError: fs.exists is not a function</code> on read-only file system (<a href="https://redirect.github.com/eslint/eslint/issues/17846">#17846</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/9271d10d9eabeafb0129a090f29191bfd14273c0"><code>9271d10</code></a> chore: add GitHub issue template for docs issues (<a href="https://redirect.github.com/eslint/eslint/issues/17845">#17845</a>) (Josh Goldberg ✨)</li> <li><a href="https://github.com/eslint/eslint/commit/70a686b3c1feac5eca98bbff9bd67175f550d5db"><code>70a686b</code></a> chore: Convert rule tests to FlatRuleTester (<a href="https://redirect.github.com/eslint/eslint/issues/17819">#17819</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/90077199fe519953f9af8664bf947db4e4958514"><code>9007719</code></a> docs: update link in ways-to-extend.md (<a href="https://redirect.github.com/eslint/eslint/issues/17839">#17839</a>) (Amel SELMANE)</li> <li><a href="https://github.com/eslint/eslint/commit/f3a599d34c7080fc0b2c9a60b5e54dc98c22867c"><code>f3a599d</code></a> chore: upgrade eslint-plugin-unicorn to v49.0.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17837">#17837</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/905d4b75ab2df42aba30622cee0f66b511397e2c"><code>905d4b7</code></a> chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (<a href="https://redirect.github.com/eslint/eslint/issues/17838">#17838</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/4d7c3ce246e6b499f472342ef59496a47cc033d6"><code>4d7c3ce</code></a> chore: update eslint-plugin-n v16.4.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17836">#17836</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/3a22236f8d10af8a5bcafe56092651d3d681c99d"><code>3a22236</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/54c3ca6f2dcd2a7afd53f42fc32055a25587259e"><code>54c3ca6</code></a> docs: fix migration-guide example (<a href="https://redirect.github.com/eslint/eslint/issues/17829">#17829</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/4391b71e62b15e54b0493f0dce1ea053ebbc0689"><code>4391b71</code></a> docs: check config comments in rule examples (<a href="https://redirect.github.com/eslint/eslint/issues/17815">#17815</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/fd2836342c2be4751b05fe0ba7cece17d1edecc8"><code>fd28363</code></a> docs: remove mention about ESLint stylistic rules in readme (<a href="https://redirect.github.com/eslint/eslint/issues/17810">#17810</a>) (Zwyx)</li> <li><a href="https://github.com/eslint/eslint/commit/fd0c60c3be1f213e5a6d69d8a3248e963619e155"><code>fd0c60c</code></a> ci: unpin Node.js 21.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17821">#17821</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/48ed5a6dad478a14d3e823f137455c523f373e0b"><code>48ed5a6</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/74739c849bbb6547b0e555ed8bb2ba1cbe0fdce4"><code>74739c8</code></a> fix: suggestion with invalid syntax in no-promise-executor-return rule (<a href="https://redirect.github.com/eslint/eslint/issues/17812">#17812</a>) (Bryan Mishkin)</li> </ul> <p>v8.55.0 - December 1, 2023</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/eb8950c3b811c9163b9aae23af8b6266ad98b295"><code>eb8950c</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.55.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17811">#17811</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/93df3849a7a25ebe0502000bf0bfb80a6613a5ae"><code>93df384</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fe4b9545a83e9aca7ba4bb77bc9c868d57de777f"><code>fe4b954</code></a> chore: upgrade <code>@​eslint/eslintrc</code><a href="https://github.com/2"><code>@​2</code></a>.1.4 (<a href="https://redirect.github.com/eslint/eslint/issues/17799">#17799</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/8c9e6c100a6eb69da292463293b3b48cff911a01"><code>8c9e6c1</code></a> feat: importNamePattern option in no-restricted-imports (<a href="https://redirect.github.com/eslint/eslint/issues/17721">#17721</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/83ece2afc2dc6c49efe82678663fe4cba590c0e5"><code>83ece2a</code></a> docs: fix typo <code>--rules</code> -&gt; <code>--rule</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17806">#17806</a>) (OKURA Masafumi)</li> <li><a href="https://github.com/eslint/eslint/commit/bd8911db85c7a1127543c9212c8cea47a5cb687d"><code>bd8911d</code></a> ci: pin Node.js 21.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17809">#17809</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b29a16b22f234f6134475efb6c7be5ac946556ee"><code>b29a16b</code></a> chore: fix several <code>cli</code> tests to run in the intended flat config mode (<a href="https://redirect.github.com/eslint/eslint/issues/17797">#17797</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/fffca5c362bcd205dbf79d1bb52834f8a98fc6bd"><code>fffca5c</code></a> docs: remove &quot;Open in Playground&quot; buttons for removed rules (<a href="https://redirect.github.com/eslint/eslint/issues/17791">#17791</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/a6d9442a9ab34d5d19f78d8c8fd0767a1237bfe3"><code>a6d9442</code></a> docs: fix correct/incorrect examples of rules (<a href="https://redirect.github.com/eslint/eslint/issues/17789">#17789</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/383e99928d7ce649ec9030c9856b03fbac0c3501"><code>383e999</code></a> docs: update and fix examples for <code>no-unused-vars</code> (<a href="https://redirect.github.com/eslint/eslint/issues/17788">#17788</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/5a8efd5b7ad13eb320a1f468d1d4ab3c8ab99214"><code>5a8efd5</code></a> docs: add specific stylistic rule for each deprecated rule (<a href="https://redirect.github.com/eslint/eslint/issues/17778">#17778</a>) (Etienne)</li> <li><a href="https://github.com/eslint/eslint/commit/de165c108203c6703516ac651f5b4cac5b241804"><code>de165c1</code></a> chore: remove unused config-extends fixtures (<a href="https://redirect.github.com/eslint/eslint/issues/17781">#17781</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d4304b8b66eac870ffbf4840d84add8a123b25fc"><code>d4304b8</code></a> chore: remove formatting/stylistic rules from new rule templates (<a href="https://redirect.github.com/eslint/eslint/issues/17780">#17780</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/21024fe2029420b413bed11d23761c87e9a02a1a"><code>21024fe</code></a> chore: check rule examples for syntax errors (<a href="https://redirect.github.com/eslint/eslint/issues/17718">#17718</a>) (Francesco Trotta)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/8e8e9f8476d701e4e981b9b4d9957e5d4855e530"><code>8e8e9f8</code></a> 8.56.0</li> <li><a href="https://github.com/eslint/eslint/commit/085978b3ce051e454c2244bf36a9493f7fa95d41"><code>085978b</code></a> Build: changelog update for 8.56.0</li> <li><a href="https://github.com/eslint/eslint/commit/ba6af85c7d8ba55d37f8663aee949d148e441c1a"><code>ba6af85</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/8"><code>@​8</code></a>.56.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17864">#17864</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/60a531a9c0811ddf718e26b9136e133f580b6c36"><code>60a531a</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/0dd9704c4751e1cd02039f7d6485fee09bbccbf6"><code>0dd9704</code></a> feat: Support custom severity when reporting unused disable directives (<a href="https://redirect.github.com/eslint/eslint/issues/17212">#17212</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/31a7e3fde491e36496b54e8905c766b31162d776"><code>31a7e3f</code></a> feat: fix no-restricted-properties false negatives with unknown objects (<a href="https://redirect.github.com/eslint/eslint/issues/17818">#17818</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ba87a0651a65b52c3ac442b512dd9f4c2b4c5f57"><code>ba87a06</code></a> chore: update dependency markdownlint to ^0.32.0 (<a href="https://redirect.github.com/eslint/eslint/issues/17783">#17783</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/7d5e5f68849ae80caec0fc96ecceebccd348deec"><code>7d5e5f6</code></a> fix: <code>TypeError: fs.exists is not a function</code> on read-only file system (<a href="https://redirect.github.com/eslint/eslint/issues/17846">#17846</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/9271d10d9eabeafb0129a090f29191bfd14273c0"><code>9271d10</code></a> chore: add GitHub issue template for docs issues (<a href="https://redirect.github.com/eslint/eslint/issues/17845">#17845</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/70a686b3c1feac5eca98bbff9bd67175f550d5db"><code>70a686b</code></a> chore: Convert rule tests to FlatRuleTester (<a href="https://redirect.github.com/eslint/eslint/issues/17819">#17819</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.54.0...v8.56.0">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-next` from 14.0.3 to 14.1.0 <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.1.0</h2> <h3>Core Changes</h3> <ul> <li>Turbopack: switch to a single client components entrypoint: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59352">#59352</a></li> <li>Update <code>swc_core</code> to <code>v0.86.98</code> and turbopack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59393">#59393</a></li> <li>Fix cases for the <code>optimize_server_react</code> transform: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59390">#59390</a></li> <li>Use new JSX transform: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/56294">#56294</a></li> <li>loading.tsx should have no effect on partial rendering when PPR is enabled: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59196">#59196</a></li> <li>Update font data: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59426">#59426</a></li> <li>Remove CacheNode.status field: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59472">#59472</a></li> <li>Rename CacheNode.data → .lazyData : <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59473">#59473</a></li> <li>Generate Params Cleanup: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59431">#59431</a></li> <li>Fix webpack chunks handling in traces: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59498">#59498</a></li> <li>Rename CacheNode.subTreeData -&gt; .rsc : <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59491">#59491</a></li> <li>fix NODE_OPTIONS=inspect: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59530">#59530</a></li> <li>Add CacheNode.prefetchRsc field: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59537">#59537</a></li> <li>allow passing wildcard domains in serverActions.allowedDomains: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59428">#59428</a></li> <li>Page Info Cleanup: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59430">#59430</a></li> <li>Fix force-static and fetch no-store cases: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59549">#59549</a></li> <li>Should not show no index for client rendering bailout: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59531">#59531</a></li> <li>Enable build worker by default: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59405">#59405</a></li> <li>Fork navigateReducer into PPR and non-PPR versions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59538">#59538</a></li> <li>cleanup magic segment strings: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59552">#59552</a></li> <li>chore: update Turbopack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59589">#59589</a></li> <li>Fix another magic segment string constant: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59591">#59591</a></li> <li>Make CacheNodeSeedData match FlightRouterState more closely: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59590">#59590</a></li> <li>transpilePackages should override default settings for external packages: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59385">#59385</a></li> <li>move segment constants to separate file: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59587">#59587</a></li> <li>Revert &quot;Page Info Cleanup (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59430">#59430</a>)&quot;: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59592">#59592</a></li> <li>Fix useOptimistic in server components bug. Add tests for invalid React server APIs: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59621">#59621</a></li> <li>Partial Pre Rendering Headers: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59447">#59447</a></li> <li>Add tests for invalid React server APIs: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59622">#59622</a></li> <li>Refactor setup-dev-bundler to make Turbopack/Webpack split clearer: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59650">#59650</a></li> <li>refactor and simplify app dynamic components: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59658">#59658</a></li> <li>Change manifestPath to pagesManifestPath: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59657">#59657</a></li> <li>Fix issue with outputFileTracingExcludes and pages/api edge runtime: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59157">#59157</a></li> <li>Update font data: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59722">#59722</a></li> <li>Remove path normalization logic when uploading .next/trace traces: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59305">#59305</a></li> <li>LayoutRouter: Support segment value of Promise<!-- raw HTML omitted --> to asynchronously bail out and trigger a server patch: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59724">#59724</a></li> <li>fix: Allow start turbopack dev server for a project using middleware: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59759">#59759</a></li> <li>fix: gracefully shutdown server: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59551">#59551</a></li> <li>Revert &quot;fix: gracefully shutdown server (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59551">#59551</a>)&quot;: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59792">#59792</a></li> <li>Optionally bundle legacy react-dom/server APIs based on usage: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59737">#59737</a></li> <li>fix <code>default</code> handling in route groups that handle interception: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59752">#59752</a></li> <li>Transpile all code on app browser layer: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59569">#59569</a></li> <li>Initial implementation of PPR client navigations: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59725">#59725</a></li> <li>fix(turbopack): prevent edge entrypoint from becoming an async module: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59818">#59818</a></li> <li>Ensure we validate revalidate configs properly: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59822">#59822</a></li> <li>Update error check in validateRevalidate: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59826">#59826</a></li> <li>Rename confusing loaders: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59827">#59827</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/16e7a5bd9323a49a0b3770a6636bfe9970af5fd1"><code>16e7a5b</code></a> v14.1.0</li> <li><a href="https://github.com/vercel/next.js/commit/1b255a6c5b506f03f1294e937d961f1a1974bd23"><code>1b255a6</code></a> v14.0.5-canary.68</li> <li><a href="https://github.com/vercel/next.js/commit/2096dfa687be61953fe7ccc6b54deea313a517d9"><code>2096dfa</code></a> v14.0.5-canary.67</li> <li><a href="https://github.com/vercel/next.js/commit/8179e7008eb262ee1152bfb6b01f2d81e22760d6"><code>8179e70</code></a> v14.0.5-canary.66</li> <li><a href="https://github.com/vercel/next.js/commit/70fc4028ebaca73781f605bac197cce633cbc811"><code>70fc402</code></a> v14.0.5-canary.65</li> <li><a href="https://github.com/vercel/next.js/commit/8d4e5be736d5615b27e247c990f26445b5c7c293"><code>8d4e5be</code></a> v14.0.5-canary.64</li> <li><a href="https://github.com/vercel/next.js/commit/a211566655fe9e5cdfb12bf564dc707b5079ad6c"><code>a211566</code></a> v14.0.5-canary.63</li> <li><a href="https://github.com/vercel/next.js/commit/c5835281168c7e49bdac96ca666cc957ee748241"><code>c583528</code></a> v14.0.5-canary.62</li> <li><a href="https://github.com/vercel/next.js/commit/7f3d9099c247e618cd43e4c705d3eb784d854b42"><code>7f3d909</code></a> v14.0.5-canary.61</li> <li><a href="https://github.com/vercel/next.js/commit/7341149c2136144e17e40f746c7b29a8a9440c7b"><code>7341149</code></a> v14.0.5-canary.60</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/commits/v14.1.0/packages/eslint-config-next">compare view</a></li> </ul> </details> <br /> Updates `next` from 14.0.3 to 14.1.0 <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.1.0</h2> <h3>Core Changes</h3> <ul> <li>Turbopack: switch to a single client components entrypoint: <a href="https://redirect.github.com/vercel/next.js/issues/59352">#59352</a></li> <li>Update <code>swc_core</code> to <code>v0.86.98</code> and turbopack: <a href="https://redirect.github.com/vercel/next.js/issues/59393">#59393</a></li> <li>Fix cases for the <code>optimize_server_react</code> transform: <a href="https://redirect.github.com/vercel/next.js/issues/59390">#59390</a></li> <li>Use new JSX transform: <a href="https://redirect.github.com/vercel/next.js/issues/56294">#56294</a></li> <li>loading.tsx should have no effect on partial rendering when PPR is enabled: <a href="https://redirect.github.com/vercel/next.js/issues/59196">#59196</a></li> <li>Update font data: <a href="https://redirect.github.com/vercel/next.js/issues/59426">#59426</a></li> <li>Remove CacheNode.status field: <a href="https://redirect.github.com/vercel/next.js/issues/59472">#59472</a></li> <li>Rename CacheNode.data → .lazyData : <a href="https://redirect.github.com/vercel/next.js/issues/59473">#59473</a></li> <li>Generate Params Cleanup: <a href="https://redirect.github.com/vercel/next.js/issues/59431">#59431</a></li> <li>Fix webpack chunks handling in traces: <a href="https://redirect.github.com/vercel/next.js/issues/59498">#59498</a></li> <li>Rename CacheNode.subTreeData -&gt; .rsc : <a href="https://redirect.github.com/vercel/next.js/issues/59491">#59491</a></li> <li>fix NODE_OPTIONS=inspect: <a href="https://redirect.github.com/vercel/next.js/issues/59530">#59530</a></li> <li>Add CacheNode.prefetchRsc field: <a href="https://redirect.github.com/vercel/next.js/issues/59537">#59537</a></li> <li>allow passing wildcard domains in serverActions.allowedDomains: <a href="https://redirect.github.com/vercel/next.js/issues/59428">#59428</a></li> <li>Page Info Cleanup: <a href="https://redirect.github.com/vercel/next.js/issues/59430">#59430</a></li> <li>Fix force-static and fetch no-store cases: <a href="https://redirect.github.com/vercel/next.js/issues/59549">#59549</a></li> <li>Should not show no index for client rendering bailout: <a href="https://redirect.github.com/vercel/next.js/issues/59531">#59531</a></li> <li>Enable build worker by default: <a href="https://redirect.github.com/vercel/next.js/issues/59405">#59405</a></li> <li>Fork navigateReducer into PPR and non-PPR versions: <a href="https://redirect.github.com/vercel/next.js/issues/59538">#59538</a></li> <li>cleanup magic segment strings: <a href="https://redirect.github.com/vercel/next.js/issues/59552">#59552</a></li> <li>chore: update Turbopack: <a href="https://redirect.github.com/vercel/next.js/issues/59589">#59589</a></li> <li>Fix another magic segment string constant: <a href="https://redirect.github.com/vercel/next.js/issues/59591">#59591</a></li> <li>Make CacheNodeSeedData match FlightRouterState more closely: <a href="https://redirect.github.com/vercel/next.js/issues/59590">#59590</a></li> <li>transpilePackages should override default settings for external packages: <a href="https://redirect.github.com/vercel/next.js/issues/59385">#59385</a></li> <li>move segment constants to separate file: <a href="https://redirect.github.com/vercel/next.js/issues/59587">#59587</a></li> <li>Revert &quot;Page Info Cleanup (<a href="https://redirect.github.com/vercel/next.js/issues/59430">#59430</a>)&quot;: <a href="https://redirect.github.com/vercel/next.js/issues/59592">#59592</a></li> <li>Fix useOptimistic in server components bug. Add tests for invalid React server APIs: <a href="https://redirect.github.com/vercel/next.js/issues/59621">#59621</a></li> <li>Partial Pre Rendering Headers: <a href="https://redirect.github.com/vercel/next.js/issues/59447">#59447</a></li> <li>Add tests for invalid React server APIs: <a href="https://redirect.github.com/vercel/next.js/issues/59622">#59622</a></li> <li>Refactor setup-dev-bundler to make Turbopack/Webpack split clearer: <a href="https://redirect.github.com/vercel/next.js/issues/59650">#59650</a></li> <li>refactor and simplify app dynamic components: <a href="https://redirect.github.com/vercel/next.js/issues/59658">#59658</a></li> <li>Change manifestPath to pagesManifestPath: <a href="https://redirect.github.com/vercel/next.js/issues/59657">#59657</a></li> <li>Fix issue with outputFileTracingExcludes and pages/api edge runtime: <a href="https://redirect.github.com/vercel/next.js/issues/59157">#59157</a></li> <li>Update font data: <a href="https://redirect.github.com/vercel/next.js/issues/59722">#59722</a></li> <li>Remove path normalization logic when uploading .next/trace traces: <a href="https://redirect.github.com/vercel/next.js/issues/59305">#59305</a></li> <li>LayoutRouter: Support segment value of Promise<!-- raw HTML omitted --> to asynchronously bail out and trigger a server patch: <a href="https://redirect.github.com/vercel/next.js/issues/59724">#59724</a></li> <li>fix: Allow start turbopack dev server for a project using middleware: <a href="https://redirect.github.com/vercel/next.js/issues/59759">#59759</a></li> <li>fix: gracefully shutdown server: <a href="https://redirect.github.com/vercel/next.js/issues/59551">#59551</a></li> <li>Revert &quot;fix: gracefully shutdown server (<a href="https://redirect.github.com/vercel/next.js/issues/59551">#59551</a>)&quot;: <a href="https://redirect.github.com/vercel/next.js/issues/59792">#59792</a></li> <li>Optionally bundle legacy react-dom/server APIs based on usage: <a href="https://redirect.github.com/vercel/next.js/issues/59737">#59737</a></li> <li>fix <code>default</code> handling in route groups that handle interception: <a href="https://redirect.github.com/vercel/next.js/issues/59752">#59752</a></li> <li>Transpile all code on app browser layer: <a href="https://redirect.github.com/vercel/next.js/issues/59569">#59569</a></li> <li>Initial implementation of PPR client navigations: <a href="https://redirect.github.com/vercel/next.js/issues/59725">#59725</a></li> <li>fix(turbopack): prevent edge entrypoint from becoming an async module: <a href="https://redirect.github.com/vercel/next.js/issues/59818">#59818</a></li> <li>Ensure we validate revalidate configs properly: <a href="https://redirect.github.com/vercel/next.js/issues/59822">#59822</a></li> <li>Update error check in validateRevalidate: <a href="https://redirect.github.com/vercel/next.js/issues/59826">#59826</a></li> <li>Rename confusing loaders: <a href="https://redirect.github.com/vercel/next.js/issues/59827">#59827</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/16e7a5bd9323a49a0b3770a6636bfe9970af5fd1"><code>16e7a5b</code></a> v14.1.0</li> <li><a href="https://github.com/vercel/next.js/commit/8a3881fef07c102e28b8217022c7db24bfba1ed4"><code>8a3881f</code></a> Update labeler.json (<a href="https://redirect.github.com/vercel/next.js/issues/60843">#60843</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/1b255a6c5b506f03f1294e937d961f1a1974bd23"><code>1b255a6</code></a> v14.0.5-canary.68</li> <li><a href="https://github.com/vercel/next.js/commit/02c2f11ec969d2c5767f9dfbec275bbc65171e66"><code>02c2f11</code></a> Enable missing suspense bailout by default (<a href="https://redirect.github.com/vercel/next.js/issues/60840">#60840</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/2096dfa687be61953fe7ccc6b54deea313a517d9"><code>2096dfa</code></a> v14.0.5-canary.67</li> <li><a href="https://github.com/vercel/next.js/commit/b8d8e6e7cc296a907fd0123b10177634d6b35c24"><code>b8d8e6e</code></a> dx: warn the deprecated cache configs are used (<a href="https://redirect.github.com/vercel/next.js/issues/60836">#60836</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/c192f4ec2fd5cb90b06a7ba256d4aad537f33bcf"><code>c192f4e</code></a> turbopack: rename custom cache handler configs (<a href="https://redirect.github.com/vercel/next.js/issues/60828">#60828</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/2227ae5f344f84b3a325d1a9604617876b0df333"><code>2227ae5</code></a> Revert &quot;Fix: Throw an error for empty array return in <code>generateStaticParams</code> ...</li> <li><a href="https://github.com/vercel/next.js/commit/b7f5107544199a91c42066be615685a9baf228ee"><code>b7f5107</code></a> Fix: respect init.cache if fetch input is request instance (<a href="https://redirect.github.com/vercel/next.js/issues/60821">#60821</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/752c15e7984a6eae5ccf32eb572fe0fe767324d3"><code>752c15e</code></a> Add metrics names for unstable_cache (<a href="https://redirect.github.com/vercel/next.js/issues/60802">#60802</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v14.0.3...v14.1.0">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.4.31 to 8.4.33 <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.33</h2> <ul> <li>Fixed <code>NoWorkResult</code> behavior difference with normal mode (by <a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> <li>Fixed <code>NoWorkResult</code> usage conditions (by <a href="https://github.com/ahmdammarr"><code>@​ahmdammarr</code></a>).</li> </ul> <h2>8.4.32</h2> <ul> <li>Fixed <code>postcss().process()</code> types (by <a href="https://github.com/ferreira-tb"><code>@​ferreira-tb</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.33</h2> <ul> <li>Fixed <code>NoWorkResult</code> behavior difference with normal mode (by Romain Menke).</li> <li>Fixed <code>NoWorkResult</code> usage conditions (by <a href="https://github.com/ahmdammarr"><code>@​ahmdammarr</code></a>).</li> </ul> <h2>8.4.32</h2> <ul> <li>Fixed <code>postcss().process()</code> types (by Andrew Ferreira).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/ae57d835236838d6120819af26e6480269fab9bb"><code>ae57d83</code></a> Release 8.4.33 version</li> <li><a href="https://github.com/postcss/postcss/commit/2e9d029da531537f66e7ae5f7d9a2681619faea1"><code>2e9d029</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/892b2697172f530c21cdd2a9a32bdd3f94d69801"><code>892b269</code></a> Update size limit for new metric on brotli</li> <li><a href="https://github.com/postcss/postcss/commit/f2e7a9f900ad494ae2807f51b2e4d1254087cad2"><code>f2e7a9f</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1908">#1908</a> from ahmdammarr/refactor/safe-check-for-NoWorkResult</li> <li><a href="https://github.com/postcss/postcss/commit/c751e11ae85f7a71a349c434c7f9ccbf8be48aea"><code>c751e11</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1909">#1909</a> from romainmenke/no-work-result-vs-lazy-result--inve...</li> <li><a href="https://github.com/postcss/postcss/commit/3c2fa2ad5a046120f65e0f6f63b59018af7ba43d"><code>3c2fa2a</code></a> fix</li> <li><a href="https://github.com/postcss/postcss/commit/a4626e96d8e5fa4c991404934143f9415fc85abd"><code>a4626e9</code></a> failing test</li> <li><a href="https://github.com/postcss/postcss/commit/c37346d61aa6a5eda3515ff3d271764deb77440a"><code>c37346d</code></a> refactor: check all falsy conditions of plugins and opts before returning NoW...</li> <li><a href="https://github.com/postcss/postcss/commit/a0d9f103249a8db24d9f219ef23b05e75c78ee0a"><code>a0d9f10</code></a> Release 8.4.32 version</li> <li><a href="https://github.com/postcss/postcss/commit/0146b3e36f590c833ed0b6b63a52db205c3ed62f"><code>0146b3e</code></a> Add Node.js 21 to CI</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.4.31...8.4.33">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.3.5 to 3.4.1 <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.1</h2> <h3>Fixed</h3> <ul> <li>Don't remove keyframe stops when using important utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12639">#12639</a>)</li> <li>Don't add spaces to gradients and grid track names when followed by <code>calc()</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12704">#12704</a>)</li> <li>Restore old behavior for <code>class</code> dark mode strategy (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> <h3>Added</h3> <ul> <li>Add new <code>selector</code> and <code>variant</code> strategies for dark mode (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Support <code>rtl</code> and <code>ltr</code> variants on same element as <code>dir</code> attribute (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> <h2>v3.4.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <p>Tailwind CSS v3.4 has arrived! Check out the <a href="https://tailwindcss.com/blog/tailwindcss-v3-4">announcement post</a> for a guided tour through all of the highlights.</p> <h3>Added</h3> <ul> <li>Add <code>svh</code>, <code>lvh</code>, and <code>dvh</code> values to default <code>height</code>/<code>min-height</code>/<code>max-height</code> theme (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11317">#11317</a>)</li> <li>Add <code>has-*</code> variants for <code>:has(...)</code> pseudo-class (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11318">#11318</a>)</li> <li>Add <code>text-wrap</code> utilities including <code>text-balance</code> and <code>text-pretty</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11320">#11320</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12031">#12031</a>)</li> <li>Extend default <code>opacity</code> scale to include all steps of 5 (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11832">#11832</a>)</li> <li>Update Preflight <code>html</code> styles to include shadow DOM <code>:host</code> pseudo-class (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11200">#11200</a>)</li> <li>Increase default values for <code>grid-rows-*</code> utilities from 1–6 to 1–12 (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12180">#12180</a>)</li> <li>Add <code>size-*</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12287">#12287</a>)</li> <li>Add utilities for CSS subgrid (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12298">#12298</a>)</li> <li>Add spacing scale to <code>min-w-*</code>, <code>min-h-*</code>, and <code>max-w-*</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12300">#12300</a>)</li> <li>Add <code>forced-color-adjust</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11931">#11931</a>)</li> <li>Add <code>forced-colors</code> variant (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11694">#11694</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12582">#12582</a>)</li> <li>Add <code>appearance-auto</code> utility (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12404">#12404</a>)</li> <li>Add logical property values for <code>float</code> and <code>clear</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12480">#12480</a>)</li> <li>Add <code>*</code> variant for targeting direct children (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12551">#12551</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Simplify the <code>sans</code> font-family stack (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11748">#11748</a>)</li> <li>Disable the tap highlight overlay on iOS (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12299">#12299</a>)</li> <li>Improve relative precedence of <code>rtl</code>, <code>ltr</code>, <code>forced-colors</code>, and <code>dark</code> variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12584">#12584</a>)</li> </ul> <h2>v3.3.7</h2> <h3>Fixed</h3> <ul> <li>Fix support for container query utilities with arbitrary values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12534">#12534</a>)</li> <li>Fix custom config loading in Standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12616">#12616</a>)</li> </ul> <h2>v3.3.6</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.1] - 2024-01-05</h2> <h3>Fixed</h3> <ul> <li>Don't remove keyframe stops when using important utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12639">#12639</a>)</li> <li>Don't add spaces to gradients and grid track names when followed by <code>calc()</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12704">#12704</a>)</li> <li>Restore old behavior for <code>class</code> dark mode strategy (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> <h3>Added</h3> <ul> <li>Add new <code>selector</code> and <code>variant</code> strategies for dark mode (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Support <code>rtl</code> and <code>ltr</code> variants on same element as <code>dir</code> attribute (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> <h2>[3.4.0] - 2023-12-19</h2> <h3>Added</h3> <ul> <li>Add <code>svh</code>, <code>lvh</code>, and <code>dvh</code> values to default <code>height</code>/<code>min-height</code>/<code>max-height</code> theme (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11317">#11317</a>)</li> <li>Add <code>has-*</code> variants for <code>:has(...)</code> pseudo-class (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11318">#11318</a>)</li> <li>Add <code>text-wrap</code> utilities including <code>text-balance</code> and <code>text-pretty</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11320">#11320</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12031">#12031</a>)</li> <li>Extend default <code>opacity</code> scale to include all steps of 5 (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11832">#11832</a>)</li> <li>Update Preflight <code>html</code> styles to include shadow DOM <code>:host</code> pseudo-class (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11200">#11200</a>)</li> <li>Increase default values for <code>grid-rows-*</code> utilities from 1–6 to 1–12 (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12180">#12180</a>)</li> <li>Add <code>size-*</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12287">#12287</a>)</li> <li>Add utilities for CSS subgrid (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12298">#12298</a>)</li> <li>Add spacing scale to <code>min-w-*</code>, <code>min-h-*</code>, and <code>max-w-*</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12300">#12300</a>)</li> <li>Add <code>forced-color-adjust</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11931">#11931</a>)</li> <li>Add <code>forced-colors</code> variant (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11694">#11694</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12582">#12582</a>)</li> <li>Add <code>appearance-auto</code> utility (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12404">#12404</a>)</li> <li>Add logical property values for <code>float</code> and <code>clear</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12480">#12480</a>)</li> <li>Add <code>*</code> variant for targeting direct children (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12551">#12551</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Simplify the <code>sans</code> font-family stack (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11748">#11748</a>)</li> <li>Disable the tap highlight overlay on iOS (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12299">#12299</a>)</li> <li>Improve relative precedence of <code>rtl</code>, <code>ltr</code>, <code>forced-colors</code>, and <code>dark</code> variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12584">#12584</a>)</li> </ul> <h2>[3.3.7] - 2023-12-18</h2> <h3>Fixed</h3> <ul> <li>Fix support for container query utilities with arbitrary values (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12534">#12534</a>)</li> <li>Fix custom config loading in Standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12616">#12616</a>)</li> </ul> <h2>[3.3.6] - 2023-12-04</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/7361468f77500105b0559e879e121f34306e8da2"><code>7361468</code></a> 3.4.1</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/508e7f2349e56d19f8d3091d583f2ad65b95f68c"><code>508e7f2</code></a> Fix code style</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/3fb57e55abdba6fa68da6cb605fcaad5ce94764a"><code>3fb57e5</code></a> Restore old behavior for <code>class</code> dark mode, add new <code>selector</code> and <code>variant</code> ...</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/78fedd5cc0fd21d0573ec0733d583f68f66cc7fd"><code>78fedd5</code></a> Don't add spaces to gradients and grid track names when followed by <code>calc()</code> ...</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/08a0a6c9664eafb6f5d95af89fd69c79d8607913"><code>08a0a6c</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/88907757c1c538e1c3dac3d0250ba2ac6cc63ed9"><code>8890775</code></a> Don't remove keyframe stops when using important utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/12639">#12639</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/f33d6a5d751e562e641654395f669183d5ca5065"><code>f33d6a5</code></a> Update CI</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/8350cffdad34efb6625e0f2b0ff738edaf0d1cce"><code>8350cff</code></a> 3.4.0</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/fbdb858e97053e389d732e017a9d9acdc54924a0"><code>fbdb858</code></a> Improve relative ... _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:49:29 -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#398