Skip to content
This repository was archived by the owner on Apr 17, 2026. It is now read-only.

deps: bump the production-dependencies group with 4 updates - #3

Merged
JSONbored merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-f8d6dd45d3
Aug 26, 2025
Merged

deps: bump the production-dependencies group with 4 updates#3
JSONbored merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-f8d6dd45d3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2025

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 4 updates: lucide-react, tailwind-variants, viem and wagmi.

Updates lucide-react from 0.540.0 to 0.541.0

Release notes

Sourced from lucide-react's releases.

Version 0.541.0

What's Changed

Full Changelog: lucide-icons/lucide@0.540.0...0.541.0

Commits

Updates tailwind-variants from 2.1.0 to 3.0.0

Release notes

Sourced from tailwind-variants's releases.

v3.0.0

What's new?

   🚀 Features

Resolves heroui-inc/tailwind-variants#262, resolves heroui-inc/tailwind-variants#259, resolves heroui-inc/tailwind-variants#258, resolves heroui-inc/tailwind-variants#246

Problem with v2

#262, #246: slot names that match JS String prototype methods cause cnBase to produce corrupted class output.

#259: since cnBase no longer goes through twMerge, template strings aren’t formatted correctly.

#258: lazy-loading tailwind-merge prevents some classes from merging on the first render, but after HMR triggers.

Solution

#258: instead of using lazy-loading, we could split tv into two versions, the lite version no longer imports tailwind-merge, while the original version keeps a static import of tailwind-merge. This avoids the first-render merge issue caused by lazy-loading. An alternative would be making tv async to wait for lazy-loading, but that introduces a larger breaking change and worse dx.

#262, #246, #258: cnBase was enhanced to support functionality similar to classnames / clsx, it now properly filters and handles various input types and formats the final result (e.g., removing extra spaces or newlines), which was previously handled by twMerge.

Technical Details

  • Extracted tailwind-merge and related config logic into tw-merge.js, state.js, package exports (., ./lite) support tree-shaking during build.
  • Original and lite versions share the same core code and type declarations.
  • Moved cnBase to utils and renamed it to cn.
  • Lite version exports cn / cnBase without any tw-merge logic; original (index) exports retain the original behavior.
  • Tailwind merge's cache state is now maintained in state.js.

Testing

  • Covered utils/cn with comprehensive tests.
  • Used describe.each to run tests for both original and lite versions.

Breaking Changes 🚨

⚠️ Only affects users who do not use tailwind-merge, they should import from tailwind-variants/lite, for example:

import { createTV, tv, cn, cnBase } from "tailwind-variants/lite";

⚠️ In the lite version, createTV, tv, cn no longer accept config parameters (i.e., tailwind-merge config).

Version

Due to breaking changes, this will be a major release from 2.1.0 to 3.0.0.

... (truncated)

Changelog

Sourced from tailwind-variants's changelog.

3.0.0 (2025-08-24)

Features

  • split tv into original and lite versions (#264) (0eb65ba)
Commits

Updates viem from 2.34.0 to 2.35.1

Release notes

Sourced from viem's releases.

viem@2.35.1

Patch Changes

viem@2.35.0

Minor Changes

Patch Changes

Commits

Updates wagmi from 2.16.4 to 2.16.5

Release notes

Sourced from wagmi's releases.

wagmi@2.16.5

Patch Changes

Changelog

Sourced from wagmi's changelog.

2.16.5

Patch Changes

Commits

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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 4 updates: [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react), [tailwind-variants](https://github.com/heroui-inc/tailwind-variants), [viem](https://github.com/wevm/viem) and [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react).


Updates `lucide-react` from 0.540.0 to 0.541.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.541.0/packages/lucide-react)

Updates `tailwind-variants` from 2.1.0 to 3.0.0
- [Release notes](https://github.com/heroui-inc/tailwind-variants/releases)
- [Changelog](https://github.com/heroui-inc/tailwind-variants/blob/main/CHANGELOG.md)
- [Commits](heroui-inc/tailwind-variants@v2.1.0...v3.0.0)

Updates `viem` from 2.34.0 to 2.35.1
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.34.0...viem@2.35.1)

Updates `wagmi` from 2.16.4 to 2.16.5
- [Release notes](https://github.com/wevm/wagmi/releases)
- [Changelog](https://github.com/wevm/wagmi/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/wevm/wagmi/commits/wagmi@2.16.5/packages/react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 0.541.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tailwind-variants
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: viem
  dependency-version: 2.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: wagmi
  dependency-version: 2.16.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 25, 2025

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel

vercel Bot commented Aug 25, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
fardrops Ready Ready Preview Comment Aug 25, 2025 10:22pm

@JSONbored
JSONbored merged commit 18532f5 into main Aug 26, 2025
7 checks passed
@JSONbored
JSONbored deleted the dependabot/npm_and_yarn/production-dependencies-f8d6dd45d3 branch August 26, 2025 06:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant