From 5f6cb40187d4a42188f2a68a1d38bfba3c9b47d5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 14 Jul 2023 05:54:46 +0000
Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20tailwindcss=20from?=
=?UTF-8?q?=203.3.2=20to=203.3.3=20in=20/website=20(#3808)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.2 to 3.3.3.
Release notes
Sourced from tailwindcss's releases.
v3.3.3
Fixed
- Fix issue where some pseudo-element variants generated the wrong selector (#10943, #10962, #11111)
- Make font settings propagate into buttons, inputs, etc. (#10940)
- Fix parsing of
theme() inside calc() when there are no spaces around operators (#11157)
- Ensure
repeating-conic-gradient is detected as an image (#11180)
- Move unknown pseudo-elements outside of
:is by default (#11345)
- Escape animation names when prefixes contain special characters (#11470)
- Don't prefix arbitrary classes in
group and peer variants (#11454)
- Sort classes using position of first matching rule (#11504)
- Allow variant to be an at-rule without a prelude (#11589)
- Make PostCSS plugin async to improve performance (#11548)
- Don’t error when a config file is missing (f97759f)
Added
- Add
aria-busy utility (#10966)
Changed
- Reset padding for
<dialog> elements in preflight (#11069)
Changelog
Sourced from tailwindcss's changelog.
[3.3.3] - 2023-07-13
Fixed
- Fix issue where some pseudo-element variants generated the wrong selector (#10943, #10962, #11111)
- Make font settings propagate into buttons, inputs, etc. (#10940)
- Fix parsing of
theme() inside calc() when there are no spaces around operators (#11157)
- Ensure
repeating-conic-gradient is detected as an image (#11180)
- Move unknown pseudo-elements outside of
:is by default (#11345)
- Escape animation names when prefixes contain special characters (#11470)
- Don't prefix arbitrary classes in
group and peer variants (#11454)
- Sort classes using position of first matching rule (#11504)
- Allow variant to be an at-rule without a prelude (#11589)
- Make PostCSS plugin async to improve performance (#11548)
- Don’t error when a config file is missing (f97759f)
Added
- Add
aria-busy utility (#10966)
Changed
- Reset padding for
<dialog> elements in preflight (#11069)
Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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 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)
---
website/package-lock.json | 16 +++++++---------
website/package.json | 2 +-
2 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/website/package-lock.json b/website/package-lock.json
index f086a8ebe..6cc5525c4 100644
--- a/website/package-lock.json
+++ b/website/package-lock.json
@@ -34,7 +34,7 @@
"@iconify/react": "^4.1.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.25",
- "tailwindcss": "^3.3.2"
+ "tailwindcss": "^3.3.3"
}
},
"node_modules/@algolia/autocomplete-core": {
@@ -13424,9 +13424,9 @@
}
},
"node_modules/tailwindcss": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.2.tgz",
- "integrity": "sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==",
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.3.tgz",
+ "integrity": "sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==",
"dev": true,
"dependencies": {
"@alloc/quick-lru": "^5.2.0",
@@ -13449,7 +13449,6 @@
"postcss-load-config": "^4.0.1",
"postcss-nested": "^6.0.1",
"postcss-selector-parser": "^6.0.11",
- "postcss-value-parser": "^4.2.0",
"resolve": "^1.22.2",
"sucrase": "^3.32.0"
},
@@ -24368,9 +24367,9 @@
}
},
"tailwindcss": {
- "version": "3.3.2",
- "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.2.tgz",
- "integrity": "sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==",
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.3.tgz",
+ "integrity": "sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==",
"dev": true,
"requires": {
"@alloc/quick-lru": "^5.2.0",
@@ -24393,7 +24392,6 @@
"postcss-load-config": "^4.0.1",
"postcss-nested": "^6.0.1",
"postcss-selector-parser": "^6.0.11",
- "postcss-value-parser": "^4.2.0",
"resolve": "^1.22.2",
"sucrase": "^3.32.0"
},
diff --git a/website/package.json b/website/package.json
index 0c7a521d6..b3d499ce9 100644
--- a/website/package.json
+++ b/website/package.json
@@ -40,7 +40,7 @@
"@iconify/react": "^4.1.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.25",
- "tailwindcss": "^3.3.2"
+ "tailwindcss": "^3.3.3"
},
"browserslist": {
"production": [