Skip to content

Commit d9dcffd

Browse files
fix(deps): update dependency recharts to v2.15.3 (main) (#7247)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [recharts](https://redirect.github.com/recharts/recharts) | [`2.15.2` -> `2.15.3`](https://renovatebot.com/diffs/npm/recharts/2.15.2/2.15.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/recharts/2.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/recharts/2.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/recharts/2.15.2/2.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/recharts/2.15.2/2.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>recharts/recharts (recharts)</summary> ### [`v2.15.3`](https://redirect.github.com/recharts/recharts/releases/tag/v2.15.3) [Compare Source](https://redirect.github.com/recharts/recharts/compare/v2.15.2...v2.15.3) Last patch release before 3.0 🚀 ##### What's Changed ##### Fix - `XAxis`: fix padding calculation for `padding="gap"` and `padding="no-gap"` when XAxis is type number by [@&#8203;jackfletch](https://redirect.github.com/jackfletch) in [https://github.com/recharts/recharts/pull/5759](https://redirect.github.com/recharts/recharts/pull/5759) **Full Changelog**: recharts/recharts@v2.15.2...v2.15.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent afaa1e2 commit d9dcffd

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.15.2"
39+
"recharts": "2.15.3"
4040
},
4141
"peerDependencies": {
4242
"@ui5/webcomponents-react": "~2.9.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6384,7 +6384,7 @@ __metadata:
63846384
dependencies:
63856385
clsx: "npm:2.1.1"
63866386
react-content-loader: "npm:7.0.2"
6387-
recharts: "npm:2.15.2"
6387+
recharts: "npm:2.15.3"
63886388
peerDependencies:
63896389
"@ui5/webcomponents-react": ~2.9.0
63906390
"@ui5/webcomponents-react-base": ~2.9.0
@@ -20828,9 +20828,9 @@ __metadata:
2082820828
languageName: node
2082920829
linkType: hard
2083020830

20831-
"recharts@npm:2.15.2":
20832-
version: 2.15.2
20833-
resolution: "recharts@npm:2.15.2"
20831+
"recharts@npm:2.15.3":
20832+
version: 2.15.3
20833+
resolution: "recharts@npm:2.15.3"
2083420834
dependencies:
2083520835
clsx: "npm:^2.0.0"
2083620836
eventemitter3: "npm:^4.0.1"
@@ -20843,7 +20843,7 @@ __metadata:
2084320843
peerDependencies:
2084420844
react: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
2084520845
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
20846-
checksum: 10c0/14273be911d208ebdc29737b19129c6be6731d51f1e441f6a6ea98425543e29d28f140518905b42f965c12ce6f81055d50389621f5429d55cbeab47fe9d5692c
20846+
checksum: 10c0/76757605d67a07562bcfb1a4b9a3a0b6b5fed2b84ee5f00813cedf151502969965bf7bd3856eb7e5d60c1d71c7b0d67d9ae2f1ef45676152fcd532abafc501fb
2084720847
languageName: node
2084820848
linkType: hard
2084920849

0 commit comments

Comments
 (0)