[PR #2030] [MERGED] Bump recharts from 2.15.4 to 3.5.1 #4774

Closed
opened 2026-04-20 09:05:29 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/2030
Author: @dependabot[bot]
Created: 12/10/2025
Status: Merged
Merged: 12/20/2025
Merged by: @oschwartz10612

Base: mainHead: dependabot/npm_and_yarn/recharts-3.5.1


📝 Commits (1)

  • 63a1d89 Bump recharts from 2.15.4 to 3.5.1

📊 Changes

2 files changed (+146 additions, -103 deletions)

View changed files

📝 package-lock.json (+145 -102)
📝 package.json (+1 -1)

📄 Description

Bumps recharts from 2.15.4 to 3.5.1.

Release notes

Sourced from recharts's releases.

v3.5.1

What's Changed

Fix

  • Pie: add missing Sector index to Pie shape prop by @​ckifer in recharts/recharts#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 recharts/recharts#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 recharts/recharts#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 recharts/recharts#6687
  • General: Removed accidental eslint dependency from main dependencies which should remove it from installation with recharts

New Contributors

Full Changelog: https://github.com/recharts/recharts/compare/v3.5.0...v3.5.1

v3.5.0

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 recharts/recharts#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 recharts/recharts#6644
  • Typescript/Dot: export ActiveDotProps and DotItemDotProps types by @​simaks in recharts/recharts#6657

Fix

Docs

... (truncated)

Commits
  • 9726f20 3.5.1 (#6690)
  • 4c3474c fix(Pie): prevent cross-highlighting in multi-Pie charts with shared dataKey ...
  • d0ddd85 Omnidoc: prop comments (#6684)
  • 5ca2123 chore(deps-dev): bump prettier from 3.6.2 to 3.7.1 (#6701)
  • d88897b test(xaxis): prevent Date data test from failing on non-English locales (#6694)
  • 54a4dc5 chore(deps-dev): bump node-forge from 1.3.1 to 1.3.2 (#6700)
  • df81b8a fix: update activeLabel type to be a string | number (#6691)
  • fd69710 chore(deps-dev): bump the stryker group with 2 updates (#6686)
  • e198c21 chore(deps-dev): bump typescript-eslint from 8.47.0 to 8.48.0 (#6693)
  • f730eaf chore(deps-dev): bump the playwright group with 2 updates (#6692)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/2030 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/10/2025 **Status:** ✅ Merged **Merged:** 12/20/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/recharts-3.5.1` --- ### 📝 Commits (1) - [`63a1d89`](https://github.com/fosrl/pangolin/commit/63a1d8987afbcd08e92c7a0134700d5a2e267e28) Bump recharts from 2.15.4 to 3.5.1 ### 📊 Changes **2 files changed** (+146 additions, -103 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+145 -102) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 to 3.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/recharts/recharts/releases">recharts's releases</a>.</em></p> <blockquote> <h2>v3.5.1</h2> <h2>What's Changed</h2> <h3>Fix</h3> <ul> <li><code>Pie</code>: add missing <code>Sector</code> index to <code>Pie</code> <code>shape</code> prop by <a href="https://github.com/ckifer"><code>@​ckifer</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6683">recharts/recharts#6683</a> <ul> <li>This enables customization of specific slices of the <code>Pie</code> similar to <code>activeIndex</code> in 2.x</li> </ul> </li> <li><code>Pie</code>: prevent cross-Pie highlighting in multi-Pie <code>PieChart</code>s with shared dataKeys by <a href="https://github.com/shreedharbhat98"><code>@​shreedharbhat98</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6678">recharts/recharts#6678</a> <ul> <li>Only marks a specific Sector as active when that sector is hovered</li> </ul> </li> <li><code>TypeScript/Tooltip</code>: update <code>activeLabel</code> type to be a <code>string | number</code> by <a href="https://github.com/ckifer"><code>@​ckifer</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6691">recharts/recharts#6691</a> <ul> <li><strong>!! NOTE !!</strong>: This change may break your types if you relied on it as a string, but this <em>is</em> a bug fix</li> </ul> </li> <li><code>Accessibility/General</code>: add <code>tabIndex</code> -1 on Recharts <code>ZIndex</code> svg portal <code>g</code> tags to prevent extraneous focusable surfaces by <a href="https://github.com/ckifer"><code>@​ckifer</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6687">recharts/recharts#6687</a></li> <li><code>General</code>: Removed accidental eslint dependency from main dependencies which should remove it from installation with recharts</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Ashish-rajput999"><code>@​Ashish-rajput999</code></a> made their first contribution in <a href="https://redirect.github.com/recharts/recharts/pull/6694">recharts/recharts#6694</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/recharts/recharts/compare/v3.5.0...v3.5.1">https://github.com/recharts/recharts/compare/v3.5.0...v3.5.1</a></p> <h2>v3.5.0</h2> <h2>What's Changed</h2> <p>Mostly fixes and performance improvements this release but check out the deprecation of <code>Pie</code> <code>active/inactiveShape</code> in favor of aligning with the <code>shape</code> prop of other chart elements.</p> <h3>Feat</h3> <ul> <li><code>Pie</code>: add <code>shape</code> to align custom Pie sector shapes to other Recharts components by <a href="https://github.com/ckifer"><code>@​ckifer</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6482">recharts/recharts#6482</a> <ul> <li>This change deprecates <code>activeShape</code> and <code>inactiveShape</code>. Please use the <code>isActive</code> prop passed from the callback to <code>shape</code> to create active Pie sectors.</li> <li>Note: forgot to include the current Sector index, will add in 3.5.1</li> </ul> </li> <li><code>Stacked Charts</code>: implement <code>reverseStackOrder</code> prop in v3 - fixes a regression between recharts 2 and 3 by <a href="https://github.com/j-shimizu111"><code>@​j-shimizu111</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6644">recharts/recharts#6644</a></li> <li><code>Typescript/Dot</code>: export <code>ActiveDotProps</code> and <code>DotItemDotProps</code> types by <a href="https://github.com/simaks"><code>@​simaks</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6657">recharts/recharts#6657</a></li> </ul> <h3>Fix</h3> <ul> <li>Performance Improvements! <a href="https://recharts.github.io/en-US/guide/performance/">https://recharts.github.io/en-US/guide/performance/</a> <ul> <li> <ul> <li>Optimize <code>SetTooltipEntrySettings</code> to break infinite rendering loop by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6616">recharts/recharts#6616</a></li> </ul> </li> <li>Various performance improvements by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6634">recharts/recharts#6634</a></li> <li>Some more performance improvements by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6654">recharts/recharts#6654</a></li> </ul> </li> <li><code>Line</code>: fix animation when interrupted with non-data related changes by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6641">recharts/recharts#6641</a></li> <li><code>Line/Area</code>: fix active dot appearing outside graph by <a href="https://github.com/cameronm-orion"><code>@​cameronm-orion</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6612">recharts/recharts#6612</a></li> <li><code>Legend</code>: a <code>Legend</code> with a <code>portal</code> no longer adjusts the margin of the chart (which left an empty space) by <a href="https://github.com/ckifer"><code>@​ckifer</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6609">recharts/recharts#6609</a></li> <li><code>ErrorBar</code>: remove duplicate key warning when error range has same values by <a href="https://github.com/bas0N"><code>@​bas0N</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6660">recharts/recharts#6660</a></li> <li><code>PolarAngleAxis</code>: prevent overlapping &quot;0&quot; and &quot;360&quot; ticks by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6611">recharts/recharts#6611</a></li> <li><code>Typescript/Area</code>: add specific type to <code>Area.label</code> instead of <code>any</code> by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6621">recharts/recharts#6621</a></li> <li><code>General</code>: disable immutable check in production, removes console warnings by <a href="https://github.com/tngwoerleij"><code>@​tngwoerleij</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6619">recharts/recharts#6619</a></li> </ul> <h3>Docs</h3> <ul> <li>Add guide for performant charts by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6659">recharts/recharts#6659</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/recharts/recharts/commit/9726f20a69c6c49dc1d23490c499da3d271b1154"><code>9726f20</code></a> 3.5.1 (<a href="https://redirect.github.com/recharts/recharts/issues/6690">#6690</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/4c3474ca1c8e8e86859287f22ea10ea7cec77ab9"><code>4c3474c</code></a> fix(Pie): prevent cross-highlighting in multi-Pie charts with shared dataKey ...</li> <li><a href="https://github.com/recharts/recharts/commit/d0ddd853e951bf99450505f01b878eaaedcbbf73"><code>d0ddd85</code></a> Omnidoc: prop comments (<a href="https://redirect.github.com/recharts/recharts/issues/6684">#6684</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/5ca21238e11595dd7bb5efc42ebbb478b3899c89"><code>5ca2123</code></a> chore(deps-dev): bump prettier from 3.6.2 to 3.7.1 (<a href="https://redirect.github.com/recharts/recharts/issues/6701">#6701</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/d88897bdd5612c7e6fcad227e08edc1760fda78a"><code>d88897b</code></a> test(xaxis): prevent Date data test from failing on non-English locales (<a href="https://redirect.github.com/recharts/recharts/issues/6694">#6694</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/54a4dc58aa16cf44dc8b52a4932bb4eb1d2e859e"><code>54a4dc5</code></a> chore(deps-dev): bump node-forge from 1.3.1 to 1.3.2 (<a href="https://redirect.github.com/recharts/recharts/issues/6700">#6700</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/df81b8ad5edf2c593bb12d09435a295f612fd7be"><code>df81b8a</code></a> fix: update activeLabel type to be a string | number (<a href="https://redirect.github.com/recharts/recharts/issues/6691">#6691</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/fd6971073a88fd25f3724e3859850b204dbf2bf0"><code>fd69710</code></a> chore(deps-dev): bump the stryker group with 2 updates (<a href="https://redirect.github.com/recharts/recharts/issues/6686">#6686</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/e198c21d411118e1d70a213f0a339de106ada48a"><code>e198c21</code></a> chore(deps-dev): bump typescript-eslint from 8.47.0 to 8.48.0 (<a href="https://redirect.github.com/recharts/recharts/issues/6693">#6693</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/f730eafce4a600768c06c7611e463c2eaa329c25"><code>f730eaf</code></a> chore(deps-dev): bump the playwright group with 2 updates (<a href="https://redirect.github.com/recharts/recharts/issues/6692">#6692</a>)</li> <li>Additional commits viewable in <a href="https://github.com/recharts/recharts/compare/v2.15.4...v3.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=recharts&package-manager=npm_and_yarn&previous-version=2.15.4&new-version=3.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 09:05:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#4774