[PR #174] [MERGED] Bump recharts from 2.0.9 to 2.1.4 in /ui #580

Closed
opened 2026-03-07 22:16:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/174
Author: @dependabot[bot]
Created: 10/13/2021
Status: Merged
Merged: 10/14/2021
Merged by: @hibiken

Base: masterHead: dependabot/npm_and_yarn/ui/recharts-2.1.4


📝 Commits (1)

  • f68c33c Bump recharts from 2.0.9 to 2.1.4 in /ui

📊 Changes

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

View changed files

📝 ui/package.json (+1 -1)
📝 ui/yarn.lock (+39 -12)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps recharts from 2.0.9 to 2.1.4.

Changelog

Sourced from recharts's changelog.

2.1.4 (sep 19, 2021)

fix

  • Fix: ResponsiveContainer makes legend overlapping with chart when re-rendering (#2660)
  • Fix: rendering of a single bar when maxBarSize is absent and barSize is present (#2659)

2.1.3 (sep 18, 2021)

fix

  • fix: Customized component has no key (#2637)
  • Fix XAxis scale propery type (#2641)

2.1.2 (aug 24, 2021)

fix

  • Fixes undefined field reference when optional variables not supplied (#2630)
  • Fix fragment children (#2481)

2.1.1 (aug 21, 2021)

fix

  • Fix: responsive container

2.1.0 (aug 10, 2021)

feat

  • Wrap ResponsiveContainer with forwardRef

fix

  • Fix for recharts issue #1787
  • Add chart type to tooltip payload

2.0.10 (jul 13, 2021)

feat

  • Feat: Allow automated axis padding for "gap" and "no-gap" for barcharts with continuous axis #2457
  • Passthrough position attribute on createLabeledScales

fix

  • fix: barchart for a single data point #2512
  • fix: the bar label type definition #2582
  • fix: show scatter chart tooltip cross cursor #2592
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 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/hibiken/asynqmon/pull/174 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/13/2021 **Status:** ✅ Merged **Merged:** 10/14/2021 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/recharts-2.1.4` --- ### 📝 Commits (1) - [`f68c33c`](https://github.com/hibiken/asynqmon/commit/f68c33c83e406b084b7b3f6371aa2e1679adb5dc) Bump recharts from 2.0.9 to 2.1.4 in /ui ### 📊 Changes **2 files changed** (+40 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `ui/package.json` (+1 -1) 📝 `ui/yarn.lock` (+39 -12) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [recharts](https://github.com/recharts/recharts) from 2.0.9 to 2.1.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/recharts/recharts/blob/master/CHANGELOG.md">recharts's changelog</a>.</em></p> <blockquote> <h2>2.1.4 (sep 19, 2021)</h2> <h3>fix</h3> <ul> <li>Fix: ResponsiveContainer makes legend overlapping with chart when re-rendering (<a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2660">#2660</a>)</li> <li>Fix: rendering of a single bar when maxBarSize is absent and barSize is present (<a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2659">#2659</a>)</li> </ul> <h2>2.1.3 (sep 18, 2021)</h2> <h3>fix</h3> <ul> <li>fix: Customized component has no key (<a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2637">#2637</a>)</li> <li>Fix XAxis scale propery type (<a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2641">#2641</a>)</li> </ul> <h2>2.1.2 (aug 24, 2021)</h2> <h3>fix</h3> <ul> <li>Fixes undefined field reference when optional variables not supplied (<a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2630">#2630</a>)</li> <li>Fix fragment children (<a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2481">#2481</a>)</li> </ul> <h2>2.1.1 (aug 21, 2021)</h2> <h3>fix</h3> <ul> <li>Fix: responsive container</li> </ul> <h2>2.1.0 (aug 10, 2021)</h2> <h3>feat</h3> <ul> <li>Wrap ResponsiveContainer with forwardRef</li> </ul> <h3>fix</h3> <ul> <li>Fix for recharts issue <a href="https://github-redirect.dependabot.com/recharts/recharts/issues/1787">#1787</a></li> <li>Add chart type to tooltip payload</li> </ul> <h2>2.0.10 (jul 13, 2021)</h2> <h3>feat</h3> <ul> <li>Feat: Allow automated axis padding for &quot;gap&quot; and &quot;no-gap&quot; for barcharts with continuous axis <a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2457">#2457</a></li> <li>Passthrough position attribute on createLabeledScales</li> </ul> <h3>fix</h3> <ul> <li>fix: barchart for a single data point <a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2512">#2512</a></li> <li>fix: the bar label type definition <a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2582">#2582</a></li> <li>fix: show scatter chart tooltip cross cursor <a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2592">#2592</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/recharts/recharts/commits">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.0.9&new-version=2.1.4)](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 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>
kerem 2026-03-07 22:16:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynqmon#580
No description provided.