Skip to content

Commit 96096c7

Browse files
fix(deps): update dependency recharts to v2.13.3 (#6582)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [recharts](https://redirect.github.com/recharts/recharts) | [`2.13.2` -> `2.13.3`](https://renovatebot.com/diffs/npm/recharts/2.13.2/2.13.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/recharts/2.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/recharts/2.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/recharts/2.13.2/2.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/recharts/2.13.2/2.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>recharts/recharts (recharts)</summary> ### [`v2.13.3`](https://redirect.github.com/recharts/recharts/releases/tag/v2.13.3) [Compare Source](https://redirect.github.com/recharts/recharts/compare/v2.13.2...v2.13.3) ##### What's Changed Small change which may (or may not) help when using ResponsiveContainer with React 19. Worth a shot. !! **`react-is` override is still needed for React 19 to work correctly with recharts** !! - see [https://github.com/recharts/recharts/issues/4558](https://redirect.github.com/recharts/recharts/issues/4558) ##### Fix - recharts/recharts@7a67b41 `ResponsiveContainer` - swap `isElement` from `react-is` with `React.isValidElement` **Full Changelog**: recharts/recharts@v2.13.2...v2.13.3 </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 c9542a5 commit 96096c7

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.2"
39+
"recharts": "2.13.3"
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.2"
6008+
recharts: "npm:2.13.3"
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.2":
18850-
version: 2.13.2
18851-
resolution: "recharts@npm:2.13.2"
18849+
"recharts@npm:2.13.3":
18850+
version: 2.13.3
18851+
resolution: "recharts@npm:2.13.3"
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/d200d3d5b4568fb0b4c453be4ea8069117a0df11a527e08d477ca94544b7ae26d19cea919417876c7a8ea8fd986fa35d1790f91b17b49356e4cdf8accad7a527
18864+
checksum: 10c0/67c516cd142da0e5968cf9b723c1bc08c2324ff4c41952d623dfce06e8c13751e1ef885b2e39aaeb5e32595566c8d91633328850adee70ad53bc8685adff456d
1886518865
languageName: node
1886618866
linkType: hard
1886718867

0 commit comments

Comments
 (0)