Skip to content

Commit c27da9b

Browse files
fix(deps): update dependency recharts to v2.9.2 (#5200)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [recharts](https://github.com/recharts/recharts) | [`2.9.1` -> `2.9.2`](https://renovatebot.com/diffs/npm/recharts/2.9.1/2.9.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/recharts/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/recharts/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/recharts/2.9.1/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/recharts/2.9.1/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>recharts/recharts (recharts)</summary> ### [`v2.9.2`](https://github.com/recharts/recharts/releases/tag/v2.9.2) [Compare Source](https://github.com/recharts/recharts/compare/v2.9.1...v2.9.2) Fix another TS issue from 2.9. ##### Fix - `Line/ActiveDot`: Fix breaking type change for the `onClick` function of `activeDot` on `Line` - this resolves [https://github.com/recharts/recharts/issues/3922](https://github.com/recharts/recharts/issues/3922) - thank you [@&#8203;andrewangelle](https://github.com/andrewangelle) for the quick turnaround </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1de154c commit c27da9b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"clsx": "2.0.0",
3333
"react-content-loader": "6.2.1",
34-
"recharts": "2.9.1"
34+
"recharts": "2.9.2"
3535
},
3636
"peerDependencies": {
3737
"@ui5/webcomponents-react": "~1.21.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6904,7 +6904,7 @@ __metadata:
69046904
dependencies:
69056905
clsx: "npm:2.0.0"
69066906
react-content-loader: "npm:6.2.1"
6907-
recharts: "npm:2.9.1"
6907+
recharts: "npm:2.9.2"
69086908
peerDependencies:
69096909
"@ui5/webcomponents-react": ~1.21.0
69106910
"@ui5/webcomponents-react-base": ~1.20.0
@@ -19775,9 +19775,9 @@ __metadata:
1977519775
languageName: node
1977619776
linkType: hard
1977719777

19778-
"recharts@npm:2.9.1":
19779-
version: 2.9.1
19780-
resolution: "recharts@npm:2.9.1"
19778+
"recharts@npm:2.9.2":
19779+
version: 2.9.2
19780+
resolution: "recharts@npm:2.9.2"
1978119781
dependencies:
1978219782
classnames: "npm:^2.2.5"
1978319783
eventemitter3: "npm:^4.0.1"
@@ -19792,7 +19792,7 @@ __metadata:
1979219792
prop-types: ^15.6.0
1979319793
react: ^16.0.0 || ^17.0.0 || ^18.0.0
1979419794
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
19795-
checksum: 44114f5601fb50be0b7491ee357b78e8138c485276668d85d38036fbb088137aa058f4077a1079ee7829658a3d2dee3eb7fcd3381250dba69f997ed18aa9f1a7
19795+
checksum: 19674eda1f685d4b31557d921bf12feef68b182e3c1be0f09b8b11a4cdf939f3df0573eb2a1ae3c44988c05c05d9c5e4737c17062232fe2575c0ba53d0b1f4c0
1979619796
languageName: node
1979719797
linkType: hard
1979819798

0 commit comments

Comments
 (0)