GenSpectrum / cov-spectrum-website

A web platform to detect and analyze variants of SARS-CoV-2
https://cov-spectrum.org
GNU General Public License v3.0
60 stars 14 forks source link

chore(deps): bump recharts from 2.4.3 to 2.11.0 #914

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps recharts from 2.4.3 to 2.11.0.

Release notes

Sourced from recharts's releases.

v2.11.0

What's Changed

A special release: Containing a new chart type - SunburstChart by @​csdiehl. Some behaviour might not yet align with the rest of the recharts components and API, we will improve it as (and if) issues come up. Thank you!

Secondly, I want to call out the work that @​PavelVanecek is doing. We are slowly moving forward to improve our state management, using react context, and moving away from cloning components. While there still is a long way to go, I can not stress enough how important this refactoring is, both to the maintainability and extensibility of recharts. Great work!

Finally, we are continuously extending the Tooltip and enabling to control the Tooltip from the outside. With the work of @​julianna-langston, we can now set the index for which to show a Tooltip. Further, we can now show the Tooltip for hidden elements.

POTENTIALLY BREAKING CHANGE: this release adds the use of the React context API which was not released until React 16.8. This means that 2.11 effectively drops support for React <16.8 unintentionally. Please report any breaking changes by making an issue.

Features

Fix

Chore

  • Lots of cleanup and refactoring work. We've introduced the use of context throughout Recharts refactoring and so far so good!

Storybook

  • New storybook stories and additional examples

New Contributors

Full Changelog: https://github.com/recharts/recharts/compare/v2.10...v2.11

v2.10.4

What's Changed

Fix some older bugs annoying bugs, TS typings, update to the storybook theme, and more

Fix

... (truncated)

Commits
  • 36c14c6 2.11.0
  • b1e81a6 CartesianGrid reads offset from context instead of props (#4084)
  • 31ae1f1 Tooltip: Enable showing hidden graphicalItems in Tooltip (#4083)
  • bcf1d08 Make JSDoc types optional (#4085)
  • e6d7a62 Enable developers to specify tooltip position before users interact (#4070)
  • 636819a Story: Adding PolarRadiusAxis story (#4081)
  • 662eccb Fix default parameters for setDetails() (#4079)
  • 6ad0ea8 CartesianGrid reads chartWidth and chartHeight from context (#4075)
  • 8c8cf62 Add axe scanning tests for chart types and common components (#4073)
  • fee05c1 CartesianGrid uses default props instead of generateCategoricalChart injectio...
  • 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 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)
vercel[bot] commented 7 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cov-spectrum-develop ❌ Failed (Inspect) Jan 30, 2024 10:36am
dependabot[bot] commented 7 months ago

Superseded by #923.