Skip to content

Commit 25212df

Browse files
fix(deps): update dependency recharts to v2.7.3 (#4955)
[![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.7.2` -> `2.7.3`](https://renovatebot.com/diffs/npm/recharts/2.7.2/2.7.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/recharts/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/recharts/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/recharts/2.7.2/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/recharts/2.7.2/2.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>recharts/recharts (recharts)</summary> ### [`v2.7.3`](https://togithub.com/recharts/recharts/releases/tag/v2.7.3) [Compare Source](https://togithub.com/recharts/recharts/compare/v2.7.2...v2.7.3) tiny 1 change patch release that merges [https://github.com/recharts/recharts/pull/3662](https://togithub.com/recharts/recharts/pull/3662) to fix an accessibility issue - Fixes an ADA compliance issue by removing the `img` role from line dots </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca3033c commit 25212df

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

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5913,7 +5913,7 @@ __metadata:
59135913
dependencies:
59145914
clsx: 2.0.0
59155915
react-content-loader: 6.2.1
5916-
recharts: 2.7.2
5916+
recharts: 2.7.3
59175917
peerDependencies:
59185918
"@ui5/webcomponents-react": ~1.18.0
59195919
"@ui5/webcomponents-react-base": ~1.18.0
@@ -18589,9 +18589,9 @@ __metadata:
1858918589
languageName: node
1859018590
linkType: hard
1859118591

18592-
"recharts@npm:2.7.2":
18593-
version: 2.7.2
18594-
resolution: "recharts@npm:2.7.2"
18592+
"recharts@npm:2.7.3":
18593+
version: 2.7.3
18594+
resolution: "recharts@npm:2.7.3"
1859518595
dependencies:
1859618596
classnames: ^2.2.5
1859718597
eventemitter3: ^4.0.1
@@ -18606,7 +18606,7 @@ __metadata:
1860618606
prop-types: ^15.6.0
1860718607
react: ^16.0.0 || ^17.0.0 || ^18.0.0
1860818608
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
18609-
checksum: 20d54380eb61707e4c6c1576acbaef3c2d62eda5f6b0b5e13a0716b13dc17e8d31483d39e8a93014375a35542c673dfdf776cb2f2ab7f16ceb82559e8adf8d76
18609+
checksum: 0d106906a80907eb16f9a4c0a9b9d941627d933b8ab3ad3981451023cdd6c88672c39b59bf54493461605d2532e55d806202fa4713106fab5e3595009db00d93
1861018610
languageName: node
1861118611
linkType: hard
1861218612

0 commit comments

Comments
 (0)