chore: bump tailwindcss from 3.4.17 to 4.0.5 #379

Closed
martinr92 wants to merge 1 commit from dependabot-npm_and_yarn-develop-tailwindcss-4.0.5 into develop
martinr92 commented 2025-02-09 03:57:32 +00:00 (Migrated from gitlab.com)

Bumps tailwindcss from 3.4.17 to 4.0.5.

Release notes

Sourced from tailwindcss's releases.

v4.0.5

Added

  • Add @theme static option for always including theme variables in compiled CSS (#16211)

Fixed

  • Remove rogue console.log from @tailwindcss/vite (#16307)

Changed

  • Don't include theme variables that aren't used in compiled CSS (#16211)

v4.0.4

Fixed

  • Fix a crash when setting JS theme values to null (#16210)
  • Ensure escaped underscores in CSS variables in arbitrary values are properly unescaped (#16206)
  • Ensure that the containers JS theme key is added to the --container-* namespace (#16169)
  • Ensure theme @keyframes are generated even if an --animation-* variable spans multiple lines (#16237)
  • Vite: Skip parsing stylesheets with the ?commonjs-proxy flag (#16238)
  • Fix order-first and order-last for Firefox (#16266)
  • Fix support for older instruction sets on Linux x64 builds of the standalone CLI (#16244)
  • Ensure NODE_PATH is respected when resolving JavaScript and CSS files (#16274)
  • Ensure Node addons are packaged correctly with FreeBSD builds (#16277)
  • Fix an issue where @variant inside a referenced stylesheet could cause a stack overflow (#16300)

v4.0.3

Fixed

  • Fix incorrect removal of @import url(); (#16144)

v4.0.2

Fixed

  • Only generate positive grid-cols-* and grid-rows-* utilities (#16020)
  • Ensure escaped theme variables are handled correctly (#16064)
  • Ensure we process Tailwind CSS features when only using @reference or @variant (#16057)
  • Refactor gradient implementation to work around prettier/prettier#17058 (#16072)
  • Vite: Ensure hot-reloading works with SolidStart setups (#16052)
  • Vite: Fix a crash when starting the development server in SolidStart setups (#16052)
  • Vite: Don't rebase URLs that appear to be aliases (#16078)
  • Vite: Transform <style> blocks in HTML files (#16069)
  • Prevent camel-casing CSS custom properties added by JavaScript plugins (#16103)
  • Do not emit @keyframes in @theme reference (#16120)
  • Discard invalid declarations when parsing CSS (#16093)
  • Do not emit empty CSS rules and at-rules (#16121)
  • Handle @variant when at the top-level of a stylesheet (#16129)

v4.0.1

... (truncated)

Changelog

Sourced from tailwindcss's changelog.

[4.0.5] - 2025-02-08

Added

  • Add @theme static option for always including theme variables in compiled CSS (#16211)

Fixed

  • Remove rogue console.log from @tailwindcss/vite (#16307)

Changed

  • Don't include theme variables that aren't used in compiled CSS (#16211)

[4.0.4] - 2025-02-06

Fixed

  • Fix a crash when setting JS theme values to null (#16210)
  • Ensure escaped underscores in CSS variables in arbitrary values are properly unescaped (#16206)
  • Ensure that the containers JS theme key is added to the --container-* namespace (#16169)
  • Ensure theme @keyframes are generated even if an --animation-* variable spans multiple lines (#16237)
  • Vite: Skip parsing stylesheets with the ?commonjs-proxy flag (#16238)
  • Fix order-first and order-last for Firefox (#16266)
  • Fix support for older instruction sets on Linux x64 builds of the standalone CLI (#16244)
  • Ensure NODE_PATH is respected when resolving JavaScript and CSS files (#16274)
  • Ensure Node addons are packaged correctly with FreeBSD builds (#16277)
  • Fix an issue where @variant inside a referenced stylesheet could cause a stack overflow (#16300)

[4.0.3] - 2025-02-01

Fixed

  • Fix incorrect removal of @import url(); (#16144)

[4.0.2] - 2025-01-31

Fixed

  • Only generate positive grid-cols-* and grid-rows-* utilities (#16020)
  • Ensure escaped theme variables are handled correctly (#16064)
  • Ensure we process Tailwind CSS features when only using @reference or @variant (#16057)
  • Refactor gradient implementation to work around prettier/prettier#17058 (#16072)
  • Vite: Ensure hot-reloading works with SolidStart setups (#16052)
  • Vite: Fix a crash when starting the development server in SolidStart setups (#16052)
  • Vite: Don't rebase URLs that appear to be aliases (#16078)
  • Vite: Transform <style> blocks in HTML files (#16069)
  • Prevent camel-casing CSS custom properties added by JavaScript plugins (#16103)
  • Do not emit @keyframes in @theme reference (#16120)
  • Discard invalid declarations when parsing CSS (#16093)

... (truncated)

Commits

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.17 to 4.0.5. <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.5</h2> <h3>Added</h3> <ul> <li>Add <code>@theme static</code> option for always including theme variables in compiled CSS (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16211">#16211</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Remove rogue <code>console.log</code> from <code>@tailwindcss/vite</code> (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16307">#16307</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Don't include theme variables that aren't used in compiled CSS (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16211">#16211</a>)</li> </ul> <h2>v4.0.4</h2> <h3>Fixed</h3> <ul> <li>Fix a crash when setting JS theme values to <code>null</code> (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16210">#16210</a>)</li> <li>Ensure escaped underscores in CSS variables in arbitrary values are properly unescaped (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16206">#16206</a>)</li> <li>Ensure that the <code>containers</code> JS theme key is added to the <code>--container-*</code> namespace (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16169">#16169</a>)</li> <li>Ensure theme <code>@keyframes</code> are generated even if an <code>--animation-*</code> variable spans multiple lines (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16237">#16237</a>)</li> <li>Vite: Skip parsing stylesheets with the <code>?commonjs-proxy</code> flag (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16238">#16238</a>)</li> <li>Fix <code>order-first</code> and <code>order-last</code> for Firefox (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16266">#16266</a>)</li> <li>Fix support for older instruction sets on Linux x64 builds of the standalone CLI (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16244">#16244</a>)</li> <li>Ensure <code>NODE_PATH</code> is respected when resolving JavaScript and CSS files (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16274">#16274</a>)</li> <li>Ensure Node addons are packaged correctly with FreeBSD builds (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16277">#16277</a>)</li> <li>Fix an issue where <code>@variant</code> inside a referenced stylesheet could cause a stack overflow (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16300">#16300</a>)</li> </ul> <h2>v4.0.3</h2> <h3>Fixed</h3> <ul> <li>Fix incorrect removal of <code>@import url();</code> (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16144">#16144</a>)</li> </ul> <h2>v4.0.2</h2> <h3>Fixed</h3> <ul> <li>Only generate positive <code>grid-cols-*</code> and <code>grid-rows-*</code> utilities (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16020">#16020</a>)</li> <li>Ensure escaped theme variables are handled correctly (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16064">#16064</a>)</li> <li>Ensure we process Tailwind CSS features when only using <code>@reference</code> or <code>@variant</code> (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16057">#16057</a>)</li> <li>Refactor gradient implementation to work around <a href="https://github.com/prettier/prettier/issues/17058">prettier/prettier#17058</a> (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16072">#16072</a>)</li> <li>Vite: Ensure hot-reloading works with SolidStart setups (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16052">#16052</a>)</li> <li>Vite: Fix a crash when starting the development server in SolidStart setups (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16052">#16052</a>)</li> <li>Vite: Don't rebase URLs that appear to be aliases (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16078">#16078</a>)</li> <li>Vite: Transform <code>&lt;style&gt;</code> blocks in HTML files (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16069">#16069</a>)</li> <li>Prevent camel-casing CSS custom properties added by JavaScript plugins (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16103">#16103</a>)</li> <li>Do not emit <code>@keyframes</code> in <code>@theme reference</code> (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16120">#16120</a>)</li> <li>Discard invalid declarations when parsing CSS (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16093">#16093</a>)</li> <li>Do not emit empty CSS rules and at-rules (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16121">#16121</a>)</li> <li>Handle <code>@variant</code> when at the top-level of a stylesheet (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16129">#16129</a>)</li> </ul> <h2>v4.0.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[4.0.5] - 2025-02-08</h2> <h3>Added</h3> <ul> <li>Add <code>@theme static</code> option for always including theme variables in compiled CSS (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16211">#16211</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Remove rogue <code>console.log</code> from <code>@tailwindcss/vite</code> (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16307">#16307</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Don't include theme variables that aren't used in compiled CSS (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16211">#16211</a>)</li> </ul> <h2>[4.0.4] - 2025-02-06</h2> <h3>Fixed</h3> <ul> <li>Fix a crash when setting JS theme values to <code>null</code> (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16210">#16210</a>)</li> <li>Ensure escaped underscores in CSS variables in arbitrary values are properly unescaped (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16206">#16206</a>)</li> <li>Ensure that the <code>containers</code> JS theme key is added to the <code>--container-*</code> namespace (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16169">#16169</a>)</li> <li>Ensure theme <code>@keyframes</code> are generated even if an <code>--animation-*</code> variable spans multiple lines (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16237">#16237</a>)</li> <li>Vite: Skip parsing stylesheets with the <code>?commonjs-proxy</code> flag (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16238">#16238</a>)</li> <li>Fix <code>order-first</code> and <code>order-last</code> for Firefox (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16266">#16266</a>)</li> <li>Fix support for older instruction sets on Linux x64 builds of the standalone CLI (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16244">#16244</a>)</li> <li>Ensure <code>NODE_PATH</code> is respected when resolving JavaScript and CSS files (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16274">#16274</a>)</li> <li>Ensure Node addons are packaged correctly with FreeBSD builds (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16277">#16277</a>)</li> <li>Fix an issue where <code>@variant</code> inside a referenced stylesheet could cause a stack overflow (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16300">#16300</a>)</li> </ul> <h2>[4.0.3] - 2025-02-01</h2> <h3>Fixed</h3> <ul> <li>Fix incorrect removal of <code>@import url();</code> (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16144">#16144</a>)</li> </ul> <h2>[4.0.2] - 2025-01-31</h2> <h3>Fixed</h3> <ul> <li>Only generate positive <code>grid-cols-*</code> and <code>grid-rows-*</code> utilities (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16020">#16020</a>)</li> <li>Ensure escaped theme variables are handled correctly (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16064">#16064</a>)</li> <li>Ensure we process Tailwind CSS features when only using <code>@reference</code> or <code>@variant</code> (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16057">#16057</a>)</li> <li>Refactor gradient implementation to work around <a href="https://github.com/prettier/prettier/issues/17058">prettier/prettier#17058</a> (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16072">#16072</a>)</li> <li>Vite: Ensure hot-reloading works with SolidStart setups (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16052">#16052</a>)</li> <li>Vite: Fix a crash when starting the development server in SolidStart setups (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16052">#16052</a>)</li> <li>Vite: Don't rebase URLs that appear to be aliases (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16078">#16078</a>)</li> <li>Vite: Transform <code>&lt;style&gt;</code> blocks in HTML files (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16069">#16069</a>)</li> <li>Prevent camel-casing CSS custom properties added by JavaScript plugins (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16103">#16103</a>)</li> <li>Do not emit <code>@keyframes</code> in <code>@theme reference</code> (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16120">#16120</a>)</li> <li>Discard invalid declarations when parsing CSS (<a href="https://github.com/tailwindlabs/tailwindcss/pull/16093">#16093</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/ad001199f6e3ce64472de1b3d5f5a424c9d065c8"><code>ad00119</code></a> Prepare v4.0.5 (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16373">#16373</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/d684733d804a0b8951d13c94fe27350271e076b6"><code>d684733</code></a> Only expose used CSS variables (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16211">#16211</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/83fdf373aa729bc1beae1a64c9c0bba76f3b2c2f"><code>83fdf37</code></a> Prepare v4.0.4 (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16302">#16302</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/144581d3e46510ffbbf1d96330d46d308cdf0509"><code>144581d</code></a> Properly skip over nodes when using <code>replaceNode</code> (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16300">#16300</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/d566dbdef658b8c98a8c596466d74f11c72295e2"><code>d566dbd</code></a> Improve performance of rebuilds (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16283">#16283</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/82d486adb535d50f11ed9ec7f6a8a7ccf7c2bc07"><code>82d486a</code></a> Fix <code>order-first</code> and <code>order-last</code> for Firefox (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16266">#16266</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/3b61277e7afa7e2febddcb3c27a850ea42d6d70d"><code>3b61277</code></a> Don't crash when setting JS theme value to <code>null</code> (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16210">#16210</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/9fd676630824d9569148873e9bc7cc06f79eb9a0"><code>9fd6766</code></a> Ensure first argument to <code>var(…)</code> still unescapes <code>\_</code> (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16206">#16206</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/06dfa399e6775c764d1e538239a6cdf08da55ca3"><code>06dfa39</code></a> Ensure we always emit <code>@keyframes</code> correctly (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16237">#16237</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/ac202ffd50e6009982da4d31db6e2aea3600666d"><code>ac202ff</code></a> Update upgrade CLI to handle <code>containers</code> config correctly (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/16169">#16169</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tailwindlabs/tailwindcss/commits/v4.0.5/packages/tailwindcss">compare view</a></li> </ul> </details> <br />
martinr92 commented 2025-02-09 03:57:33 +00:00 (Migrated from gitlab.com)

assigned to @martinr92

assigned to @martinr92
martinr92 commented 2025-02-09 03:57:36 +00:00 (Migrated from gitlab.com)

mentioned in merge request !353

mentioned in merge request !353
martinr92 commented 2025-02-11 03:57:48 +00:00 (Migrated from gitlab.com)

This merge request has been superseded by !357+

This merge request has been superseded by !357+
martinr92 (Migrated from gitlab.com) closed this pull request 2025-02-11 03:57:49 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.