spa5k / quran

https://salam-next.vercel.app/
6 stars 0 forks source link

fix(deps): update dependency class-variance-authority to ^0.6.0 #227

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

joe-bell/cva ### [`v0.6.0`](https://togithub.com/joe-bell/cva/releases/tag/v0.6.0) [Compare Source](https://togithub.com/joe-bell/cva/compare/v0.5.3...v0.6.0) ##### What's Changed - `cx` → `clsx` by [@​joe-bell](https://togithub.com/joe-bell) in [https://github.com/joe-bell/cva/pull/152](https://togithub.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 ```ts 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](https://togithub.com/lukeed/clsx#usage) syntax within `class` or `className` props ```ts const button = cva({ foo: true, bar: false }); // => 'foo baz' ``` **Full Changelog**: https://github.com/joe-bell/cva/compare/v0.5.3...v0.6.0

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 becomes conflicted, or you tick the rebase/retry checkbox.

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



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

vercel[bot] commented 1 year ago

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

Name Status Preview Comments Updated (UTC)
quran-tanzil ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 27, 2023 6:42pm
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

ghost commented 1 year ago
👇 Click on the image for a new way to code review #### [![Review these changes using an interactive CodeSee Map](https://s3.us-east-2.amazonaws.com/maps.codesee.io/images/github/spa5k/quran/227/9349d4b0/13cfee71d48fb72a2576bea753ce28fce7695db2.svg)](https://app.codesee.io/r/reviews?pr=227&src=https%3A%2F%2Fgithub.com%2Fspa5k%2Fquran) #### Legend CodeSee Map legend
renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^0.6.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.