Skip to content

Commit cb55a07

Browse files
fix(deps): update dependency recharts to v2.10.2 (#5293)
[![Mend Renovate logo banner](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.10.1` -> `2.10.2`](https://renovatebot.com/diffs/npm/recharts/2.10.1/2.10.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/recharts/2.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/recharts/2.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/recharts/2.10.1/2.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/recharts/2.10.1/2.10.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>recharts/recharts (recharts)</summary> ### [`v2.10.2`](https://github.com/recharts/recharts/releases/tag/v2.10.2) [Compare Source](https://github.com/recharts/recharts/compare/v2.10.1...v2.10.2) #### What's Changed Patch some bugs from 2.9 / 2.10 ##### Fix - `Tooltip`: Fix tooltip rendering crash when activeItem is undefined by [@&#8203;tran-simon](https://github.com/tran-simon) in [https://github.com/recharts/recharts/pull/3982](https://github.com/recharts/recharts/pull/3982) - `Cursor`: should no longer show gray background on hover where there was none previously [@&#8203;HHongSeungWoo](https://github.com/HHongSeungWoo) in [https://github.com/recharts/recharts/pull/3992](https://github.com/recharts/recharts/pull/3992) - `Tooltip`: show tooltip when `data` prop is on individual cartesian component by [@&#8203;HHongSeungWoo](https://github.com/HHongSeungWoo) in [https://github.com/recharts/recharts/pull/3988](https://github.com/recharts/recharts/pull/3988) - `LabelList` - TypeScript: LabelList offset prop issue by [@&#8203;ckifer](https://github.com/ckifer) in [https://github.com/recharts/recharts/pull/3999](https://github.com/recharts/recharts/pull/3999) ##### Accessibility - `Brush`: set default aria-label and allow value override by [@&#8203;enriquetamames-cpi](https://github.com/enriquetamames-cpi) in [https://github.com/recharts/recharts/pull/3950](https://github.com/recharts/recharts/pull/3950) ##### Refactor / Cleanup - Removing some eslint errors for "no array index key" by [@&#8203;imagineLife](https://github.com/imagineLife) #### New Contributors - [@&#8203;tran-simon](https://github.com/tran-simon) made their first contribution in [https://github.com/recharts/recharts/pull/3982](https://github.com/recharts/recharts/pull/3982) - [@&#8203;enriquetamames-cpi](https://github.com/enriquetamames-cpi) made their first contribution in [https://github.com/recharts/recharts/pull/3950](https://github.com/recharts/recharts/pull/3950) **Full Changelog**: recharts/recharts@v2.10.1...v2.10.2 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3382cb9 commit cb55a07

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.10.1"
34+
"recharts": "2.10.2"
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
@@ -7547,7 +7547,7 @@ __metadata:
75477547
dependencies:
75487548
clsx: "npm:2.0.0"
75497549
react-content-loader: "npm:6.2.1"
7550-
recharts: "npm:2.10.1"
7550+
recharts: "npm:2.10.2"
75517551
peerDependencies:
75527552
"@ui5/webcomponents-react": ~1.22.0
75537553
"@ui5/webcomponents-react-base": ~1.22.0
@@ -20527,9 +20527,9 @@ __metadata:
2052720527
languageName: node
2052820528
linkType: hard
2052920529

20530-
"recharts@npm:2.10.1":
20531-
version: 2.10.1
20532-
resolution: "recharts@npm:2.10.1"
20530+
"recharts@npm:2.10.2":
20531+
version: 2.10.2
20532+
resolution: "recharts@npm:2.10.2"
2053320533
dependencies:
2053420534
clsx: "npm:^2.0.0"
2053520535
eventemitter3: "npm:^4.0.1"
@@ -20543,7 +20543,7 @@ __metadata:
2054320543
prop-types: ^15.6.0
2054420544
react: ^16.0.0 || ^17.0.0 || ^18.0.0
2054520545
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
20546-
checksum: 6dab2829566669fee8748546a2c9070752c95aa2d3439c79826e028c0e99eaaf38c05975f1616f0fa236206b186564b328d3f3abbeaba8a49a45964eaa31159f
20546+
checksum: 9ce7bd1cd23add1050a498ca46d098656b8a0e8384f837d5130576fae3b45b100679802ac5c8dd8ce6f9423888e6b26f161fcf809575978e7fc7f4a16d9c8e3e
2054720547
languageName: node
2054820548
linkType: hard
2054920549

0 commit comments

Comments
 (0)