Skip to content

chore(deps): bump tailwind-variants version#5672

Merged
wingkwong merged 1 commit into
canaryfrom
chore/eng-2788
Sep 9, 2025
Merged

chore(deps): bump tailwind-variants version#5672
wingkwong merged 1 commit into
canaryfrom
chore/eng-2788

Conversation

@wingkwong
Copy link
Copy Markdown
Member

@wingkwong wingkwong commented Sep 9, 2025

Closes #

📝 Description

⛳️ Current behavior (updates)

🚀 New behavior

💣 Is this a breaking change (Yes/No):

📝 Additional Information

Summary by CodeRabbit

  • Chores

    • Prepared patch releases for @heroui/system-rsc and @heroui/theme.
  • Dependencies

    • Upgraded tailwind-variants to 3.1.1 across documentation and core packages for consistency.
  • Impact

    • No user-facing or API changes.
    • Minor stability and compatibility improvements from dependency updates.

@linear
Copy link
Copy Markdown

linear Bot commented Sep 9, 2025

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Sep 9, 2025

🦋 Changeset detected

Latest commit: 2c6f6fd

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 38 packages
Name Type
@heroui/system-rsc Patch
@heroui/theme Patch
@heroui/code Patch
@heroui/divider Patch
@heroui/kbd Patch
@heroui/spacer Patch
@heroui/spinner Patch
@heroui/system Patch
@heroui/accordion Patch
@heroui/alert Patch
@heroui/autocomplete Patch
@heroui/button Patch
@heroui/calendar Patch
@heroui/checkbox Patch
@heroui/date-input Patch
@heroui/date-picker Patch
@heroui/drawer Patch
@heroui/dropdown Patch
@heroui/form Patch
@heroui/input-otp Patch
@heroui/input Patch
@heroui/listbox Patch
@heroui/menu Patch
@heroui/modal Patch
@heroui/navbar Patch
@heroui/number-input Patch
@heroui/popover Patch
@heroui/radio Patch
@heroui/select Patch
@heroui/slider Patch
@heroui/snippet Patch
@heroui/table Patch
@heroui/tabs Patch
@heroui/toast Patch
@heroui/tooltip Patch
@heroui/react Patch
@heroui/aria-utils Patch
@heroui/framer-utils Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link
Copy Markdown

vercel Bot commented Sep 9, 2025

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

Project Deployment Preview Comments Updated (UTC)
heroui Ready Ready Preview Comment Sep 9, 2025 2:37am
heroui-sb Ready Ready Preview Comment Sep 9, 2025 2:37am

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Sep 9, 2025

Walkthrough

Patch updates: added a changeset for @heroui/system-rsc and @heroui/theme, and bumped tailwind-variants from 3.1.0 to 3.1.1 across apps/docs and packages/core (system-rsc devDependency, theme dependency). No source code or public API changes.

Changes

Cohort / File(s) Summary
Release metadata
.changeset/real-spiders-sniff.md
Adds a changeset declaring patch bumps for @heroui/system-rsc and @heroui/theme; notes tailwind-variants version bump.
Dependency bump: tailwind-variants 3.1.0 → 3.1.1
apps/docs/package.json, packages/core/*/package.json (packages/core/system-rsc/package.json, packages/core/theme/package.json)
Updates tailwind-variants to 3.1.1; in system-rsc as a devDependency, in theme and apps/docs as a dependency. No code changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • jrgarciadev

Pre-merge checks (2 passed, 1 warning)

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description Check ⚠️ Warning The PR description uses the template placeholders but lacks any filled content, omitting the issue number, change summary, current and new behavior details, breaking change indicator, and additional information. Please fill out the template sections with an issue reference, a brief description of the version bump change, details on current and new behavior, confirm if it’s a breaking change, and any additional context or impact.
✅ Passed checks (2 passed)
Check name Status Explanation
Title Check ✅ Passed The title clearly and concisely summarizes the main change of bumping the tailwind-variants dependency and follows conventional commit conventions, making it easy to understand at a glance.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.

Tip

👮 Agentic pre-merge checks are now available in preview!

Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

Example:

reviews:
  pre_merge_checks:
    custom_checks:
		  - name: "Undocumented Breaking Changes"
			  mode: "warning"
			  instructions: |
				  Flag potential breaking changes that are not documented:
				  1. Identify changes to public APIs/exports, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints (including removed/renamed items and changes to types, required params, return values, defaults, or behavior).
				  2. Ignore purely internal/private changes (e.g., code not exported from package entry points or marked internal).
				  3. Verify documentation exists: a "Breaking Change" section in the PR description and updates to CHANGELOG.md.

Please share your feedback with us on this Discord post.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/eng-2788

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

♻️ Duplicate comments (1)
packages/core/system-rsc/package.json (1)

45-45: DevDependency bump to 3.1.1 — OK.

Matches the rest of the repo; no publish impact expected. Cross-repo version consistency script provided in theme comment.

🧹 Nitpick comments (1)
.changeset/real-spiders-sniff.md (1)

1-6: Clarify the changeset message.

Consider mentioning the exact version: “bump tailwind-variants to 3.1.1” and briefly note “no source/public API changes.” Optional but helps release notes consumers.

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between bd6d062 and 2c6f6fd.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (4)
  • .changeset/real-spiders-sniff.md (1 hunks)
  • apps/docs/package.json (1 hunks)
  • packages/core/system-rsc/package.json (1 hunks)
  • packages/core/theme/package.json (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
  • GitHub Check: Continuous Release
  • GitHub Check: TypeScript
  • GitHub Check: ESLint
  • GitHub Check: Tests
  • GitHub Check: Build
🔇 Additional comments (1)
apps/docs/package.json (1)

84-84: Docs dependency aligned to 3.1.1 — LGTM.

Non-published app; version pin matches core packages.

Comment thread packages/core/theme/package.json
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Sep 9, 2025

Open in StackBlitz

@heroui/accordion

npm i https://pkg.pr.new/@heroui/accordion@5672

@heroui/alert

npm i https://pkg.pr.new/@heroui/alert@5672

@heroui/autocomplete

npm i https://pkg.pr.new/@heroui/autocomplete@5672

@heroui/avatar

npm i https://pkg.pr.new/@heroui/avatar@5672

@heroui/badge

npm i https://pkg.pr.new/@heroui/badge@5672

@heroui/breadcrumbs

npm i https://pkg.pr.new/@heroui/breadcrumbs@5672

@heroui/button

npm i https://pkg.pr.new/@heroui/button@5672

@heroui/calendar

npm i https://pkg.pr.new/@heroui/calendar@5672

@heroui/card

npm i https://pkg.pr.new/@heroui/card@5672

@heroui/checkbox

npm i https://pkg.pr.new/@heroui/checkbox@5672

@heroui/chip

npm i https://pkg.pr.new/@heroui/chip@5672

@heroui/code

npm i https://pkg.pr.new/@heroui/code@5672

@heroui/date-input

npm i https://pkg.pr.new/@heroui/date-input@5672

@heroui/date-picker

npm i https://pkg.pr.new/@heroui/date-picker@5672

@heroui/divider

npm i https://pkg.pr.new/@heroui/divider@5672

@heroui/drawer

npm i https://pkg.pr.new/@heroui/drawer@5672

@heroui/dropdown

npm i https://pkg.pr.new/@heroui/dropdown@5672

@heroui/form

npm i https://pkg.pr.new/@heroui/form@5672

@heroui/image

npm i https://pkg.pr.new/@heroui/image@5672

@heroui/input

npm i https://pkg.pr.new/@heroui/input@5672

@heroui/input-otp

npm i https://pkg.pr.new/@heroui/input-otp@5672

@heroui/kbd

npm i https://pkg.pr.new/@heroui/kbd@5672

@heroui/link

npm i https://pkg.pr.new/@heroui/link@5672

@heroui/listbox

npm i https://pkg.pr.new/@heroui/listbox@5672

@heroui/menu

npm i https://pkg.pr.new/@heroui/menu@5672

@heroui/modal

npm i https://pkg.pr.new/@heroui/modal@5672

@heroui/navbar

npm i https://pkg.pr.new/@heroui/navbar@5672

@heroui/number-input

npm i https://pkg.pr.new/@heroui/number-input@5672

@heroui/pagination

npm i https://pkg.pr.new/@heroui/pagination@5672

@heroui/popover

npm i https://pkg.pr.new/@heroui/popover@5672

@heroui/progress

npm i https://pkg.pr.new/@heroui/progress@5672

@heroui/radio

npm i https://pkg.pr.new/@heroui/radio@5672

@heroui/ripple

npm i https://pkg.pr.new/@heroui/ripple@5672

@heroui/scroll-shadow

npm i https://pkg.pr.new/@heroui/scroll-shadow@5672

@heroui/select

npm i https://pkg.pr.new/@heroui/select@5672

@heroui/skeleton

npm i https://pkg.pr.new/@heroui/skeleton@5672

@heroui/slider

npm i https://pkg.pr.new/@heroui/slider@5672

@heroui/snippet

npm i https://pkg.pr.new/@heroui/snippet@5672

@heroui/spacer

npm i https://pkg.pr.new/@heroui/spacer@5672

@heroui/spinner

npm i https://pkg.pr.new/@heroui/spinner@5672

@heroui/switch

npm i https://pkg.pr.new/@heroui/switch@5672

@heroui/table

npm i https://pkg.pr.new/@heroui/table@5672

@heroui/tabs

npm i https://pkg.pr.new/@heroui/tabs@5672

@heroui/toast

npm i https://pkg.pr.new/@heroui/toast@5672

@heroui/tooltip

npm i https://pkg.pr.new/@heroui/tooltip@5672

@heroui/user

npm i https://pkg.pr.new/@heroui/user@5672

@heroui/react

npm i https://pkg.pr.new/@heroui/react@5672

@heroui/system

npm i https://pkg.pr.new/@heroui/system@5672

@heroui/system-rsc

npm i https://pkg.pr.new/@heroui/system-rsc@5672

@heroui/theme

npm i https://pkg.pr.new/@heroui/theme@5672

@heroui/use-aria-accordion

npm i https://pkg.pr.new/@heroui/use-aria-accordion@5672

@heroui/use-aria-accordion-item

npm i https://pkg.pr.new/@heroui/use-aria-accordion-item@5672

@heroui/use-aria-button

npm i https://pkg.pr.new/@heroui/use-aria-button@5672

@heroui/use-aria-link

npm i https://pkg.pr.new/@heroui/use-aria-link@5672

@heroui/use-aria-modal-overlay

npm i https://pkg.pr.new/@heroui/use-aria-modal-overlay@5672

@heroui/use-aria-multiselect

npm i https://pkg.pr.new/@heroui/use-aria-multiselect@5672

@heroui/use-aria-overlay

npm i https://pkg.pr.new/@heroui/use-aria-overlay@5672

@heroui/use-callback-ref

npm i https://pkg.pr.new/@heroui/use-callback-ref@5672

@heroui/use-clipboard

npm i https://pkg.pr.new/@heroui/use-clipboard@5672

@heroui/use-data-scroll-overflow

npm i https://pkg.pr.new/@heroui/use-data-scroll-overflow@5672

@heroui/use-disclosure

npm i https://pkg.pr.new/@heroui/use-disclosure@5672

@heroui/use-draggable

npm i https://pkg.pr.new/@heroui/use-draggable@5672

@heroui/use-form-reset

npm i https://pkg.pr.new/@heroui/use-form-reset@5672

@heroui/use-image

npm i https://pkg.pr.new/@heroui/use-image@5672

@heroui/use-infinite-scroll

npm i https://pkg.pr.new/@heroui/use-infinite-scroll@5672

@heroui/use-intersection-observer

npm i https://pkg.pr.new/@heroui/use-intersection-observer@5672

@heroui/use-is-mobile

npm i https://pkg.pr.new/@heroui/use-is-mobile@5672

@heroui/use-is-mounted

npm i https://pkg.pr.new/@heroui/use-is-mounted@5672

@heroui/use-measure

npm i https://pkg.pr.new/@heroui/use-measure@5672

@heroui/use-pagination

npm i https://pkg.pr.new/@heroui/use-pagination@5672

@heroui/use-real-shape

npm i https://pkg.pr.new/@heroui/use-real-shape@5672

@heroui/use-ref-state

npm i https://pkg.pr.new/@heroui/use-ref-state@5672

@heroui/use-resize

npm i https://pkg.pr.new/@heroui/use-resize@5672

@heroui/use-safe-layout-effect

npm i https://pkg.pr.new/@heroui/use-safe-layout-effect@5672

@heroui/use-scroll-position

npm i https://pkg.pr.new/@heroui/use-scroll-position@5672

@heroui/use-ssr

npm i https://pkg.pr.new/@heroui/use-ssr@5672

@heroui/use-theme

npm i https://pkg.pr.new/@heroui/use-theme@5672

@heroui/use-update-effect

npm i https://pkg.pr.new/@heroui/use-update-effect@5672

@heroui/use-viewport-size

npm i https://pkg.pr.new/@heroui/use-viewport-size@5672

@heroui/aria-utils

npm i https://pkg.pr.new/@heroui/aria-utils@5672

@heroui/dom-animation

npm i https://pkg.pr.new/@heroui/dom-animation@5672

@heroui/framer-utils

npm i https://pkg.pr.new/@heroui/framer-utils@5672

@heroui/react-rsc-utils

npm i https://pkg.pr.new/@heroui/react-rsc-utils@5672

@heroui/react-utils

npm i https://pkg.pr.new/@heroui/react-utils@5672

@heroui/shared-icons

npm i https://pkg.pr.new/@heroui/shared-icons@5672

@heroui/shared-utils

npm i https://pkg.pr.new/@heroui/shared-utils@5672

@heroui/stories-utils

npm i https://pkg.pr.new/@heroui/stories-utils@5672

@heroui/test-utils

npm i https://pkg.pr.new/@heroui/test-utils@5672

commit: 2c6f6fd

@wingkwong wingkwong merged commit f9bf3e3 into canary Sep 9, 2025
10 checks passed
@wingkwong wingkwong deleted the chore/eng-2788 branch September 9, 2025 03:21
@coderabbitai coderabbitai Bot mentioned this pull request Sep 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant