From 0cc8243b64809ac6d8b599d485c8857b841e9d4f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 1 Feb 2024 14:03:17 +0000
Subject: [PATCH] build(deps): Bump tailwindcss from 3.4.0 to 3.4.1 in /website
(#3490)
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from
3.4.0 to 3.4.1.
Release notes
Sourced from tailwindcss's
releases.
v3.4.1
Fixed
- Don't remove keyframe stops when using important utilities (#12639)
- Don't add spaces to gradients and grid track names when followed by
calc() (#12704)
- Restore old behavior for
class dark mode strategy (#12717)
Added
- Add new
selector and variant strategies
for dark mode (#12717)
Changed
- Support
rtl and ltr variants on same
element as dir attribute (#12717)
Changelog
Sourced from tailwindcss's
changelog.
[3.4.1] - 2024-01-05
Fixed
- Don't remove keyframe stops when using important utilities (#12639)
- Don't add spaces to gradients and grid track names when followed by
calc() (#12704)
- Restore old behavior for
class dark mode strategy (#12717)
Added
- Add new
selector and variant strategies
for dark mode (#12717)
Changed
- Support
rtl and ltr variants on same
element as dir attribute (#12717)
Commits
7361468
3.4.1
508e7f2
Fix code style
3fb57e5
Restore old behavior for class dark mode, add new
selector and variant ...
78fedd5
Don't add spaces to gradients and grid track names when followed by
calc() ...
08a0a6c
Update changelog
8890775
Don't remove keyframe stops when using important utilities (#12639)
f33d6a5
Update CI
- See full diff 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 | 20 ++++++++++----------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/website/package.json b/website/package.json
index ead0936be..cac0676f5 100644
--- a/website/package.json
+++ b/website/package.json
@@ -45,7 +45,7 @@
"rehype-stringify": "^10.0.0",
"remark-gfm": "^3.0.1",
"remark-parse": "^11.0.0",
- "tailwindcss": "3.4.0"
+ "tailwindcss": "3.4.1"
},
"devDependencies": {
"flowbite-typography": "^1.0.3",
diff --git a/website/pnpm-lock.yaml b/website/pnpm-lock.yaml
index 0a3d90828..cc662bc74 100644
--- a/website/pnpm-lock.yaml
+++ b/website/pnpm-lock.yaml
@@ -49,7 +49,7 @@ dependencies:
version: 2.2.1
flowbite-react:
specifier: ^0.6.4
- version: 0.6.4(react-dom@18.2.0)(react@18.2.0)(tailwindcss@3.4.0)
+ version: 0.6.4(react-dom@18.2.0)(react@18.2.0)(tailwindcss@3.4.1)
highlight.js:
specifier: ^11.9.0
version: 11.9.0
@@ -111,13 +111,13 @@ dependencies:
specifier: ^11.0.0
version: 11.0.0
tailwindcss:
- specifier: 3.4.0
- version: 3.4.0
+ specifier: 3.4.1
+ version: 3.4.1
devDependencies:
flowbite-typography:
specifier: ^1.0.3
- version: 1.0.3(tailwindcss@3.4.0)
+ version: 1.0.3(tailwindcss@3.4.1)
hastscript:
specifier: ^8.0.0
version: 8.0.0
@@ -1304,7 +1304,7 @@ packages:
dependencies:
to-regex-range: 5.0.1
- /flowbite-react@0.6.4(react-dom@18.2.0)(react@18.2.0)(tailwindcss@3.4.0):
+ /flowbite-react@0.6.4(react-dom@18.2.0)(react@18.2.0)(tailwindcss@3.4.1):
resolution: {integrity: sha512-36mhawQRalOyq40ZLXesCTvcidYBO0vRFb672YSfflQHl5mENzB3o1SW6oGPpedmS/rWTlK+VBK7ia+1UYr+6w==}
peerDependencies:
react: ^18
@@ -1318,10 +1318,10 @@ packages:
react-icons: 4.12.0(react@18.2.0)
react-indiana-drag-scroll: 2.2.0(react-dom@18.2.0)(react@18.2.0)
tailwind-merge: 1.14.0
- tailwindcss: 3.4.0
+ tailwindcss: 3.4.1
dev: false
- /flowbite-typography@1.0.3(tailwindcss@3.4.0):
+ /flowbite-typography@1.0.3(tailwindcss@3.4.1):
resolution: {integrity: sha512-UbdQFIIOb7xx2TS+QQrqr79B6ZSkSZurxYWzV0npth6Wns3/j7KfeDJoH9QFU+Zs7zjrvejNtyzgzWLWyCrdiA==}
peerDependencies:
tailwindcss: '>=3.0.0 || insiders'
@@ -1329,7 +1329,7 @@ packages:
lodash.castarray: 4.4.0
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
- tailwindcss: 3.4.0
+ tailwindcss: 3.4.1
dev: true
/flowbite@1.8.1:
@@ -3387,8 +3387,8 @@ packages:
resolution: {integrity: sha512-3mFKyCo/MBcgyOTlrY8T7odzZFx+w+qKSMAmdFzRvqBfLlSigU6TZnlFHK0lkMwj9Bj8OYU+9yW9lmGuS0QEnQ==}
dev: false
- /tailwindcss@3.4.0:
- resolution: {integrity: sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==}
+ /tailwindcss@3.4.1:
+ resolution: {integrity: sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==}
engines: {node: '>=14.0.0'}
hasBin: true
dependencies: