[PR #232] [CLOSED] Bump the npm group in /landing with 7 updates #224

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

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/232
Author: @dependabot[bot]
Created: 3/16/2025
Status: Closed

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


📝 Commits (1)

  • 6672ec0 Bump the npm group in /landing with 7 updates

📊 Changes

2 files changed (+222 additions, -216 deletions)

View changed files

📝 landing/package-lock.json (+216 -210)
📝 landing/package.json (+6 -6)

📄 Description

Bumps the npm group in /landing with 7 updates:

Package From To
@tailwindcss/postcss 4.0.9 4.0.14
@types/node 22.13.8 22.13.10
autoprefixer 10.4.20 10.4.21
eslint 9.21.0 9.22.0
eslint-config-next 15.2.0 15.2.2
next 15.2.0 15.2.2
tailwindcss 4.0.9 4.0.14

Updates @tailwindcss/postcss from 4.0.9 to 4.0.14

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.0.14

Fixed

  • Do not extract candidates with JS string interpolation ${ (#17142)
  • Fix extraction of variants containing . character (#17153)
  • Fix extracting candidates in Clojure/ClojureScript (#17087)

v4.0.13

Fixed

  • Fix Haml pre-processing (#17051)
  • Ensure .node and .wasm files are not scanned for utilities (#17123)
  • Improve performance when scanning JSON files (#17125)
  • Fix extracting candidates containing dots in Haml, Pug, and Slim pre processors (#17094, #17085, #17113)
  • Don't create invalid CSS when encountering a link wrapped in square brackets (#17129)

v4.0.12

Fixed

  • Vite: Fix url(…) rebasing in transitively imported CSS files (#16965)
  • PostCSS: Rebase url(…)s in imported CSS files (#16965)
  • Ensure utilities are sorted based on their actual property order (#16995)
  • Ensure strings in Pug and Slim templates are handled correctly (#17000)
  • Ensure classes between } and { are properly extracted (#17001)
  • Fix razor/cshtml pre-processing (#17027)
  • Ensure extracting candidates from JS embedded in a PHP string works as expected (#17031)

v4.0.11

Fixed

  • Ensure classes containing -- are extracted correctly (#16972)
  • Ensure classes containing numbers followed by dash or underscore are extracted correctly (#16980)
  • Ensure arbitrary container queries are extracted correctly (#16984)
  • Ensure classes ending in [ are extracted in Slim templating language (#16985)
  • Ensure arbitrary variables with data types are extracted correctly (#16986)

v4.0.10

Added

  • Add col-<number> and row-<number> utilities for grid-column and grid-row (#15183)

Fixed

  • Ensure not-* does not remove :is(…) from variants (#16825)
  • Ensure @keyframes are correctly emitted when using a prefix (#16850)
  • Don't swallow @utility declarations when @apply is used in nested rules (#16940)
  • Ensure outline-hidden behaves like outline-none outside of forced colors mode (#16943)
  • Allow !important on CSS variables again (#16873)
  • Vite: Do not crash when encountering an .svg file with # or ? in the filename (#16957)
  • Ensure utilities are properly detected within square brackets (#16306)

... (truncated)

Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.0.14] - 2025-03-13

Fixed

  • Do not extract candidates with JS string interpolation ${ (#17142)
  • Fix extraction of variants containing . character (#17153)
  • Fix extracting candidates in Clojure/ClojureScript (#17087)

[4.0.13] - 2025-03-11

Fixed

  • Fix Haml pre-processing (#17051)
  • Ensure .node and .wasm files are not scanned for utilities (#17123)
  • Improve performance when scanning JSON files (#17125)
  • Fix extracting candidates containing dots in Haml, Pug, and Slim pre processors (#17094, #17085, #17113)
  • Don't create invalid CSS when encountering a link wrapped in square brackets (#17129)

[4.0.12] - 2025-03-07

Fixed

  • Vite: Fix url(…) rebasing in transitively imported CSS files (#16965)
  • PostCSS: Rebase url(…)s in imported CSS files (#16965)
  • Ensure utilities are sorted based on their actual property order (#16995)
  • Ensure strings in Pug and Slim templates are handled correctly (#17000)
  • Ensure classes between } and { are properly extracted (#17001)
  • Fix razor/cshtml pre-processing (#17027)
  • Ensure extracting candidates from JS embedded in a PHP string works as expected (#17031)

[4.0.11] - 2025-03-06

Fixed

  • Ensure classes containing -- are extracted correctly (#16972)
  • Ensure classes containing numbers followed by dash or underscore are extracted correctly (#16980)
  • Ensure arbitrary container queries are extracted correctly (#16984)
  • Ensure classes ending in [ are extracted in Slim templating language (#16985)
  • Ensure arbitrary variables with data types are extracted correctly (#16986)

[4.0.10] - 2025-03-05

Added

  • Add col-<number> and row-<number> utilities for grid-column and grid-row (#15183)

Fixed

  • Ensure not-* does not remove :is(…) from variants (#16825)
  • Ensure @keyframes are correctly emitted when using a prefix (#16850)

... (truncated)

Commits

Updates @types/node from 22.13.8 to 22.13.10

Commits

Updates autoprefixer from 10.4.20 to 10.4.21

Release notes

Sourced from autoprefixer's releases.

10.4.21

Changelog

Sourced from autoprefixer's changelog.

10.4.21

Commits

Updates eslint from 9.21.0 to 9.22.0

Release notes

Sourced from eslint's releases.

v9.22.0

Features

  • 7ddb095 feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)

Bug Fixes

  • 19c0127 fix: improve message for no-console suggestions (#19483) (Francesco Trotta)
  • 49e624f fix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg )

Documentation

  • 86c5f37 docs: Update README (GitHub Actions Bot)
  • fbdeff0 docs: Update README (GitHub Actions Bot)
  • c9e8510 docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)
  • 2f386ad docs: replace var with const in rule examples (#19469) (Tanuj Kanti)
  • 0e688e3 docs: Update README (GitHub Actions Bot)
  • 06b596d docs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)

Chores

  • 97f788b chore: upgrade @​eslint/js@​9.22.0 (#19489) (Milos Djermanovic)
  • eed409a chore: package.json update for @​eslint/js release (Jenkins)
  • f9a56d3 chore: upgrade eslint-scope@8.3.0 (#19488) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.22.0 - March 7, 2025

  • 97f788b chore: upgrade @​eslint/js@​9.22.0 (#19489) (Milos Djermanovic)
  • eed409a chore: package.json update for @​eslint/js release (Jenkins)
  • f9a56d3 chore: upgrade eslint-scope@8.3.0 (#19488) (Milos Djermanovic)
  • 7ddb095 feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)
  • 86c5f37 docs: Update README (GitHub Actions Bot)
  • 19c0127 fix: improve message for no-console suggestions (#19483) (Francesco Trotta)
  • fbdeff0 docs: Update README (GitHub Actions Bot)
  • c9e8510 docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)
  • 2f386ad docs: replace var with const in rule examples (#19469) (Tanuj Kanti)
  • 0e688e3 docs: Update README (GitHub Actions Bot)
  • 49e624f fix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg )
  • 06b596d docs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)
Commits

Updates eslint-config-next from 15.2.0 to 15.2.2

Release notes

Sourced from eslint-config-next's releases.

v15.2.2

Core Changes

  • [dev-overlay] fix styling on overflow error messages, add button hover state: #76771
  • Fix: respond 405 status code on OPTIONS request to SSG page: #76767
  • [dev-overlay] Always show relative paths: #76742
  • [metadata] remove the duplicate metadata in the error boundary: #76791
  • Upgrade React from d55cc79b-20250228 to 443b7ff2-20250303: #76804
  • [dev-overlay] Ignore animations on page load: #76834
  • fix: remove useless set-cookie in action-handler: #76839
  • Turbopack: handle task cancelation: #76831
  • Upgrade React from 443b7ff2-20250303 to e03ac20f-20250305: #76842
  • add types for __next_app__ module loading functions: #74566
  • fix duplicated noindex when server action is triggered: #76847
  • fix: don't drop queued actions when navigating: #75362
  • [dev-overlay]: remove dependency on platform for focus trapping: #76849
  • Turbopack: Add turbopack_load_by_url: #76814
  • Add handling of origin in dev mode: #76880
  • [dev-overlay] Stop grouping callstack frames into ignored vs. not ignored: #76861
  • Upgrade React from e03ac20f-20250305 to 029e8bd6-20250306: #76870
  • [dev-overlay] Increase padding if no x button present: #76898
  • fix: prevent incorrect searchParams being applied on certain navs: #76914
  • [dev-overlay] Dim ignore-listed callstack frames when shown: #76862

Example Changes

  • chore(cna): update tailwind styles to be closer to non-tw cna: #76647

Misc Changes

  • Fix canary only warning for devlow-bench: #76772
  • [test] Add special placeholder if stackframes point into dist dir: #76741
  • [test] Use new Redbox matchers in pages/ service-side-dev-errors: #76779
  • [test] Use new Redbox matchers in app/ dynamic-error-trace: #76783
  • [test] Use new Redbox matchers in app/ owner-stack-invalid-element-type: #76786
  • [test] Use new Redbox matchers in app/ hook-functuon-names: #76785
  • [test] Use new Redbox matchers in app/ undefined-default-export: #76781
  • [test] Use new Redbox matchers in server-navigation-error: #76787
  • [test] Fix flaky error-recovery test: #76789
  • [test] Use new Redbox matchers in pages/ gssp-ssr-change-reloading: #76788
  • [docs] update Tailwind CSS installation and configuration instructions: #76259
  • docs: Tailwind v4: #76801
  • chore(docs): update minimumCacheTTL example to 31 days: #76796
  • Turbopack: improve sectioned source maps: #76627
  • [test] Use new Redbox matchers in pages/ middleware-errors: #76797
  • doc: use redirect in client components: #76332
  • [docs] document experimental viewTransition flag: #76832
  • docs(errors): remove confusing good-to-know since global-errors.tsx also show in dev as of 15.2: #76825
  • Turbopack: don't use HashMap in manifests: #76833
  • Update labeler.json: #76828

... (truncated)

Commits

Updates next from 15.2.0 to 15.2.2

Release notes

Sourced from next's releases.

v15.2.2

Core Changes

  • [dev-overlay] fix styling on overflow error messages, add button hover state: #76771
  • Fix: respond 405 status code on OPTIONS request to SSG page: #76767
  • [dev-overlay] Always show relative paths: #76742
  • [metadata] remove the duplicate metadata in the error boundary: #76791
  • Upgrade React from d55cc79b-20250228 to 443b7ff2-20250303: #76804
  • [dev-overlay] Ignore animations on page load: #76834
  • fix: remove useless set-cookie in action-handler: #76839
  • Turbopack: handle task cancelation: #76831
  • Upgrade React from 443b7ff2-20250303 to e03ac20f-20250305: #76842
  • add types for __next_app__ module loading functions: #74566
  • fix duplicated noindex when server action is triggered: #76847
  • fix: don't drop queued actions when navigating: #75362
  • [dev-overlay]: remove dependency on platform for focus trapping: #76849
  • Turbopack: Add turbopack_load_by_url: #76814
  • Add handling of origin in dev mode: #76880
  • [dev-overlay] Stop grouping callstack frames into ignored vs. not ignored: #76861
  • Upgrade React from e03ac20f-20250305 to 029e8bd6-20250306: #76870
  • [dev-overlay] Increase padding if no x button present: #76898
  • fix: prevent incorrect searchParams being applied on certain navs: #76914
  • [dev-overlay] Dim ignore-listed callstack frames when shown: #76862

Example Changes

  • chore(cna): update tailwind styles to be closer to non-tw cna: #76647

Misc Changes

  • Fix canary only warning for devlow-bench: #76772
  • [test] Add special placeholder if stackframes point into dist dir: #76741
  • [test] Use new Redbox matchers in pages/ service-side-dev-errors: #76779
  • [test] Use new Redbox matchers in app/ dynamic-error-trace: #76783
  • [test] Use new Redbox matchers in app/ owner-stack-invalid-element-type: #76786
  • [test] Use new Redbox matchers in app/ hook-functuon-names: #76785
  • [test] Use new Redbox matchers in app/ undefined-default-export: #76781
  • [test] Use new Redbox matchers in server-navigation-error: #76787
  • [test] Fix flaky error-recovery test: #76789
  • [test] Use new Redbox matchers in pages/ gssp-ssr-change-reloading: #76788
  • [docs] update Tailwind CSS installation and configuration instructions: #76259
  • docs: Tailwind v4: #76801
  • chore(docs): update minimumCacheTTL example to 31 days: #76796
  • Turbopack: improve sectioned source maps: #76627
  • [test] Use new Redbox matchers in pages/ middleware-errors: #76797
  • doc: use redirect in client components: #76332
  • [docs] document experimental viewTransition flag: #76832
  • docs(errors): remove confusing good-to-know since global-errors.tsx also show in dev as of 15.2: #76825
  • Turbopack: don't use HashMap in manifests: #76833
  • Update labeler.json: #76828

... (truncated)

Commits

Updates tailwindcss from 4.0.9 to 4.0.14

Release notes

Sourced from tailwindcss's releases.

v4.0.14

Fixed

  • Do not extract candidates with JS string interpolation ${ (#17142)
  • Fix extraction of variants containing . character (#17153)
  • Fix extracting candidates in Clojure/ClojureScript (#17087)

v4.0.13

Fixed

  • Fix Haml pre-processing (#17051)
  • Ensure .node and .wasm files are not scanned for utilities (#17123)
  • Improve performance when scanning JSON files (#17125)
  • Fix extracting candidates containing dots in Haml, Pug, and Slim pre processors (#17094, #17085, #17113)
  • Don't create invalid CSS when encountering a link wrapped in square brackets (#17129)

v4.0.12

Fixed

  • Vite: Fix url(…) rebasing in transitively imported CSS files (#16965)
  • PostCSS: Rebase url(…)s in imported CSS files (#16965)
  • Ensure utilities are sorted based on their actual property order (#16995)
  • Ensure strings in Pug and Slim templates are handled correctly (#17000)
  • Ensure classes between } and { are properly extracted (#17001)
  • Fix razor/cshtml pre-processing (#17027)
  • Ensure extracting candidates from JS embedded in a PHP string works as expected (#17031)

v4.0.11

Fixed

  • Ensure classes containing -- are extracted correctly (#16972)
  • Ensure classes containing numbers followed by dash or underscore are extracted correctly (#16980)
  • Ensure arbitrary container queries are extracted correctly (#16984)
  • Ensure classes ending in [ are extracted in Slim templating language (#16985)
  • Ensure arbitrary variables with data types are extracted correctly (#16986)

v4.0.10

Added

  • Add col-<number> and row-<number> utilities for grid-column and grid-row (#15183)

Fixed

  • Ensure not-* does not remove :is(…) from variants (#16825)
  • Ensure @keyframes are correctly emitted when using a prefix (#16850)
  • Don't swallow @utility declarations when @apply is used in nested rules (#16940)
  • Ensure outline-hidden behaves like outline-none outside of forced colors mode (#16943)
  • Allow !important on CSS variables again (#16873)
  • Vite: Do not crash when encountering an .svg file with # or ? in the filename (#16957)
  • Ensure utilities are properly detected within square brackets (#16306)

... (truncated)

Changelog

Sourced from tailwindcss's changelog.

[4.0.14] - 2025-03-13

Fixed

  • Do not extract candidates with JS string interpolation ${ (#17142)
  • Fix extraction of variants containing . character (#17153)
  • Fix extracting candidates in Clojure/ClojureScript (#17087)

[4.0.13] - 2025-03-11

Fixed

  • Fix Haml pre-processing (#17051)
  • Ensure .node and .wasm files are not scanned for utilities (#17123)
  • Improve performance when scanning JSON files (#17125)
  • Fix extracting candidates containing dots in Haml, Pug, and Slim pre processors (#17094, #17085, #17113)
  • Don't create invalid CSS when encountering a link wrapped in square brackets (#17129)

[4.0.12] - 2025-03-07

Fixed

  • Vite: Fix url(…) rebasing in transitively imported CSS files (#16965)
  • PostCSS: Rebase url(…)s in imported CSS files (#16965)
  • Ensure utilities are sorted based on their actual property order (#16995)
  • Ensure strings in Pug and Slim templates are handled correctly (#17000)
  • Ensure classes between } and { are properly extracted (#17001)
  • Fix razor/cshtml pre-processing (#17027)
  • Ensure extracting candidates from JS embedded in a PHP string works as expected (#17031)

[4.0.11] - 2025-03-06

Fixed

  • Ensure classes containing -- are extracted correctly (#16972)
  • Ensure classes containing numbers followed by dash or underscore are extracted correctly (#16980)
  • Ensure arbitrary container queries are extracted correctly (#16984)
  • Ensure classes ending in [ are extracted in Slim templating language (#16985)
  • Ensure arbitrary variables with data types are extracted correctly (#16986)

[4.0.10] - 2025-03-05

Added

  • Add col-<number> and row-<number> utilities for grid-column and grid-row (#15183)

Fixed

  • Ensure not-* does not remove :is(…) from variants (#16825)
  • Ensure @keyframes are correctly emitted when using a prefix (#16850)

... (truncated)

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/232 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/16/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/landing/npm-e95d3c2b76` --- ### 📝 Commits (1) - [`6672ec0`](https://github.com/feeddeck/feeddeck/commit/6672ec0852ecd88369cf27bee887ae3d317e0b86) Bump the npm group in /landing with 7 updates ### 📊 Changes **2 files changed** (+222 additions, -216 deletions) <details> <summary>View changed files</summary> 📝 `landing/package-lock.json` (+216 -210) 📝 `landing/package.json` (+6 -6) </details> ### 📄 Description Bumps the npm group in /landing with 7 updates: | Package | From | To | | --- | --- | --- | | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.0.9` | `4.0.14` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.8` | `22.13.10` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.20` | `10.4.21` | | [eslint](https://github.com/eslint/eslint) | `9.21.0` | `9.22.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.2.0` | `15.2.2` | | [next](https://github.com/vercel/next.js) | `15.2.0` | `15.2.2` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.0.9` | `4.0.14` | Updates `@tailwindcss/postcss` from 4.0.9 to 4.0.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases"><code>@​tailwindcss/postcss</code>'s releases</a>.</em></p> <blockquote> <h2>v4.0.14</h2> <h3>Fixed</h3> <ul> <li>Do not extract candidates with JS string interpolation <code>${</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17142">#17142</a>)</li> <li>Fix extraction of variants containing <code>.</code> character (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17153">#17153</a>)</li> <li>Fix extracting candidates in Clojure/ClojureScript (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17087">#17087</a>)</li> </ul> <h2>v4.0.13</h2> <h3>Fixed</h3> <ul> <li>Fix Haml pre-processing (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17051">#17051</a>)</li> <li>Ensure <code>.node</code> and <code>.wasm</code> files are not scanned for utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17123">#17123</a>)</li> <li>Improve performance when scanning JSON files (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17125">#17125</a>)</li> <li>Fix extracting candidates containing dots in Haml, Pug, and Slim pre processors (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17094">#17094</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17085">#17085</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17113">#17113</a>)</li> <li>Don't create invalid CSS when encountering a link wrapped in square brackets (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17129">#17129</a>)</li> </ul> <h2>v4.0.12</h2> <h3>Fixed</h3> <ul> <li>Vite: Fix <code>url(…)</code> rebasing in transitively imported CSS files (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16965">#16965</a>)</li> <li>PostCSS: Rebase <code>url(…)</code>s in imported CSS files (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16965">#16965</a>)</li> <li>Ensure utilities are sorted based on their actual property order (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16995">#16995</a>)</li> <li>Ensure strings in Pug and Slim templates are handled correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17000">#17000</a>)</li> <li>Ensure classes between <code>}</code> and <code>{</code> are properly extracted (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17001">#17001</a>)</li> <li>Fix <code>razor</code>/<code>cshtml</code> pre-processing (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17027">#17027</a>)</li> <li>Ensure extracting candidates from JS embedded in a PHP string works as expected (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17031">#17031</a>)</li> </ul> <h2>v4.0.11</h2> <h3>Fixed</h3> <ul> <li>Ensure classes containing <code>--</code> are extracted correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16972">#16972</a>)</li> <li>Ensure classes containing numbers followed by dash or underscore are extracted correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16980">#16980</a>)</li> <li>Ensure arbitrary container queries are extracted correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16984">#16984</a>)</li> <li>Ensure classes ending in <code>[</code> are extracted in Slim templating language (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16985">#16985</a>)</li> <li>Ensure arbitrary variables with data types are extracted correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16986">#16986</a>)</li> </ul> <h2>v4.0.10</h2> <h3>Added</h3> <ul> <li>Add <code>col-&lt;number&gt;</code> and <code>row-&lt;number&gt;</code> utilities for <code>grid-column</code> and <code>grid-row</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15183">#15183</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Ensure <code>not-*</code> does not remove <code>:is(…)</code> from variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16825">#16825</a>)</li> <li>Ensure <code>@keyframes</code> are correctly emitted when using a prefix (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16850">#16850</a>)</li> <li>Don't swallow <code>@utility</code> declarations when <code>@apply</code> is used in nested rules (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16940">#16940</a>)</li> <li>Ensure <code>outline-hidden</code> behaves like <code>outline-none</code> outside of forced colors mode (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16943">#16943</a>)</li> <li>Allow <code>!important</code> on CSS variables again (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16873">#16873</a>)</li> <li>Vite: Do not crash when encountering an <code>.svg</code> file with <code>#</code> or <code>?</code> in the filename (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16957">#16957</a>)</li> <li>Ensure utilities are properly detected within square brackets (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16306">#16306</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md"><code>@​tailwindcss/postcss</code>'s changelog</a>.</em></p> <blockquote> <h2>[4.0.14] - 2025-03-13</h2> <h3>Fixed</h3> <ul> <li>Do not extract candidates with JS string interpolation <code>${</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17142">#17142</a>)</li> <li>Fix extraction of variants containing <code>.</code> character (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17153">#17153</a>)</li> <li>Fix extracting candidates in Clojure/ClojureScript (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17087">#17087</a>)</li> </ul> <h2>[4.0.13] - 2025-03-11</h2> <h3>Fixed</h3> <ul> <li>Fix Haml pre-processing (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17051">#17051</a>)</li> <li>Ensure <code>.node</code> and <code>.wasm</code> files are not scanned for utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17123">#17123</a>)</li> <li>Improve performance when scanning JSON files (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17125">#17125</a>)</li> <li>Fix extracting candidates containing dots in Haml, Pug, and Slim pre processors (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17094">#17094</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17085">#17085</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17113">#17113</a>)</li> <li>Don't create invalid CSS when encountering a link wrapped in square brackets (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17129">#17129</a>)</li> </ul> <h2>[4.0.12] - 2025-03-07</h2> <h3>Fixed</h3> <ul> <li>Vite: Fix <code>url(…)</code> rebasing in transitively imported CSS files (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16965">#16965</a>)</li> <li>PostCSS: Rebase <code>url(…)</code>s in imported CSS files (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16965">#16965</a>)</li> <li>Ensure utilities are sorted based on their actual property order (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16995">#16995</a>)</li> <li>Ensure strings in Pug and Slim templates are handled correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17000">#17000</a>)</li> <li>Ensure classes between <code>}</code> and <code>{</code> are properly extracted (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17001">#17001</a>)</li> <li>Fix <code>razor</code>/<code>cshtml</code> pre-processing (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17027">#17027</a>)</li> <li>Ensure extracting candidates from JS embedded in a PHP string works as expected (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17031">#17031</a>)</li> </ul> <h2>[4.0.11] - 2025-03-06</h2> <h3>Fixed</h3> <ul> <li>Ensure classes containing <code>--</code> are extracted correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16972">#16972</a>)</li> <li>Ensure classes containing numbers followed by dash or underscore are extracted correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16980">#16980</a>)</li> <li>Ensure arbitrary container queries are extracted correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16984">#16984</a>)</li> <li>Ensure classes ending in <code>[</code> are extracted in Slim templating language (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16985">#16985</a>)</li> <li>Ensure arbitrary variables with data types are extracted correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16986">#16986</a>)</li> </ul> <h2>[4.0.10] - 2025-03-05</h2> <h3>Added</h3> <ul> <li>Add <code>col-&lt;number&gt;</code> and <code>row-&lt;number&gt;</code> utilities for <code>grid-column</code> and <code>grid-row</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15183">#15183</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Ensure <code>not-*</code> does not remove <code>:is(…)</code> from variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16825">#16825</a>)</li> <li>Ensure <code>@keyframes</code> are correctly emitted when using a prefix (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16850">#16850</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/3c5903c1eed685655e5d1037d03b2f5b474c9b4a"><code>3c5903c</code></a> Prepare v4.0.14 release (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss/issues/17173">#17173</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/4455048c0be907250ccf75824be27b3614b2cbd6"><code>4455048</code></a> Prepare release 4.0.13 (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss/issues/17132">#17132</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/2f28e5fbcb961f474990b290f593a096ffc23d84"><code>2f28e5f</code></a> Prepare v4.0.12 release (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss/issues/17033">#17033</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/225f3233b6a40f2ac0e3aaa712e55a6baefee913"><code>225f323</code></a> Enable URL rewriting for PostCSS (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss/issues/16965">#16965</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/b676da8ace131fcf7ada72752f54738c90137939"><code>b676da8</code></a> Prepare v4.0.11 release (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss/issues/16987">#16987</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/1638b16fee33c0a4454919e22d96c4f57627413d"><code>1638b16</code></a> Prepare v4.0.10 release (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss/issues/16963">#16963</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/commits/v4.0.14/packages/@tailwindcss-postcss">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 22.13.8 to 22.13.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 `autoprefixer` from 10.4.20 to 10.4.21 <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.21</h2> <ul> <li>Fixed old <code>-moz-</code> prefix for <code>:placeholder-shown</code> (by <a href="https://github.com/Marukome0743"><code>@​Marukome0743</code></a>).</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.21</h2> <ul> <li>Fixed old <code>-moz-</code> prefix for <code>:placeholder-shown</code> (by <a href="https://github.com/Marukome0743"><code>@​Marukome0743</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/autoprefixer/commit/541295c0e6dd348db2d3f52772b59cd403c59d29"><code>541295c</code></a> Release 10.4.21 version</li> <li><a href="https://github.com/postcss/autoprefixer/commit/8d555f7e5e665d6a70e1d08db6e0bc9c4262db66"><code>8d555f7</code></a> Update dependencies and sort imports</li> <li><a href="https://github.com/postcss/autoprefixer/commit/5c2421e82af45ee085d0806110fcef66bbebe59b"><code>5c2421e</code></a> Update Node.js and pnpm on CI</li> <li><a href="https://github.com/postcss/autoprefixer/commit/af9cb5f365f66bf5169f1f42e08036651453b1a6"><code>af9cb5f</code></a> fix: replace <code>:-moz-placeholder-shown</code> with <code>:-moz-placeholder</code> (<a href="https://redirect.github.com/postcss/autoprefixer/issues/1532">#1532</a>)</li> <li>See full diff in <a href="https://github.com/postcss/autoprefixer/compare/10.4.20...10.4.21">compare view</a></li> </ul> </details> <br /> Updates `eslint` from 9.21.0 to 9.22.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v9.22.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/7ddb095419203d0efc883a6b3fdd3ac20128400a"><code>7ddb095</code></a> feat: Export defineConfig, globalIgnores (<a href="https://redirect.github.com/eslint/eslint/issues/19487">#19487</a>) (Nicholas C. Zakas)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/19c0127e79c37dba8d389733024be7326e540767"><code>19c0127</code></a> fix: improve message for <code>no-console</code> suggestions (<a href="https://redirect.github.com/eslint/eslint/issues/19483">#19483</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/49e624f4a02e03762232cce2047febb36b1bcf4c"><code>49e624f</code></a> fix: improve error message for falsy parsed JS AST (<a href="https://redirect.github.com/eslint/eslint/issues/19458">#19458</a>) (Josh Goldberg ✨)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/86c5f37bc7300157d9f19b633197135d2a7a2645"><code>86c5f37</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/fbdeff08f3bf4edd7f686af91d9ac0ed6e295080"><code>fbdeff0</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/c9e85105300069f4aa60526ca2de4d67d1eebe1d"><code>c9e8510</code></a> docs: generate deprecation notice in TSDoc comments from rule metadata (<a href="https://redirect.github.com/eslint/eslint/issues/19461">#19461</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/2f386ad203a672832c91e72c285a25bd64d48d9d"><code>2f386ad</code></a> docs: replace <code>var</code> with <code>const</code> in rule examples (<a href="https://redirect.github.com/eslint/eslint/issues/19469">#19469</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/0e688e3a0d53bad991d2b4ae3bda926cc29bd54b"><code>0e688e3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/06b596d221a2b4af644824bd10e0194e7237b6f2"><code>06b596d</code></a> docs: Restore the carrot to the position where the search input was lost (<a href="https://redirect.github.com/eslint/eslint/issues/19459">#19459</a>) (Amaresh S M)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/97f788b02e5742445887b4499a6dba9abb879a79"><code>97f788b</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.22.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19489">#19489</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/eed409a64bfe2ae1123086aaf1652c8124e49b7c"><code>eed409a</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/f9a56d337881300c94093e38804ba929ee09f7e9"><code>f9a56d3</code></a> chore: upgrade eslint-scope@8.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19488">#19488</a>) (Milos Djermanovic)</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>v9.22.0 - March 7, 2025</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/97f788b02e5742445887b4499a6dba9abb879a79"><code>97f788b</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.22.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19489">#19489</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/eed409a64bfe2ae1123086aaf1652c8124e49b7c"><code>eed409a</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/f9a56d337881300c94093e38804ba929ee09f7e9"><code>f9a56d3</code></a> chore: upgrade eslint-scope@8.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19488">#19488</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/7ddb095419203d0efc883a6b3fdd3ac20128400a"><code>7ddb095</code></a> feat: Export defineConfig, globalIgnores (<a href="https://redirect.github.com/eslint/eslint/issues/19487">#19487</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/86c5f37bc7300157d9f19b633197135d2a7a2645"><code>86c5f37</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/19c0127e79c37dba8d389733024be7326e540767"><code>19c0127</code></a> fix: improve message for <code>no-console</code> suggestions (<a href="https://redirect.github.com/eslint/eslint/issues/19483">#19483</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/fbdeff08f3bf4edd7f686af91d9ac0ed6e295080"><code>fbdeff0</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/c9e85105300069f4aa60526ca2de4d67d1eebe1d"><code>c9e8510</code></a> docs: generate deprecation notice in TSDoc comments from rule metadata (<a href="https://redirect.github.com/eslint/eslint/issues/19461">#19461</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/2f386ad203a672832c91e72c285a25bd64d48d9d"><code>2f386ad</code></a> docs: replace <code>var</code> with <code>const</code> in rule examples (<a href="https://redirect.github.com/eslint/eslint/issues/19469">#19469</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/0e688e3a0d53bad991d2b4ae3bda926cc29bd54b"><code>0e688e3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/49e624f4a02e03762232cce2047febb36b1bcf4c"><code>49e624f</code></a> fix: improve error message for falsy parsed JS AST (<a href="https://redirect.github.com/eslint/eslint/issues/19458">#19458</a>) (Josh Goldberg ✨)</li> <li><a href="https://github.com/eslint/eslint/commit/06b596d221a2b4af644824bd10e0194e7237b6f2"><code>06b596d</code></a> docs: Restore the carrot to the position where the search input was lost (<a href="https://redirect.github.com/eslint/eslint/issues/19459">#19459</a>) (Amaresh S M)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/60a78e7964fbb79c0e55e86845a87e0eb22d4de3"><code>60a78e7</code></a> 9.22.0</li> <li><a href="https://github.com/eslint/eslint/commit/d11fc14721bdb5e2d9e45145cd9c79848582584e"><code>d11fc14</code></a> Build: changelog update for 9.22.0</li> <li><a href="https://github.com/eslint/eslint/commit/97f788b02e5742445887b4499a6dba9abb879a79"><code>97f788b</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.22.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19489">#19489</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/eed409a64bfe2ae1123086aaf1652c8124e49b7c"><code>eed409a</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/f9a56d337881300c94093e38804ba929ee09f7e9"><code>f9a56d3</code></a> chore: upgrade eslint-scope@8.3.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19488">#19488</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/7ddb095419203d0efc883a6b3fdd3ac20128400a"><code>7ddb095</code></a> feat: Export defineConfig, globalIgnores (<a href="https://redirect.github.com/eslint/eslint/issues/19487">#19487</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/86c5f37bc7300157d9f19b633197135d2a7a2645"><code>86c5f37</code></a> docs: Update README</li> <li><a href="https://github.com/eslint/eslint/commit/19c0127e79c37dba8d389733024be7326e540767"><code>19c0127</code></a> fix: improve message for <code>no-console</code> suggestions (<a href="https://redirect.github.com/eslint/eslint/issues/19483">#19483</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/fbdeff08f3bf4edd7f686af91d9ac0ed6e295080"><code>fbdeff0</code></a> docs: Update README</li> <li><a href="https://github.com/eslint/eslint/commit/c9e85105300069f4aa60526ca2de4d67d1eebe1d"><code>c9e8510</code></a> docs: generate deprecation notice in TSDoc comments from rule metadata (<a href="https://redirect.github.com/eslint/eslint/issues/19461">#19461</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.21.0...v9.22.0">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-next` from 15.2.0 to 15.2.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">eslint-config-next's releases</a>.</em></p> <blockquote> <h2>v15.2.2</h2> <h3>Core Changes</h3> <ul> <li>[dev-overlay] fix styling on overflow error messages, add button hover state: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76771">#76771</a></li> <li>Fix: respond 405 status code on OPTIONS request to SSG page: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76767">#76767</a></li> <li>[dev-overlay] Always show relative paths: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76742">#76742</a></li> <li>[metadata] remove the duplicate metadata in the error boundary: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76791">#76791</a></li> <li>Upgrade React from <code>d55cc79b-20250228</code> to <code>443b7ff2-20250303</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76804">#76804</a></li> <li>[dev-overlay] Ignore animations on page load: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76834">#76834</a></li> <li>fix: remove useless set-cookie in action-handler: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76839">#76839</a></li> <li>Turbopack: handle task cancelation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76831">#76831</a></li> <li>Upgrade React from <code>443b7ff2-20250303</code> to <code>e03ac20f-20250305</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76842">#76842</a></li> <li>add types for <code>__next_app__</code> module loading functions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/74566">#74566</a></li> <li>fix duplicated noindex when server action is triggered: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76847">#76847</a></li> <li>fix: don't drop queued actions when navigating: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/75362">#75362</a></li> <li>[dev-overlay]: remove dependency on platform for focus trapping: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76849">#76849</a></li> <li>Turbopack: Add <strong>turbopack_load_by_url</strong>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76814">#76814</a></li> <li>Add handling of origin in dev mode: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76880">#76880</a></li> <li>[dev-overlay] Stop grouping callstack frames into ignored vs. not ignored: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76861">#76861</a></li> <li>Upgrade React from <code>e03ac20f-20250305</code> to <code>029e8bd6-20250306</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76870">#76870</a></li> <li>[dev-overlay] Increase padding if no <code>x</code> button present: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76898">#76898</a></li> <li>fix: prevent incorrect searchParams being applied on certain navs: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76914">#76914</a></li> <li>[dev-overlay] Dim ignore-listed callstack frames when shown: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76862">#76862</a></li> </ul> <h3>Example Changes</h3> <ul> <li>chore(cna): update tailwind styles to be closer to non-tw cna: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76647">#76647</a></li> </ul> <h3>Misc Changes</h3> <ul> <li>Fix canary only warning for devlow-bench: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76772">#76772</a></li> <li>[test] Add special placeholder if stackframes point into dist dir: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76741">#76741</a></li> <li>[test] Use new Redbox matchers in pages/ service-side-dev-errors: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76779">#76779</a></li> <li>[test] Use new Redbox matchers in app/ dynamic-error-trace: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76783">#76783</a></li> <li>[test] Use new Redbox matchers in app/ owner-stack-invalid-element-type: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76786">#76786</a></li> <li>[test] Use new Redbox matchers in app/ hook-functuon-names: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76785">#76785</a></li> <li>[test] Use new Redbox matchers in app/ undefined-default-export: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76781">#76781</a></li> <li>[test] Use new Redbox matchers in server-navigation-error: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76787">#76787</a></li> <li>[test] Fix flaky error-recovery test: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76789">#76789</a></li> <li>[test] Use new Redbox matchers in pages/ gssp-ssr-change-reloading: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76788">#76788</a></li> <li>[docs] update Tailwind CSS installation and configuration instructions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76259">#76259</a></li> <li>docs: Tailwind v4: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76801">#76801</a></li> <li>chore(docs): update minimumCacheTTL example to 31 days: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76796">#76796</a></li> <li>Turbopack: improve sectioned source maps: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76627">#76627</a></li> <li>[test] Use new Redbox matchers in pages/ middleware-errors: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76797">#76797</a></li> <li>doc: use <code>redirect</code> in client components: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76332">#76332</a></li> <li>[docs] document experimental viewTransition flag: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76832">#76832</a></li> <li>docs(errors): remove confusing good-to-know since global-errors.tsx also show in dev as of 15.2: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76825">#76825</a></li> <li>Turbopack: don't use HashMap in manifests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76833">#76833</a></li> <li>Update <code>labeler.json</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/76828">#76828</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/f4552826e1ed15fbeb951be552d67c5a08ad0672"><code>f455282</code></a> v15.2.2</li> <li><a href="https://github.com/vercel/next.js/commit/38cf78e31efd81cd0fe64c9b3dfaf5290ba60012"><code>38cf78e</code></a> v15.2.2-canary.6</li> <li><a href="https://github.com/vercel/next.js/commit/bdb9cb4140831fec5710780279f07749a96c35ac"><code>bdb9cb4</code></a> v15.2.2-canary.5</li> <li><a href="https://github.com/vercel/next.js/commit/aa55567e2ae43bc1d726cf2fab51baf8c1f2be1c"><code>aa55567</code></a> v15.2.2-canary.4</li> <li><a href="https://github.com/vercel/next.js/commit/15741c5b5d84db228e02421090bd8cc6d601cebd"><code>15741c5</code></a> v15.2.2-canary.3</li> <li><a href="https://github.com/vercel/next.js/commit/910b07b5c34108da4c181d7c71e77d181748f33c"><code>910b07b</code></a> v15.2.2-canary.2</li> <li><a href="https://github.com/vercel/next.js/commit/33553712bda1e6202fcaa266cc694cadcdc6e5b3"><code>3355371</code></a> v15.2.2-canary.1</li> <li><a href="https://github.com/vercel/next.js/commit/f6092227747130c8e77d96154124f039d7aef10c"><code>f609222</code></a> v15.2.2-canary.0</li> <li><a href="https://github.com/vercel/next.js/commit/633878112ef34fd569486c969261c3350509680d"><code>6338781</code></a> v15.2.1</li> <li><a href="https://github.com/vercel/next.js/commit/197b4bb709b67a397565168cfaefb1e977bd7b02"><code>197b4bb</code></a> v15.2.1-canary.6</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/commits/v15.2.2/packages/eslint-config-next">compare view</a></li> </ul> </details> <br /> Updates `next` from 15.2.0 to 15.2.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> <blockquote> <h2>v15.2.2</h2> <h3>Core Changes</h3> <ul> <li>[dev-overlay] fix styling on overflow error messages, add button hover state: <a href="https://redirect.github.com/vercel/next.js/issues/76771">#76771</a></li> <li>Fix: respond 405 status code on OPTIONS request to SSG page: <a href="https://redirect.github.com/vercel/next.js/issues/76767">#76767</a></li> <li>[dev-overlay] Always show relative paths: <a href="https://redirect.github.com/vercel/next.js/issues/76742">#76742</a></li> <li>[metadata] remove the duplicate metadata in the error boundary: <a href="https://redirect.github.com/vercel/next.js/issues/76791">#76791</a></li> <li>Upgrade React from <code>d55cc79b-20250228</code> to <code>443b7ff2-20250303</code>: <a href="https://redirect.github.com/vercel/next.js/issues/76804">#76804</a></li> <li>[dev-overlay] Ignore animations on page load: <a href="https://redirect.github.com/vercel/next.js/issues/76834">#76834</a></li> <li>fix: remove useless set-cookie in action-handler: <a href="https://redirect.github.com/vercel/next.js/issues/76839">#76839</a></li> <li>Turbopack: handle task cancelation: <a href="https://redirect.github.com/vercel/next.js/issues/76831">#76831</a></li> <li>Upgrade React from <code>443b7ff2-20250303</code> to <code>e03ac20f-20250305</code>: <a href="https://redirect.github.com/vercel/next.js/issues/76842">#76842</a></li> <li>add types for <code>__next_app__</code> module loading functions: <a href="https://redirect.github.com/vercel/next.js/issues/74566">#74566</a></li> <li>fix duplicated noindex when server action is triggered: <a href="https://redirect.github.com/vercel/next.js/issues/76847">#76847</a></li> <li>fix: don't drop queued actions when navigating: <a href="https://redirect.github.com/vercel/next.js/issues/75362">#75362</a></li> <li>[dev-overlay]: remove dependency on platform for focus trapping: <a href="https://redirect.github.com/vercel/next.js/issues/76849">#76849</a></li> <li>Turbopack: Add <strong>turbopack_load_by_url</strong>: <a href="https://redirect.github.com/vercel/next.js/issues/76814">#76814</a></li> <li>Add handling of origin in dev mode: <a href="https://redirect.github.com/vercel/next.js/issues/76880">#76880</a></li> <li>[dev-overlay] Stop grouping callstack frames into ignored vs. not ignored: <a href="https://redirect.github.com/vercel/next.js/issues/76861">#76861</a></li> <li>Upgrade React from <code>e03ac20f-20250305</code> to <code>029e8bd6-20250306</code>: <a href="https://redirect.github.com/vercel/next.js/issues/76870">#76870</a></li> <li>[dev-overlay] Increase padding if no <code>x</code> button present: <a href="https://redirect.github.com/vercel/next.js/issues/76898">#76898</a></li> <li>fix: prevent incorrect searchParams being applied on certain navs: <a href="https://redirect.github.com/vercel/next.js/issues/76914">#76914</a></li> <li>[dev-overlay] Dim ignore-listed callstack frames when shown: <a href="https://redirect.github.com/vercel/next.js/issues/76862">#76862</a></li> </ul> <h3>Example Changes</h3> <ul> <li>chore(cna): update tailwind styles to be closer to non-tw cna: <a href="https://redirect.github.com/vercel/next.js/issues/76647">#76647</a></li> </ul> <h3>Misc Changes</h3> <ul> <li>Fix canary only warning for devlow-bench: <a href="https://redirect.github.com/vercel/next.js/issues/76772">#76772</a></li> <li>[test] Add special placeholder if stackframes point into dist dir: <a href="https://redirect.github.com/vercel/next.js/issues/76741">#76741</a></li> <li>[test] Use new Redbox matchers in pages/ service-side-dev-errors: <a href="https://redirect.github.com/vercel/next.js/issues/76779">#76779</a></li> <li>[test] Use new Redbox matchers in app/ dynamic-error-trace: <a href="https://redirect.github.com/vercel/next.js/issues/76783">#76783</a></li> <li>[test] Use new Redbox matchers in app/ owner-stack-invalid-element-type: <a href="https://redirect.github.com/vercel/next.js/issues/76786">#76786</a></li> <li>[test] Use new Redbox matchers in app/ hook-functuon-names: <a href="https://redirect.github.com/vercel/next.js/issues/76785">#76785</a></li> <li>[test] Use new Redbox matchers in app/ undefined-default-export: <a href="https://redirect.github.com/vercel/next.js/issues/76781">#76781</a></li> <li>[test] Use new Redbox matchers in server-navigation-error: <a href="https://redirect.github.com/vercel/next.js/issues/76787">#76787</a></li> <li>[test] Fix flaky error-recovery test: <a href="https://redirect.github.com/vercel/next.js/issues/76789">#76789</a></li> <li>[test] Use new Redbox matchers in pages/ gssp-ssr-change-reloading: <a href="https://redirect.github.com/vercel/next.js/issues/76788">#76788</a></li> <li>[docs] update Tailwind CSS installation and configuration instructions: <a href="https://redirect.github.com/vercel/next.js/issues/76259">#76259</a></li> <li>docs: Tailwind v4: <a href="https://redirect.github.com/vercel/next.js/issues/76801">#76801</a></li> <li>chore(docs): update minimumCacheTTL example to 31 days: <a href="https://redirect.github.com/vercel/next.js/issues/76796">#76796</a></li> <li>Turbopack: improve sectioned source maps: <a href="https://redirect.github.com/vercel/next.js/issues/76627">#76627</a></li> <li>[test] Use new Redbox matchers in pages/ middleware-errors: <a href="https://redirect.github.com/vercel/next.js/issues/76797">#76797</a></li> <li>doc: use <code>redirect</code> in client components: <a href="https://redirect.github.com/vercel/next.js/issues/76332">#76332</a></li> <li>[docs] document experimental viewTransition flag: <a href="https://redirect.github.com/vercel/next.js/issues/76832">#76832</a></li> <li>docs(errors): remove confusing good-to-know since global-errors.tsx also show in dev as of 15.2: <a href="https://redirect.github.com/vercel/next.js/issues/76825">#76825</a></li> <li>Turbopack: don't use HashMap in manifests: <a href="https://redirect.github.com/vercel/next.js/issues/76833">#76833</a></li> <li>Update <code>labeler.json</code>: <a href="https://redirect.github.com/vercel/next.js/issues/76828">#76828</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/f4552826e1ed15fbeb951be552d67c5a08ad0672"><code>f455282</code></a> v15.2.2</li> <li><a href="https://github.com/vercel/next.js/commit/86ad4497bc9c9d0d4ae86afd3abade9f8b330771"><code>86ad449</code></a> ci: designate release branch for lerna</li> <li><a href="https://github.com/vercel/next.js/commit/38cf78e31efd81cd0fe64c9b3dfaf5290ba60012"><code>38cf78e</code></a> v15.2.2-canary.6</li> <li><a href="https://github.com/vercel/next.js/commit/1fc525cb441c26c4633025f086c1098bff8532f6"><code>1fc525c</code></a> docs: fix create-next-app cli title (<a href="https://redirect.github.com/vercel/next.js/issues/76908">#76908</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/372d02d588d055dbba388f08de7a7dd37e44a7f4"><code>372d02d</code></a> [test] Use new Redbox matchers in pages/ client-navigation/rendering (<a href="https://redirect.github.com/vercel/next.js/issues/76798">#76798</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/bdb9cb4140831fec5710780279f07749a96c35ac"><code>bdb9cb4</code></a> v15.2.2-canary.5</li> <li><a href="https://github.com/vercel/next.js/commit/f33a4b321613685f509c5aea34f1a39dd0c458f6"><code>f33a4b3</code></a> [dev-overlay] Dim ignore-listed callstack frames when shown (<a href="https://redirect.github.com/vercel/next.js/issues/76862">#76862</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/dd4aca4bc30a4c9f2cdd4cbc638e9a9061adfdfd"><code>dd4aca4</code></a> chore(github): add moar labels (<a href="https://redirect.github.com/vercel/next.js/issues/76922">#76922</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/aa55567e2ae43bc1d726cf2fab51baf8c1f2be1c"><code>aa55567</code></a> v15.2.2-canary.4</li> <li><a href="https://github.com/vercel/next.js/commit/cfb4ac515c6586acc00dccc9a6ed71998a29b8a9"><code>cfb4ac5</code></a> fix: prevent incorrect searchParams being applied on certain navs (<a href="https://redirect.github.com/vercel/next.js/issues/76914">#76914</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v15.2.0...v15.2.2">compare view</a></li> </ul> </details> <br /> Updates `tailwindcss` from 4.0.9 to 4.0.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v4.0.14</h2> <h3>Fixed</h3> <ul> <li>Do not extract candidates with JS string interpolation <code>${</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17142">#17142</a>)</li> <li>Fix extraction of variants containing <code>.</code> character (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17153">#17153</a>)</li> <li>Fix extracting candidates in Clojure/ClojureScript (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17087">#17087</a>)</li> </ul> <h2>v4.0.13</h2> <h3>Fixed</h3> <ul> <li>Fix Haml pre-processing (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17051">#17051</a>)</li> <li>Ensure <code>.node</code> and <code>.wasm</code> files are not scanned for utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17123">#17123</a>)</li> <li>Improve performance when scanning JSON files (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17125">#17125</a>)</li> <li>Fix extracting candidates containing dots in Haml, Pug, and Slim pre processors (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17094">#17094</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17085">#17085</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17113">#17113</a>)</li> <li>Don't create invalid CSS when encountering a link wrapped in square brackets (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17129">#17129</a>)</li> </ul> <h2>v4.0.12</h2> <h3>Fixed</h3> <ul> <li>Vite: Fix <code>url(…)</code> rebasing in transitively imported CSS files (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16965">#16965</a>)</li> <li>PostCSS: Rebase <code>url(…)</code>s in imported CSS files (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16965">#16965</a>)</li> <li>Ensure utilities are sorted based on their actual property order (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16995">#16995</a>)</li> <li>Ensure strings in Pug and Slim templates are handled correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17000">#17000</a>)</li> <li>Ensure classes between <code>}</code> and <code>{</code> are properly extracted (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17001">#17001</a>)</li> <li>Fix <code>razor</code>/<code>cshtml</code> pre-processing (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17027">#17027</a>)</li> <li>Ensure extracting candidates from JS embedded in a PHP string works as expected (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17031">#17031</a>)</li> </ul> <h2>v4.0.11</h2> <h3>Fixed</h3> <ul> <li>Ensure classes containing <code>--</code> are extracted correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16972">#16972</a>)</li> <li>Ensure classes containing numbers followed by dash or underscore are extracted correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16980">#16980</a>)</li> <li>Ensure arbitrary container queries are extracted correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16984">#16984</a>)</li> <li>Ensure classes ending in <code>[</code> are extracted in Slim templating language (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16985">#16985</a>)</li> <li>Ensure arbitrary variables with data types are extracted correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16986">#16986</a>)</li> </ul> <h2>v4.0.10</h2> <h3>Added</h3> <ul> <li>Add <code>col-&lt;number&gt;</code> and <code>row-&lt;number&gt;</code> utilities for <code>grid-column</code> and <code>grid-row</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15183">#15183</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Ensure <code>not-*</code> does not remove <code>:is(…)</code> from variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16825">#16825</a>)</li> <li>Ensure <code>@keyframes</code> are correctly emitted when using a prefix (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16850">#16850</a>)</li> <li>Don't swallow <code>@utility</code> declarations when <code>@apply</code> is used in nested rules (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16940">#16940</a>)</li> <li>Ensure <code>outline-hidden</code> behaves like <code>outline-none</code> outside of forced colors mode (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16943">#16943</a>)</li> <li>Allow <code>!important</code> on CSS variables again (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16873">#16873</a>)</li> <li>Vite: Do not crash when encountering an <code>.svg</code> file with <code>#</code> or <code>?</code> in the filename (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16957">#16957</a>)</li> <li>Ensure utilities are properly detected within square brackets (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16306">#16306</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[4.0.14] - 2025-03-13</h2> <h3>Fixed</h3> <ul> <li>Do not extract candidates with JS string interpolation <code>${</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17142">#17142</a>)</li> <li>Fix extraction of variants containing <code>.</code> character (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17153">#17153</a>)</li> <li>Fix extracting candidates in Clojure/ClojureScript (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17087">#17087</a>)</li> </ul> <h2>[4.0.13] - 2025-03-11</h2> <h3>Fixed</h3> <ul> <li>Fix Haml pre-processing (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17051">#17051</a>)</li> <li>Ensure <code>.node</code> and <code>.wasm</code> files are not scanned for utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17123">#17123</a>)</li> <li>Improve performance when scanning JSON files (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17125">#17125</a>)</li> <li>Fix extracting candidates containing dots in Haml, Pug, and Slim pre processors (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17094">#17094</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17085">#17085</a>, <a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17113">#17113</a>)</li> <li>Don't create invalid CSS when encountering a link wrapped in square brackets (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17129">#17129</a>)</li> </ul> <h2>[4.0.12] - 2025-03-07</h2> <h3>Fixed</h3> <ul> <li>Vite: Fix <code>url(…)</code> rebasing in transitively imported CSS files (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16965">#16965</a>)</li> <li>PostCSS: Rebase <code>url(…)</code>s in imported CSS files (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16965">#16965</a>)</li> <li>Ensure utilities are sorted based on their actual property order (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16995">#16995</a>)</li> <li>Ensure strings in Pug and Slim templates are handled correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17000">#17000</a>)</li> <li>Ensure classes between <code>}</code> and <code>{</code> are properly extracted (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17001">#17001</a>)</li> <li>Fix <code>razor</code>/<code>cshtml</code> pre-processing (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17027">#17027</a>)</li> <li>Ensure extracting candidates from JS embedded in a PHP string works as expected (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17031">#17031</a>)</li> </ul> <h2>[4.0.11] - 2025-03-06</h2> <h3>Fixed</h3> <ul> <li>Ensure classes containing <code>--</code> are extracted correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16972">#16972</a>)</li> <li>Ensure classes containing numbers followed by dash or underscore are extracted correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16980">#16980</a>)</li> <li>Ensure arbitrary container queries are extracted correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16984">#16984</a>)</li> <li>Ensure classes ending in <code>[</code> are extracted in Slim templating language (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16985">#16985</a>)</li> <li>Ensure arbitrary variables with data types are extracted correctly (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16986">#16986</a>)</li> </ul> <h2>[4.0.10] - 2025-03-05</h2> <h3>Added</h3> <ul> <li>Add <code>col-&lt;number&gt;</code> and <code>row-&lt;number&gt;</code> utilities for <code>grid-column</code> and <code>grid-row</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/15183">#15183</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Ensure <code>not-*</code> does not remove <code>:is(…)</code> from variants (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16825">#16825</a>)</li> <li>Ensure <code>@keyframes</code> are correctly emitted when using a prefix (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/16850">#16850</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/3c5903c1eed685655e5d1037d03b2f5b474c9b4a"><code>3c5903c</code></a> Prepare v4.0.14 release (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/17173">#17173</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/215f4f348bc3131a33b212e88ae84430fa12c4ff"><code>215f4f3</code></a> Add <code>@source inline(…)</code> (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/17147">#17147</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/4455048c0be907250ccf75824be27b3614b2cbd6"><code>4455048</code></a> Prepare release 4.0.13 (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/17132">#17132</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/2f28e5fbcb961f474990b290f593a096ffc23d84"><code>2f28e5f</code></a> Prepare v4.0.12 release (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/17033">#17033</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/3d0606b82d582752f87b543e9bd4fa4afca389c7"><code>3d0606b</code></a> Fix sorting of classes that have undefined declarations (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16995">#16995</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/b676da8ace131fcf7ada72752f54738c90137939"><code>b676da8</code></a> Prepare v4.0.11 release (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16987">#16987</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/1638b16fee33c0a4454919e22d96c4f57627413d"><code>1638b16</code></a> Prepare v4.0.10 release (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16963">#16963</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/1c2ad57f037fa3f073cb3ecb4d6286947d9eb99d"><code>1c2ad57</code></a> Add <code>pointer-*</code> variants (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16946">#16946</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/2eecb4d0b621cc296aec4210cd08170d2ad21481"><code>2eecb4d</code></a> Remove <code>max-w-auto</code> and <code>max-h-auto</code> (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16917">#16917</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/57b080c5f2b224096b0d6ef585cbed553db111f8"><code>57b080c</code></a> Allow <code>!important</code> on CSS variables (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16873">#16873</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/commits/v4.0.14/packages/tailwindcss">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:59:57 -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#224