[PR #2777] [CLOSED] Bump recharts from 2.12.7 to 2.14.1 in /frontend #4112

Closed
opened 2026-02-22 18:35:10 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2777
Author: @dependabot[bot]
Created: 12/9/2024
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/frontend/recharts-2.14.1


📝 Commits (1)

  • def7e23 Bump recharts from 2.12.7 to 2.14.1 in /frontend

📊 Changes

2 files changed (+40 additions, -10 deletions)

View changed files

📝 frontend/package.json (+1 -1)
📝 frontend/yarn.lock (+39 -9)

📄 Description

Bumps recharts from 2.12.7 to 2.14.1.

Release notes

Sourced from recharts's releases.

v2.14.1

What's Changed

Fix

Full Changelog: https://github.com/recharts/recharts/compare/v2.14.0...v2.14.1

v2.14.0

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

Fix

Typescript fixes

New Contributors

Full Changelog: https://github.com/recharts/recharts/compare/v2.13.3...v2.14.0

v2.13.3

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 recharts/recharts#4558

Fix

Full Changelog: https://github.com/recharts/recharts/compare/v2.13.2...v2.13.3

v2.13.2

What's Changed

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

... (truncated)

Commits

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/Mintplex-Labs/anything-llm/pull/2777 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/9/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/frontend/recharts-2.14.1` --- ### 📝 Commits (1) - [`def7e23`](https://github.com/Mintplex-Labs/anything-llm/commit/def7e237ad09ddfa4fc9ad32dcfdc173ed4c0bc4) Bump recharts from 2.12.7 to 2.14.1 in /frontend ### 📊 Changes **2 files changed** (+40 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -1) 📝 `frontend/yarn.lock` (+39 -9) </details> ### 📄 Description Bumps [recharts](https://github.com/recharts/recharts) from 2.12.7 to 2.14.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>v2.14.1</h2> <h3>What's Changed</h3> <h3>Fix</h3> <ul> <li><code>X/YAxis</code>: omit unused/accidentally added (in 2.13) <code>ref</code> prop from axis types in <a href="https://redirect.github.com/recharts/recharts/pull/5295">recharts/recharts#5295</a>. Resolves <a href="https://redirect.github.com/recharts/recharts/issues/5294">recharts/recharts#5294</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/recharts/recharts/compare/v2.14.0...v2.14.1">https://github.com/recharts/recharts/compare/v2.14.0...v2.14.1</a></p> <h2>v2.14.0</h2> <h2>What's Changed</h2> <p>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.</p> <h2>Feat</h2> <ul> <li><code>Area</code>/<code>Line</code>/<code>Bar</code>/<code>Scatter</code>/<code>Pie</code>/<code>Radar</code>/<code>RadialBar</code>/<code>Funnel</code> Chart components: add support for top level <code>onContextMenu</code> and <code>onDoubleClick</code> events <a href="https://redirect.github.com/recharts/recharts/issues/5254">#5254</a> by <a href="https://github.com/abarreau"><code>@​abarreau</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/5255">recharts/recharts#5255</a></li> </ul> <h2>Fix</h2> <h4>Typescript fixes</h4> <ul> <li><code>LabelList</code>: <code>dataKey</code> prop for LabelList should accept any object by <a href="https://github.com/ckifer"><code>@​ckifer</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/5252">recharts/recharts#5252</a></li> <li><code>Pie</code>: <code>PieSectorDataItem.payload</code> should be an object rather than an array by <a href="https://github.com/BTOdell"><code>@​BTOdell</code></a> in <a href="https://redirect.github.com/recharts/recharts/pull/5263">recharts/recharts#5263</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/abarreau"><code>@​abarreau</code></a> made their first contribution in <a href="https://redirect.github.com/recharts/recharts/pull/5255">recharts/recharts#5255</a></li> <li><a href="https://github.com/BTOdell"><code>@​BTOdell</code></a> made their first contribution in <a href="https://redirect.github.com/recharts/recharts/pull/5263">recharts/recharts#5263</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/recharts/recharts/compare/v2.13.3...v2.14.0">https://github.com/recharts/recharts/compare/v2.13.3...v2.14.0</a></p> <h2>v2.13.3</h2> <h3>What's Changed</h3> <p>Small change which may (or may not) help when using ResponsiveContainer with React 19. Worth a shot.</p> <p>!! <strong><code>react-is</code> override is still needed for React 19 to work correctly with recharts</strong> !! - see <a href="https://redirect.github.com/recharts/recharts/issues/4558">recharts/recharts#4558</a></p> <h3>Fix</h3> <ul> <li><a href="https://github.com/recharts/recharts/commit/7a67b414bddaae93c263bfd918f9e552fc9b184f">https://github.com/recharts/recharts/commit/7a67b414bddaae93c263bfd918f9e552fc9b184f</a> <code>ResponsiveContainer</code> - swap <code>isElement</code> from <code>react-is</code> with <code>React.isValidElement</code></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/recharts/recharts/compare/v2.13.2...v2.13.3">https://github.com/recharts/recharts/compare/v2.13.2...v2.13.3</a></p> <h2>v2.13.2</h2> <h2>What's Changed</h2> <ul> <li>Another fix from 2.13. Categorical charts should have their <code>ref</code> props back.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/recharts/recharts/commit/4c87c6c3198df0c3f6318045dec670d2d288277c"><code>4c87c6c</code></a> Fix x y axis ref (<a href="https://redirect.github.com/recharts/recharts/issues/5295">#5295</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/9b7613a44a171d3acc75e516e9e3ac847688b4e1"><code>9b7613a</code></a> fix: ts build failure</li> <li><a href="https://github.com/recharts/recharts/commit/676f640faf6aa642eae0740428f97d189925de74"><code>676f640</code></a> 2.14.0</li> <li><a href="https://github.com/recharts/recharts/commit/914a16b8c70f8fae6b3c2a3aa5fbb844e3d5bf33"><code>914a16b</code></a> Backport <code>PieSectorDataItem.payload</code> typing (<a href="https://redirect.github.com/recharts/recharts/issues/5263">#5263</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/a73a8ce24667bc982ac50e79c80781aae827688b"><code>a73a8ce</code></a> Adds onContextMenu and onDoubleClick props for categorical chart <a href="https://redirect.github.com/recharts/recharts/issues/5254">#5254</a> (<a href="https://redirect.github.com/recharts/recharts/issues/5255">#5255</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/eb275be4461b12a81f063baadb5a0a0130ad8836"><code>eb275be</code></a> fix: dataKey prop for LabelList should accept any object (<a href="https://redirect.github.com/recharts/recharts/issues/5252">#5252</a>)</li> <li><a href="https://github.com/recharts/recharts/commit/c604db5916d5165134ed3edabfb3c796650c1c36"><code>c604db5</code></a> 2.13.3</li> <li><a href="https://github.com/recharts/recharts/commit/7a67b414bddaae93c263bfd918f9e552fc9b184f"><code>7a67b41</code></a> fix: use React.isValidElement instead of react-is isElement</li> <li><a href="https://github.com/recharts/recharts/commit/36066aa8a94f03b20b92e625c93f5f66339caadc"><code>36066aa</code></a> 2.13.2</li> <li><a href="https://github.com/recharts/recharts/commit/2d0c3e0392decc22bb7ccd98067a0ee0b3bf6776"><code>2d0c3e0</code></a> fix: forwardRef to CategoricalChartWrapper from CategoricalChart (<a href="https://redirect.github.com/recharts/recharts/issues/5176">#5176</a>)</li> <li>Additional commits viewable in <a href="https://github.com/recharts/recharts/compare/v2.12.7...v2.14.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.12.7&new-version=2.14.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>
yindo added the pull-request label 2026-02-22 18:35:10 -05:00
yindo closed this issue 2026-02-22 18:35:10 -05:00
yindo changed title from [PR #2777] Bump recharts from 2.12.7 to 2.14.1 in /frontend to [PR #2777] [CLOSED] Bump recharts from 2.12.7 to 2.14.1 in /frontend 2026-06-05 15:16:53 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4112