fix(website): update tailwindcss 3.4.10 → 3.4.14 (#28226)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tailwindcss](https://tailwindcss.com)
([source](https://redirect.github.com/tailwindlabs/tailwindcss)) |
dependencies | patch | [`3.4.10` ->
`3.4.14`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.10/3.4.14) |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>tailwindlabs/tailwindcss (tailwindcss)</summary>

###
[`v3.4.14`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.14)

[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14)

##### Fixed

- Don't set `display: none` on elements that use `hidden="until-found"`
([#&#8203;14625](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14625))

###
[`v3.4.13`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.13)

[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.12...v3.4.13)

##### Fixed

- Improve source glob verification performance
([#&#8203;14481](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14481))

###
[`v3.4.12`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.12)

[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.11...v3.4.12)

##### Fixed

- Ensure using `@apply` with utilities that use `@defaults` works with
rules defined in the base layer when using `optimizeUniversalDefaults`
([#&#8203;14427](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14427))

###
[`v3.4.11`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.11)

[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.10...v3.4.11)

##### Fixed

- Allow `anchor-size(…)` in arbitrary values
([#&#8203;14393](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14393))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
TrueCharts Bot
2024-10-24 02:44:13 +02:00
committed by GitHub
parent 54dc2aacca
commit 2fe81ed4cb
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -24,7 +24,7 @@
"starlight-blog": "0.14.1",
"starlight-image-zoom": "0.8.0",
"starlight-links-validator": "0.12.3",
"tailwindcss": "3.4.10",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
}
},
@@ -8870,9 +8870,9 @@
"license": "CC0-1.0"
},
"node_modules/tailwindcss": {
"version": "3.4.10",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz",
"integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==",
"version": "3.4.14",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz",
"integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==",
"license": "MIT",
"dependencies": {
"@alloc/quick-lru": "^5.2.0",
+1 -1
View File
@@ -33,7 +33,7 @@
"starlight-blog": "0.14.1",
"starlight-image-zoom": "0.8.0",
"starlight-links-validator": "0.12.3",
"tailwindcss": "3.4.10",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
}
}