Skip to content

chore(deps): update dependency recharts to v3.10.1 - #71

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/recharts-3.x-lockfile
Open

chore(deps): update dependency recharts to v3.10.1#71
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/recharts-3.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Nov 26, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
recharts 3.4.13.10.1 age confidence

Release Notes

recharts/recharts (recharts)

v3.10.1

Compare Source

v3.10.0

Compare Source

What's Changed

Legend position

Legend now supports position and offset props, same as Label and LabeList. This replaces the previous align and verticalAlign for a more convenient positioning, and fixes couple visual bugs too. See https://recharts.github.io/en-US/examples/LegendPosition/

XAxis auto height

XAxis now supports height="auto" prop, similar to YAxis width="auto".

  • feat(XAxis): support height="auto" to size the axis to its tick labels by @​kimlj in #​7570
Other features
Bugfixes

New Contributors

Full Changelog: recharts/recharts@v3.9.2...v3.10.0

v3.9.2

Compare Source

What's Changed

New Contributors

Full Changelog: recharts/recharts@v3.9.1...v3.9.2

v3.9.1

Compare Source

What's Changed

New Contributors

Full Changelog: recharts/recharts@v3.9.0...v3.9.1

v3.9.0

Compare Source

What's Changed

Animations

3.9 comes with new animations! There are several bug fixes and what's best, all animations are now fully customizable.

See the animations guide on https://recharts.github.io/en-US/guide/animations/

New features other than animations
Bugfixes
Tree-shaking

We now have focused tree-shaking tests that allow us to observe exactly which components end up in the final bundle and why. I have also removed some unnecessary loops and you should see the final bundle size decrease somewhat as a result.

There are also two new examples on the website, showing real bundle size:

Documentation updates

New Contributors

Full Changelog: recharts/recharts@v3.8.1...v3.9.0-canary.0

v3.8.1

Compare Source

What's Changed

Bugfixes!

New Contributors

Full Changelog: recharts/recharts@v3.8.0...v3.8.1

v3.8.0

Compare Source

What's Changed

We added generics to our data and dataKey props and now you can have your charts validated by TypeScript. See the full guide here: https://recharts.github.io/en-US/guide/typescript/

We are releasing new helper functions and hooks that will allow you to precisely target mouse interactions, and convert coordinates. See the guide here: https://recharts.github.io/en-US/guide/coordinateSystems/

And new functions and hooks:

getRelativeCoordinate - converts mouse events to pixel positions

Convert Data → Pixels:

useXAxisScale - returns a function to convert X data values to pixel positions
useYAxisScale - returns a function to convert Y data values to pixel positions
useCartesianScale - convenience hook for converting both at once

Pixels → Data:

useXAxisInverseScale - returns a function to convert pixel X to the closest data value
useYAxisInverseScale - returns a function to convert pixel Y to the closest data value
useXAxisInverseTickSnapScale - returns a function to convert pixel X to the closest axis tick
useYAxisInverseTickSnapScale - returns a function to convert pixel Y to the closest axis tick

Accessing Ticks:

useXAxisTicks - returns the calculated ticks of an X-axis
useYAxisTicks - returns the calculated ticks of a Y-axis

Feat
Fix
Types
Docs

New Contributors

Full Changelog: recharts/recharts@v3.7.0...v3.8.0

v3.7.0

Compare Source

What's Changed

📢 Cell is now deprecated and will be removed in the next major version. Please migrate all Cell usage to use the shape prop of respective chart elements. ‼️

Feat
New Hooks
Other
Fix
Chore
Docs

We've started auto-generating our docs for the most part so you should see large improvements in accuracy of the docs between the code, the website, and the storybook. Huge shoutout to @​PavelVanecek 🚀

New Contributors

Full Changelog: recharts/recharts@v3.6.0...v3.7.0

v3.6.0

Compare Source

What's Changed

3.6 🚀 - check out BarStack and ranged stacked bars 📊

Feat
Fix
Chore
  • CartesianAxis: Deprecate CartesianAxis @​PavelVanecek in #​6774
  • Bump to Node 24
  • Lots of undefined checks for progress towards TS strict mode
Docs
  • Docs should be improving on the daily - comments in code + storybook + the website should all be coming closer to in sync thanks to @​PavelVanecek pretty much writing his own documentation generator 🤖 🚀

New Contributors

Full Changelog: recharts/recharts@v3.5.1...v3.6.0

v3.5.1

Compare Source

What's Changed

Fix
  • Pie: add missing Sector index to Pie shape prop by @​ckifer in #​6683
    • This enables customization of specific slices of the Pie similar to activeIndex in 2.x
  • Pie: prevent cross-Pie highlighting in multi-Pie PieCharts with shared dataKeys by @​shreedharbhat98 in #​6678
    • Only marks a specific Sector as active when that sector is hovered
  • TypeScript/Tooltip: update activeLabel type to be a string | number by @​ckifer in #​6691
    • !! NOTE !!: This change may break your types if you relied on it as a string, but this is a bug fix
  • Accessibility/General: add tabIndex -1 on Recharts ZIndex svg portal g tags to prevent extraneous focusable surfaces by @​ckifer in #​6687
  • General: Removed accidental eslint dependency from main dependencies which should remove it from installation with recharts

New Contributors

Full Changelog: recharts/recharts@v3.5.0...v3.5.1

v3.5.0

Compare Source

What's Changed

Mostly fixes and performance improvements this release but check out the deprecation of Pie active/inactiveShape in favor of aligning with the shape prop of other chart elements.

Feat
  • Pie: add shape to align custom Pie sector shapes to other Recharts components by @​ckifer in #​6482
    • This change deprecates activeShape and inactiveShape. Please use the isActive prop passed from the callback to shape to create active Pie sectors.
    • Note: forgot to include the current Sector index, will add in 3.5.1
  • Stacked Charts: implement reverseStackOrder prop in v3 - fixes a regression between recharts 2 and 3 by @​j-shimizu111 in #​6644
  • Typescript/Dot: export ActiveDotProps and DotItemDotProps types by @​simaks in #​6657
Fix
Docs

New Contributors (thanks everyone!)

Full Changelog: recharts/recharts@v3.4.1...v3.4.2


Configuration

📅 Schedule: (in timezone Europe/Oslo)

  • 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai

coderabbitai Bot commented Nov 26, 2025

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate
renovate Bot force-pushed the renovate/recharts-3.x-lockfile branch 3 times, most recently from c0202a3 to c8c9db1 Compare December 1, 2025 10:09
@renovate renovate Bot changed the title Update dependency recharts to v3.5.0 Update dependency recharts to v3.5.1 Dec 1, 2025
@renovate
renovate Bot force-pushed the renovate/recharts-3.x-lockfile branch from c8c9db1 to 84d981b Compare December 3, 2025 17:06
@renovate
renovate Bot force-pushed the renovate/recharts-3.x-lockfile branch from 84d981b to 39e7012 Compare December 18, 2025 08:51
@renovate renovate Bot changed the title Update dependency recharts to v3.5.1 Update dependency recharts to v3.6.0 Dec 18, 2025
@renovate
renovate Bot force-pushed the renovate/recharts-3.x-lockfile branch from 39e7012 to fada732 Compare December 31, 2025 17:03
@renovate
renovate Bot force-pushed the renovate/recharts-3.x-lockfile branch 3 times, most recently from ab0d56d to 0181647 Compare January 13, 2026 15:03
@renovate
renovate Bot force-pushed the renovate/recharts-3.x-lockfile branch 4 times, most recently from d170090 to ab4b981 Compare January 24, 2026 21:26
@renovate renovate Bot changed the title Update dependency recharts to v3.6.0 Update dependency recharts to v3.7.0 Jan 24, 2026
@renovate
renovate Bot force-pushed the renovate/recharts-3.x-lockfile branch 3 times, most recently from 30cd3bf to 67eb3d1 Compare February 9, 2026 07:31
@renovate
renovate Bot force-pushed the renovate/recharts-3.x-lockfile branch 6 times, most recently from 3105412 to 4302391 Compare February 17, 2026 15:09
@renovate
renovate Bot force-pushed the renovate/recharts-3.x-lockfile branch 2 times, most recently from cabe3a2 to 58d9516 Compare March 10, 2026 00:55
@renovate renovate Bot changed the title Update dependency recharts to v3.7.0 Update dependency recharts to v3.8.0 Mar 10, 2026
@renovate renovate Bot changed the title Update dependency recharts to v3.8.0 chore(deps): update dependency recharts to v3.8.0 Mar 11, 2026
@renovate
renovate Bot force-pushed the renovate/recharts-3.x-lockfile branch from 58d9516 to 34106a6 Compare March 13, 2026 11:04
@renovate
renovate Bot force-pushed the renovate/recharts-3.x-lockfile branch from 34106a6 to 04b1e67 Compare March 28, 2026 13:38
@renovate renovate Bot changed the title chore(deps): update dependency recharts to v3.8.0 chore(deps): update dependency recharts to v3.8.1 Mar 28, 2026
@renovate
renovate Bot force-pushed the renovate/recharts-3.x-lockfile branch from 04b1e67 to f7f4cb6 Compare April 1, 2026 17:45
@renovate
renovate Bot force-pushed the renovate/recharts-3.x-lockfile branch from f7f4cb6 to 22ae006 Compare April 8, 2026 19:50
@renovate
renovate Bot force-pushed the renovate/recharts-3.x-lockfile branch from 22ae006 to 06de824 Compare April 29, 2026 20:03
@renovate
renovate Bot force-pushed the renovate/recharts-3.x-lockfile branch 2 times, most recently from c9b33fc to e9c434c Compare May 18, 2026 10:52
@renovate
renovate Bot force-pushed the renovate/recharts-3.x-lockfile branch from e9c434c to cf74981 Compare May 28, 2026 19:47
@renovate
renovate Bot force-pushed the renovate/recharts-3.x-lockfile branch from cf74981 to 588345c Compare July 26, 2026 01:58
@renovate renovate Bot changed the title chore(deps): update dependency recharts to v3.8.1 chore(deps): update dependency recharts to v3.10.0 Jul 26, 2026
@renovate
renovate Bot force-pushed the renovate/recharts-3.x-lockfile branch from 588345c to c319a4b Compare July 28, 2026 18:04
@renovate renovate Bot changed the title chore(deps): update dependency recharts to v3.10.0 chore(deps): update dependency recharts to v3.10.1 Jul 28, 2026
@renovate
renovate Bot force-pushed the renovate/recharts-3.x-lockfile branch from c319a4b to b8f5090 Compare August 12, 2026 00:39
@renovate
renovate Bot force-pushed the renovate/recharts-3.x-lockfile branch from b8f5090 to eec4edf Compare August 16, 2026 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants