Skip to content

Commit cb59a73

Browse files
fix(deps): update dependency recharts to v2.9.1 (#5194)
[![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://togithub.com/recharts/recharts) | [`2.9.0` -> `2.9.1`](https://renovatebot.com/diffs/npm/recharts/2.9.0/2.9.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/recharts/2.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/recharts/2.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/recharts/2.9.0/2.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/recharts/2.9.0/2.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>recharts/recharts (recharts)</summary> ### [`v2.9.1`](https://togithub.com/recharts/recharts/releases/tag/v2.9.1) [Compare Source](https://togithub.com/recharts/recharts/compare/v2.9.0...v2.9.1) Bug fixes following 2.9.0 #### Fix - `TypeScript`: fix breaking change in `ActiveShape` types - fixes [https://github.com/recharts/recharts/issues/3911](https://togithub.com/recharts/recharts/issues/3911) - thanks [@&#8203;andrewangelle](https://togithub.com/andrewangelle) - `CartesianGrid`: fix breaking change where you could no longer render `CartesianGrid` without a y-axis - fixes [https://github.com/recharts/recharts/issues/3907](https://togithub.com/recharts/recharts/issues/3907) - thanks [@&#8203;akamfoad](https://togithub.com/akamfoad) - `Line`: fix infinite loop when `strokeDasharray` is `'0'` on `Line` - fixes [https://github.com/recharts/recharts/issues/3899](https://togithub.com/recharts/recharts/issues/3899) (and maybe others) **Full Changelog**: recharts/recharts@v2.9.0...v2.9.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8f6a46c commit cb59a73

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.0"
34+
"recharts": "2.9.1"
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
@@ -6911,7 +6911,7 @@ __metadata:
69116911
dependencies:
69126912
clsx: "npm:2.0.0"
69136913
react-content-loader: "npm:6.2.1"
6914-
recharts: "npm:2.9.0"
6914+
recharts: "npm:2.9.1"
69156915
peerDependencies:
69166916
"@ui5/webcomponents-react": ~1.21.0
69176917
"@ui5/webcomponents-react-base": ~1.20.0
@@ -19782,9 +19782,9 @@ __metadata:
1978219782
languageName: node
1978319783
linkType: hard
1978419784

19785-
"recharts@npm:2.9.0":
19786-
version: 2.9.0
19787-
resolution: "recharts@npm:2.9.0"
19785+
"recharts@npm:2.9.1":
19786+
version: 2.9.1
19787+
resolution: "recharts@npm:2.9.1"
1978819788
dependencies:
1978919789
classnames: "npm:^2.2.5"
1979019790
eventemitter3: "npm:^4.0.1"
@@ -19799,7 +19799,7 @@ __metadata:
1979919799
prop-types: ^15.6.0
1980019800
react: ^16.0.0 || ^17.0.0 || ^18.0.0
1980119801
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
19802-
checksum: f7e9f3a082f3a94ec5ac3abb8b6fade8e239eeb55da00f55a8347b9ec971c49b97af7130c6d3a5a96be255ea4e8b69176128e96b23953af7e3cf2ce32d829239
19802+
checksum: 44114f5601fb50be0b7491ee357b78e8138c485276668d85d38036fbb088137aa058f4077a1079ee7829658a3d2dee3eb7fcd3381250dba69f997ed18aa9f1a7
1980319803
languageName: node
1980419804
linkType: hard
1980519805

0 commit comments

Comments
 (0)