Bump recharts from 2.15.4 to 3.7.0 #196

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

Originally created by @dependabot[bot] on 2/26/2026

Bumps recharts from 2.15.4 to 3.7.0.

Release notes

Sourced from recharts's releases.

v3.7.0

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

... (truncated)

Commits
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


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 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)
*Originally created by @dependabot[bot] on 2/26/2026* Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 to 3.7.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.7.0</h2> <h2>What's Changed</h2> <p>📢 <strong><code>Cell</code> is now deprecated</strong> and will be removed in the next major version. Please migrate all <code>Cell</code> usage to use the <code>shape</code> prop of respective chart elements. ‼️</p> <h3>Feat</h3> <h4>New Hooks</h4> <ul> <li><code>useIsTooltipActive</code>: returns if the tooltip is active by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6880">recharts/recharts#6880</a></li> <li><code>useActiveTooltipCoordinate</code>: returns current tooltip coordinate by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6880">recharts/recharts#6880</a></li> </ul> <h4>Other</h4> <ul> <li><code>Tooltip</code>: allow <code>offset</code> prop to accept Coordinate object by <a href="https://github.com/bigsaigon333"><code>@​bigsaigon333</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6868">recharts/recharts#6868</a> <code>X/YAxis</code> add new axis type: &quot;auto&quot; by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6823">recharts/recharts#6823</a> <ul> <li>sets the type to &quot;category&quot; for categorical axes, and &quot;number&quot; for numeric axis.</li> </ul> </li> <li><code>X/YAxis</code>: replace <code>tick: any</code> with explicit type by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6911">recharts/recharts#6911</a></li> <li><code>Bar/TypeScript</code>: add <code>BarShapeProps</code> type to fix <code>Bar.shape</code> type by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6900">recharts/recharts#6900</a></li> <li><code>TypeScript</code>: add missing useful type exports for <code>content</code>, <code>shape</code> functions, etc. <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6852">recharts/recharts#6852</a></li> </ul> <h3>Fix</h3> <ul> <li><code>BarChart</code>: fix <code>stackOffset=sign</code> for charts with 3 or more positive values in one series by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6807">recharts/recharts#6807</a></li> <li><code>BarStack</code>: fix circular dependency when building with vite by <a href="https://github.com/jkr2255"><code>@​jkr2255</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6777">recharts/recharts#6777</a></li> <li><code>BarStack</code>: fix <code>BarStack</code> <code>clipPath</code> in charts with <code>stackOffset=sign</code> by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6806">recharts/recharts#6806</a></li> <li><code>BarStack</code>: apply bar stack radius to active bars by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6906">recharts/recharts#6906</a></li> </ul> <h3>Chore</h3> <ul> <li>Enabled <code>strict</code> tsconfig by <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6842">recharts/recharts#6842</a></li> </ul> <h3>Docs</h3> <p>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 <a href="https://github.com/PavelVanecek"><code>@​PavelVanecek</code></a> 🚀</p> <ul> <li>Dark mode 🕶️ by <a href="https://github.com/cloud-walker"><code>@​cloud-walker</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/6828">recharts/recharts#6828</a> <ul> <li>Thanks <a href="https://github.com/cloud-walker"><code>@​cloud-walker</code></a></li> </ul> </li> <li>Recharts devtools has been added to all website examples for easier issue debugging</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jkr2255"><code>@​jkr2255</code></a> made their first contribution in <a href="https://redirect.github.com/recharts/recharts/pull/6777">recharts/recharts#6777</a></li> <li><a href="https://github.com/cloud-walker"><code>@​cloud-walker</code></a> made their first contribution in <a href="https://redirect.github.com/recharts/recharts/pull/6824">recharts/recharts#6824</a></li> <li><a href="https://github.com/bigsaigon333"><code>@​bigsaigon333</code></a> made their first contribution in <a href="https://redirect.github.com/recharts/recharts/pull/6868">recharts/recharts#6868</a></li> <li><a href="https://github.com/huangkevin-apr"><code>@​huangkevin-apr</code></a> made their first contribution in <a href="https://redirect.github.com/recharts/recharts/pull/6872">recharts/recharts#6872</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/recharts/recharts/compare/v3.6.0...v3.7.0">https://github.com/recharts/recharts/compare/v3.6.0...v3.7.0</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/recharts/recharts/commit/d1bc41c6fe71b0c9f377307532a446da45470f08"><code>d1bc41c</code></a> 3.7.0 (<a href="https://redirect.github.com/recharts/recharts/issues/6913">#6913</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/8ea7355c89e48748355ef2b00ec18487b7b165f3"><code>8ea7355</code></a> Replace tick: any with explicit type (<a href="https://redirect.github.com/recharts/recharts/issues/6911">#6911</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/5586fb2336f6aa3711b953f12da1395def0eb987"><code>5586fb2</code></a> Deprecate Cell, move all examples to shape, export ScatterShapeProps (<a href="https://redirect.github.com/recharts/recharts/issues/6904">#6904</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/9644f294a78ac598520f95b10d5219751e467a07"><code>9644f29</code></a> chore(deps-dev): bump typescript-eslint from 8.53.0 to 8.53.1 (<a href="https://redirect.github.com/recharts/recharts/issues/6910">#6910</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/3f9dbd06bb0e50078312a97ee4afa976cea19298"><code>3f9dbd0</code></a> chore(deps): bump eventemitter3 from 5.0.1 to 5.0.4 (<a href="https://redirect.github.com/recharts/recharts/issues/6908">#6908</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/6529696483339d8509518059cc63cc0475e9b9a9"><code>6529696</code></a> chore(deps-dev): bump <code>@​testing-library/react</code> from 16.3.1 to 16.3.2 (<a href="https://redirect.github.com/recharts/recharts/issues/6909">#6909</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/bef363065519bda252683fb200a8c979233e0bc6"><code>bef3630</code></a> Clarify docs (<a href="https://redirect.github.com/recharts/recharts/issues/6907">#6907</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/2548a9fbb5376fffc9e4368fef4b3ff73e66b44a"><code>2548a9f</code></a> Apply BarStackClipLayer on active bars (<a href="https://redirect.github.com/recharts/recharts/issues/6906">#6906</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/0374d8e71d02ee6250a1b97e14dee04a4a7a4359"><code>0374d8e</code></a> Remove duplicate stories (<a href="https://redirect.github.com/recharts/recharts/issues/6901">#6901</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/23a42f46b1b5e84437a9031854306bab7c77619f"><code>23a42f4</code></a> [Omnidoc] Link examples from each prop (<a href="https://redirect.github.com/recharts/recharts/issues/6899">#6899</a>)</li> <li>Additional commits viewable in <a href="https://github.com/recharts/recharts/compare/v2.15.4...v3.7.0">compare view</a></li> </ul> </details> <details> <summary>Install script changes</summary> <p>This version modifies <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </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.7.0)](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 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>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#196