Skip to content

Commit c4a91e4

Browse files
fix(deps): update dependency recharts to v2.9.3 (#5220)
[![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.2` -> `2.9.3`](https://renovatebot.com/diffs/npm/recharts/2.9.2/2.9.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/recharts/2.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/recharts/2.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/recharts/2.9.2/2.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/recharts/2.9.2/2.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>recharts/recharts (recharts)</summary> ### [`v2.9.3`](https://github.com/recharts/recharts/releases/tag/v2.9.3) [Compare Source](https://github.com/recharts/recharts/compare/v2.9.2...v2.9.3) #### Fix `Brush`: Fix an issue where after 2.9 `Brush` does not correctly slice data when using `Line` components - fixes [https://github.com/recharts/recharts/issues/3929](https://github.com/recharts/recharts/issues/3929) - thank you [@&#8203;HHongSeungWoo](https://github.com/HHongSeungWoo) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6df14d7 commit c4a91e4

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.2"
34+
"recharts": "2.9.3"
3535
},
3636
"peerDependencies": {
3737
"@ui5/webcomponents-react": "~1.22.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6857,7 +6857,7 @@ __metadata:
68576857
dependencies:
68586858
clsx: "npm:2.0.0"
68596859
react-content-loader: "npm:6.2.1"
6860-
recharts: "npm:2.9.2"
6860+
recharts: "npm:2.9.3"
68616861
peerDependencies:
68626862
"@ui5/webcomponents-react": ~1.22.0
68636863
"@ui5/webcomponents-react-base": ~1.22.0
@@ -19728,9 +19728,9 @@ __metadata:
1972819728
languageName: node
1972919729
linkType: hard
1973019730

19731-
"recharts@npm:2.9.2":
19732-
version: 2.9.2
19733-
resolution: "recharts@npm:2.9.2"
19731+
"recharts@npm:2.9.3":
19732+
version: 2.9.3
19733+
resolution: "recharts@npm:2.9.3"
1973419734
dependencies:
1973519735
classnames: "npm:^2.2.5"
1973619736
eventemitter3: "npm:^4.0.1"
@@ -19745,7 +19745,7 @@ __metadata:
1974519745
prop-types: ^15.6.0
1974619746
react: ^16.0.0 || ^17.0.0 || ^18.0.0
1974719747
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
19748-
checksum: 19674eda1f685d4b31557d921bf12feef68b182e3c1be0f09b8b11a4cdf939f3df0573eb2a1ae3c44988c05c05d9c5e4737c17062232fe2575c0ba53d0b1f4c0
19748+
checksum: 7496902bbe30675b9bca6f7ade1f4ba70e1cc9e14e4b2c93c39e3da1ac10492730a22d7c752f627290372afc7ad6e8571f2f6fe35341029d3fa7ac0111cda306
1974919749
languageName: node
1975019750
linkType: hard
1975119751

0 commit comments

Comments
 (0)