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.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's
releases</a>.</em></p>
<blockquote>
<h2>v3.4.7</h2>
<h3>Fixed</h3>
<ul>
<li>Fix class detection in Slim templates with attached attributes and
ID (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14019">#14019</a>)</li>
<li>Ensure attribute values in <code>data-*</code> and
<code>aria-*</code> modifiers are always quoted in the generated CSS (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14037">#14037</a>)</li>
</ul>
<h2>v3.4.6</h2>
<h3>Fixed</h3>
<ul>
<li>Fix detection of some utilities in Slim/Pug templates (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14006">#14006</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Loosen <code>:is()</code> wrapping rules when using an important
selector (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13900">#13900</a>)</li>
</ul>
<h2>v3.4.5</h2>
<h3>Fixed</h3>
<ul>
<li>Disable automatic <code>var()</code> injection for anchor properties
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13826">#13826</a>)</li>
<li>Use no value instead of <code>blur(0px)</code> for
<code>backdrop-blur-none</code> and <code>blur-none</code> utilities (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13830">#13830</a>)</li>
<li>Add <code>.mts</code> and <code>.cts</code> config file detection
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13940">#13940</a>)</li>
<li>Don't generate utilities like <code>px-1</code> unnecessarily when
using utilities like <code>px-1.5</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13959">#13959</a>)</li>
<li>Always generate <code>-webkit-backdrop-filter</code> for
<code>backdrop-*</code> utilities (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13997">#13997</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.7/CHANGELOG.md">tailwindcss's
changelog</a>.</em></p>
<blockquote>
<h2>[3.4.7] - 2024-07-25</h2>
<h3>Fixed</h3>
<ul>
<li>Fix class detection in Slim templates with attached attributes and
ID (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14019">#14019</a>)</li>
<li>Ensure attribute values in <code>data-*</code> and
<code>aria-*</code> modifiers are always quoted in the generated CSS (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14037">#14037</a>)</li>
</ul>
<h2>[3.4.6] - 2024-07-16</h2>
<h3>Fixed</h3>
<ul>
<li>Fix detection of some utilities in Slim/Pug templates (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/14006">#14006</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Loosen <code>:is()</code> wrapping rules when using an important
selector (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13900">#13900</a>)</li>
</ul>
<h2>[3.4.5] - 2024-07-15</h2>
<h3>Fixed</h3>
<ul>
<li>Disable automatic <code>var()</code> injection for anchor properties
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13826">#13826</a>)</li>
<li>Use no value instead of <code>blur(0px)</code> for
<code>backdrop-blur-none</code> and <code>blur-none</code> utilities (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13830">#13830</a>)</li>
<li>Add <code>.mts</code> and <code>.cts</code> config file detection
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13940">#13940</a>)</li>
<li>Don't generate utilities like <code>px-1</code> unnecessarily when
using utilities like <code>px-1.5</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13959">#13959</a>)</li>
<li>Always generate <code>-webkit-backdrop-filter</code> for
<code>backdrop-*</code> utilities (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13997">#13997</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9824cb64a0"><code>9824cb6</code></a>
Update version in package.json</li>
<li><a
href="aa6c10f67f"><code>aa6c10f</code></a>
Add missing heading to changelog</li>
<li><a
href="245058c7fd"><code>245058c</code></a>
Update changelog for v3.4.7</li>
<li><a
href="605d8cd5eb"><code>605d8cd</code></a>
Update CHANGELOG.md</li>
<li><a
href="680c55c11c"><code>680c55c</code></a>
Normalize attribute selector for <code>data-*</code> and
<code>aria-*</code> modifiers (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14037">#14037</a>)</li>
<li><a
href="866860e6a6"><code>866860e</code></a>
Print eventual lightning CSS parsing errors when the CSS matcher fail
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14034">#14034</a>)</li>
<li><a
href="bdc87ae1d7"><code>bdc87ae</code></a>
Fix class detection in Slim templates with attached attributes and IDs
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/14019">#14019</a>)</li>
<li><a
href="d622977b2a"><code>d622977</code></a>
Update changelog</li>
<li><a
href="0573c0769a"><code>0573c07</code></a>
Loosen :is() wrapping rules in applyImportantSelector for more readable
outpu...</li>
<li><a
href="9c29e47c5f"><code>9c29e47</code></a>
3.4.6</li>
<li>Additional commits viewable in <a
href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tailwindcss&package-manager=npm_and_yarn&previous-version=3.4.4&new-version=3.4.7)](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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-08-06 06:47:37 +00:00
committed by GitHub
parent ab0263e85a
commit d47351adc0
2 changed files with 12 additions and 12 deletions

View File

@@ -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",

22
website/pnpm-lock.yaml generated
View File

@@ -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