Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps the major-dependencies group with 10 updates in the / directory:

Package From To
tailwind-merge 2.6.0 3.3.1
tailwind-variants 0.3.1 3.1.1
@storybook/addon-docs 9.1.16 10.0.2
@storybook/addon-links 9.1.16 10.0.2
@storybook/addon-onboarding 9.1.16 10.0.2
@storybook/react-vite 9.1.16 10.0.2
@vitest/coverage-v8 3.2.4 4.0.6
eslint-plugin-storybook 9.1.6 10.0.2
storybook 9.1.16 10.0.2
vitest 3.2.4 4.0.6

Bumps the major-dependencies group with 1 update in the /functions directory: tedious.

Updates tailwind-merge from 2.6.0 to 3.3.1

Release notes

Sourced from tailwind-merge's releases.

v3.3.1

Bug Fixes

Full Changelog: dcastil/tailwind-merge@v3.3.0...v3.3.1

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph, a private sponsor, @​block and @​shawt3000 for sponsoring tailwind-merge! ❤️

v3.3.0

New Features

Full Changelog: dcastil/tailwind-merge@v3.2.0...v3.3.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph, a private sponsor and @​block for sponsoring tailwind-merge! ❤️

v3.2.0

New Features

Full Changelog: dcastil/tailwind-merge@v3.1.0...v3.2.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph and a private sponsor for sponsoring tailwind-merge! ❤️

v3.1.0

New Features

Bug Fixes

Documentation

Other

Full Changelog: dcastil/tailwind-merge@v3.0.2...v3.1.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph and a private sponsor for sponsoring tailwind-merge! ❤️

v3.0.2

... (truncated)

Commits
  • 40d8fee v3.3.1
  • 429ea54 add changelog for v3.3.1
  • d3df877 Merge pull request #591 from dcastil/bugfix/590/fix-arbitrary-value-using-col...
  • fdd9cdf add color-mix() to colorFunctionRegex
  • d49e03a add test case for border colors being merged incorrectly
  • 47155f0 Merge pull request #585 from dcastil/renovate/all-minor-patch
  • 2d29675 Update all non-major dependencies
  • c3d7208 Merge pull request #578 from dcastil/dependabot/npm_and_yarn/dot-github/actio...
  • 527214b Bump undici from 5.28.5 to 5.29.0 in /.github/actions/metrics-report
  • ceb3b4a v3.3.0
  • Additional commits viewable in compare view

Updates tailwind-variants from 0.3.1 to 3.1.1

Release notes

Sourced from tailwind-variants's releases.

v3.1.1

   🐞 Bug Fixes

    View changes on GitHub

v3.1.0

   🚀 Features

    View changes on GitHub

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.

... (truncated)

Changelog

Sourced from tailwind-variants's changelog.

3.1.1 (2025-09-08)

Bug Fixes

  • use 'type' for type-only imports and specify file extensions (#272) (58aa71e)

3.1.0 (2025-08-25)

Features

3.0.0 (2025-08-24)

Features

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

2.1.0 (2025-07-31)

Features

  • implement lazy loading for tailwind-merge module (#257) (e80c23a)

2.0.1 (2025-07-28)

2.0.0 (2025-07-27)

2.0.0 (2025-07-27)

Changelog

... (truncated)

Commits
  • 1b67c1a chore: release v3.1.1
  • 58aa71e fix: use 'type' for type-only imports and specify file extensions (#272)
  • 92e4874 chore: release v3.1.0
  • 5fd06fa feat: export config types (#267)
  • 2a93c87 chore: release v3.0.0
  • 0eb65ba feat: split tv into original and lite versions (#264)
  • 1a43cdc chore: release v2.1.0
  • e80c23a feat: implement lazy loading for tailwind-merge module (#257)
  • c04aac7 chore: release v2.0.1
  • ab50269 chore: update tsup configuration to enable cleaning and minification
  • Additional commits viewable in compare view

Updates @storybook/addon-docs from 9.1.16 to 10.0.2

Release notes

Sourced from @​storybook/addon-docs's releases.

v10.0.2

10.0.2

  • CLI: Fix glob string formatting in csf-factories codemod - #32880, thanks @​yannbf!
  • Core: Improve file path resolution on Windows - #32893, thanks @​yannbf!
  • Vite: Update `optimizeViteDeps` for addon-docs and addon-vitest - #32881, thanks @​ndelangen!

v10.0.1

10.0.1

v10.0.0

10.0.0

Storybook 10 contains one breaking change: it’s ESM-only. This simplifies our distribution and reduces install size by 29% while simultaneously unminifying dist code for easier debugging. It also includes features to level up your UI development, documentation, and testing workflows:

  • 🧩 Module automocking for easier testing
  • 🏭 Typesafe CSF factories Preview for React
  • 💫 UI editing and sharing optimizations
  • 🏷️ Tag filtering exclusion and configuration for sidebar management
  • 🔀 Next 16, Vitest 4, Svelte async components, and more!

... (truncated)

Changelog

Sourced from @​storybook/addon-docs's changelog.

10.0.2

  • CLI: Fix glob string formatting in csf-factories codemod - #32880, thanks @​yannbf!
  • Core: Improve file path resolution on Windows - #32893, thanks @​yannbf!
  • Vite: Update optimizeViteDeps for addon-docs and addon-vitest - #32881, thanks @​ndelangen!

10.0.1

10.0.0

Storybook 10 contains one breaking change: it’s ESM-only. This simplifies our distribution and reduces install size by 29% while simultaneously unminifying dist code for easier debugging. It also includes features to level up your UI development, documentation, and testing workflows:

  • 🧩 Module automocking for easier testing
  • 🏭 Typesafe CSF factories Preview for React
  • 💫 UI editing and sharing optimizations
  • 🏷️ Tag filtering exclusion and configuration for sidebar management
  • 🔀 Next 16, Vitest 4, Svelte async components, and more!

... (truncated)

Commits
  • 06d0c2f Bump version from "10.0.1" to "10.0.2" [skip ci]
  • 86fb5e6 Merge pull request #32881 from storybookjs/norbert/improve-optimizedeps-array
  • ce1c3b9 Bump version from "10.0.0" to "10.0.1" [skip ci]
  • 88a02e6 Bump version from "10.0.0-rc.4" to "10.0.0" [skip ci]
  • 05d448b Bump version from "10.0.0-rc.3" to "10.0.0-rc.4" [skip ci]
  • 7286625 Bump version from "10.0.0-rc.2" to "10.0.0-rc.3" [skip ci]
  • d075427 Bump version from "10.0.0-rc.1" to "10.0.0-rc.2" [skip ci]
  • d13459e Merge pull request #32837 from mrginglymus/no-es-toolkit-compat
  • 7949b77 Merge branch 'next' into optimize-startup
  • 95d7c4d Merge branch 'next' into optimize-startup
  • Additional commits viewable in compare view

Updates @storybook/addon-links from 9.1.16 to 10.0.2

Release notes

Sourced from @​storybook/addon-links's releases.

v10.0.2

10.0.2

  • CLI: Fix glob string formatting in csf-factories codemod - #32880, thanks @​yannbf!
  • Core: Improve file path resolution on Windows - #32893, thanks @​yannbf!
  • Vite: Update `optimizeViteDeps` for addon-docs and addon-vitest - #32881, thanks @​ndelangen!

v10.0.1

10.0.1

v10.0.0

10.0.0

Storybook 10 contains one breaking change: it’s ESM-only. This simplifies our distribution and reduces install size by 29% while simultaneously unminifying dist code for easier debugging. It also includes features to level up your UI development, documentation, and testing workflows:

  • 🧩 Module automocking for easier testing
  • 🏭 Typesafe CSF factories Preview for React
  • 💫 UI editing and sharing optimizations
  • 🏷️ Tag filtering exclusion and configuration for sidebar management
  • 🔀 Next 16, Vitest 4, Svelte async components, and more!

... (truncated)

Changelog

Sourced from @​storybook/addon-links's changelog.

10.0.2

  • CLI: Fix glob string formatting in csf-factories codemod - #32880, thanks @​yannbf!
  • Core: Improve file path resolution on Windows - #32893, thanks @​yannbf!
  • Vite: Update optimizeViteDeps for addon-docs and addon-vitest - #32881, thanks @​ndelangen!

10.0.1

10.0.0

Storybook 10 contains one breaking change: it’s ESM-only. This simplifies our distribution and reduces install size by 29% while simultaneously unminifying dist code for easier debugging. It also includes features to level up your UI development, documentation, and testing workflows:

  • 🧩 Module automocking for easier testing
  • 🏭 Typesafe CSF factories Preview for React
  • 💫 UI editing and sharing optimizations
  • 🏷️ Tag filtering exclusion and configuration for sidebar management
  • 🔀 Next 16, Vitest 4, Svelte async components, and more!

... (truncated)

Commits
  • 06d0c2f Bump version from "10.0.1" to "10.0.2" [skip ci]
  • ce1c3b9 Bump version from "10.0.0" to "10.0.1" [skip ci]
  • 88a02e6 Bump version from "10.0.0-rc.4" to "10.0.0" [skip ci]
  • 05d448b Bump version from "10.0.0-rc.3" to "10.0.0-rc.4" [skip ci]
  • 7286625 Bump version from "10.0.0-rc.2" to "10.0.0-rc.3" [skip ci]
  • d075427 Bump version from "10.0.0-rc.1" to "10.0.0-rc.2" [skip ci]
  • a02c08b Bump version from "10.0.0-rc.0" to "10.0.0-rc.1" [skip ci]
  • f8b44e6 Bump version from "10.0.0-beta.13" to "10.0.0-rc.0" [skip ci]
  • 28ab482 Bump version from "10.0.0-beta.12" to "10.0.0-beta.13" [skip ci]
  • da26393 Bump version from "10.0.0-beta.11" to "10.0.0-beta.12" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/addon-onboarding from 9.1.16 to 10.0.2

Release notes

Sourced from @​storybook/addon-onboarding's releases.

v10.0.2

10.0.2

  • CLI: Fix glob string formatting in csf-factories codemod - #32880, thanks @​yannbf!
  • Core: Improve file path resolution on Windows - #32893, thanks @​yannbf!
  • Vite: Update `optimizeViteDeps` for addon-docs and addon-vitest - #32881, thanks @​ndelangen!

v10.0.1

10.0.1

v10.0.0

10.0.0

Storybook 10 contains one breaking change: it’s ESM-only. This simplifies our distribution and reduces install size by 29% while simultaneously unminifying dist code for easier debugging. It also includes features to level up your UI development, documentation, and testing workflows:

  • 🧩 Module automocking for easier testing
  • 🏭 Typesafe CSF factories Preview for React
  • 💫 UI editing and sharing optimizations
  • 🏷️ Tag filtering exclusion and configuration for sidebar management
  • 🔀 Next 16, Vitest 4, Svelte async components, and more!

... (truncated)

Changelog

Sourced from @​storybook/addon-onboarding's changelog.

10.0.2

  • CLI: Fix glob string formatting in csf-factories codemod - #32880, thanks @​yannbf!
  • Core: Improve file path resolution on Windows - #32893, thanks @​yannbf!
  • Vite: Update optimizeViteDeps for addon-docs and addon-vitest - #32881, thanks @​ndelangen!

10.0.1

10.0.0

Storybook 10 contains one breaking change: it’s ESM-only. This simplifies our distribution and reduces install size by 29% while simultaneously unminifying dist code for easier debugging. It also includes features to level up your UI development, documentation, and testing workflows:

  • 🧩 Module automocking for easier testing
  • 🏭 Typesafe CSF factories Preview for React
  • 💫 UI editing and sharing optimizations
  • 🏷️ Tag filtering exclusion and configuration for sidebar management
  • 🔀 Next 16, Vitest 4, Svelte async components, and more!

…updates

Bumps the major-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.6.0` | `3.3.1` |
| [tailwind-variants](https://github.com/heroui-inc/tailwind-variants) | `0.3.1` | `3.1.1` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `9.1.16` | `10.0.2` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `9.1.16` | `10.0.2` |
| [@storybook/addon-onboarding](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/onboarding) | `9.1.16` | `10.0.2` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `9.1.16` | `10.0.2` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.2.4` | `4.0.6` |
| [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `9.1.6` | `10.0.2` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `9.1.16` | `10.0.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.0.6` |

Bumps the major-dependencies group with 1 update in the /functions directory: [tedious](https://github.com/tediousjs/tedious).


Updates `tailwind-merge` from 2.6.0 to 3.3.1
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.6.0...v3.3.1)

Updates `tailwind-variants` from 0.3.1 to 3.1.1
- [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@v0.3.1...v3.1.1)

Updates `@storybook/addon-docs` from 9.1.16 to 10.0.2
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.0.2/code/addons/docs)

Updates `@storybook/addon-links` from 9.1.16 to 10.0.2
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.0.2/code/addons/links)

Updates `@storybook/addon-onboarding` from 9.1.16 to 10.0.2
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.0.2/code/addons/onboarding)

Updates `@storybook/react-vite` from 9.1.16 to 10.0.2
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.0.2/code/frameworks/react-vite)

Updates `@vitest/coverage-v8` from 3.2.4 to 4.0.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.6/packages/coverage-v8)

Updates `eslint-plugin-storybook` from 9.1.6 to 10.0.2
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.0.2/code/lib/eslint-plugin)

Updates `storybook` from 9.1.16 to 10.0.2
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.0.2/code/core)

Updates `vitest` from 3.2.4 to 4.0.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.6/packages/vitest)

Updates `tedious` from 18.6.2 to 19.0.0
- [Release notes](https://github.com/tediousjs/tedious/releases)
- [Commits](tediousjs/tedious@v18.6.2...v19.0.0)

---
updated-dependencies:
- dependency-name: tailwind-merge
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: tailwind-variants
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: "@storybook/addon-docs"
  dependency-version: 10.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: "@storybook/addon-links"
  dependency-version: 10.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: "@storybook/addon-onboarding"
  dependency-version: 10.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: "@storybook/react-vite"
  dependency-version: 10.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: eslint-plugin-storybook
  dependency-version: 10.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: storybook
  dependency-version: 10.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: vitest
  dependency-version: 4.0.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: tedious
  dependency-version: 19.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant