Skip to content

Commit

Permalink
fix(deps): update dependency recharts to v2.9.2 (#5200)
Browse files Browse the repository at this point in the history
[![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://togithub.com/recharts/recharts) | [`2.9.1` ->
`2.9.2`](https://renovatebot.com/diffs/npm/recharts/2.9.1/2.9.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/recharts/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/recharts/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/recharts/2.9.1/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/recharts/2.9.1/2.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>recharts/recharts (recharts)</summary>

###
[`v2.9.2`](https://togithub.com/recharts/recharts/releases/tag/v2.9.2)

[Compare
Source](https://togithub.com/recharts/recharts/compare/v2.9.1...v2.9.2)

Fix another TS issue from 2.9.

##### Fix

- `Line/ActiveDot`: Fix breaking type change for the `onClick` function
of `activeDot` on `Line` - this resolves
[recharts/recharts#3922
- thank you [@&#8203;andrewangelle](https://togithub.com/andrewangelle)
for the quick turnaround

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 2, 2023
1 parent 1de154c commit c27da9b
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 @@ -31,7 +31,7 @@
"dependencies": {
"clsx": "2.0.0",
"react-content-loader": "6.2.1",
"recharts": "2.9.1"
"recharts": "2.9.2"
},
"peerDependencies": {
"@ui5/webcomponents-react": "~1.21.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6904,7 +6904,7 @@ __metadata:
dependencies:
clsx: "npm:2.0.0"
react-content-loader: "npm:6.2.1"
recharts: "npm:2.9.1"
recharts: "npm:2.9.2"
peerDependencies:
"@ui5/webcomponents-react": ~1.21.0
"@ui5/webcomponents-react-base": ~1.20.0
Expand Down Expand Up @@ -19775,9 +19775,9 @@ __metadata:
languageName: node
linkType: hard

"recharts@npm:2.9.1":
version: 2.9.1
resolution: "recharts@npm:2.9.1"
"recharts@npm:2.9.2":
version: 2.9.2
resolution: "recharts@npm:2.9.2"
dependencies:
classnames: "npm:^2.2.5"
eventemitter3: "npm:^4.0.1"
Expand All @@ -19792,7 +19792,7 @@ __metadata:
prop-types: ^15.6.0
react: ^16.0.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
checksum: 44114f5601fb50be0b7491ee357b78e8138c485276668d85d38036fbb088137aa058f4077a1079ee7829658a3d2dee3eb7fcd3381250dba69f997ed18aa9f1a7
checksum: 19674eda1f685d4b31557d921bf12feef68b182e3c1be0f09b8b11a4cdf939f3df0573eb2a1ae3c44988c05c05d9c5e4737c17062232fe2575c0ba53d0b1f4c0
languageName: node
linkType: hard

Expand Down

0 comments on commit c27da9b

Please sign in to comment.