Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency class-variance-authority to v0.6.0 #159

Merged
merged 1 commit into from
May 11, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
class-variance-authority 0.5.2 -> 0.6.0 age adoption passing confidence

Release Notes

joe-bell/cva

v0.6.0

Compare Source

What's Changed

  • cxclsx by @​joe-bell in https://github.com/joe-bell/cva/pull/152

    cva now uses clsx under-the-hood to concatenate classes with no breaking changes to the current experience and no increase to bundle-size.

    The existing cx export still exists, but as an alias of clsx

    Bringing additional benefits of:

    1. Provides additional support for booleans and variadic strings within class or className props

      const button = cva([true && "button-base", false && "not-rendered"]);
      // => 'button-base'
      
      const buttonConsumer = button({ class: [true && "extra-class"] });
      // => 'button-base extra-class'
    2. Provides support for object syntax within class or className props

      const button = cva({ foo: true, bar: false });
      // => 'foo baz'

Full Changelog: joe-bell/cva@v0.5.3...v0.6.0

v0.5.3

Compare Source

What's Changed

New Contributors

Full Changelog: joe-bell/cva@v0.5.2...v0.5.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented May 1, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
pattern-analyzer ✅ Ready (Inspect) Visit Preview May 2, 2023 5:45pm

@renovate renovate bot force-pushed the renovate/class-variance-authority-0.x branch from 0cda9df to 9f4879a Compare May 1, 2023 14:47
@renovate renovate bot changed the title chore(deps): update dependency class-variance-authority to v0.6.0 chore(deps): update dependency class-variance-authority to v0.5.3 May 1, 2023
@renovate renovate bot force-pushed the renovate/class-variance-authority-0.x branch from 9f4879a to eabcf97 Compare May 2, 2023 17:43
@renovate renovate bot changed the title chore(deps): update dependency class-variance-authority to v0.5.3 chore(deps): update dependency class-variance-authority to v0.6.0 May 2, 2023
@sebald sebald merged commit b03e5b4 into main May 11, 2023
@sebald sebald deleted the renovate/class-variance-authority-0.x branch May 11, 2023 18:07
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