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

Update dependency class-variance-authority to ^0.7.0 #618

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
class-variance-authority ^0.4.0 -> ^0.7.0 age adoption passing confidence

Release Notes

joe-bell/cva (class-variance-authority)

v0.7.0

Compare Source

What's Changed

Full Changelog: joe-bell/cva@v0.6.1...v0.7.0

v0.6.1

Compare Source

What's Changed

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

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

v0.5.2

Compare Source

What's Changed

New Contributors

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

v0.5.1

Compare Source

What's Changed

Warning
v0.5.0 is broken, please skip straight to v0.5.1

Full Changelog: joe-bell/cva@v0.4.0...v0.5.0

Support the Project 🖤

Note
I'm actually supposed to be on vacation right now, but it seems like people are desperate for TypeScript 5 support

cva is a labour of love – I don't get paid to work on this project

Contributions of any size are greatly appreciated 🙏🏼

Ethereum
0xC756F748ff6A499f3C826529A0Da30FF1A3ac28c

image

v0.5.0

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/class-variance-authority-0.x branch from 9b35587 to 3cdc9e0 Compare April 27, 2023 19:20
@renovate renovate bot changed the title Update dependency class-variance-authority to ^0.5.0 Update dependency class-variance-authority to ^0.6.0 Apr 27, 2023
@renovate renovate bot changed the title Update dependency class-variance-authority to ^0.6.0 Update dependency class-variance-authority to ^0.7.0 Jul 17, 2023
@renovate renovate bot force-pushed the renovate/class-variance-authority-0.x branch from 3cdc9e0 to 407ccde Compare July 17, 2023 17:47
@renovate renovate bot force-pushed the renovate/class-variance-authority-0.x branch from 407ccde to d5f934b Compare January 19, 2024 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants