Skip to content

Commit 469d78b

Browse files
fix(deps): update dependency clsx to v2.1.0 (#5377)
[![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://github.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://github.com/lukeed/clsx/compare/v2.0.1...v2.1.0) [Compare Source](https://github.com/lukeed/clsx/compare/v2.0.1...v2.1.0) ### [`v2.0.1`](https://github.com/lukeed/clsx/releases/tag/v2.0.1) [Compare Source](https://github.com/lukeed/clsx/compare/v2.0.0...v2.0.1) #### Patches - (perf) Cache `arguments.length` & `array.length` for 6% performance gain ([#&#8203;26](https://github.com/lukeed/clsx/issues/26)): [`deff09b`](https://github.com/lukeed/clsx/commit/deff09b) *Adds 5 bytes (+2%) for ~3% avg performance gain* *Thank you [@&#8203;jalalazimi](https://github.com/jalalazimi)* #### Chores - Update module size: [`bf64e71`](https://github.com/lukeed/clsx/commit/bf64e71) - Update benchmark results: [`855eec2`](https://github.com/lukeed/clsx/commit/855eec2), [`6e3b2b9`](https://github.com/lukeed/clsx/commit/6e3b2b9), - Replace `nyc` with `c8` in CI: [`6e2468e`](https://github.com/lukeed/clsx/commit/6e2468e) - Update Node CI matrix: [`308a238`](https://github.com/lukeed/clsx/commit/308a238) - Fix readme typos ([#&#8203;76](https://github.com/lukeed/clsx/issues/76), [#&#8203;82](https://github.com/lukeed/clsx/issues/82)): [`42354d3`](https://github.com/lukeed/clsx/commit/42354d3), [`4c9a55d`](https://github.com/lukeed/clsx/commit/4c9a55d) *Thank you [@&#8203;andipaetzold](https://github.com/andipaetzold) and [@&#8203;acusti](https://github.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**: Enabled. ♻ **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/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e4fc86 commit 469d78b

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

packages/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"clean": "rimraf dist"
3030
},
3131
"dependencies": {
32-
"clsx": "2.0.0",
32+
"clsx": "2.1.0",
3333
"react-content-loader": "6.2.1",
3434
"recharts": "2.10.3"
3535
},

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"dependencies": {
5555
"@tanstack/react-virtual": "3.0.1",
5656
"@ui5/webcomponents-react-base": "workspace:~",
57-
"clsx": "2.0.0",
57+
"clsx": "2.1.0",
5858
"react-jss": "^10.10.0",
5959
"react-table": "7.8.0"
6060
},

yarn.lock

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6819,7 +6819,7 @@ __metadata:
68196819
version: 0.0.0-use.local
68206820
resolution: "@ui5/webcomponents-react-charts@workspace:packages/charts"
68216821
dependencies:
6822-
clsx: "npm:2.0.0"
6822+
clsx: "npm:2.1.0"
68236823
react-content-loader: "npm:6.2.1"
68246824
recharts: "npm:2.10.3"
68256825
peerDependencies:
@@ -6836,7 +6836,7 @@ __metadata:
68366836
dependencies:
68376837
"@tanstack/react-virtual": "npm:3.0.1"
68386838
"@ui5/webcomponents-react-base": "workspace:~"
6839-
clsx: "npm:2.0.0"
6839+
clsx: "npm:2.1.0"
68406840
react-jss: "npm:^10.10.0"
68416841
react-table: "npm:7.8.0"
68426842
peerDependencies:
@@ -8982,7 +8982,14 @@ __metadata:
89828982
languageName: node
89838983
linkType: hard
89848984

8985-
"clsx@npm:2.0.0, clsx@npm:^2.0.0":
8985+
"clsx@npm:2.1.0":
8986+
version: 2.1.0
8987+
resolution: "clsx@npm:2.1.0"
8988+
checksum: c09c00ad14f638366ca814097e6cab533dfa1972a358da5b557be487168acbb25b4c1395e89ffa842a8a61ba87a462d2b4885bc9d4f8410b598f3cb339599cdb
8989+
languageName: node
8990+
linkType: hard
8991+
8992+
"clsx@npm:^2.0.0":
89868993
version: 2.0.0
89878994
resolution: "clsx@npm:2.0.0"
89888995
checksum: c09f43b3144a0b7826b6b11b6a111b2c7440831004eecc02d333533c5e58ef0aa5f2dce071d3b25fbb8c8ea97b45df96c74bcc1d51c8c2027eb981931107b0cd

0 commit comments

Comments
 (0)