Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/recharts/2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/recharts/2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/recharts/2.12.7/2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/recharts/2.12.7/2.13.1?slim=true)](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]>
- Loading branch information