BirthdayResearch / defiscan.live

DeFi Scan, everything one-stop location for DeFi Blockchain. Powered by jellyfish & ocean network.
https://defiscan.live
MIT License
44 stars 17 forks source link

bump(deps): update dependency recharts to ^2.10.2 #1891

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
recharts ^2.8.0 -> ^2.10.2 age adoption passing confidence

Release Notes

recharts/recharts (recharts) ### [`v2.10.2`](https://togithub.com/recharts/recharts/releases/tag/v2.10.2) [Compare Source](https://togithub.com/recharts/recharts/compare/v2.10.1...v2.10.2) #### What's Changed Patch some bugs from 2.9 / 2.10 ##### Fix - `Tooltip`: Fix tooltip rendering crash when activeItem is undefined by [@​tran-simon](https://togithub.com/tran-simon) in [https://github.com/recharts/recharts/pull/3982](https://togithub.com/recharts/recharts/pull/3982) - `Cursor`: should no longer show gray background on hover where there was none previously [@​HHongSeungWoo](https://togithub.com/HHongSeungWoo) in [https://github.com/recharts/recharts/pull/3992](https://togithub.com/recharts/recharts/pull/3992) - `Tooltip`: show tooltip when `data` prop is on individual cartesian component by [@​HHongSeungWoo](https://togithub.com/HHongSeungWoo) in [https://github.com/recharts/recharts/pull/3988](https://togithub.com/recharts/recharts/pull/3988) - `LabelList` - TypeScript: LabelList offset prop issue by [@​ckifer](https://togithub.com/ckifer) in [https://github.com/recharts/recharts/pull/3999](https://togithub.com/recharts/recharts/pull/3999) ##### Accessibility - `Brush`: set default aria-label and allow value override by [@​enriquetamames-cpi](https://togithub.com/enriquetamames-cpi) in [https://github.com/recharts/recharts/pull/3950](https://togithub.com/recharts/recharts/pull/3950) ##### Refactor / Cleanup - Removing some eslint errors for "no array index key" by [@​imagineLife](https://togithub.com/imagineLife) #### New Contributors - [@​tran-simon](https://togithub.com/tran-simon) made their first contribution in [https://github.com/recharts/recharts/pull/3982](https://togithub.com/recharts/recharts/pull/3982) - [@​enriquetamames-cpi](https://togithub.com/enriquetamames-cpi) made their first contribution in [https://github.com/recharts/recharts/pull/3950](https://togithub.com/recharts/recharts/pull/3950) **Full Changelog**: https://github.com/recharts/recharts/compare/v2.10.1...v2.10.2 ### [`v2.10.1`](https://togithub.com/recharts/recharts/releases/tag/v2.10.1): Patch: Do not include types from test folder [Compare Source](https://togithub.com/recharts/recharts/compare/15328ec11b78968c847b43b646767b7b0c0d9e36...v2.10.1) Fixes [https://github.com/recharts/recharts/issues/3978](https://togithub.com/recharts/recharts/issues/3978) **Full Changelog**: https://github.com/recharts/recharts/compare/v2.10...v2.10.1 ### [`v2.10.0`](https://togithub.com/recharts/recharts/compare/v2.9.3...15328ec11b78968c847b43b646767b7b0c0d9e36) [Compare Source](https://togithub.com/recharts/recharts/compare/v2.9.3...15328ec11b78968c847b43b646767b7b0c0d9e36) ### [`v2.9.3`](https://togithub.com/recharts/recharts/releases/tag/v2.9.3) [Compare Source](https://togithub.com/recharts/recharts/compare/v2.9.2...v2.9.3) #### Fix `Brush`: Fix an issue where after 2.9 `Brush` does not correctly slice data when using `Line` components - fixes [https://github.com/recharts/recharts/issues/3929](https://togithub.com/recharts/recharts/issues/3929) - thank you [@​HHongSeungWoo](https://togithub.com/HHongSeungWoo) ### [`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 [https://github.com/recharts/recharts/issues/3922](https://togithub.com/recharts/recharts/issues/3922) - thank you [@​andrewangelle](https://togithub.com/andrewangelle) for the quick turnaround ### [`v2.9.1`](https://togithub.com/recharts/recharts/releases/tag/v2.9.1) [Compare Source](https://togithub.com/recharts/recharts/compare/v2.9.0...v2.9.1) Bug fixes following 2.9.0 #### Fix - `TypeScript`: fix breaking change in `ActiveShape` types - fixes [https://github.com/recharts/recharts/issues/3911](https://togithub.com/recharts/recharts/issues/3911) - thanks [@​andrewangelle](https://togithub.com/andrewangelle) - `CartesianGrid`: fix breaking change where you could no longer render `CartesianGrid` without a y-axis - fixes [https://github.com/recharts/recharts/issues/3907](https://togithub.com/recharts/recharts/issues/3907) - thanks [@​akamfoad](https://togithub.com/akamfoad) - `Line`: fix infinite loop when `strokeDasharray` is `'0'` on `Line` - fixes [https://github.com/recharts/recharts/issues/3899](https://togithub.com/recharts/recharts/issues/3899) (and maybe others) **Full Changelog**: https://github.com/recharts/recharts/compare/v2.9.0...v2.9.1 ### [`v2.9.0`](https://togithub.com/recharts/recharts/releases/tag/v2.9.0) [Compare Source](https://togithub.com/recharts/recharts/compare/v2.8.0...v2.9.0) #### What's Changed Quite a lot this minor release! We sent out a cry for help and many answered - thank you so much for that 🙌🏼 This release aims at internal maintainability, long lingering bugs, and needed improvements. Highlights include equidistant tick improvements, an active bar feature, and an ~85k/~9kb (gzipped) bundle size reduction 🚀 ##### Feat - `Bar`: Implement activeBar for Bar component by [@​andrewangelle](https://togithub.com/andrewangelle) in [https://github.com/recharts/recharts/pull/3756](https://togithub.com/recharts/recharts/pull/3756) - `CartesianGrid`: add `syncWithticks`, `horizonalValues`, and `verticalValues` props to allow more grid line customization by [@​morozovkirill](https://togithub.com/morozovkirill) in [https://github.com/recharts/recharts/pull/3746](https://togithub.com/recharts/recharts/pull/3746) solves [https://github.com/recharts/recharts/issues/2153](https://togithub.com/recharts/recharts/issues/2153) - `CartesianAxis`: Improve interval option 'equidistantPreserveStart' by [@​nikolasrieble](https://togithub.com/nikolasrieble) in [https://github.com/recharts/recharts/pull/3768](https://togithub.com/recharts/recharts/pull/3768) - `CartesianAxis`: Throw an invariant when axisIds do not match between chart and axis components by [@​ckifer](https://togithub.com/ckifer) - `Brush`: add onDragEnd event to Brush component by [@​simkesd](https://togithub.com/simkesd) in [https://github.com/recharts/recharts/pull/3774](https://togithub.com/recharts/recharts/pull/3774) ##### Fix - Active Shape improvements - `Funnel`: activeShape should work with Tooltip by [@​andrewangelle](https://togithub.com/andrewangelle) in [https://github.com/recharts/recharts/pull/3772](https://togithub.com/recharts/recharts/pull/3772) - `Scatter`: activeShape should work with Tooltip by [@​andrewangelle](https://togithub.com/andrewangelle) in [https://github.com/recharts/recharts/pull/3839](https://togithub.com/recharts/recharts/pull/3839) - `Pie`: activeShape should work with Tooltip by [@​andrewangelle](https://togithub.com/andrewangelle) in [https://github.com/recharts/recharts/pull/3818](https://togithub.com/recharts/recharts/pull/3818) - `RadialBar`: activeShape should work with Tooltip by [@​andrewangelle](https://togithub.com/andrewangelle) in [https://github.com/recharts/recharts/pull/3803](https://togithub.com/recharts/recharts/pull/3803) - `CartesianGrid`: Remove offset attribute from lines by [@​branberry](https://togithub.com/branberry) in [https://github.com/recharts/recharts/pull/3854](https://togithub.com/recharts/recharts/pull/3854) solves [https://github.com/recharts/recharts/issues/3810](https://togithub.com/recharts/recharts/issues/3810) - `ResponsiveContainer`: style prop is now passed down correctly by [@​d-gottlieb](https://togithub.com/d-gottlieb) in [https://github.com/recharts/recharts/pull/3726](https://togithub.com/recharts/recharts/pull/3726) - `Legend`: "Functions are not valid as a React child" error in when a function is passed as the payload [#​3749](https://togithub.com/recharts/recharts/issues/3749) by [@​chris-mcdonald-dev](https://togithub.com/chris-mcdonald-dev) in [https://github.com/recharts/recharts/pull/3750](https://togithub.com/recharts/recharts/pull/3750) - `Tooltip`: Fix tooltip position when container uses transform scale by [@​MateuszTrN](https://togithub.com/MateuszTrN) in [https://github.com/recharts/recharts/pull/3748](https://togithub.com/recharts/recharts/pull/3748) - `Tooltip`: Tooltip does not include data from all charts when a separate dataset is passed to chart prop data and specified on Line/Area/etc prop data by [@​andrewangelle](https://togithub.com/andrewangelle) in [https://github.com/recharts/recharts/pull/3733](https://togithub.com/recharts/recharts/pull/3733) fixes [https://github.com/recharts/recharts/issues/3669](https://togithub.com/recharts/recharts/issues/3669) ##### Refactor Impossible to mention all of the great refactoring done this release thanks to [@​PavelVanecek](https://togithub.com/PavelVanecek) (33 PRs in one month!!) and others! Notable improvements include (non-breaking) type safety enhancements and source code file size reductions, and unit test improvements that will help reduce regressions. ##### Chore - Upgrade react-smooth to 2.0.5 - potentially fixes [https://github.com/recharts/recharts/issues/1135](https://togithub.com/recharts/recharts/issues/1135) (edit: this was already fixed) - Add performance testing tool by [@​PavelVanecek](https://togithub.com/PavelVanecek) in [https://github.com/recharts/recharts/pull/3829](https://togithub.com/recharts/recharts/pull/3829) - remove reduceCSSCalc by [@​HHongSeungWoo](https://togithub.com/HHongSeungWoo) in [https://github.com/recharts/recharts/pull/3820](https://togithub.com/recharts/recharts/pull/3820) ##### Storybook - Add storybook-addon-performance by [@​PavelVanecek](https://togithub.com/PavelVanecek) in [https://github.com/recharts/recharts/pull/3826](https://togithub.com/recharts/recharts/pull/3826) - many storybook improvements and fixes #### 🚀 New Contributors (!!) 🚀 - [@​d-gottlieb](https://togithub.com/d-gottlieb) made their first contribution in [https://github.com/recharts/recharts/pull/3726](https://togithub.com/recharts/recharts/pull/3726) - [@​andrewangelle](https://togithub.com/andrewangelle) made their first contribution in [https://github.com/recharts/recharts/pull/3733](https://togithub.com/recharts/recharts/pull/3733) - [@​wanisramdani](https://togithub.com/wanisramdani) made their first contribution in [https://github.com/recharts/recharts/pull/3751](https://togithub.com/recharts/recharts/pull/3751) - [@​MateuszTrN](https://togithub.com/MateuszTrN) made their first contribution in [https://github.com/recharts/recharts/pull/3748](https://togithub.com/recharts/recharts/pull/3748) - [@​chris-mcdonald-dev](https://togithub.com/chris-mcdonald-dev) made their first contribution in [https://github.com/recharts/recharts/pull/3750](https://togithub.com/recharts/recharts/pull/3750) - [@​PavelVanecek](https://togithub.com/PavelVanecek) made their first contribution in [https://github.com/recharts/recharts/pull/3759](https://togithub.com/recharts/recharts/pull/3759) - [@​simkesd](https://togithub.com/simkesd) made their first contribution in [https://github.com/recharts/recharts/pull/3774](https://togithub.com/recharts/recharts/pull/3774) - [@​samtmorgan](https://togithub.com/samtmorgan) made their first contribution in [https://github.com/recharts/recharts/pull/3778](https://togithub.com/recharts/recharts/pull/3778) - [@​Shashangbhagat](https://togithub.com/Shashangbhagat) made their first contribution in [https://github.com/recharts/recharts/pull/3786](https://togithub.com/recharts/recharts/pull/3786) - [@​morozovkirill](https://togithub.com/morozovkirill) made their first contribution in [https://github.com/recharts/recharts/pull/3746](https://togithub.com/recharts/recharts/pull/3746) - [@​branberry](https://togithub.com/branberry) made their first contribution in [https://github.com/recharts/recharts/pull/3854](https://togithub.com/recharts/recharts/pull/3854) - [@​HHongSeungWoo](https://togithub.com/HHongSeungWoo) made their first contribution in [https://github.com/recharts/recharts/pull/3820](https://togithub.com/recharts/recharts/pull/3820) **Full Changelog**: https://github.com/recharts/recharts/compare/v2.8.0...v2.9.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.



This PR has been generated by Mend Renovate. View repository job log here.

netlify[bot] commented 11 months ago

Deploy Preview for defi-scan ready!

Name Link
Latest commit 369b54e83d9bec513ae858ce438e6766f8e5ffff
Latest deploy log https://app.netlify.com/sites/defi-scan/deploys/656837e49a97740008236e20
Deploy Preview https://deploy-preview-1891--defi-scan.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 44 (🟢 up 2 from production)
Accessibility: 75 (no change from production)
Best Practices: 92 (no change from production)
SEO: 92 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
defiscanlive ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 29, 2023 2:02pm