Skip to content

Commit

Permalink
fix(deps): update dependency class-variance-authority to v0.7.1 (#838)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [class-variance-authority](https://redirect.github.com/joe-bell/cva) |
[`0.7.0` ->
`0.7.1`](https://renovatebot.com/diffs/npm/class-variance-authority/0.7.0/0.7.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/class-variance-authority/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/class-variance-authority/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/class-variance-authority/0.7.0/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/class-variance-authority/0.7.0/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>joe-bell/cva (class-variance-authority)</summary>

###
[`v0.7.1`](https://redirect.github.com/joe-bell/cva/releases/tag/v0.7.1)

[Compare
Source](https://redirect.github.com/joe-bell/cva/compare/v0.7.0...v0.7.1)

#### What's Changed

- Add LICENSE Comments by
[@&#8203;joe-bell](https://redirect.github.com/joe-bell) in
[https://github.com/joe-bell/cva/pull/283](https://redirect.github.com/joe-bell/cva/pull/283)
- chore: move clsx dependency to caret/semver range by
[@&#8203;philwolstenholme](https://redirect.github.com/philwolstenholme)
in
[https://github.com/joe-bell/cva/pull/316](https://redirect.github.com/joe-bell/cva/pull/316)

#### New Contributors

-
[@&#8203;philwolstenholme](https://redirect.github.com/philwolstenholme)
made their first contribution in
[https://github.com/joe-bell/cva/pull/316](https://redirect.github.com/joe-bell/cva/pull/316)

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-feature/openfeature.dev).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent b292a1e commit 0a7a3e6
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4566,11 +4566,11 @@ ci-info@^4.0.0:
integrity sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==

class-variance-authority@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/class-variance-authority/-/class-variance-authority-0.7.0.tgz#1c3134d634d80271b1837452b06d821915954522"
integrity sha512-jFI8IQw4hczaL4ALINxqLEXQbWcNjoSkloa4IaufXCJr6QawJyw7tuRysRsrE8w2p/4gGaxKIt/hX3qz/IbD1A==
version "0.7.1"
resolved "https://registry.yarnpkg.com/class-variance-authority/-/class-variance-authority-0.7.1.tgz#4008a798a0e4553a781a57ac5177c9fb5d043787"
integrity sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==
dependencies:
clsx "2.0.0"
clsx "^2.1.1"

classlist-polyfill@^1.0.3:
version "1.2.0"
Expand Down Expand Up @@ -4612,11 +4612,6 @@ clone-deep@^4.0.1:
kind-of "^6.0.2"
shallow-clone "^3.0.0"

[email protected]:
version "2.0.0"
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.0.0.tgz#12658f3fd98fafe62075595a5c30e43d18f3d00b"
integrity sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==

clsx@^2.0.0, clsx@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.1.tgz#eed397c9fd8bd882bfb18deab7102049a2f32999"
Expand Down

0 comments on commit 0a7a3e6

Please sign in to comment.