Skip to content

Commit 814dcc4

Browse files
fix(deps): update dependency recharts to v2.8.0 (#5010)
[![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.7.3` -> `2.8.0`](https://renovatebot.com/diffs/npm/recharts/2.7.3/2.8.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/recharts/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/recharts/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/recharts/2.7.3/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/recharts/2.7.3/2.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>recharts/recharts (recharts)</summary> ### [`v2.8.0`](https://github.com/recharts/recharts/releases/tag/v2.8.0) [Compare Source](https://github.com/recharts/recharts/compare/v2.7.3...v2.8.0) #### What's Changed Minor changes - mostly focused on resolving errors from [https://github.com/recharts/recharts/issues/3615](https://github.com/recharts/recharts/issues/3615) ##### Feat - `Pie`: default tabIndex and accept it as prop by [@&#8203;akamfoad](https://github.com/akamfoad) in [https://github.com/recharts/recharts/pull/3700](https://github.com/recharts/recharts/pull/3700) - `Sankey`: add prop to control sankey sorting by [@&#8203;daformat](https://github.com/daformat) in [https://github.com/recharts/recharts/pull/3690](https://github.com/recharts/recharts/pull/3690) - \[a11y] `Brush`: Add basic keyboard accessibility support for the Brush component by [@&#8203;julianna-langston](https://github.com/julianna-langston) in [https://github.com/recharts/recharts/pull/3633](https://github.com/recharts/recharts/pull/3633) - `RadialBarChart`: support className prop by [@&#8203;victorgare](https://github.com/victorgare) in [https://github.com/recharts/recharts/pull/3654](https://github.com/recharts/recharts/pull/3654) ##### Fix - defaultProps errros on function components in newer versions of react - fixes [https://github.com/recharts/recharts/issues/3615](https://github.com/recharts/recharts/issues/3615) - TS: Add value type to legend Formatter event by [@&#8203;daryl-sf](https://github.com/daryl-sf) in [https://github.com/recharts/recharts/pull/3668](https://github.com/recharts/recharts/pull/3668) - Switch useLayoutEffect to useEffect in Rectangle for SSR by [@&#8203;sieroaoj](https://github.com/sieroaoj) in [https://github.com/recharts/recharts/pull/3657](https://github.com/recharts/recharts/pull/3657) ##### Refactor - refactor function components to use default params, revert Tooltip to class based component - resolves console errors about defaultProps ##### Docs - Some storybook example additions/changes #### New Contributors - [@&#8203;victorgare](https://github.com/victorgare) made their first contribution in [https://github.com/recharts/recharts/pull/3654](https://github.com/recharts/recharts/pull/3654) - [@&#8203;gcallaghan-nd](https://github.com/gcallaghan-nd) made their first contribution in [https://github.com/recharts/recharts/pull/3662](https://github.com/recharts/recharts/pull/3662) - [@&#8203;sieroaoj](https://github.com/sieroaoj) made their first contribution in [https://github.com/recharts/recharts/pull/3657](https://github.com/recharts/recharts/pull/3657) - [@&#8203;daryl-sf](https://github.com/daryl-sf) made their first contribution in [https://github.com/recharts/recharts/pull/3668](https://github.com/recharts/recharts/pull/3668) - [@&#8203;daformat](https://github.com/daformat) made their first contribution in [https://github.com/recharts/recharts/pull/3690](https://github.com/recharts/recharts/pull/3690) **Full Changelog**: recharts/recharts@v2.7.2...v2.8.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzYuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d9840ea commit 814dcc4

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.3"
34+
"recharts": "2.8.0"
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
@@ -6417,7 +6417,7 @@ __metadata:
64176417
dependencies:
64186418
clsx: 2.0.0
64196419
react-content-loader: 6.2.1
6420-
recharts: 2.7.3
6420+
recharts: 2.8.0
64216421
peerDependencies:
64226422
"@ui5/webcomponents-react": ~1.18.0
64236423
"@ui5/webcomponents-react-base": ~1.18.0
@@ -19244,9 +19244,9 @@ __metadata:
1924419244
languageName: node
1924519245
linkType: hard
1924619246

19247-
"recharts@npm:2.7.3":
19248-
version: 2.7.3
19249-
resolution: "recharts@npm:2.7.3"
19247+
"recharts@npm:2.8.0":
19248+
version: 2.8.0
19249+
resolution: "recharts@npm:2.8.0"
1925019250
dependencies:
1925119251
classnames: ^2.2.5
1925219252
eventemitter3: ^4.0.1
@@ -19261,7 +19261,7 @@ __metadata:
1926119261
prop-types: ^15.6.0
1926219262
react: ^16.0.0 || ^17.0.0 || ^18.0.0
1926319263
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
19264-
checksum: 0d106906a80907eb16f9a4c0a9b9d941627d933b8ab3ad3981451023cdd6c88672c39b59bf54493461605d2532e55d806202fa4713106fab5e3595009db00d93
19264+
checksum: 4638bd5c6c2af8f5c79de5e13cce0e38f06e0bbb0a3c4df27a9b12632fd72c0a0604c8246f55e830f323dfa84a3da7cb2634c2243bb9c775d899fd71f9d4c87a
1926519265
languageName: node
1926619266
linkType: hard
1926719267

0 commit comments

Comments
 (0)