Skip to content

Commit 5ed11e9

Browse files
authoredJun 10, 2024
fix(deps): update dependency react-content-loader to v7.0.1 (#5899)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-content-loader](https://togithub.com/danilowoz/react-content-loader) | [`7.0.0` -> `7.0.1`](https://renovatebot.com/diffs/npm/react-content-loader/7.0.0/7.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-content-loader/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-content-loader/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-content-loader/7.0.0/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-content-loader/7.0.0/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>danilowoz/react-content-loader (react-content-loader)</summary> ### [`v7.0.1`](https://togithub.com/danilowoz/react-content-loader/releases/tag/v7.0.1) [Compare Source](https://togithub.com/danilowoz/react-content-loader/compare/v7.0.0...v7.0.1) ##### Bug Fixes - **export:** add exports in to make /native work in Node 16.x ESM mod… ([#&#8203;319](https://togithub.com/danilowoz/react-content-loader/issues/319)) ([27757c2](https://togithub.com/danilowoz/react-content-loader/commit/27757c2ed7810209ba175464239387a779c66e62)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 51718da commit 5ed11e9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎packages/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"clsx": "2.1.1",
37-
"react-content-loader": "7.0.0",
37+
"react-content-loader": "7.0.1",
3838
"recharts": "2.12.7"
3939
},
4040
"peerDependencies": {

‎yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -6621,7 +6621,7 @@ __metadata:
66216621
resolution: "@ui5/webcomponents-react-charts@workspace:packages/charts"
66226622
dependencies:
66236623
clsx: "npm:2.1.1"
6624-
react-content-loader: "npm:7.0.0"
6624+
react-content-loader: "npm:7.0.1"
66256625
recharts: "npm:2.12.7"
66266626
peerDependencies:
66276627
"@ui5/webcomponents-react": ~1.29.0
@@ -19560,12 +19560,12 @@ __metadata:
1956019560
languageName: node
1956119561
linkType: hard
1956219562

19563-
"react-content-loader@npm:7.0.0":
19564-
version: 7.0.0
19565-
resolution: "react-content-loader@npm:7.0.0"
19563+
"react-content-loader@npm:7.0.1":
19564+
version: 7.0.1
19565+
resolution: "react-content-loader@npm:7.0.1"
1956619566
peerDependencies:
1956719567
react: ">=16.0.0"
19568-
checksum: 10c0/fef675ec4f633b432a15e580c1e738c2a36a63bd0eb62b939614660883e7423a5c611a465277409300040ceecc2b173e8fe87c12feeef427b364c167baf6ac2e
19568+
checksum: 10c0/84f63ee18439cfa0e941df1e3463fd286714c25a69d80154fa90a95887f433a954a318ae5d2e498fa8d3d13e787456a2409c216beb914cc156b77642094f7f02
1956919569
languageName: node
1957019570
linkType: hard
1957119571

0 commit comments

Comments
 (0)