mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
build(deps-dev): bump tailwindcss from 4.1.3 to 4.1.4 in /rust/gui-client (#8835)
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.3 to 4.1.4. <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.1.4</h2> <h3>Added</h3> <ul> <li>Add experimental <code>@tailwindcss/oxide-wasm32-wasi</code> target for running Tailwind in browser environments like StackBlitz (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17558">#17558</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Ensure <code>color-mix(…)</code> polyfills do not cause used CSS variables to be removed (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17555">#17555</a>)</li> <li>Ensure <code>color-mix(…)</code> polyfills create fallbacks for theme variables that reference other theme variables (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17562">#17562</a>)</li> <li>Fix brace expansion in declining ranges like <code>{10..0..5}</code> and <code>{0..10..-5}</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17591">#17591</a>)</li> <li>Work around a Chrome rendering bug when using the <code>skew-*</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17627">#17627</a>)</li> <li>Ensure container query variant names can contain hyphens (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17628">#17628</a>)</li> <li>Ensure <code>shadow-inherit</code>, <code>inset-shadow-inherit</code>, <code>drop-shadow-inherit</code>, and <code>text-shadow-inherit</code> inherit the shadow color (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17647">#17647</a>)</li> <li>Ensure compatibility with array tuples used in <code>fontSize</code> JS theme keys (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17630">#17630</a>)</li> <li>Ensure folders with binary file extensions in their names are scanned for utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17595">#17595</a>)</li> <li>Upgrade: Convert <code>fontSize</code> array tuple syntax to CSS theme variables (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17630">#17630</a>)</li> </ul> </blockquote> </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.1.4] - 2025-04-14</h2> <h3>Added</h3> <ul> <li>Add experimental <code>@tailwindcss/oxide-wasm32-wasi</code> target for running Tailwind in browser environments like StackBlitz (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17558">#17558</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Ensure <code>color-mix(…)</code> polyfills do not cause used CSS variables to be removed (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17555">#17555</a>)</li> <li>Ensure <code>color-mix(…)</code> polyfills create fallbacks for theme variables that reference other theme variables (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17562">#17562</a>)</li> <li>Fix brace expansion in declining ranges like <code>{10..0..5}</code> and <code>{0..10..-5}</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17591">#17591</a>)</li> <li>Work around a Chrome rendering bug when using the <code>skew-*</code> utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17627">#17627</a>)</li> <li>Ensure container query variant names can contain hyphens (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17628">#17628</a>)</li> <li>Ensure <code>shadow-inherit</code>, <code>inset-shadow-inherit</code>, <code>drop-shadow-inherit</code>, and <code>text-shadow-inherit</code> inherit the shadow color (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17647">#17647</a>)</li> <li>Ensure compatibility with array tuples used in <code>fontSize</code> JS theme keys (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17630">#17630</a>)</li> <li>Ensure folders with binary file extensions in their names are scanned for utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17595">#17595</a>)</li> <li>Upgrade: Convert <code>fontSize</code> array tuple syntax to CSS theme variables (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/17630">#17630</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="aa836d3442"><code>aa836d3</code></a> Prepare v4.1.4 release (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/17669">#17669</a>)</li> <li><a href="6e1f53348d"><code>6e1f533</code></a> Workaround Chrome rendering bug for <code>skew-*</code> utilities (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/17627">#17627</a>)</li> <li><a href="3bea760ff2"><code>3bea760</code></a> Add test coverage for property-specific colors (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/17436">#17436</a>)</li> <li><a href="6d8dd82c40"><code>6d8dd82</code></a> Fix <code>shadow-inherit</code>, <code>inset-shadow-inherit</code>, <code>drop-shadow-inherit</code>, and `tex...</li> <li><a href="c0af1e2129"><code>c0af1e2</code></a> Fix <code>fontSize</code> array upgrade (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/17630">#17630</a>)</li> <li><a href="3ab7f12563"><code>3ab7f12</code></a> Fix container names with hyphens (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/17628">#17628</a>)</li> <li><a href="f66d287436"><code>f66d287</code></a> Fix brace expansion with range going down (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/17591">#17591</a>)</li> <li><a href="3e9cf87adf"><code>3e9cf87</code></a> Make polyfill work when the theme variable resolves to another var (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/17562">#17562</a>)</li> <li><a href="811e97d61a"><code>811e97d</code></a> Fix polyfill in combination with unused CSS variable removal (<a href="https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss/issues/17555">#17555</a>)</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/commits/v4.1.4/packages/tailwindcss">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"@types/node": "^22.13.9",
|
||||
"http-server": "^14.1.1",
|
||||
"run-script-os": "^1.1.6",
|
||||
"tailwindcss": "^4.1.3",
|
||||
"tailwindcss": "^4.1.4",
|
||||
"typescript": "^5.7.3",
|
||||
"vite": "^6.2.6"
|
||||
}
|
||||
|
||||
9
rust/gui-client/pnpm-lock.yaml
generated
9
rust/gui-client/pnpm-lock.yaml
generated
@@ -31,8 +31,8 @@ importers:
|
||||
specifier: ^1.1.6
|
||||
version: 1.1.6
|
||||
tailwindcss:
|
||||
specifier: ^4.1.3
|
||||
version: 4.1.3
|
||||
specifier: ^4.1.4
|
||||
version: 4.1.4
|
||||
typescript:
|
||||
specifier: ^5.7.3
|
||||
version: 5.7.3
|
||||
@@ -925,6 +925,9 @@ packages:
|
||||
tailwindcss@4.1.3:
|
||||
resolution: {integrity: sha512-2Q+rw9vy1WFXu5cIxlvsabCwhU2qUwodGq03ODhLJ0jW4ek5BUtoCsnLB0qG+m8AHgEsSJcJGDSDe06FXlP74g==}
|
||||
|
||||
tailwindcss@4.1.4:
|
||||
resolution: {integrity: sha512-1ZIUqtPITFbv/DxRmDr5/agPqJwF69d24m9qmM1939TJehgY539CtzeZRjbLt5G6fSy/7YqqYsfvoTEw9xUI2A==}
|
||||
|
||||
tapable@2.2.1:
|
||||
resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
|
||||
engines: {node: '>=6'}
|
||||
@@ -1715,6 +1718,8 @@ snapshots:
|
||||
|
||||
tailwindcss@4.1.3: {}
|
||||
|
||||
tailwindcss@4.1.4: {}
|
||||
|
||||
tapable@2.2.1: {}
|
||||
|
||||
to-regex-range@5.0.1:
|
||||
|
||||
Reference in New Issue
Block a user