Skip to content

Commit 8f14ff9

Browse files
Bump tailwind-variants from 0.3.1 to 1.0.0 (#1016)
Bumps [tailwind-variants](https://github.com/heroui-inc/tailwind-variants) from 0.3.1 to 1.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/heroui-inc/tailwind-variants/releases">tailwind-variants's releases</a>.</em></p> <blockquote> <h2>v1.0.0</h2> <h2>What's Changed</h2> <ul> <li>feat: support tailwindcss v4 by <a href="https://github.com/winchesHe"><code>@​winchesHe</code></a> in <a href="https://redirect.github.com/heroui-inc/tailwind-variants/pull/245">heroui-inc/tailwind-variants#245</a></li> </ul> <h2>Breaking change</h2> <ul> <li>The <code>responsiveVariants</code> option has been removed.</li> <li><code>withTv</code> has been removed.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/winchesHe"><code>@​winchesHe</code></a> made their first contribution in <a href="https://redirect.github.com/heroui-inc/tailwind-variants/pull/245">heroui-inc/tailwind-variants#245</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/heroui-inc/tailwind-variants/compare/v0.3.1...v1.0.0">https://github.com/heroui-inc/tailwind-variants/compare/v0.3.1...v1.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/heroui-inc/tailwind-variants/commit/dddef3adbdd4529728914748c4651a8f5b9c0ecd"><code>dddef3a</code></a> feat: v1</li> <li><a href="https://github.com/heroui-inc/tailwind-variants/commit/00ec267d10d39844c53101f99dc392850a2ebc56"><code>00ec267</code></a> feat: support tailwindcss v4 (<a href="https://redirect.github.com/heroui-inc/tailwind-variants/issues/245">#245</a>)</li> <li>See full diff in <a href="https://github.com/heroui-inc/tailwind-variants/compare/v0.3.1...v1.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tailwind-variants&package-manager=npm_and_yarn&previous-version=0.3.1&new-version=1.0.0)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 766db6d commit 8f14ff9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"graphql-tag": "^2.0.0",
4646
"next-sitemap": "^4.2.3",
4747
"postcss": "^8.5.3",
48-
"tailwind-variants": "^0.3.1",
48+
"tailwind-variants": "^1.0.0",
4949
"tailwindcss": "^3.4.17",
5050
"typescript": "^5.8.2"
5151
},

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -6295,10 +6295,10 @@ swap-case@^2.0.2:
62956295
dependencies:
62966296
tslib "^2.0.3"
62976297

6298-
tailwind-merge@2.5.4:
6299-
version "2.5.4"
6300-
resolved "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.5.4.tgz"
6301-
integrity sha512-0q8cfZHMu9nuYP/b5Shb7Y7Sh1B7Nnl5GqNr1U+n2p6+mybvRtayrQ+0042Z5byvTA8ihjlP8Odo8/VnHbZu4Q==
6298+
tailwind-merge@3.0.2:
6299+
version "3.0.2"
6300+
resolved "https://registry.yarnpkg.com/tailwind-merge/-/tailwind-merge-3.0.2.tgz#567eff76de12211e24dd909da0f5ed6f4f422b0c"
6301+
integrity sha512-l7z+OYZ7mu3DTqrL88RiKrKIqO3NcpEO8V/Od04bNpvk0kiIFndGEoqfuzvj4yuhRkHKjRkII2z+KS2HfPcSxw==
63026302

63036303
tailwind-merge@^1.14.0:
63046304
version "1.14.0"
@@ -6317,12 +6317,12 @@ tailwind-variants@^0.1.20:
63176317
dependencies:
63186318
tailwind-merge "^1.14.0"
63196319

6320-
tailwind-variants@^0.3.1:
6321-
version "0.3.1"
6322-
resolved "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-0.3.1.tgz"
6323-
integrity sha512-krn67M3FpPwElg4FsZrOQd0U26o7UDH/QOkK8RNaiCCrr052f6YJPBUfNKnPo/s/xRzNPtv1Mldlxsg8Tb46BQ==
6320+
tailwind-variants@^1.0.0:
6321+
version "1.0.0"
6322+
resolved "https://registry.yarnpkg.com/tailwind-variants/-/tailwind-variants-1.0.0.tgz#dde2cc2a8689910ca1cdc95ba82c63cf9094bd51"
6323+
integrity sha512-2WSbv4ulEEyuBKomOunut65D8UZwxrHoRfYnxGcQNnHqlSCp2+B7Yz2W+yrNDrxRodOXtGD/1oCcKGNBnUqMqA==
63246324
dependencies:
6325-
tailwind-merge "2.5.4"
6325+
tailwind-merge "3.0.2"
63266326

63276327
tailwindcss@^3.4.17:
63286328
version "3.4.17"

0 commit comments

Comments
 (0)