Skip to content

Commit 5798cae

Browse files
fix(deps): update dependency recharts to v2.10.4 (#5409)
[![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.10.3` -> `2.10.4`](https://renovatebot.com/diffs/npm/recharts/2.10.3/2.10.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/recharts/2.10.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/recharts/2.10.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/recharts/2.10.3/2.10.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/recharts/2.10.3/2.10.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>recharts/recharts (recharts)</summary> ### [`v2.10.4`](https://togithub.com/recharts/recharts/releases/tag/v2.10.4) [Compare Source](https://togithub.com/recharts/recharts/compare/v2.10.3...v2.10.4) #### What's Changed Fix some older bugs annoying bugs, TS typings, update to the storybook theme, and more ##### Fix - `ResponsiveContainer`: fix `ref.current.current` without breaking users using current implementation by [@&#8203;HHongSeungWoo](https://togithub.com/HHongSeungWoo) in [https://github.com/recharts/recharts/pull/4008](https://togithub.com/recharts/recharts/pull/4008) - closes [https://github.com/recharts/recharts/issues/3718](https://togithub.com/recharts/recharts/issues/3718) - `Brush`: Allow Brush to be controlled with start and end index via state by [@&#8203;ckifer](https://togithub.com/ckifer) in [https://github.com/recharts/recharts/pull/4034](https://togithub.com/recharts/recharts/pull/4034) - closes [https://github.com/recharts/recharts/issues/2404](https://togithub.com/recharts/recharts/issues/2404) - `Legend`: TypeScript - Add the dataKey type to legend props by [@&#8203;HHongSeungWoo](https://togithub.com/HHongSeungWoo) in [https://github.com/recharts/recharts/pull/4035](https://togithub.com/recharts/recharts/pull/4035) - closes [https://github.com/recharts/recharts/issues/2909](https://togithub.com/recharts/recharts/issues/2909) - `Pie`: TypeScript - added `payload` to `PieSectorDataItem` type by [@&#8203;PavelVanecek](https://togithub.com/PavelVanecek) in [https://github.com/recharts/recharts/pull/4030](https://togithub.com/recharts/recharts/pull/4030) - `Pie`: unique sector keys fix by [@&#8203;imagineLife](https://togithub.com/imagineLife) in [https://github.com/recharts/recharts/pull/4009](https://togithub.com/recharts/recharts/pull/4009) closes [https://github.com/recharts/recharts/issues/3273](https://togithub.com/recharts/recharts/issues/3273) - `RadialBar`: allow className to be passed to Radial Bar background by [@&#8203;ckifer](https://togithub.com/ckifer) in [https://github.com/recharts/recharts/pull/4027](https://togithub.com/recharts/recharts/pull/4027) - closes [https://github.com/recharts/recharts/issues/4011](https://togithub.com/recharts/recharts/issues/4011) ##### Storybook - Storybook: Added Legend component story! by [@&#8203;AnujSharma141](https://togithub.com/AnujSharma141) in [https://github.com/recharts/recharts/pull/4039](https://togithub.com/recharts/recharts/pull/4039) - Storybook: add controlled brush storybook entry by [@&#8203;ckifer](https://togithub.com/ckifer) in [https://github.com/recharts/recharts/pull/4032](https://togithub.com/recharts/recharts/pull/4032) - Storybook: Custom Storybook theme for Recharts brand by [@&#8203;csdiehl](https://togithub.com/csdiehl) in [https://github.com/recharts/recharts/pull/4016](https://togithub.com/recharts/recharts/pull/4016) #### New Contributors - [@&#8203;csdiehl](https://togithub.com/csdiehl) made their first contribution in [https://github.com/recharts/recharts/pull/4016](https://togithub.com/recharts/recharts/pull/4016) - [@&#8203;AnujSharma141](https://togithub.com/AnujSharma141) made their first contribution in [https://github.com/recharts/recharts/pull/4039](https://togithub.com/recharts/recharts/pull/4039) **Full Changelog**: recharts/recharts@v2.10.3...v2.10.4 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 71ce534 commit 5798cae

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.1.0",
3333
"react-content-loader": "6.2.1",
34-
"recharts": "2.10.3"
34+
"recharts": "2.10.4"
3535
},
3636
"peerDependencies": {
3737
"@ui5/webcomponents-react": "~1.24.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6706,7 +6706,7 @@ __metadata:
67066706
dependencies:
67076707
clsx: "npm:2.1.0"
67086708
react-content-loader: "npm:6.2.1"
6709-
recharts: "npm:2.10.3"
6709+
recharts: "npm:2.10.4"
67106710
peerDependencies:
67116711
"@ui5/webcomponents-react": ~1.24.0
67126712
"@ui5/webcomponents-react-base": ~1.24.0
@@ -19899,9 +19899,9 @@ __metadata:
1989919899
languageName: node
1990019900
linkType: hard
1990119901

19902-
"recharts@npm:2.10.3":
19903-
version: 2.10.3
19904-
resolution: "recharts@npm:2.10.3"
19902+
"recharts@npm:2.10.4":
19903+
version: 2.10.4
19904+
resolution: "recharts@npm:2.10.4"
1990519905
dependencies:
1990619906
clsx: "npm:^2.0.0"
1990719907
eventemitter3: "npm:^4.0.1"
@@ -19915,7 +19915,7 @@ __metadata:
1991519915
prop-types: ^15.6.0
1991619916
react: ^16.0.0 || ^17.0.0 || ^18.0.0
1991719917
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
19918-
checksum: 7c2896e05bef4777362621ab3b4de5aaa2469370295638028e93f1fc917fbf93c94ff09d330c5d01529c50d2b7a9b4a29a4f259e3f39b0a7b471f9dfe5ecbe1d
19918+
checksum: 9c27f91c372a96a9740f3af832fb05175865772bf9275e4cf08136ff5e27ac5007d689048823b3b893c0bd4438440c6f7f2ce711e42610d60690ececd9da9dbd
1991919919
languageName: node
1992019920
linkType: hard
1992119921

0 commit comments

Comments
 (0)