Skip to content

Commit c8cfdb6

Browse files
fix(deps): update dependency recharts to v2.7.1 (#4754)
[![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.0` -> `2.7.1`](https://renovatebot.com/diffs/npm/recharts/2.7.0/2.7.1) | [![age](https://badges.renovateapi.com/packages/npm/recharts/2.7.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/recharts/2.7.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/recharts/2.7.1/compatibility-slim/2.7.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/recharts/2.7.1/confidence-slim/2.7.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>recharts/recharts</summary> ### [`v2.7.1`](https://github.com/recharts/recharts/releases/tag/v2.7.1) [Compare Source](https://github.com/recharts/recharts/compare/v2.7.0...v2.7.1) #### What's Changed ##### Fix - Move [@&#8203;storybook/addon-storysource](https://github.com/storybook/addon-storysource) to dev dependencies by [@&#8203;DmitryMarkov](https://github.com/DmitryMarkov) in [https://github.com/recharts/recharts/pull/3623](https://github.com/recharts/recharts/pull/3623) - Moves dev dependency to correct location to prevent bundle size increase, etc. - Fix defaults for r and strokeWidth when they aren't provided by the user by [@&#8203;ckifer](https://github.com/ckifer) in [https://github.com/recharts/recharts/pull/3624](https://github.com/recharts/recharts/pull/3624) - Bug where if only `clipDot` is provided within `dot` of Area and Line then dots disappear and `NaN` is errors appear in the DOM #### New Contributors - [@&#8203;DmitryMarkov](https://github.com/DmitryMarkov) made their first contribution in [https://github.com/recharts/recharts/pull/3623](https://github.com/recharts/recharts/pull/3623) **Full Changelog**: recharts/recharts@v2.7.0...v2.7.1 </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://app.renovatebot.com/dashboard#github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTcuMyIsInVwZGF0ZWRJblZlciI6IjM1LjExNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fd206e2 commit c8cfdb6

File tree

2 files changed

+7
-380
lines changed

2 files changed

+7
-380
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": "1.2.1",
3333
"react-content-loader": "6.2.1",
34-
"recharts": "2.7.0"
34+
"recharts": "2.7.1"
3535
},
3636
"peerDependencies": {
3737
"@ui5/webcomponents-react": "~1.16.0",

0 commit comments

Comments
 (0)