From d47351adc070d381d20c060fca6f00bb792b7496 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 6 Aug 2024 06:47:37 +0000
Subject: [PATCH] build(deps): Bump tailwindcss from 3.4.4 to 3.4.7 in /website
(#6126)
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from
3.4.4 to 3.4.7.
Release notes
Sourced from tailwindcss's
releases.
v3.4.7
Fixed
- Fix class detection in Slim templates with attached attributes and
ID (#14019)
- Ensure attribute values in
data-* and
aria-* modifiers are always quoted in the generated CSS (#14037)
v3.4.6
Fixed
- Fix detection of some utilities in Slim/Pug templates (#14006)
Changed
- Loosen
:is() wrapping rules when using an important
selector (#13900)
v3.4.5
Fixed
- Disable automatic
var() injection for anchor properties
(#13826)
- Use no value instead of
blur(0px) for
backdrop-blur-none and blur-none utilities (#13830)
- Add
.mts and .cts config file detection
(#13940)
- Don't generate utilities like
px-1 unnecessarily when
using utilities like px-1.5 (#13959)
- Always generate
-webkit-backdrop-filter for
backdrop-* utilities (#13997)
Changelog
Sourced from tailwindcss's
changelog.
[3.4.7] - 2024-07-25
Fixed
- Fix class detection in Slim templates with attached attributes and
ID (#14019)
- Ensure attribute values in
data-* and
aria-* modifiers are always quoted in the generated CSS (#14037)
[3.4.6] - 2024-07-16
Fixed
- Fix detection of some utilities in Slim/Pug templates (#14006)
Changed
- Loosen
:is() wrapping rules when using an important
selector (#13900)
[3.4.5] - 2024-07-15
Fixed
- Disable automatic
var() injection for anchor properties
(#13826)
- Use no value instead of
blur(0px) for
backdrop-blur-none and blur-none utilities (#13830)
- Add
.mts and .cts config file detection
(#13940)
- Don't generate utilities like
px-1 unnecessarily when
using utilities like px-1.5 (#13959)
- Always generate
-webkit-backdrop-filter for
backdrop-* utilities (#13997)
Commits
9824cb6
Update version in package.json
aa6c10f
Add missing heading to changelog
245058c
Update changelog for v3.4.7
605d8cd
Update CHANGELOG.md
680c55c
Normalize attribute selector for data-* and
aria-* modifiers (#14037)
866860e
Print eventual lightning CSS parsing errors when the CSS matcher fail
(#14034)
bdc87ae
Fix class detection in Slim templates with attached attributes and IDs
(#14019)
d622977
Update changelog
0573c07
Loosen :is() wrapping rules in applyImportantSelector for more readable
outpu...
9c29e47
3.4.6
- Additional commits viewable in compare
view
[](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)
---
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
website/package.json | 2 +-
website/pnpm-lock.yaml | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/website/package.json b/website/package.json
index 0eed4e71f..7fa2e5497 100644
--- a/website/package.json
+++ b/website/package.json
@@ -50,7 +50,7 @@
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
- "tailwindcss": "3.4.4"
+ "tailwindcss": "3.4.7"
},
"devDependencies": {
"flowbite-typography": "^1.0.3",
diff --git a/website/pnpm-lock.yaml b/website/pnpm-lock.yaml
index d90497517..bc7ca1665 100644
--- a/website/pnpm-lock.yaml
+++ b/website/pnpm-lock.yaml
@@ -55,7 +55,7 @@ importers:
version: 4.4.0
flowbite-react:
specifier: ^0.10.1
- version: 0.10.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.4)
+ version: 0.10.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.7)
framer-motion:
specifier: ^11.2.4
version: 11.2.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
@@ -123,12 +123,12 @@ importers:
specifier: ^11.0.0
version: 11.0.0
tailwindcss:
- specifier: 3.4.4
- version: 3.4.4
+ specifier: 3.4.7
+ version: 3.4.7
devDependencies:
flowbite-typography:
specifier: ^1.0.3
- version: 1.0.3(tailwindcss@3.4.4)
+ version: 1.0.3(tailwindcss@3.4.7)
hastscript:
specifier: ^9.0.0
version: 9.0.0
@@ -1718,8 +1718,8 @@ packages:
tailwind-merge@2.3.0:
resolution: {integrity: sha512-vkYrLpIP+lgR0tQCG6AP7zZXCTLc1Lnv/CCRT3BqJ9CZ3ui2++GPaGb1x/ILsINIMSYqqvrpqjUFsMNLlW99EA==}
- tailwindcss@3.4.4:
- resolution: {integrity: sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==}
+ tailwindcss@3.4.7:
+ resolution: {integrity: sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==}
engines: {node: '>=14.0.0'}
hasBin: true
@@ -2626,7 +2626,7 @@ snapshots:
dependencies:
to-regex-range: 5.0.1
- flowbite-react@0.10.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.4):
+ flowbite-react@0.10.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.7):
dependencies:
'@floating-ui/core': 1.6.2
'@floating-ui/react': 0.26.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
@@ -2637,14 +2637,14 @@ snapshots:
react-dom: 18.3.1(react@18.3.1)
react-icons: 5.2.1(react@18.3.1)
tailwind-merge: 2.3.0
- tailwindcss: 3.4.4
+ tailwindcss: 3.4.7
- flowbite-typography@1.0.3(tailwindcss@3.4.4):
+ flowbite-typography@1.0.3(tailwindcss@3.4.7):
dependencies:
lodash.castarray: 4.4.0
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
- tailwindcss: 3.4.4
+ tailwindcss: 3.4.7
flowbite@2.3.0:
dependencies:
@@ -3889,7 +3889,7 @@ snapshots:
dependencies:
'@babel/runtime': 7.24.7
- tailwindcss@3.4.4:
+ tailwindcss@3.4.7:
dependencies:
'@alloc/quick-lru': 5.2.0
arg: 5.0.2