From 2fe81ed4cb5724c1a9bdad39f54b1d76ee1570d7 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 24 Oct 2024 02:44:13 +0200 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20tailwindcss=203.4.10?= =?UTF-8?q?=20=E2=86=92=203.4.14=20(#28226)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
tailwindlabs/tailwindcss (tailwindcss) ### [`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"` ([#​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 ([#​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` ([#​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 ([#​14393](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14393))
--- ### 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. --- - [ ] 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). --- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index edd526115a8..a54224c03cf 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -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", diff --git a/website/package.json b/website/package.json index ebbd0fcb9e6..9e6cdfdafb6 100644 --- a/website/package.json +++ b/website/package.json @@ -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" } } \ No newline at end of file