[PR #111] [CLOSED] Bump the npm-landing group in /landing with 9 updates #112

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • cda11d2 Bump the npm-landing group in /landing with 9 updates

📊 Changes

2 files changed (+135 additions, -107 deletions)

View changed files

📝 landing/package-lock.json (+126 -98)
📝 landing/package.json (+9 -9)

📄 Description

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

Package From To
@types/node 20.10.1 20.10.6
@types/react 18.2.39 18.2.46
@types/react-dom 18.2.17 18.2.18
eslint 8.54.0 8.56.0
eslint-config-next 14.0.3 14.0.4
next 14.0.3 14.0.4
postcss 8.4.31 8.4.32
tailwindcss 3.3.5 3.4.0
typescript 5.3.2 5.3.3

Updates @types/node from 20.10.1 to 20.10.6

Commits

Updates @types/react from 18.2.39 to 18.2.46

Commits

Updates @types/react-dom from 18.2.17 to 18.2.18

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

Release notes

Sourced from eslint-config-next's releases.

v14.0.4

Core Changes

  • Remove early return that is duplicated in useSearchParams: #58545
  • Support passing a relative string to pushState/replaceState: #58438
  • [.next/trace] Record start-dev-server trace span: #58469
  • Update React from 593ecee66 to 2c338b16f.: #58553
  • turbopack: Fix pageExtensions with dots: #58504
  • fix: revalidation with file-system-cache: #58508
  • fix: fetch() behavior when "dynamic" is "force-dynamic: #58484
  • Add cacheNodeSeedData to RSC payload: #58566
  • Lift subtree data out of React tree: #58569
  • fix(next-core): allow runtime segment option in pages/api: #58409
  • Update rust-toolchain to 2023-11-16: #58558
  • refactor: Add lightningcss mode for turbopack-css: #58471
  • fix: avoid race condition when download swc wasm: #58536
  • Removed unused route resolver code: #58702
  • Add experimental.windowHistorySupport to Turbopack supported options: #58717
  • Improve Server Actions compiler: #58391
  • Seed CacheNodes immediately after receiving response: #58669
  • Turbopack: improve error display: #58734
  • fix node externals resolving: #58129
  • disable static prefetching behavior for dynamic segments: #58609
  • fix: ensure DynamicUsageErrors caught during render bubble up: #58747
  • fix image.domains deprecation warning: #58656
  • fix waitUntil handling in pipeToNodeResponse: #58744
  • Use consistent resolve extensions alias for compiler: #58725
  • Turbopack: Use styled issue titles and details: #58743
  • route handlers: make req.cookies opt you into dynamic: #58769
  • OpenTelemetry: a more reliable way to establish a root context: #58662
  • Revert "fix: fetch() behavior when "dynamic" is "force-dynamic": #58735
  • [Instrumentation] Don't treat instrumentation hook as pages: #58775
  • Fix turboFlag set to false: #58795
  • [.next/trace] Track server requests and memory usage: #58690
  • place virtual module inside the project directory: #58798
  • fix rewrites to edge routes: #58797
  • Polish unsupported metadata warning with doc link: #58750
  • Enable .mjs extension config in Turbopack: #58825
  • Turbopack: align automatic externals code with webpack: #58851
  • Upgrade Turbopack: #58859
  • OpenTelemetry: propagate context to sandbox: #58791
  • fix uniqueness of layers: #58872
  • disable flushToDisk during generateStaticParams: #58871
  • Turbopack: enable some node.js builtin in edge runtime: #58850
  • add NEXT_TRIGGER_URL env var to show request triggering a compilation: #58762
  • Update swc_core to v0.86.81: #58517
  • Trace server updates: #58694
  • remove duplicate util file for redirect status: #58878
  • fix(windows): workaround for intermittent locks on windows when renaming files: #58835
  • unify server action detection logic: #58879

... (truncated)

Commits

Updates next from 14.0.3 to 14.0.4

Release notes

Sourced from next's releases.

v14.0.4

Core Changes

  • Remove early return that is duplicated in useSearchParams: #58545
  • Support passing a relative string to pushState/replaceState: #58438
  • [.next/trace] Record start-dev-server trace span: #58469
  • Update React from 593ecee66 to 2c338b16f.: #58553
  • turbopack: Fix pageExtensions with dots: #58504
  • fix: revalidation with file-system-cache: #58508
  • fix: fetch() behavior when "dynamic" is "force-dynamic: #58484
  • Add cacheNodeSeedData to RSC payload: #58566
  • Lift subtree data out of React tree: #58569
  • fix(next-core): allow runtime segment option in pages/api: #58409
  • Update rust-toolchain to 2023-11-16: #58558
  • refactor: Add lightningcss mode for turbopack-css: #58471
  • fix: avoid race condition when download swc wasm: #58536
  • Removed unused route resolver code: #58702
  • Add experimental.windowHistorySupport to Turbopack supported options: #58717
  • Improve Server Actions compiler: #58391
  • Seed CacheNodes immediately after receiving response: #58669
  • Turbopack: improve error display: #58734
  • fix node externals resolving: #58129
  • disable static prefetching behavior for dynamic segments: #58609
  • fix: ensure DynamicUsageErrors caught during render bubble up: #58747
  • fix image.domains deprecation warning: #58656
  • fix waitUntil handling in pipeToNodeResponse: #58744
  • Use consistent resolve extensions alias for compiler: #58725
  • Turbopack: Use styled issue titles and details: #58743
  • route handlers: make req.cookies opt you into dynamic: #58769
  • OpenTelemetry: a more reliable way to establish a root context: #58662
  • Revert "fix: fetch() behavior when "dynamic" is "force-dynamic": #58735
  • [Instrumentation] Don't treat instrumentation hook as pages: #58775
  • Fix turboFlag set to false: #58795
  • [.next/trace] Track server requests and memory usage: #58690
  • place virtual module inside the project directory: #58798
  • fix rewrites to edge routes: #58797
  • Polish unsupported metadata warning with doc link: #58750
  • Enable .mjs extension config in Turbopack: #58825
  • Turbopack: align automatic externals code with webpack: #58851
  • Upgrade Turbopack: #58859
  • OpenTelemetry: propagate context to sandbox: #58791
  • fix uniqueness of layers: #58872
  • disable flushToDisk during generateStaticParams: #58871
  • Turbopack: enable some node.js builtin in edge runtime: #58850
  • add NEXT_TRIGGER_URL env var to show request triggering a compilation: #58762
  • Update swc_core to v0.86.81: #58517
  • Trace server updates: #58694
  • remove duplicate util file for redirect status: #58878
  • fix(windows): workaround for intermittent locks on windows when renaming files: #58835
  • unify server action detection logic: #58879

... (truncated)

Commits

Updates postcss from 8.4.31 to 8.4.32

Release notes

Sourced from postcss's releases.

8.4.32

Changelog

Sourced from postcss's changelog.

8.4.32

  • Fixed postcss().process() types (by Andrew Ferreira).
Commits

Updates tailwindcss from 3.3.5 to 3.4.0

Release notes

Sourced from tailwindcss's releases.

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

Fixed

  • Don’t add spaces to negative numbers following a comma (#12324)
  • Don't emit @config in CSS when watching via the CLI (#12327)
  • Improve types for resolveConfig (#12272)
  • Ensure configured font-feature-settings for mono are included in Preflight (#12342)
  • Improve candidate detection in minified JS arrays (without spaces) (#12396)
  • Don't crash when given applying a variant to a negated version of a simple utility (#12514)
  • Fix support for slashes in arbitrary modifiers (#12515)
  • Fix source maps of variant utilities that come from an @layer rule (#12508)
  • Fix loading of built-in plugins when using an ESM or TypeScript config with the Standalone CLI (#12506)
Changelog

Sourced from tailwindcss's changelog.

[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

Fixed

  • Improve types for resolveConfig (#12272)
  • Don’t add spaces to negative numbers following a comma (#12324)
  • Don't emit @config in CSS when watching via the CLI (#12327)
  • Ensure configured font-feature-settings for mono are included in Preflight (#12342)
  • Improve candidate detection in minified JS arrays (without spaces) (#12396)
  • Don't crash when given applying a variant to a negated version of a simple utility (#12514)
  • Fix support for slashes in arbitrary modifiers (#12515)
  • Fix source maps of variant utilities that come from an @layer rule (#12508)
  • Fix loading of built-in plugins when using an ESM or TypeScript config with the Standalone CLI (#12506)
Commits

Updates typescript from 5.3.2 to 5.3.3

Release notes

Sourced from typescript's releases.

TypeScript 5.3.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

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

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

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/111 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/1/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/landing/npm-landing-fec467764f` --- ### 📝 Commits (1) - [`cda11d2`](https://github.com/feeddeck/feeddeck/commit/cda11d2e78d65e7213497415353b00f8647b65b4) Bump the npm-landing group in /landing with 9 updates ### 📊 Changes **2 files changed** (+135 additions, -107 deletions) <details> <summary>View changed files</summary> 📝 `landing/package-lock.json` (+126 -98) 📝 `landing/package.json` (+9 -9) </details> ### 📄 Description Bumps the npm-landing group in /landing with 9 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.1` | `20.10.6` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.39` | `18.2.46` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.17` | `18.2.18` | | [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.0.4` | | [next](https://github.com/vercel/next.js) | `14.0.3` | `14.0.4` | | [postcss](https://github.com/postcss/postcss) | `8.4.31` | `8.4.32` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.5` | `3.4.0` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.3.2` | `5.3.3` | Updates `@types/node` from 20.10.1 to 20.10.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.2.39 to 18.2.46 <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 `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.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">eslint-config-next's releases</a>.</em></p> <blockquote> <h2>v14.0.4</h2> <h3>Core Changes</h3> <ul> <li>Remove early return that is duplicated in useSearchParams: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58545">#58545</a></li> <li>Support passing a relative string to pushState/replaceState: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58438">#58438</a></li> <li>[.next/trace] Record start-dev-server trace span: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58469">#58469</a></li> <li>Update React from 593ecee66 to 2c338b16f.: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58553">#58553</a></li> <li>turbopack: Fix pageExtensions with dots: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58504">#58504</a></li> <li>fix: revalidation with file-system-cache: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58508">#58508</a></li> <li>fix: fetch() behavior when &quot;dynamic&quot; is &quot;force-dynamic: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58484">#58484</a></li> <li>Add cacheNodeSeedData to RSC payload: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58566">#58566</a></li> <li>Lift subtree data out of React tree: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58569">#58569</a></li> <li>fix(next-core): allow runtime segment option in pages/api: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58409">#58409</a></li> <li>Update rust-toolchain to 2023-11-16: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58558">#58558</a></li> <li>refactor: Add lightningcss mode for <code>turbopack-css</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58471">#58471</a></li> <li>fix: avoid race condition when download swc wasm: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58536">#58536</a></li> <li>Removed unused route resolver code: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58702">#58702</a></li> <li>Add experimental.windowHistorySupport to Turbopack supported options: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58717">#58717</a></li> <li>Improve Server Actions compiler: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58391">#58391</a></li> <li>Seed CacheNodes immediately after receiving response: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58669">#58669</a></li> <li>Turbopack: improve error display: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58734">#58734</a></li> <li>fix node externals resolving: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58129">#58129</a></li> <li>disable static prefetching behavior for dynamic segments: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58609">#58609</a></li> <li>fix: ensure DynamicUsageErrors caught during render bubble up: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58747">#58747</a></li> <li>fix image.domains deprecation warning: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58656">#58656</a></li> <li>fix waitUntil handling in pipeToNodeResponse: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58744">#58744</a></li> <li>Use consistent resolve extensions alias for compiler: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58725">#58725</a></li> <li>Turbopack: Use styled issue titles and details: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58743">#58743</a></li> <li>route handlers: make req.cookies opt you into dynamic: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58769">#58769</a></li> <li>OpenTelemetry: a more reliable way to establish a root context: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58662">#58662</a></li> <li>Revert &quot;fix: fetch() behavior when &quot;dynamic&quot; is &quot;force-dynamic&quot;: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58735">#58735</a></li> <li>[Instrumentation] Don't treat instrumentation hook as pages: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58775">#58775</a></li> <li>Fix turboFlag set to false: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58795">#58795</a></li> <li>[.next/trace] Track server requests and memory usage: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58690">#58690</a></li> <li>place virtual module inside the project directory: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58798">#58798</a></li> <li>fix rewrites to edge routes: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58797">#58797</a></li> <li>Polish unsupported metadata warning with doc link: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58750">#58750</a></li> <li>Enable .mjs extension config in Turbopack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58825">#58825</a></li> <li>Turbopack: align automatic externals code with webpack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58851">#58851</a></li> <li>Upgrade Turbopack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58859">#58859</a></li> <li>OpenTelemetry: propagate context to sandbox: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58791">#58791</a></li> <li>fix uniqueness of layers: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58872">#58872</a></li> <li>disable flushToDisk during <code>generateStaticParams</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58871">#58871</a></li> <li>Turbopack: enable some node.js builtin in edge runtime: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58850">#58850</a></li> <li>add <code>NEXT_TRIGGER_URL</code> env var to show request triggering a compilation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58762">#58762</a></li> <li>Update <code>swc_core</code> to <code>v0.86.81</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58517">#58517</a></li> <li>Trace server updates: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58694">#58694</a></li> <li>remove duplicate util file for redirect status: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58878">#58878</a></li> <li>fix(windows): workaround for intermittent locks on windows when renaming files: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58835">#58835</a></li> <li>unify server action detection logic: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/58879">#58879</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/c9f859e6bea4a547d3946e99c5242bb419155598"><code>c9f859e</code></a> v14.0.4</li> <li><a href="https://github.com/vercel/next.js/commit/77dc763807c31a52278db95a8b71e989d467d95f"><code>77dc763</code></a> v14.0.4-canary.49</li> <li><a href="https://github.com/vercel/next.js/commit/37c6a10a8917d3bc1389ff6c2a6b3b06fe58e8b5"><code>37c6a10</code></a> v14.0.4-canary.48</li> <li><a href="https://github.com/vercel/next.js/commit/d4d9dc40facff846582de9192f89b5b59c682edf"><code>d4d9dc4</code></a> v14.0.4-canary.47</li> <li><a href="https://github.com/vercel/next.js/commit/1f6defd4b097fb24d1fcf75a12cb77f082ed9706"><code>1f6defd</code></a> v14.0.4-canary.46</li> <li><a href="https://github.com/vercel/next.js/commit/f6ebc2be771fbe67ce2172c6e71cec24def29689"><code>f6ebc2b</code></a> v14.0.4-canary.45</li> <li><a href="https://github.com/vercel/next.js/commit/50d4578791e40a0113ac134caf49478738cf2717"><code>50d4578</code></a> v14.0.4-canary.44</li> <li><a href="https://github.com/vercel/next.js/commit/6387c9cbcbaf53adb9fdba1306a5b8a3f76a8cd5"><code>6387c9c</code></a> v14.0.4-canary.43</li> <li><a href="https://github.com/vercel/next.js/commit/2003f5f8489b1a5a12c1eb05d3dd595f6342fe5e"><code>2003f5f</code></a> v14.0.4-canary.42</li> <li><a href="https://github.com/vercel/next.js/commit/b2084ea0ac581aa80ced726fff701b5ca23c751c"><code>b2084ea</code></a> v14.0.4-canary.41</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/commits/v14.0.4/packages/eslint-config-next">compare view</a></li> </ul> </details> <br /> Updates `next` from 14.0.3 to 14.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> <blockquote> <h2>v14.0.4</h2> <h3>Core Changes</h3> <ul> <li>Remove early return that is duplicated in useSearchParams: <a href="https://redirect.github.com/vercel/next.js/issues/58545">#58545</a></li> <li>Support passing a relative string to pushState/replaceState: <a href="https://redirect.github.com/vercel/next.js/issues/58438">#58438</a></li> <li>[.next/trace] Record start-dev-server trace span: <a href="https://redirect.github.com/vercel/next.js/issues/58469">#58469</a></li> <li>Update React from 593ecee66 to 2c338b16f.: <a href="https://redirect.github.com/vercel/next.js/issues/58553">#58553</a></li> <li>turbopack: Fix pageExtensions with dots: <a href="https://redirect.github.com/vercel/next.js/issues/58504">#58504</a></li> <li>fix: revalidation with file-system-cache: <a href="https://redirect.github.com/vercel/next.js/issues/58508">#58508</a></li> <li>fix: fetch() behavior when &quot;dynamic&quot; is &quot;force-dynamic: <a href="https://redirect.github.com/vercel/next.js/issues/58484">#58484</a></li> <li>Add cacheNodeSeedData to RSC payload: <a href="https://redirect.github.com/vercel/next.js/issues/58566">#58566</a></li> <li>Lift subtree data out of React tree: <a href="https://redirect.github.com/vercel/next.js/issues/58569">#58569</a></li> <li>fix(next-core): allow runtime segment option in pages/api: <a href="https://redirect.github.com/vercel/next.js/issues/58409">#58409</a></li> <li>Update rust-toolchain to 2023-11-16: <a href="https://redirect.github.com/vercel/next.js/issues/58558">#58558</a></li> <li>refactor: Add lightningcss mode for <code>turbopack-css</code>: <a href="https://redirect.github.com/vercel/next.js/issues/58471">#58471</a></li> <li>fix: avoid race condition when download swc wasm: <a href="https://redirect.github.com/vercel/next.js/issues/58536">#58536</a></li> <li>Removed unused route resolver code: <a href="https://redirect.github.com/vercel/next.js/issues/58702">#58702</a></li> <li>Add experimental.windowHistorySupport to Turbopack supported options: <a href="https://redirect.github.com/vercel/next.js/issues/58717">#58717</a></li> <li>Improve Server Actions compiler: <a href="https://redirect.github.com/vercel/next.js/issues/58391">#58391</a></li> <li>Seed CacheNodes immediately after receiving response: <a href="https://redirect.github.com/vercel/next.js/issues/58669">#58669</a></li> <li>Turbopack: improve error display: <a href="https://redirect.github.com/vercel/next.js/issues/58734">#58734</a></li> <li>fix node externals resolving: <a href="https://redirect.github.com/vercel/next.js/issues/58129">#58129</a></li> <li>disable static prefetching behavior for dynamic segments: <a href="https://redirect.github.com/vercel/next.js/issues/58609">#58609</a></li> <li>fix: ensure DynamicUsageErrors caught during render bubble up: <a href="https://redirect.github.com/vercel/next.js/issues/58747">#58747</a></li> <li>fix image.domains deprecation warning: <a href="https://redirect.github.com/vercel/next.js/issues/58656">#58656</a></li> <li>fix waitUntil handling in pipeToNodeResponse: <a href="https://redirect.github.com/vercel/next.js/issues/58744">#58744</a></li> <li>Use consistent resolve extensions alias for compiler: <a href="https://redirect.github.com/vercel/next.js/issues/58725">#58725</a></li> <li>Turbopack: Use styled issue titles and details: <a href="https://redirect.github.com/vercel/next.js/issues/58743">#58743</a></li> <li>route handlers: make req.cookies opt you into dynamic: <a href="https://redirect.github.com/vercel/next.js/issues/58769">#58769</a></li> <li>OpenTelemetry: a more reliable way to establish a root context: <a href="https://redirect.github.com/vercel/next.js/issues/58662">#58662</a></li> <li>Revert &quot;fix: fetch() behavior when &quot;dynamic&quot; is &quot;force-dynamic&quot;: <a href="https://redirect.github.com/vercel/next.js/issues/58735">#58735</a></li> <li>[Instrumentation] Don't treat instrumentation hook as pages: <a href="https://redirect.github.com/vercel/next.js/issues/58775">#58775</a></li> <li>Fix turboFlag set to false: <a href="https://redirect.github.com/vercel/next.js/issues/58795">#58795</a></li> <li>[.next/trace] Track server requests and memory usage: <a href="https://redirect.github.com/vercel/next.js/issues/58690">#58690</a></li> <li>place virtual module inside the project directory: <a href="https://redirect.github.com/vercel/next.js/issues/58798">#58798</a></li> <li>fix rewrites to edge routes: <a href="https://redirect.github.com/vercel/next.js/issues/58797">#58797</a></li> <li>Polish unsupported metadata warning with doc link: <a href="https://redirect.github.com/vercel/next.js/issues/58750">#58750</a></li> <li>Enable .mjs extension config in Turbopack: <a href="https://redirect.github.com/vercel/next.js/issues/58825">#58825</a></li> <li>Turbopack: align automatic externals code with webpack: <a href="https://redirect.github.com/vercel/next.js/issues/58851">#58851</a></li> <li>Upgrade Turbopack: <a href="https://redirect.github.com/vercel/next.js/issues/58859">#58859</a></li> <li>OpenTelemetry: propagate context to sandbox: <a href="https://redirect.github.com/vercel/next.js/issues/58791">#58791</a></li> <li>fix uniqueness of layers: <a href="https://redirect.github.com/vercel/next.js/issues/58872">#58872</a></li> <li>disable flushToDisk during <code>generateStaticParams</code>: <a href="https://redirect.github.com/vercel/next.js/issues/58871">#58871</a></li> <li>Turbopack: enable some node.js builtin in edge runtime: <a href="https://redirect.github.com/vercel/next.js/issues/58850">#58850</a></li> <li>add <code>NEXT_TRIGGER_URL</code> env var to show request triggering a compilation: <a href="https://redirect.github.com/vercel/next.js/issues/58762">#58762</a></li> <li>Update <code>swc_core</code> to <code>v0.86.81</code>: <a href="https://redirect.github.com/vercel/next.js/issues/58517">#58517</a></li> <li>Trace server updates: <a href="https://redirect.github.com/vercel/next.js/issues/58694">#58694</a></li> <li>remove duplicate util file for redirect status: <a href="https://redirect.github.com/vercel/next.js/issues/58878">#58878</a></li> <li>fix(windows): workaround for intermittent locks on windows when renaming files: <a href="https://redirect.github.com/vercel/next.js/issues/58835">#58835</a></li> <li>unify server action detection logic: <a href="https://redirect.github.com/vercel/next.js/issues/58879">#58879</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/c9f859e6bea4a547d3946e99c5242bb419155598"><code>c9f859e</code></a> v14.0.4</li> <li><a href="https://github.com/vercel/next.js/commit/eaa0e7c1ba28c516aa1397f69187f719db763bb0"><code>eaa0e7c</code></a> Skip latest commit check for stable release (<a href="https://redirect.github.com/vercel/next.js/issues/59383">#59383</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/77dc763807c31a52278db95a8b71e989d467d95f"><code>77dc763</code></a> v14.0.4-canary.49</li> <li><a href="https://github.com/vercel/next.js/commit/aa08c49d7269d3f7c3ed96b77068d1690eea3587"><code>aa08c49</code></a> rm console.log (<a href="https://redirect.github.com/vercel/next.js/issues/59381">#59381</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/37c6a10a8917d3bc1389ff6c2a6b3b06fe58e8b5"><code>37c6a10</code></a> v14.0.4-canary.48</li> <li><a href="https://github.com/vercel/next.js/commit/d07a370dfa26e5c16ba8af0583b7a2f2f82475cc"><code>d07a370</code></a> fixes the logging by showing full URLs only on demand (<a href="https://redirect.github.com/vercel/next.js/issues/58088">#58088</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/e1fe0c9a14266b1c216306b7392c0006166b113e"><code>e1fe0c9</code></a> test: ability to use node debugger (<a href="https://redirect.github.com/vercel/next.js/issues/56277">#56277</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/a578cc8192fa3f9182d4fa70f18760f7ae1490bb"><code>a578cc8</code></a> fix inconsistent scroll restoration behavior (<a href="https://redirect.github.com/vercel/next.js/issues/59366">#59366</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/2874bc0656df9031d10eea7beee36ce70e53acef"><code>2874bc0</code></a> Fix server output bundling packages module resolving (<a href="https://redirect.github.com/vercel/next.js/issues/59369">#59369</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/42ec6c89bb21cd33d891e3351fe4aa61562f39d0"><code>42ec6c8</code></a> Update Turbopack test manifest (<a href="https://redirect.github.com/vercel/next.js/issues/59356">#59356</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v14.0.3...v14.0.4">compare view</a></li> </ul> </details> <br /> Updates `postcss` from 8.4.31 to 8.4.32 <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.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.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/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><a href="https://github.com/postcss/postcss/commit/2398534350866d75b31c3463ec3b2c6ca81d1e2b"><code>2398534</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/1918533810a84462dc23c751b6346661d9d6058a"><code>1918533</code></a> Merge pull request <a href="https://redirect.github.com/postcss/postcss/issues/1902">#1902</a> from ferreira-tb/main</li> <li><a href="https://github.com/postcss/postcss/commit/395e6dc1b9a379da7ac078e4c3ae572baeb47908"><code>395e6dc</code></a> Fix <code>ProcessOptions</code> interface</li> <li><a href="https://github.com/postcss/postcss/commit/fa8cd158fd174429bd3f2234dc1339d9aee1b84b"><code>fa8cd15</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/199a7c42107b37f886a9bc22dd3d12d6ac8ddd95"><code>199a7c4</code></a> Typo</li> <li><a href="https://github.com/postcss/postcss/commit/252804716919721bff361a09dc54a4e993b20934"><code>2528047</code></a> Update EM link</li> <li>See full diff in <a href="https://github.com/postcss/postcss/compare/8.4.31...8.4.32">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 3.3.5 to 3.4.0 <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.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> <h3>Fixed</h3> <ul> <li>Don’t add spaces to negative numbers following a comma (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12324">#12324</a>)</li> <li>Don't emit <code>@config</code> in CSS when watching via the CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12327">#12327</a>)</li> <li>Improve types for <code>resolveConfig</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12272">#12272</a>)</li> <li>Ensure configured <code>font-feature-settings</code> for <code>mono</code> are included in Preflight (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12342">#12342</a>)</li> <li>Improve candidate detection in minified JS arrays (without spaces) (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12396">#12396</a>)</li> <li>Don't crash when given applying a variant to a negated version of a simple utility (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12514">#12514</a>)</li> <li>Fix support for slashes in arbitrary modifiers (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12515">#12515</a>)</li> <li>Fix source maps of variant utilities that come from an <code>@layer</code> rule (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12508">#12508</a>)</li> <li>Fix loading of built-in plugins when using an ESM or TypeScript config with the Standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12506">#12506</a>)</li> </ul> </blockquote> </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.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> <h3>Fixed</h3> <ul> <li>Improve types for <code>resolveConfig</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12272">#12272</a>)</li> <li>Don’t add spaces to negative numbers following a comma (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12324">#12324</a>)</li> <li>Don't emit <code>@config</code> in CSS when watching via the CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12327">#12327</a>)</li> <li>Ensure configured <code>font-feature-settings</code> for <code>mono</code> are included in Preflight (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12342">#12342</a>)</li> <li>Improve candidate detection in minified JS arrays (without spaces) (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12396">#12396</a>)</li> <li>Don't crash when given applying a variant to a negated version of a simple utility (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12514">#12514</a>)</li> <li>Fix support for slashes in arbitrary modifiers (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12515">#12515</a>)</li> <li>Fix source maps of variant utilities that come from an <code>@layer</code> rule (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12508">#12508</a>)</li> <li>Fix loading of built-in plugins when using an ESM or TypeScript config with the Standalone CLI (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12506">#12506</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <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 precedence of <code>rtl</code>, <code>ltr</code>, <code>forced-colors</code> and <code>dark</code> varia...</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/dae4618e97244606e53d2936ccd4b0f650ecb5ec"><code>dae4618</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/11a6ba3949451f7c843b6be5d7847f8e91acc52b"><code>11a6ba3</code></a> Move forced-colors variant after dark variant (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/12582">#12582</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/47dbb4a2b3fd0982e55aa44707c42e1da820b54e"><code>47dbb4a</code></a> Add <code>*</code> variant for targeting direct children (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/12551">#12551</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/7642e28cfe5bb8928d3e6629b52de0cf83239022"><code>7642e28</code></a> Disable tap highlights on iOS (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/12299">#12299</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/06972065defd552e4b4e8d52fcdbf5319e19ccd0"><code>0697206</code></a> feat(preflight): simplify sans-serif font stack (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/11748">#11748</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/b215f13276ad3ed4e1fd37de8b234ff4d5777fc6"><code>b215f13</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/9129defd0db0b052e3e36f7a4ecdb2d4f5787476"><code>9129def</code></a> Add logical properties support for float and clear (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/12480">#12480</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/4ef97179cd2ac89941d33df27f45a9ebf58e27db"><code>4ef9717</code></a> Fix typo in changelog</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.3.5...v3.4.0">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.3.2 to 5.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.3.3</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/">release announcement</a>.</p> <p>For the complete list of fixed issues, check out the</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+">fixed issues query for Typescript 5.3.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+">fixed issues query for Typescript 5.3.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.3.2%22+is%3Aclosed+">fixed issues query for Typescript 5.3.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.3.3%22+is%3Aclosed+">fixed issues query for Typescript 5.3.3 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet package</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/TypeScript/commit/63717cf44a64585175c76c336c8f8d87d5384d16"><code>63717cf</code></a> Bump version to 5.3.3 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/4c2afa7f7bbba7905f288a477ea773bdaa678b5c"><code>4c2afa7</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/56627">#56627</a> (Transpile jsdoc parsing mode) into release-5.3 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/56629">#56629</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/ba3d2b02b22bf3b3a6de735b9bab613451ec08b6"><code>ba3d2b0</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/56434">#56434</a> (Fix support for intersections in te...) into release-5.3 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/f3808c416d42f20093121b70d3f0a65b4d026b1f"><code>f3808c4</code></a> 🤖 Pick PR <a href="https://redirect.github.com/Microsoft/TypeScript/issues/56504">#56504</a> (Fixed an issue in boolean compariso...) into release-5.3 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/b4fe221e65d3ebba0e06f9562cb939574f80fe20"><code>b4fe221</code></a> Cherry-pick <a href="https://redirect.github.com/Microsoft/TypeScript/issues/56489">#56489</a> into release-5.3 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/56490">#56490</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/f750eb37942c0bacd7c3609088abc3207f8ab1ce"><code>f750eb3</code></a> Pick <a href="https://redirect.github.com/Microsoft/TypeScript/issues/56485">#56485</a> into release-5.3 (<a href="https://redirect.github.com/Microsoft/TypeScript/issues/56486">#56486</a>)</li> <li>See full diff in <a href="https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:57:33 -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#112