Skip to content

Update dependency recharts to v2.15.4#110

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

Update dependency recharts to v2.15.4#110
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/recharts-2.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Oct 10, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
recharts 2.12.72.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: (UTC)

  • 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.

@vercel

vercel Bot commented Oct 10, 2024

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
portfolio-pro Ready Ready Preview, Comment May 28, 2026 4:30pm

@github-actions github-actions Bot added the root label Oct 10, 2024
@renovate renovate Bot changed the title Update dependency recharts to v2.13.0 Update dependency recharts to v2.13.1 Oct 30, 2024
@renovate renovate Bot force-pushed the renovate/recharts-2.x-lockfile branch from d84216e to 95248f5 Compare October 30, 2024 02:17
@renovate renovate Bot changed the title Update dependency recharts to v2.13.1 Update dependency recharts to v2.13.2 Oct 30, 2024
@renovate renovate Bot force-pushed the renovate/recharts-2.x-lockfile branch from 95248f5 to 1221fe0 Compare October 30, 2024 15:25
@renovate renovate Bot changed the title Update dependency recharts to v2.13.2 Update dependency recharts to v2.13.3 Nov 1, 2024
@renovate renovate Bot force-pushed the renovate/recharts-2.x-lockfile branch from 1221fe0 to 05ab130 Compare November 1, 2024 22:33
@renovate renovate Bot changed the title Update dependency recharts to v2.13.3 Update dependency recharts to v2.14.0 Dec 2, 2024
@renovate renovate Bot force-pushed the renovate/recharts-2.x-lockfile branch from 05ab130 to 938623c Compare December 2, 2024 22:20
@renovate renovate Bot force-pushed the renovate/recharts-2.x-lockfile branch from 938623c to 7c6a766 Compare December 3, 2024 06:45
@renovate renovate Bot changed the title Update dependency recharts to v2.14.0 Update dependency recharts to v2.14.1 Dec 3, 2024
@renovate renovate Bot changed the title Update dependency recharts to v2.14.1 Update dependency recharts to v2.15.0 Dec 12, 2024
@renovate renovate Bot force-pushed the renovate/recharts-2.x-lockfile branch from 7c6a766 to 2b70983 Compare December 12, 2024 21:03
@renovate renovate Bot force-pushed the renovate/recharts-2.x-lockfile branch from 2b70983 to d50fa1f Compare January 28, 2025 00:45
@renovate renovate Bot changed the title Update dependency recharts to v2.15.0 Update dependency recharts to v2.15.1 Jan 28, 2025
@renovate renovate Bot force-pushed the renovate/recharts-2.x-lockfile branch from d50fa1f to 22baff4 Compare April 3, 2025 07:25
@renovate renovate Bot changed the title Update dependency recharts to v2.15.1 Update dependency recharts to v2.15.2 Apr 3, 2025
@renovate renovate Bot force-pushed the renovate/recharts-2.x-lockfile branch from 22baff4 to 75975e7 Compare April 18, 2025 07:32
@renovate renovate Bot changed the title Update dependency recharts to v2.15.2 Update dependency recharts to v2.15.3 Apr 18, 2025
@renovate renovate Bot force-pushed the renovate/recharts-2.x-lockfile branch from 75975e7 to 8756c33 Compare June 20, 2025 22:06
@renovate renovate Bot changed the title Update dependency recharts to v2.15.3 Update dependency recharts to v2.15.4 Jun 20, 2025
@renovate renovate Bot force-pushed the renovate/recharts-2.x-lockfile branch from 8756c33 to ddd4d20 Compare September 25, 2025 20:41
@renovate renovate Bot force-pushed the renovate/recharts-2.x-lockfile branch from ddd4d20 to 8c4d236 Compare February 12, 2026 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants