Skip to content

Commit 707c926

Browse files
fix(deps): update dependency recharts to v2.15.2 (main) (#7184)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [recharts](https://redirect.github.com/recharts/recharts) | [`2.15.1` -> `2.15.2`](https://renovatebot.com/diffs/npm/recharts/2.15.1/2.15.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/recharts/2.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/recharts/2.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/recharts/2.15.1/2.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/recharts/2.15.1/2.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>recharts/recharts (recharts)</summary> ### [`v2.15.2`](https://redirect.github.com/recharts/recharts/releases/tag/v2.15.2) [Compare Source](https://redirect.github.com/recharts/recharts/compare/v2.15.1...v2.15.2) #### What's Changed Few bugfixes and bug fix backports for 2.x ##### Fix - `Bar/Rectangle`: add index back to Bar Rectangle key to prevent duplicate key issues by [@&#8203;ckifer](https://redirect.github.com/ckifer) in [https://github.com/recharts/recharts/pull/5561](https://redirect.github.com/recharts/recharts/pull/5561) - `Dot`: re-include `points` object in dotProps by [@&#8203;brodriguezmilla](https://redirect.github.com/brodriguezmilla) in [https://github.com/recharts/recharts/pull/5657](https://redirect.github.com/recharts/recharts/pull/5657) - `Tooltip`: add `SVGProps` to Tooltip payload type to account for svg properties such as opacity passed by the user by [@&#8203;ally1002](https://redirect.github.com/ally1002) in [https://github.com/recharts/recharts/pull/5712](https://redirect.github.com/recharts/recharts/pull/5712) - `Tooltip/Bar`: fix `activeBar` prop not working when tooltip `shared={false}` by [@&#8203;nizans](https://redirect.github.com/nizans) in [https://github.com/recharts/recharts/pull/5718](https://redirect.github.com/recharts/recharts/pull/5718) - `General`: allow `data-*` props to be spread on svg elements and not be filtered out by [@&#8203;prtmwrkr](https://redirect.github.com/prtmwrkr) in [https://github.com/recharts/recharts/pull/5666](https://redirect.github.com/recharts/recharts/pull/5666) #### New Contributors - [@&#8203;brodriguezmilla](https://redirect.github.com/brodriguezmilla) made their first contribution in [https://github.com/recharts/recharts/pull/5657](https://redirect.github.com/recharts/recharts/pull/5657) - [@&#8203;nizans](https://redirect.github.com/nizans) made their first contribution in [https://github.com/recharts/recharts/pull/5718](https://redirect.github.com/recharts/recharts/pull/5718) **Full Changelog**: recharts/recharts@v2.15.1...v2.15.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4587f08 commit 707c926

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
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"clsx": "2.1.1",
3838
"react-content-loader": "7.0.2",
39-
"recharts": "2.15.1"
39+
"recharts": "2.15.2"
4040
},
4141
"peerDependencies": {
4242
"@ui5/webcomponents-react": "~2.8.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6377,7 +6377,7 @@ __metadata:
63776377
dependencies:
63786378
clsx: "npm:2.1.1"
63796379
react-content-loader: "npm:7.0.2"
6380-
recharts: "npm:2.15.1"
6380+
recharts: "npm:2.15.2"
63816381
peerDependencies:
63826382
"@ui5/webcomponents-react": ~2.8.0
63836383
"@ui5/webcomponents-react-base": ~2.8.0
@@ -20886,9 +20886,9 @@ __metadata:
2088620886
languageName: node
2088720887
linkType: hard
2088820888

20889-
"recharts@npm:2.15.1":
20890-
version: 2.15.1
20891-
resolution: "recharts@npm:2.15.1"
20889+
"recharts@npm:2.15.2":
20890+
version: 2.15.2
20891+
resolution: "recharts@npm:2.15.2"
2089220892
dependencies:
2089320893
clsx: "npm:^2.0.0"
2089420894
eventemitter3: "npm:^4.0.1"
@@ -20901,7 +20901,7 @@ __metadata:
2090120901
peerDependencies:
2090220902
react: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
2090320903
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
20904-
checksum: 10c0/1ec3cea442382fe986500b5cc95ef3d5ee194a1cb244fa0fe288b5474c0aa501f89ed39590e1a5fec6ecdfd7ab92bb1e986699a66688423608b75b2559a865b3
20904+
checksum: 10c0/14273be911d208ebdc29737b19129c6be6731d51f1e441f6a6ea98425543e29d28f140518905b42f965c12ce6f81055d50389621f5429d55cbeab47fe9d5692c
2090520905
languageName: node
2090620906
linkType: hard
2090720907

0 commit comments

Comments
 (0)