Skip to content

Commit fcd3ee2

Browse files
fix(deps): update dependency recharts to v2.13.2 (#6574)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [recharts](https://redirect.github.com/recharts/recharts) | [`2.13.1` -> `2.13.2`](https://renovatebot.com/diffs/npm/recharts/2.13.1/2.13.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/recharts/2.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/recharts/2.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/recharts/2.13.1/2.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/recharts/2.13.1/2.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>recharts/recharts (recharts)</summary> ### [`v2.13.2`](https://redirect.github.com/recharts/recharts/releases/tag/v2.13.2) [Compare Source](https://redirect.github.com/recharts/recharts/compare/v2.13.1...v2.13.2) #### What's Changed - Another fix from 2.13. Categorical charts should have their `ref` props back. ##### Fix - fix: forwardRef to CategoricalChartWrapper from CategoricalChart by [@&#8203;ckifer](https://redirect.github.com/ckifer) in [https://github.com/recharts/recharts/pull/5176](https://redirect.github.com/recharts/recharts/pull/5176) - fixes [https://github.com/recharts/recharts/issues/5113](https://redirect.github.com/recharts/recharts/issues/5113) **Full Changelog**: recharts/recharts@v2.13.1...v2.13.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 33278ed commit fcd3ee2

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
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"clsx": "2.1.1",
3838
"react-content-loader": "7.0.2",
39-
"recharts": "2.13.1"
39+
"recharts": "2.13.2"
4040
},
4141
"peerDependencies": {
4242
"@ui5/webcomponents-react": "~2.3.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6005,7 +6005,7 @@ __metadata:
60056005
dependencies:
60066006
clsx: "npm:2.1.1"
60076007
react-content-loader: "npm:7.0.2"
6008-
recharts: "npm:2.13.1"
6008+
recharts: "npm:2.13.2"
60096009
peerDependencies:
60106010
"@ui5/webcomponents-react": ~2.3.0
60116011
"@ui5/webcomponents-react-base": ~2.3.0
@@ -18846,9 +18846,9 @@ __metadata:
1884618846
languageName: node
1884718847
linkType: hard
1884818848

18849-
"recharts@npm:2.13.1":
18850-
version: 2.13.1
18851-
resolution: "recharts@npm:2.13.1"
18849+
"recharts@npm:2.13.2":
18850+
version: 2.13.2
18851+
resolution: "recharts@npm:2.13.2"
1885218852
dependencies:
1885318853
clsx: "npm:^2.0.0"
1885418854
eventemitter3: "npm:^4.0.1"
@@ -18861,7 +18861,7 @@ __metadata:
1886118861
peerDependencies:
1886218862
react: ^16.0.0 || ^17.0.0 || ^18.0.0
1886318863
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
18864-
checksum: 10c0/6bbab8e14397c4cbc73d1dcab48045c2a53650b53ac723713b6dad2367654647cf3a50e3de83678c34c76d5e8196341b9cf3e74a4344f842762e81d301b76a4e
18864+
checksum: 10c0/d200d3d5b4568fb0b4c453be4ea8069117a0df11a527e08d477ca94544b7ae26d19cea919417876c7a8ea8fd986fa35d1790f91b17b49356e4cdf8accad7a527
1886518865
languageName: node
1886618866
linkType: hard
1886718867

0 commit comments

Comments
 (0)