Skip to content

Commit c32a810

Browse files
fix(deps): update dependency recharts to v2.12.0 (#5479)
[![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.11.0` -> `2.12.0`](https://renovatebot.com/diffs/npm/recharts/2.11.0/2.12.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/recharts/2.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/recharts/2.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/recharts/2.11.0/2.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/recharts/2.11.0/2.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>recharts/recharts (recharts)</summary> ### [`v2.12.0`](https://togithub.com/recharts/recharts/releases/tag/v2.12.0) [Compare Source](https://togithub.com/recharts/recharts/compare/36c14c63d271d05b701e1d32ac931de0fd30b360...v2.12.0) #### What's Changed Bug fixes and a few small new features. Releasing 2.12.0 to create a "clean slate" as contributors are discussing next moves for recharts. We will try to focus on upgrades, architectural changes, and long-pending breaking changes so we can release a recharts v3. This will not be a large major version, or one hard to upgrade to, but rather a major version bump to prevent us from breaking people with library upgrades, large refactors, etc. Feature parity should hold. Thanks! #### Features - `Bar`: Accept a callback function for `minPointSize` so it can be determined by data by [@&#8203;ckifer](https://togithub.com/ckifer) in [https://github.com/recharts/recharts/pull/4099](https://togithub.com/recharts/recharts/pull/4099) closes [https://github.com/recharts/recharts/issues/2819](https://togithub.com/recharts/recharts/issues/2819) - `Accessibility`: Enable screen reader support with accessibilityLayer and default tooltip by [@&#8203;julianna-langston](https://togithub.com/julianna-langston) in [https://github.com/recharts/recharts/pull/4077](https://togithub.com/recharts/recharts/pull/4077) #### Fix - `Bar`: `activeBar` should not be true by default, fixes a breaking change from 2.9.0 by [@&#8203;ckifer](https://togithub.com/ckifer) in [https://github.com/recharts/recharts/pull/4139](https://togithub.com/recharts/recharts/pull/4139) - fixes [https://github.com/recharts/recharts/issues/4103](https://togithub.com/recharts/recharts/issues/4103) and [https://github.com/recharts/recharts/issues/4101](https://togithub.com/recharts/recharts/issues/4101) - `Scatter`: fix non-unique key errors by [@&#8203;imagineLife](https://togithub.com/imagineLife) in [https://github.com/recharts/recharts/pull/4087](https://togithub.com/recharts/recharts/pull/4087) - fixes [https://github.com/recharts/recharts/issues/4151](https://togithub.com/recharts/recharts/issues/4151) and [https://github.com/recharts/recharts/issues/4060](https://togithub.com/recharts/recharts/issues/4060) - `Pie`: fix non-unique key errors by [@&#8203;imagineLife](https://togithub.com/imagineLife) in [https://github.com/recharts/recharts/pull/4106](https://togithub.com/recharts/recharts/pull/4106) - `Tooltip`: fix bug that caused throttled tooltip to stay active when moving mouse quickly by [@&#8203;HHongSeungWoo](https://togithub.com/HHongSeungWoo) in [https://github.com/recharts/recharts/pull/4100](https://togithub.com/recharts/recharts/pull/4100) fixes [https://github.com/recharts/recharts/issues/4093](https://togithub.com/recharts/recharts/issues/4093) #### Chore - Cleanup, tests, and refactoring work. Thanks [@&#8203;PavelVanecek](https://togithub.com/PavelVanecek) - Upgrade react smooth, remove `translateStyle`, remove prop-types as a peerDep - **NOTE**: animations will no longer have browser prefixes on them. Browsers have good support for this (https://caniuse.com/?search=transforms) - Upgrade dev dependencies - Upgrade TypeScript to 4.9.5 (no definition changes from upgrade) #### Storybook - New storybook stories and doc updates #### New Contributors - [@&#8203;TRFielder](https://togithub.com/TRFielder) made their first contribution in [https://github.com/recharts/recharts/pull/4088](https://togithub.com/recharts/recharts/pull/4088) **Full Changelog**: recharts/recharts@v2.11...v2.12.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Harbarth <[email protected]>
1 parent 62d4280 commit c32a810

File tree

3 files changed

+41
-40
lines changed

3 files changed

+41
-40
lines changed

packages/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"clsx": "2.1.0",
3333
"react-content-loader": "6.2.1",
34-
"recharts": "2.11.0"
34+
"recharts": "2.12.0"
3535
},
3636
"peerDependencies": {
3737
"@ui5/webcomponents-react": "~1.25.0",

packages/charts/src/components/BulletChart/BulletChart.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,6 @@ const BulletChart = forwardRef<HTMLDivElement, BulletChartProps>((props, ref) =>
456456
chartElementProps.onClick = onDataPointClickInternal;
457457
chartElementProps.fill = element.color ?? 'black';
458458
chartElementProps.strokeWidth = element.width;
459-
chartElementProps.activeBar = false;
460459
chartElementProps.shape = <ComparisonLine layout={layout} />;
461460
chartElementProps.strokeOpacity = element.opacity;
462461
chartElementProps.label = false;

yarn.lock

Lines changed: 40 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2228,7 +2228,7 @@ __metadata:
22282228
languageName: node
22292229
linkType: hard
22302230

2231-
"@babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.14.6, @babel/runtime@npm:^7.17.8, @babel/runtime@npm:^7.3.1, @babel/runtime@npm:^7.8.3, @babel/runtime@npm:^7.8.4":
2231+
"@babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.14.6, @babel/runtime@npm:^7.17.8, @babel/runtime@npm:^7.3.1, @babel/runtime@npm:^7.8.3, @babel/runtime@npm:^7.8.4":
22322232
version: 7.20.13
22332233
resolution: "@babel/runtime@npm:7.20.13"
22342234
dependencies:
@@ -2255,6 +2255,15 @@ __metadata:
22552255
languageName: node
22562256
linkType: hard
22572257

2258+
"@babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.8.7":
2259+
version: 7.23.9
2260+
resolution: "@babel/runtime@npm:7.23.9"
2261+
dependencies:
2262+
regenerator-runtime: "npm:^0.14.0"
2263+
checksum: 10c0/e71205fdd7082b2656512cc98e647d9ea7e222e4fe5c36e9e5adc026446fcc3ba7b3cdff8b0b694a0b78bb85db83e7b1e3d4c56ef90726682b74f13249cf952d
2264+
languageName: node
2265+
linkType: hard
2266+
22582267
"@babel/template@npm:^7.22.15":
22592268
version: 7.22.15
22602269
resolution: "@babel/template@npm:7.22.15"
@@ -6811,7 +6820,7 @@ __metadata:
68116820
dependencies:
68126821
clsx: "npm:2.1.0"
68136822
react-content-loader: "npm:6.2.1"
6814-
recharts: "npm:2.11.0"
6823+
recharts: "npm:2.12.0"
68156824
peerDependencies:
68166825
"@ui5/webcomponents-react": ~1.25.0
68176826
"@ui5/webcomponents-react-base": ~1.25.0
@@ -10460,12 +10469,13 @@ __metadata:
1046010469
languageName: node
1046110470
linkType: hard
1046210471

10463-
"dom-helpers@npm:^3.4.0":
10464-
version: 3.4.0
10465-
resolution: "dom-helpers@npm:3.4.0"
10472+
"dom-helpers@npm:^5.0.1":
10473+
version: 5.2.1
10474+
resolution: "dom-helpers@npm:5.2.1"
1046610475
dependencies:
10467-
"@babel/runtime": "npm:^7.1.2"
10468-
checksum: 10c0/1d2d3e4eadac2c4f4c8c7470a737ab32b7ec28237c4d094ea967ec3184168fd12452196fcc424a5d7860b6176117301aeaecba39467bf1a6e8492a8e5c9639d1
10476+
"@babel/runtime": "npm:^7.8.7"
10477+
csstype: "npm:^3.0.2"
10478+
checksum: 10c0/f735074d66dd759b36b158fa26e9d00c9388ee0e8c9b16af941c38f014a37fc80782de83afefd621681b19ac0501034b4f1c4a3bff5caa1b8667f0212b5e124c
1046910479
languageName: node
1047010480
linkType: hard
1047110481

@@ -12045,7 +12055,7 @@ __metadata:
1204512055
languageName: node
1204612056
linkType: hard
1204712057

12048-
"fast-equals@npm:^5.0.0":
12058+
"fast-equals@npm:^5.0.1":
1204912059
version: 5.0.1
1205012060
resolution: "fast-equals@npm:5.0.1"
1205112061
checksum: 10c0/d7077b8b681036c2840ed9860a3048e44fc268fad2b525b8f25b43458be0c8ad976152eb4b475de9617170423c5b802121ebb61ed6641c3ac035fadaf805c8c0
@@ -19748,13 +19758,6 @@ __metadata:
1974819758
languageName: node
1974919759
linkType: hard
1975019760

19751-
"react-lifecycles-compat@npm:^3.0.4":
19752-
version: 3.0.4
19753-
resolution: "react-lifecycles-compat@npm:3.0.4"
19754-
checksum: 10c0/1d0df3c85af79df720524780f00c064d53a9dd1899d785eddb7264b378026979acbddb58a4b7e06e7d0d12aa1494fd5754562ee55d32907b15601068dae82c27
19755-
languageName: node
19756-
linkType: hard
19757-
1975819761
"react-refresh@npm:^0.14.0":
1975919762
version: 0.14.0
1976019763
resolution: "react-refresh@npm:0.14.0"
@@ -19797,17 +19800,17 @@ __metadata:
1979719800
languageName: node
1979819801
linkType: hard
1979919802

19800-
"react-smooth@npm:^2.0.5":
19801-
version: 2.0.5
19802-
resolution: "react-smooth@npm:2.0.5"
19803+
"react-smooth@npm:^4.0.0":
19804+
version: 4.0.0
19805+
resolution: "react-smooth@npm:4.0.0"
1980319806
dependencies:
19804-
fast-equals: "npm:^5.0.0"
19805-
react-transition-group: "npm:2.9.0"
19807+
fast-equals: "npm:^5.0.1"
19808+
prop-types: "npm:^15.8.1"
19809+
react-transition-group: "npm:^4.4.5"
1980619810
peerDependencies:
19807-
prop-types: ^15.6.0
19808-
react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
19809-
react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
19810-
checksum: 10c0/3d7e5d0c7c927bebf47743d868ac76e8637cf18564cd1fd12edab5cfdad462743ebdd5a2f4030c653d2244f6cf85fabe26a78ee4308e7b9c738b6818755ce0b1
19811+
react: ^16.8.0 || ^17.0.0 || ^18.0.0
19812+
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
19813+
checksum: 10c0/b5d1028e46467adebb3d754d1f93f9d051e9f3c817a57f167c8fbb1a79579809bfc65a491a6578ed5165fa0845a36d28a46378a25894c76b78f37a9cfba8a7a1
1981119814
languageName: node
1981219815
linkType: hard
1981319816

@@ -19850,18 +19853,18 @@ __metadata:
1985019853
languageName: node
1985119854
linkType: hard
1985219855

19853-
"react-transition-group@npm:2.9.0":
19854-
version: 2.9.0
19855-
resolution: "react-transition-group@npm:2.9.0"
19856+
"react-transition-group@npm:^4.4.5":
19857+
version: 4.4.5
19858+
resolution: "react-transition-group@npm:4.4.5"
1985619859
dependencies:
19857-
dom-helpers: "npm:^3.4.0"
19860+
"@babel/runtime": "npm:^7.5.5"
19861+
dom-helpers: "npm:^5.0.1"
1985819862
loose-envify: "npm:^1.4.0"
1985919863
prop-types: "npm:^15.6.2"
19860-
react-lifecycles-compat: "npm:^3.0.4"
1986119864
peerDependencies:
19862-
react: ">=15.0.0"
19863-
react-dom: ">=15.0.0"
19864-
checksum: 10c0/df40608e9defb6873290b9f2165921f17139b8edbb2019e2de38f77477f9cbd8fdb739b20e1e04cb16a513137c80e85cf5f0fff96049a94b740d389313394476
19865+
react: ">=16.6.0"
19866+
react-dom: ">=16.6.0"
19867+
checksum: 10c0/2ba754ba748faefa15f87c96dfa700d5525054a0141de8c75763aae6734af0740e77e11261a1e8f4ffc08fd9ab78510122e05c21c2d79066c38bb6861a886c82
1986519868
languageName: node
1986619869
linkType: hard
1986719870

@@ -20084,23 +20087,22 @@ __metadata:
2008420087
languageName: node
2008520088
linkType: hard
2008620089

20087-
"recharts@npm:2.11.0":
20088-
version: 2.11.0
20089-
resolution: "recharts@npm:2.11.0"
20090+
"recharts@npm:2.12.0":
20091+
version: 2.12.0
20092+
resolution: "recharts@npm:2.12.0"
2009020093
dependencies:
2009120094
clsx: "npm:^2.0.0"
2009220095
eventemitter3: "npm:^4.0.1"
2009320096
lodash: "npm:^4.17.19"
2009420097
react-is: "npm:^16.10.2"
20095-
react-smooth: "npm:^2.0.5"
20098+
react-smooth: "npm:^4.0.0"
2009620099
recharts-scale: "npm:^0.4.4"
2009720100
tiny-invariant: "npm:^1.3.1"
2009820101
victory-vendor: "npm:^36.6.8"
2009920102
peerDependencies:
20100-
prop-types: ^15.6.0
2010120103
react: ^16.0.0 || ^17.0.0 || ^18.0.0
2010220104
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
20103-
checksum: 10c0/29a400d77e1877ff071a479f7c6f5b35bc2db16fd05979ba4033a149da77e7a39d3d246882315ab5918ff8a27bcce1a53485618506a20ad0798ff56b2f561a1d
20105+
checksum: 10c0/add50ebeaec3673ed5439577614addd7869228b5c592c13ea5ac64291003d86a5b9824f1f6c0d98a1c51a3fb03b05cf413f9adedf19528b44f1047d2c2a25fba
2010420106
languageName: node
2010520107
linkType: hard
2010620108

0 commit comments

Comments
 (0)