Skip to content

Commit 80f08e9

Browse files
fix(deps): update dependency clsx to v2 (#4894)
[![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) | [`1.2.1` -> `2.0.0`](https://renovatebot.com/diffs/npm/clsx/1.2.1/2.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/clsx/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/clsx/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/clsx/1.2.1/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/clsx/1.2.1/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>lukeed/clsx (clsx)</summary> ### [`v2.0.0`](https://github.com/lukeed/clsx/releases/tag/v2.0.0) [Compare Source](https://github.com/lukeed/clsx/compare/v1.2.1...v2.0.0) #### Breaking - Add `"exports"` map for native ESM support ([#&#8203;57](https://github.com/lukeed/clsx/issues/57)): [`3ec8e9f`](https://github.com/lukeed/clsx/commit/3ec8e9f), [`0949868`](https://github.com/lukeed/clsx/commit/0949868) *Also supports TypeScript's `node16`/`nodenext` module resolution* *Maintains CommonJS support (with fixed TS definitions)* *Thank you [@&#8203;remcohaszing](https://github.com/remcohaszing)~!* #### Chores - Add [Tailwind Support](https://github.com/lukeed/clsx#tailwind-support) section to README ([#&#8203;65](https://github.com/lukeed/clsx/issues/65), [#&#8203;68](https://github.com/lukeed/clsx/issues/68)): [`496db1d`](https://github.com/lukeed/clsx/commit/496db1d), [`4a4eadd`](https://github.com/lukeed/clsx/commit/4a4eadd) *Thank you [@&#8203;kevinlowe0x3F7](https://github.com/kevinlowe0x3F7) & [@&#8203;kevinlowe0x3F7](https://github.com/kevinlowe0x3F7)* - Add tests for numbers & variadic number arguments: [`c520353`](https://github.com/lukeed/clsx/commit/c520353) - Update package module size: [`03e1cf9`](https://github.com/lukeed/clsx/commit/03e1cf9) *** > **Full Changelog**: lukeed/clsx@v1.2.1...v2.0.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi44LjExIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8810cd5 commit 80f08e9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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": "1.2.1",
32+
"clsx": "2.0.0",
3333
"react-content-loader": "6.2.1",
3434
"recharts": "2.7.2"
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.0-beta.18",
5656
"@ui5/webcomponents-react-base": "workspace:~",
57-
"clsx": "1.2.1",
57+
"clsx": "2.0.0",
5858
"react-jss": "^10.10.0",
5959
"react-table": "7.8.0"
6060
},

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5496,7 +5496,7 @@ __metadata:
54965496
version: 0.0.0-use.local
54975497
resolution: "@ui5/webcomponents-react-charts@workspace:packages/charts"
54985498
dependencies:
5499-
clsx: 1.2.1
5499+
clsx: 2.0.0
55005500
react-content-loader: 6.2.1
55015501
recharts: 2.7.2
55025502
peerDependencies:
@@ -5513,7 +5513,7 @@ __metadata:
55135513
dependencies:
55145514
"@tanstack/react-virtual": 3.0.0-beta.18
55155515
"@ui5/webcomponents-react-base": "workspace:~"
5516-
clsx: 1.2.1
5516+
clsx: 2.0.0
55175517
react-jss: ^10.10.0
55185518
react-table: 7.8.0
55195519
peerDependencies:
@@ -7530,10 +7530,10 @@ __metadata:
75307530
languageName: node
75317531
linkType: hard
75327532

7533-
"clsx@npm:1.2.1":
7534-
version: 1.2.1
7535-
resolution: "clsx@npm:1.2.1"
7536-
checksum: 30befca8019b2eb7dbad38cff6266cf543091dae2825c856a62a8ccf2c3ab9c2907c4d12b288b73101196767f66812365400a227581484a05f968b0307cfaf12
7533+
"clsx@npm:2.0.0":
7534+
version: 2.0.0
7535+
resolution: "clsx@npm:2.0.0"
7536+
checksum: a2cfb2351b254611acf92faa0daf15220f4cd648bdf96ce369d729813b85336993871a4bf6978ddea2b81b5a130478339c20d9d0b5c6fc287e5147f0c059276e
75377537
languageName: node
75387538
linkType: hard
75397539

0 commit comments

Comments
 (0)