Skip to content

Commit

Permalink
fix(deps): update dependency recharts to v2.13.3 (#6582)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent c9542a5 commit 96096c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"clsx": "2.1.1",
"react-content-loader": "7.0.2",
"recharts": "2.13.2"
"recharts": "2.13.3"
},
"peerDependencies": {
"@ui5/webcomponents-react": "~2.3.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6005,7 +6005,7 @@ __metadata:
dependencies:
clsx: "npm:2.1.1"
react-content-loader: "npm:7.0.2"
recharts: "npm:2.13.2"
recharts: "npm:2.13.3"
peerDependencies:
"@ui5/webcomponents-react": ~2.3.0
"@ui5/webcomponents-react-base": ~2.3.0
Expand Down Expand Up @@ -18846,9 +18846,9 @@ __metadata:
languageName: node
linkType: hard

"recharts@npm:2.13.2":
version: 2.13.2
resolution: "recharts@npm:2.13.2"
"recharts@npm:2.13.3":
version: 2.13.3
resolution: "recharts@npm:2.13.3"
dependencies:
clsx: "npm:^2.0.0"
eventemitter3: "npm:^4.0.1"
Expand All @@ -18861,7 +18861,7 @@ __metadata:
peerDependencies:
react: ^16.0.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
checksum: 10c0/d200d3d5b4568fb0b4c453be4ea8069117a0df11a527e08d477ca94544b7ae26d19cea919417876c7a8ea8fd986fa35d1790f91b17b49356e4cdf8accad7a527
checksum: 10c0/67c516cd142da0e5968cf9b723c1bc08c2324ff4c41952d623dfce06e8c13751e1ef885b2e39aaeb5e32595566c8d91633328850adee70ad53bc8685adff456d
languageName: node
linkType: hard

Expand Down

0 comments on commit 96096c7

Please sign in to comment.