Commit 8d4b364
fix(deps): update dependency recharts to v2.13.1 (#6482)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [recharts](https://redirect.github.com/recharts/recharts) | [`2.12.7`
-> `2.13.1`](https://renovatebot.com/diffs/npm/recharts/2.12.7/2.13.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>recharts/recharts (recharts)</summary>
###
[`v2.13.1`](https://redirect.github.com/recharts/recharts/compare/v2.13.0...7b1a6f553833fbbc9e05397977529ab8929b7b83)
[Compare
Source](https://redirect.github.com/recharts/recharts/compare/v2.13.0...v2.13.1)
###
[`v2.13.0`](https://redirect.github.com/recharts/recharts/releases/tag/v2.13.0)
[Compare
Source](https://redirect.github.com/recharts/recharts/compare/v2.12.7...v2.13.0)
#### What's Changed
React 19 compat, fix annoying defaultProps warnings, bug fixes
##### Feat
- React 19 compatibility - see
[https://github.com/recharts/recharts/issues/4558](https://redirect.github.com/recharts/recharts/issues/4558)
- `peerDependencies` still cannot be updated until release, but for now
R19 beta/RC releases can be used with Recharts under the following
conditions:
- Your `react-is` version matches your `react` and `react-dom` versions:
use your package manager's `override` functionality to match your
`react-is` version to your react version or else recharts elements will
not show - see
[https://github.com/recharts/recharts/issues/4558#issuecomment-2135604065](https://redirect.github.com/recharts/recharts/issues/4558#issuecomment-2135604065)
- `CartesianGrid`: add support for `ry` prop to curve the corner of the
grid background - progress on
[https://github.com/recharts/recharts/issues/3062](https://redirect.github.com/recharts/recharts/issues/3062)
##### Fix
- `General`: Fix `defaultProps` usage in function components, removes
warnings on all affected components - see
[https://github.com/recharts/recharts/issues/3615](https://redirect.github.com/recharts/recharts/issues/3615)
- `ReferenceLine`: fix accidental removal of type annotation by
[@​zackliscio](https://redirect.github.com/zackliscio) in
[https://github.com/recharts/recharts/pull/4610](https://redirect.github.com/recharts/recharts/pull/4610)
- `Line/Area`: fix issue where `clipDot` would not take effect if it was
the only property in `dotProps`
[@​ckifer](https://redirect.github.com/ckifer) in
[https://github.com/recharts/recharts/pull/4674](https://redirect.github.com/recharts/recharts/pull/4674)
- `Tooltip`: fix issue where tooltip would not show in certain cases if
`data` was set on the graphical item by
[@​HHongSeungWoo](https://redirect.github.com/HHongSeungWoo) in
[https://github.com/recharts/recharts/pull/4718](https://redirect.github.com/recharts/recharts/pull/4718)
- `X/YAxis`: use correct, adapted event types by
[@​ckifer](https://redirect.github.com/ckifer) in
[https://github.com/recharts/recharts/pull/4967](https://redirect.github.com/recharts/recharts/pull/4967)
- `Tooltip`: `defaultIndex` out of range error by
[@​ckifer](https://redirect.github.com/ckifer) in
[https://github.com/recharts/recharts/pull/5054](https://redirect.github.com/recharts/recharts/pull/5054)
- `Pie`: fix duplicate key error
[@​ckifer](https://redirect.github.com/ckifer) in
[https://github.com/recharts/recharts/pull/4958](https://redirect.github.com/recharts/recharts/pull/4958)
- `Text`: fix duplicate key error by
[@​ckifer](https://redirect.github.com/ckifer) in
[https://github.com/recharts/recharts/pull/5088](https://redirect.github.com/recharts/recharts/pull/5088)
closes
[https://github.com/recharts/recharts/issues/5072](https://redirect.github.com/recharts/recharts/issues/5072)
##### Typescript
- JSDoc comments will now be preserved in TypeScript definitions by
[@​mxdvl](https://redirect.github.com/mxdvl) in
[https://github.com/recharts/recharts/pull/5071](https://redirect.github.com/recharts/recharts/pull/5071)
#### New Contributors
- [@​zackliscio](https://redirect.github.com/zackliscio) made
their first contribution in
[https://github.com/recharts/recharts/pull/4610](https://redirect.github.com/recharts/recharts/pull/4610)
**Full Changelog**:
recharts/recharts@v2.12.7...v2.13.0
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lukas Harbarth <[email protected]>1 parent ee56391 commit 8d4b364
File tree
5 files changed
+24
-17
lines changed- packages/charts
- src
- components
- PieChart
- ScatterChart
- interfaces
5 files changed
+24
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
59 | | - | |
| 58 | + | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
65 | | - | |
| 64 | + | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
71 | | - | |
| 70 | + | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
77 | | - | |
| 76 | + | |
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
83 | | - | |
| 82 | + | |
84 | 83 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6014 | 6014 | | |
6015 | 6015 | | |
6016 | 6016 | | |
6017 | | - | |
| 6017 | + | |
6018 | 6018 | | |
6019 | 6019 | | |
6020 | 6020 | | |
| |||
18560 | 18560 | | |
18561 | 18561 | | |
18562 | 18562 | | |
18563 | | - | |
| 18563 | + | |
18564 | 18564 | | |
18565 | 18565 | | |
18566 | 18566 | | |
| |||
18581 | 18581 | | |
18582 | 18582 | | |
18583 | 18583 | | |
| 18584 | + | |
| 18585 | + | |
| 18586 | + | |
| 18587 | + | |
| 18588 | + | |
| 18589 | + | |
| 18590 | + | |
18584 | 18591 | | |
18585 | 18592 | | |
18586 | 18593 | | |
| |||
18848 | 18855 | | |
18849 | 18856 | | |
18850 | 18857 | | |
18851 | | - | |
18852 | | - | |
18853 | | - | |
| 18858 | + | |
| 18859 | + | |
| 18860 | + | |
18854 | 18861 | | |
18855 | 18862 | | |
18856 | 18863 | | |
18857 | 18864 | | |
18858 | | - | |
| 18865 | + | |
18859 | 18866 | | |
18860 | 18867 | | |
18861 | 18868 | | |
18862 | 18869 | | |
18863 | 18870 | | |
18864 | 18871 | | |
18865 | 18872 | | |
18866 | | - | |
| 18873 | + | |
18867 | 18874 | | |
18868 | 18875 | | |
18869 | 18876 | | |
| |||
0 commit comments