[PR #2774] [CLOSED] Bump recharts-to-png from 2.3.2 to 2.4.0 in /frontend #4107

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

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/frontend/recharts-to-png-2.4.0


📝 Commits (1)

  • 9b0fed9 Bump recharts-to-png from 2.3.2 to 2.4.0 in /frontend

📊 Changes

2 files changed (+33 additions, -8 deletions)

View changed files

📝 frontend/package.json (+1 -1)
📝 frontend/yarn.lock (+32 -7)

📄 Description

Bumps recharts-to-png from 2.3.2 to 2.4.0.

Changelog

Sourced from recharts-to-png's changelog.

2.4.0 (2024-11-04)

Features

  • lib: enable copy to clipboard functionality to useCurrentPnh hook (89678bf)
  • lib: optional callback can be passed to canvas.toBlob (5a96d62)
Commits
  • dfeaddc chore(release): 2.4.0
  • 973f764 docs(other): 📝 add example for using the callback
  • b7e0a82 chore(other): ✏️ fix naming
  • 1759f55 build(deps): ⬆️ validate library works with recharts@2.13.2
  • 5a96d62 feat(lib): optional callback can be passed to canvas.toBlob
  • 89678bf feat(lib): enable copy to clipboard functionality to useCurrentPnh...
  • 1ff0496 chore(other): 🔧 next-env.d.ts auto-updates
  • 347b019 build(deps): bump next from 14.1.1 to 14.2.10 (#642)
  • b67bf1a build(deps-dev): bump rollup from 2.79.1 to 2.79.2 (#641)
  • 9a9603f build(deps-dev): bump ws from 8.14.2 to 8.17.1 (#639)
  • 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/Mintplex-Labs/anything-llm/pull/2774 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/9/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/frontend/recharts-to-png-2.4.0` --- ### 📝 Commits (1) - [`9b0fed9`](https://github.com/Mintplex-Labs/anything-llm/commit/9b0fed9001a3cf9b50bf59d235a49a729b9afed3) Bump recharts-to-png from 2.3.2 to 2.4.0 in /frontend ### 📊 Changes **2 files changed** (+33 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -1) 📝 `frontend/yarn.lock` (+32 -7) </details> ### 📄 Description Bumps [recharts-to-png](https://github.com/brammitch/recharts-to-png) from 2.3.2 to 2.4.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/brammitch/recharts-to-png/blob/main/CHANGELOG.md">recharts-to-png's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/brammitch/recharts-to-png/compare/v2.3.2...v2.4.0">2.4.0</a> (2024-11-04)</h2> <h3>Features</h3> <ul> <li><strong>lib:</strong> :sparkles: enable copy to clipboard functionality to useCurrentPnh hook (<a href="https://github.com/brammitch/recharts-to-png/commit/89678bf1cb31fd53228ceff4ec678e653aac9dc5">89678bf</a>)</li> <li><strong>lib:</strong> :sparkles: optional callback can be passed to canvas.toBlob (<a href="https://github.com/brammitch/recharts-to-png/commit/5a96d62ccad80b889cd7db242d150b73a8555202">5a96d62</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/brammitch/recharts-to-png/commit/dfeaddc91677f8cd7fbbbba13ffc4d77f83c0735"><code>dfeaddc</code></a> chore(release): 2.4.0</li> <li><a href="https://github.com/brammitch/recharts-to-png/commit/973f764df4bc73a8b5ecec000d5291d7a382e5b4"><code>973f764</code></a> docs(other): :memo: add example for using the callback</li> <li><a href="https://github.com/brammitch/recharts-to-png/commit/b7e0a82baf264cbc7ffe1a37589d4e28a7cafea1"><code>b7e0a82</code></a> chore(other): :pencil2: fix naming</li> <li><a href="https://github.com/brammitch/recharts-to-png/commit/1759f5547e6c7c025f8a88aecb4916ff88c45dd3"><code>1759f55</code></a> build(deps): :arrow_up: validate library works with recharts@2.13.2</li> <li><a href="https://github.com/brammitch/recharts-to-png/commit/5a96d62ccad80b889cd7db242d150b73a8555202"><code>5a96d62</code></a> feat(lib): :sparkles: optional callback can be passed to canvas.toBlob</li> <li><a href="https://github.com/brammitch/recharts-to-png/commit/89678bf1cb31fd53228ceff4ec678e653aac9dc5"><code>89678bf</code></a> feat(lib): :sparkles: enable copy to clipboard functionality to useCurrentPnh...</li> <li><a href="https://github.com/brammitch/recharts-to-png/commit/1ff049619890811d6b8a14c0d08a3215206319e8"><code>1ff0496</code></a> chore(other): :wrench: next-env.d.ts auto-updates</li> <li><a href="https://github.com/brammitch/recharts-to-png/commit/347b0193b9e96ecb3654ac6cbbadb8b7dd71ad04"><code>347b019</code></a> build(deps): bump next from 14.1.1 to 14.2.10 (<a href="https://redirect.github.com/brammitch/recharts-to-png/issues/642">#642</a>)</li> <li><a href="https://github.com/brammitch/recharts-to-png/commit/b67bf1a86da4202c34a6500049d104f1a4549e2f"><code>b67bf1a</code></a> build(deps-dev): bump rollup from 2.79.1 to 2.79.2 (<a href="https://redirect.github.com/brammitch/recharts-to-png/issues/641">#641</a>)</li> <li><a href="https://github.com/brammitch/recharts-to-png/commit/9a9603f9744e1f88019784851a85f256dd8a6289"><code>9a9603f</code></a> build(deps-dev): bump ws from 8.14.2 to 8.17.1 (<a href="https://redirect.github.com/brammitch/recharts-to-png/issues/639">#639</a>)</li> <li>Additional commits viewable in <a href="https://github.com/brammitch/recharts-to-png/compare/v2.3.2...v2.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=recharts-to-png&package-manager=npm_and_yarn&previous-version=2.3.2&new-version=2.4.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 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:09 -05:00
yindo closed this issue 2026-02-22 18:35:09 -05:00
yindo changed title from [PR #2774] Bump recharts-to-png from 2.3.2 to 2.4.0 in /frontend to [PR #2774] [CLOSED] Bump recharts-to-png from 2.3.2 to 2.4.0 in /frontend 2026-06-05 15:16:51 -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#4107