Skip to content

Update dependency recharts to v2.15.4 - #233

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/all-minor-patch
Sep 15, 2025
Merged

Update dependency recharts to v2.15.4#233
renovate[bot] merged 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Sep 15, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
recharts 2.12.7 -> 2.15.4 age confidence

Release Notes

recharts/recharts (recharts)

v2.15.4

Compare Source

What's Changed

Last 2.x patch - releasing since the @babel/runtime vulnerability is showing up in some security scans. Hoping to release 3.0 on 6/22 🚀

Fix
  • X/YAxis: fix issue where recharts class names did not get passed to custom tick components by @​MyungAe in #​5840
  • Bar: allow minPointSize function to receive null and undefined values by @​eino in #​5947
  • TypeScript: fix issue which caused build errors when allowSyntheticDefaultImports: false by @​tfaller in #​5810
Security
  • resolve @​babel/runtime ReDoS vulnerability (SNYK-JS-BABELRUNTIME-10044504) by @​moehaje in #​5969
    • recharts isn't vulnerable to this per-se, but it does show up in security tooling like snyk

New Contributors

Full Changelog: recharts/recharts@v2.15.3...v2.15.4

v2.15.3

Compare Source

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 @​jackfletch in #​5759

Full Changelog: recharts/recharts@v2.15.2...v2.15.3

v2.15.2

Compare Source

What's Changed

Few bugfixes and bug fix backports for 2.x

Fix
  • Bar/Rectangle: add index back to Bar Rectangle key to prevent duplicate key issues by @​ckifer in #​5561
  • Dot: re-include points object in dotProps by @​brodriguezmilla in #​5657
  • Tooltip: add SVGProps to Tooltip payload type to account for svg properties such as opacity passed by the user by @​ally1002 in #​5712
  • Tooltip/Bar: fix activeBar prop not working when tooltip shared={false} by @​nizans in #​5718
  • General: allow data-* props to be spread on svg elements and not be filtered out by @​prtmwrkr in #​5666

New Contributors

Full Changelog: recharts/recharts@v2.15.1...v2.15.2

v2.15.1

Compare Source

What's Changed

Quick patch release, nothing crazy going on here.

In the meantime please help us test recharts 3.0 alpha #​5445 🚀

Fix
Chore

New Contributors

Full Changelog: recharts/recharts@v2.15.0...v2.15.1

v2.15.0

Compare Source

What's Changed

Final 2.x React 19 support

!!! You still need to override your react-is version to match react/react-dom for React 19 to work with recharts !!! - see thread here - this limitation will be alleviated in recharts 3.0

Feat

Add React 19 to peerDependencies - closes #​4558

Fix

  • Bar: fix Bar mouse event types regression - closes #​5308
  • Remove React19 deprecated ReactText type

Full Changelog: recharts/recharts@v2.14.1...v2.15.0

v2.14.1

Compare Source

What's Changed
Fix
  • X/YAxis: omit unused/accidentally added (in 2.13) ref prop from axis types in #​5295. Resolves #​5294

Full Changelog: recharts/recharts@v2.14.0...v2.14.1

v2.14.0

Compare Source

What's Changed

Small release to get new top level chart events out there. Still working on 3.x, a little slower right now because of the holidays.

Feat

  • Area/Line/Bar/Scatter/Pie/Radar/RadialBar/Funnel Chart components: add support for top level onContextMenu and onDoubleClick events #​5254 by @​abarreau in #​5255

Fix

Typescript fixes
  • LabelList: dataKey prop for LabelList should accept any object by @​ckifer in #​5252
  • Pie: PieSectorDataItem.payload should be an object rather than an array by @​BTOdell in #​5263

New Contributors

Full Changelog: recharts/recharts@v2.13.3...v2.14.0

v2.13.3

Compare Source

What's Changed

Small change which may (or may not) help when using ResponsiveContainer with React 19. Worth a shot.

!! react-is override is still needed for React 19 to work correctly with recharts !! - see #​4558

Fix
  • 7a67b41 ResponsiveContainer - swap isElement from react-is with React.isValidElement

Full Changelog: recharts/recharts@v2.13.2...v2.13.3

v2.13.2

Compare Source

What's Changed

  • Another fix from 2.13. Categorical charts should have their ref props back.
Fix

Full Changelog: recharts/recharts@v2.13.1...v2.13.2

v2.13.1

Compare Source

What's Changed

  • Small bug fixes from the 2.13 release
Fix
  • ResponsiveContainer: fix internal bug from 2.13 which causes responsive container to render incorrectly by @​ckifer in #​5174
  • Bar: radius prop type fixed to match expected type by @​lifeofpavs in #​5116

New Contributors

Full Changelog: recharts/recharts@v2.13.0...v2.13.1

v2.13.0

Compare Source

What's Changed

React 19 compat, fix annoying defaultProps warnings, bug fixes

Feat
  • React 19 compatibility - see #​4558

    • peerDependencies still cannot be updated until 3.0 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 #​4558 (comment)
  • CartesianGrid: add support for ry prop to curve the corner of the grid background - progress on #​3062

Fix
Typescript
  • JSDoc comments will now be preserved in TypeScript definitions by @​mxdvl in #​5071

New Contributors

Full Changelog: recharts/recharts@v2.12.7...v2.13.0


Configuration

📅 Schedule: Branch creation - On day 1 and 15 of the month ( * * 1,15 * * ) (UTC), 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.


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

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

@renovate

renovate Bot commented Sep 15, 2025

Copy link
Copy Markdown
Contributor Author

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@renovate
renovate Bot merged commit e1e5c32 into master Sep 15, 2025
3 checks passed
@vercel

vercel Bot commented Sep 15, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
github-insights Ready Ready Preview Comment Sep 15, 2025 6:12am

@renovate
renovate Bot deleted the renovate/all-minor-patch branch September 15, 2025 06:12
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants