[PR #29] [MERGED] Bump recharts from 1.8.5 to 2.0.8 in /ui #117

Closed
opened 2026-03-02 05:18:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/29
Author: @dependabot[bot]
Created: 3/2/2021
Status: Merged
Merged: 3/3/2021
Merged by: @hibiken

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


📝 Commits (1)

  • 4205847 Bump recharts from 1.8.5 to 2.0.8 in /ui

📊 Changes

2 files changed (+120 additions, -101 deletions)

View changed files

📝 ui/package.json (+1 -1)
📝 ui/yarn.lock (+119 -100)

📄 Description

Bumps recharts from 1.8.5 to 2.0.8.

Changelog

Sourced from recharts's changelog.

2.0.8 (Feb24, 2021)

feat

  • allow to show tooltip when hover or click bar item for and
  • add api getXScales, getYScales, getXScaleByAxisId, getYScaleByAxisId, getItemByXY to chart, fix #2422
  • Add SyncMethod to categorical charts
  • findAllByType searches for match inside of a fragment
  • allow to add customized polarAngles and polarRadius to , fix #2452

fix

  • fix Tooltip receive wrong payload when mouse enter , .etc, fix #2394
  • fix Treemap tooltip when use dataKey to specify value, fix #2428

deps

  • update react-resize-detector to 6.6.0, fix #2431

2.0.7 (Feb 18, 2021)

fix

  • add missed type definition of tickMargin in XAxis, YAxis, fix #2427
  • filter out nil elements of chart
  • ensures id="undefined" is not rendered to the DOM when use ResponsiveContainer
  • fix auto scale type of ComposedChart, fix #2403
  • Fix .d.ts types that relay on d3

2.0.6 (Feb 08, 2021)

fix

  • fix types error in npm pkg, fix #2398

2.0.5 (Feb 08, 2021)

feat

  • defer when syncing to other charts

fix

  • Fix Customized component types
  • fix child event not dispatched, fix #2414

2.0.4 (Jan 27, 2021)

feat

... (truncated)

Commits
  • ec5442a Version 2.0.8
  • 92563a5 fix: fix conflicts in package.json
  • e87d073 Merge pull request #2463 from Ayub-Begimkulov/fix/children-in-fragment
  • d2ef5a4 test: udpate test cases
  • bfe40c0 feat: 1. allow to show tooltip when hover or click bar item for <BarChart /> ...
  • a2375fc fix import order
  • c2f0020 findAllByType searches for match inside of a fragment
  • 988043b Merge pull request #2421 from CognitoIQ/sync-method
  • e1d1532 fix: fix Tooltip receive wrong payload when mouse enter <Line />, .etc, fix #...
  • e3a9540 fix: fix Treemap tooltip when use dataKey to specify value, fix #2428
  • 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 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/29 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/2/2021 **Status:** ✅ Merged **Merged:** 3/3/2021 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/recharts-2.0.8` --- ### 📝 Commits (1) - [`4205847`](https://github.com/hibiken/asynqmon/commit/42058471363d842d040585ca54a6dc06dc5d4db4) Bump recharts from 1.8.5 to 2.0.8 in /ui ### 📊 Changes **2 files changed** (+120 additions, -101 deletions) <details> <summary>View changed files</summary> 📝 `ui/package.json` (+1 -1) 📝 `ui/yarn.lock` (+119 -100) </details> ### 📄 Description Bumps [recharts](https://github.com/recharts/recharts) from 1.8.5 to 2.0.8. <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.0.8 (Feb24, 2021)</h2> <h3>feat</h3> <ul> <li>allow to show tooltip when hover or click bar item for <!-- raw HTML omitted --> and <!-- raw HTML omitted --></li> <li>add api <code>getXScales</code>, <code>getYScales</code>, <code>getXScaleByAxisId</code>, <code>getYScaleByAxisId</code>, <code>getItemByXY</code> to chart, fix <a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2422">#2422</a></li> <li>Add SyncMethod to categorical charts</li> <li><code>findAllByType</code> searches for match inside of a fragment</li> <li>allow to add customized <code>polarAngles</code> and <code>polarRadius</code> to <!-- raw HTML omitted -->, fix <a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2452">#2452</a></li> </ul> <h3>fix</h3> <ul> <li>fix Tooltip receive wrong payload when mouse enter <!-- raw HTML omitted -->, .etc, fix <a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2394">#2394</a></li> <li>fix Treemap tooltip when use <code>dataKey</code> to specify value, fix <a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2428">#2428</a></li> </ul> <h3>deps</h3> <ul> <li>update react-resize-detector to 6.6.0, fix <a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2431">#2431</a></li> </ul> <h2>2.0.7 (Feb 18, 2021)</h2> <h3>fix</h3> <ul> <li>add missed type definition of tickMargin in XAxis, YAxis, fix <a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2427">#2427</a></li> <li>filter out nil elements of chart</li> <li>ensures <code>id=&quot;undefined&quot;</code> is not rendered to the DOM when use ResponsiveContainer</li> <li>fix auto scale type of ComposedChart, fix <a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2403">#2403</a></li> <li>Fix .d.ts types that relay on d3</li> </ul> <h2>2.0.6 (Feb 08, 2021)</h2> <h3>fix</h3> <ul> <li>fix types error in npm pkg, fix <a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2398">#2398</a></li> </ul> <h2>2.0.5 (Feb 08, 2021)</h2> <h3>feat</h3> <ul> <li>defer when syncing to other charts</li> </ul> <h3>fix</h3> <ul> <li>Fix Customized component types</li> <li>fix child event not dispatched, fix <a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2414">#2414</a></li> </ul> <h2>2.0.4 (Jan 27, 2021)</h2> <h3>feat</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/recharts/recharts/commit/ec5442a9e825eccf2046ea2322bdd058c6291e3a"><code>ec5442a</code></a> Version 2.0.8</li> <li><a href="https://github.com/recharts/recharts/commit/92563a5aa332f9ab74160a0ca215479263d4b2ec"><code>92563a5</code></a> fix: fix conflicts in package.json</li> <li><a href="https://github.com/recharts/recharts/commit/e87d07370c969a648aaad1058485db62bcffc194"><code>e87d073</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2463">#2463</a> from Ayub-Begimkulov/fix/children-in-fragment</li> <li><a href="https://github.com/recharts/recharts/commit/d2ef5a4c026332f8745b2a64ecdaf35061852015"><code>d2ef5a4</code></a> test: udpate test cases</li> <li><a href="https://github.com/recharts/recharts/commit/bfe40c04e420ba2a3288c76979b692949a151483"><code>bfe40c0</code></a> feat: 1. allow to show tooltip when hover or click bar item for &lt;BarChart /&gt; ...</li> <li><a href="https://github.com/recharts/recharts/commit/a2375fcdb744ca959deb66d0d4d6dfb432a37831"><code>a2375fc</code></a> fix import order</li> <li><a href="https://github.com/recharts/recharts/commit/c2f002047ce3175238099294d54b822dffe5dedf"><code>c2f0020</code></a> findAllByType searches for match inside of a fragment</li> <li><a href="https://github.com/recharts/recharts/commit/988043bb6500a33dc3e1d354c9de06e4259b3fc9"><code>988043b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2421">#2421</a> from CognitoIQ/sync-method</li> <li><a href="https://github.com/recharts/recharts/commit/e1d15320a7edea03c4c63b5dd479511741ec42ef"><code>e1d1532</code></a> fix: fix Tooltip receive wrong payload when mouse enter &lt;Line /&gt;, .etc, fix #...</li> <li><a href="https://github.com/recharts/recharts/commit/e3a954059d76f74a5c544ef7eb15fad3b0cf3efa"><code>e3a9540</code></a> fix: fix Treemap tooltip when use <code>dataKey</code> to specify value, fix <a href="https://github-redirect.dependabot.com/recharts/recharts/issues/2428">#2428</a></li> <li>Additional commits viewable in <a href="https://github.com/recharts/recharts/compare/v1.8.5...v2.0.8">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=1.8.5&new-version=2.0.8)](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-02 05:18:51 +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#117
No description provided.