Skip to content

Commit

Permalink
bump(deps): update dependency clsx to v2.1.0 (#745)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [clsx](https://togithub.com/lukeed/clsx) | [`2.0.0` ->
`2.1.0`](https://renovatebot.com/diffs/npm/clsx/2.0.0/2.1.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/clsx/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/clsx/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/clsx/2.0.0/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/clsx/2.0.0/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>lukeed/clsx (clsx)</summary>

### [`v2.1.0`](https://togithub.com/lukeed/clsx/compare/v2.0.1...v2.1.0)

[Compare
Source](https://togithub.com/lukeed/clsx/compare/v2.0.1...v2.1.0)

### [`v2.0.1`](https://togithub.com/lukeed/clsx/releases/tag/v2.0.1)

[Compare
Source](https://togithub.com/lukeed/clsx/compare/v2.0.0...v2.0.1)

#### Patches

- (perf) Cache `arguments.length` & `array.length` for 6% performance
gain ([#&#8203;26](https://togithub.com/lukeed/clsx/issues/26)):
[`deff09b`](https://togithub.com/lukeed/clsx/commit/deff09b)
    *Adds 5 bytes (+2%) for ~3% avg performance gain*
    *Thank you [@&#8203;jalalazimi](https://togithub.com/jalalazimi)*

#### Chores

- Update module size:
[`bf64e71`](https://togithub.com/lukeed/clsx/commit/bf64e71)
- Update benchmark results:
[`855eec2`](https://togithub.com/lukeed/clsx/commit/855eec2),
[`6e3b2b9`](https://togithub.com/lukeed/clsx/commit/6e3b2b9),
- Replace `nyc` with `c8` in CI:
[`6e2468e`](https://togithub.com/lukeed/clsx/commit/6e2468e)
- Update Node CI matrix:
[`308a238`](https://togithub.com/lukeed/clsx/commit/308a238)
- Fix readme typos
([#&#8203;76](https://togithub.com/lukeed/clsx/issues/76),
[#&#8203;82](https://togithub.com/lukeed/clsx/issues/82)):
[`42354d3`](https://togithub.com/lukeed/clsx/commit/42354d3),
[`4c9a55d`](https://togithub.com/lukeed/clsx/commit/4c9a55d)
*Thank you [@&#8203;andipaetzold](https://togithub.com/andipaetzold) and
[@&#8203;acusti](https://togithub.com/acusti)*

***

> **Full Changelog**:
lukeed/clsx@v2.0.0...v2.0.1

</details>

---

### 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.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/levaintech/contented).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 2, 2024
1 parent 24e2cb9 commit bd12240
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/contented-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@heroicons/react": "2.1.1",
"@tailwindcss/typography": "0.5.10",
"autoprefixer": "10.4.16",
"clsx": "2.0.0",
"clsx": "2.1.0",
"mermaid": "10.6.1",
"next": "14.0.4",
"postcss": "8.4.32",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd12240

Please sign in to comment.