Skip to content

Commit 050c3b4

Browse files
fix(deps): update dependency recharts to v2.7.2 (#4776)
[![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.1` -> `2.7.2`](https://renovatebot.com/diffs/npm/recharts/2.7.1/2.7.2) | [![age](https://badges.renovateapi.com/packages/npm/recharts/2.7.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/recharts/2.7.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/recharts/2.7.2/compatibility-slim/2.7.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/recharts/2.7.2/confidence-slim/2.7.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>recharts/recharts</summary> ### [`v2.7.2`](https://github.com/recharts/recharts/releases/tag/v2.7.2) [Compare Source](https://github.com/recharts/recharts/compare/v2.7.1...v2.7.2) #### What's Changed ##### Fix - Allow `accessibilityLayer` when there is no tooltip (fixes undefined access bug) by [@&#8203;julianna-langston](https://github.com/julianna-langston) in [https://github.com/recharts/recharts/pull/3627](https://github.com/recharts/recharts/pull/3627) - Fix regression when `null` is passed into Line `dot` (fixes undefined access bug although `null` is not a supported type for `dot`) by [@&#8203;ckifer](https://github.com/ckifer) in [https://github.com/recharts/recharts/pull/3637](https://github.com/recharts/recharts/pull/3637) ##### Other - Few minor storybook changes and dev chore items **Full Changelog**: recharts/recharts@v2.7.1...v2.7.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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f7a2983 commit 050c3b4

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

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5118,7 +5118,7 @@ __metadata:
51185118
dependencies:
51195119
clsx: 1.2.1
51205120
react-content-loader: 6.2.1
5121-
recharts: 2.7.1
5121+
recharts: 2.7.2
51225122
peerDependencies:
51235123
"@ui5/webcomponents-react": ~1.17.0
51245124
"@ui5/webcomponents-react-base": ~1.17.0
@@ -17224,9 +17224,9 @@ __metadata:
1722417224
languageName: node
1722517225
linkType: hard
1722617226

17227-
"recharts@npm:2.7.1":
17228-
version: 2.7.1
17229-
resolution: "recharts@npm:2.7.1"
17227+
"recharts@npm:2.7.2":
17228+
version: 2.7.2
17229+
resolution: "recharts@npm:2.7.2"
1723017230
dependencies:
1723117231
classnames: ^2.2.5
1723217232
eventemitter3: ^4.0.1
@@ -17241,7 +17241,7 @@ __metadata:
1724117241
prop-types: ^15.6.0
1724217242
react: ^16.0.0 || ^17.0.0 || ^18.0.0
1724317243
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
17244-
checksum: 299e390d8850be193c440497979eccdbaf7d95216e49063ff782e2df084ebc790acdf955c923cee86e2baf922791ac9281ae8ba535b6a1c8bfc2087f6d7bc4a8
17244+
checksum: 20d54380eb61707e4c6c1576acbaef3c2d62eda5f6b0b5e13a0716b13dc17e8d31483d39e8a93014375a35542c673dfdf776cb2f2ab7f16ceb82559e8adf8d76
1724517245
languageName: node
1724617246
linkType: hard
1724717247

0 commit comments

Comments
 (0)