Bump recharts from 2.15.4 to 3.6.0 #444

Closed
opened 2026-04-05 17:10:10 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @dependabot[bot] on 12/22/2025

Bumps recharts from 2.15.4 to 3.6.0.

Release notes

Sourced from recharts's releases.

v3.6.0

What's Changed

3.6 🚀 - check out BarStack and ranged stacked bars 📊

Feat

Fix

Chore

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: https://github.com/recharts/recharts/compare/v3.5.1...v3.6.0

v3.5.1

What's Changed

Fix

... (truncated)

Commits
  • 71670d3 Deprecate CartesianAxis, stop passing scale (#6774)
  • 2d419c4 [Omnidoc] [bugfix] Scatter and ErrorBar doc comments, and fix Scatter lineJoi...
  • 9e2b5f7 Fix: Tooltip payload data include unrelated items (#6773)
  • 25e24bb chore(deps): bump es-toolkit from 1.42.0 to 1.43.0 (#6767)
  • ba95b47 chore(deps-dev): bump terser-webpack-plugin from 5.3.15 to 5.3.16 (#6768)
  • e88fc3b chore(deps): bump @​codemirror/view from 6.39.3 to 6.39.4 (#6769)
  • b239d60 chore(deps-dev): bump @​recharts/devtools from 0.0.2 to 0.0.3 (#6770)
  • c979b37 [Omnidoc] Add links and prop sorting, generate Area doc (#6762)
  • b7637b6 Replace internal helpers with @​recharts/devtools import (#6766)
  • d85fdde Add graphicalItemId to tooltip payload object (#6765)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note


Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

*Originally created by @dependabot[bot] on 12/22/2025* Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 to 3.6.0. <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.6.0</h2> <h2>What's Changed</h2> <p>3.6 🚀 - check out <a href="https://recharts.github.io/en-US/guide/roundedBars/"><code>BarStack</code></a> and <a href="https://recharts.github.io/en-US/examples/RangedStackedBarChart/">ranged stacked bars</a> 📊</p> <h3>Feat</h3> <ul> <li><code>BarStack</code>: new component <code>BarStack</code> by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6746">recharts/recharts#6746</a> <ul> <li>allows configuring settings for the whole stack of bars such as <code>radius</code></li> </ul> </li> <li><code>Bar</code>: enable ranged stacked bars by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6722">recharts/recharts#6722</a></li> <li><code>Pie/Typescript</code>: Export <code>PieSectorShapeProps</code> type for <code>shape</code> function by <a href="https://github.com/ramanverse"><code>@​ramanverse</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6706">recharts/recharts#6706</a> <code>XAxis/YAxis</code>: Implement 'equidistantPreserveEnd' interval option for XAxis and YAxis (<a href="https://redirect.github.com/recharts/recharts/issues/6642">#6642</a>) by <a href="https://github.com/Om-Mishra09"><code>@​Om-Mishra09</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6661">recharts/recharts#6661</a></li> <li><code>Tooltip</code>: Add <code>graphicalItemId</code> to tooltip payload object by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6765">recharts/recharts#6765</a></li> <li><code>TypeScript</code>: Export <code>TooltipIndex</code>, <code>BarRectangleItem</code>, <code>TreemapNode</code>, <code>DataKey</code>, <code>AxisInterval</code> from public API by <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6676">recharts/recharts#6676</a></li> </ul> <h3>Fix</h3> <ul> <li><code>Scatter</code>: fix bug where Tooltip payload data was duplicated or contained unrelated items when using multiple <code>Scatter</code> elements in one <code>ScatterChart</code> by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6773">recharts/recharts#6773</a></li> <li><code>Label/LabelList: </code>Fix crash when <code>Label</code> is passed as content to <code>LabelList</code> by <a href="https://github.com/Harikrushn9118"><code>@​Harikrushn9118</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6732">recharts/recharts#6732</a></li> <li><code>General</code>: Round numbers before putting them to DOM by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6707">recharts/recharts#6707</a></li> <li><code>General</code>: Store refs instead of IDs to unblock shadow DOM usecases by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6753">recharts/recharts#6753</a></li> </ul> <h3>Chore</h3> <ul> <li><code>CartesianAxis</code>: Deprecate <code>CartesianAxis</code> <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6774">recharts/recharts#6774</a></li> <li>Bump to Node 24</li> <li>Lots of <code>undefined</code> checks for progress towards TS <code>strict</code> mode</li> </ul> <h3>Docs</h3> <ul> <li>Docs should be improving on the daily - comments in code + storybook + the website should all be coming closer to in sync thanks to <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> pretty much writing his own documentation generator 🤖 🚀</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Om-Mishra09"><code>@​Om-Mishra09</code></a> made their first contribution in <a href="https://redirect.github.com/recharts/recharts/pull/6661">recharts/recharts#6661</a></li> <li><a href="https://github.com/taro-yanagiya"><code>@​taro-yanagiya</code></a> made their first contribution in <a href="https://redirect.github.com/recharts/recharts/pull/6708">recharts/recharts#6708</a></li> <li><a href="https://github.com/ramanverse"><code>@​ramanverse</code></a> made their first contribution in <a href="https://redirect.github.com/recharts/recharts/pull/6706">recharts/recharts#6706</a></li> <li><a href="https://github.com/Advikkhandelwal"><code>@​Advikkhandelwal</code></a> made their first contribution in <a href="https://redirect.github.com/recharts/recharts/pull/6714">recharts/recharts#6714</a></li> <li><a href="https://github.com/Harikrushn9118"><code>@​Harikrushn9118</code></a> made their first contribution in <a href="https://redirect.github.com/recharts/recharts/pull/6732">recharts/recharts#6732</a></li> <li><a href="https://github.com/milanchahar"><code>@​milanchahar</code></a> made their first contribution in <a href="https://redirect.github.com/recharts/recharts/pull/6739">recharts/recharts#6739</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/recharts/recharts/compare/v3.5.1...v3.6.0">https://github.com/recharts/recharts/compare/v3.5.1...v3.6.0</a></p> <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></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/recharts/recharts/commit/71670d31e115eac4b5afed992f85f62cc9db4235"><code>71670d3</code></a> Deprecate CartesianAxis, stop passing scale (<a href="https://redirect.github.com/recharts/recharts/issues/6774">#6774</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/2d419c4203b94d1e982df699c49df5ade64a0e2b"><code>2d419c4</code></a> [Omnidoc] [bugfix] Scatter and ErrorBar doc comments, and fix Scatter lineJoi...</li> <li><a href="https://github.com/recharts/recharts/commit/9e2b5f72c41a3a6750c4862943de91cc58c00157"><code>9e2b5f7</code></a> Fix: Tooltip payload data include unrelated items (<a href="https://redirect.github.com/recharts/recharts/issues/6773">#6773</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/25e24bb68fd6a4fc3549a7afaa3ca0a1a3794983"><code>25e24bb</code></a> chore(deps): bump es-toolkit from 1.42.0 to 1.43.0 (<a href="https://redirect.github.com/recharts/recharts/issues/6767">#6767</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/ba95b4754f690d142255129386a9991e916e9d35"><code>ba95b47</code></a> chore(deps-dev): bump terser-webpack-plugin from 5.3.15 to 5.3.16 (<a href="https://redirect.github.com/recharts/recharts/issues/6768">#6768</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/e88fc3b335386f0e8401657f1071c40846dc13c3"><code>e88fc3b</code></a> chore(deps): bump <code>@​codemirror/view</code> from 6.39.3 to 6.39.4 (<a href="https://redirect.github.com/recharts/recharts/issues/6769">#6769</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/b239d60f13853561c079bcb8332409daf4751db9"><code>b239d60</code></a> chore(deps-dev): bump <code>@​recharts/devtools</code> from 0.0.2 to 0.0.3 (<a href="https://redirect.github.com/recharts/recharts/issues/6770">#6770</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/c979b37019cbe72249fdbea132fa59adda74e618"><code>c979b37</code></a> [Omnidoc] Add links and prop sorting, generate Area doc (<a href="https://redirect.github.com/recharts/recharts/issues/6762">#6762</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/b7637b613c2b3d75708f7024d60aa1f1d46ae1ba"><code>b7637b6</code></a> Replace internal helpers with <code>@​recharts/devtools</code> import (<a href="https://redirect.github.com/recharts/recharts/issues/6766">#6766</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/d85fdde4dfdd3111af6115ebfe32dd5e23fa4dfe"><code>d85fdde</code></a> Add graphicalItemId to tooltip payload object (<a href="https://redirect.github.com/recharts/recharts/issues/6765">#6765</a>)</li> <li>Additional commits viewable in <a href="https://github.com/recharts/recharts/compare/v2.15.4...v3.6.0">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.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
MrUnknownDE added the dependenciesjavascriptdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesdependenciesjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascriptjavascript labels 2026-04-05 17:10:19 +02:00
Sign in to join this conversation.
No Label dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies dependencies javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript javascript
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#444