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.12.0 #923

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps recharts from 2.4.3 to 2.12.0.

Release notes

Sourced from recharts's releases.

v2.12.0

What's Changed

Bug fixes and a few small new features.

Releasing 2.12.0 to create a "clean slate" as contributors are discussing next moves for recharts.

We will try to focus on upgrades, architectural changes, and long-pending breaking changes so we can release a recharts v3. This will not be a large major version, or one hard to upgrade to, but rather a major version bump to prevent us from breaking people with library upgrades, large refactors, etc. Feature parity should hold. Thanks!

Features

Fix

Chore

  • Cleanup, tests, and refactoring work. Thanks @​PavelVanecek
  • Upgrade react smooth, remove translateStyle, remove prop-types as a peerDep
  • Upgrade dev dependencies
    • Upgrade TypeScript to 4.9.5 (no definition changes from upgrade)

Storybook

  • New storybook stories and doc updates

New Contributors

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

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

... (truncated)

Commits
  • 968fe22 2.12.0
  • 7731ab1 Enable screen reader support with accessibilityLayer and default tooltip (#4077)
  • 723b843 fix: activeBar shouldn't be true by default (#4139)
  • a929861 chore(deps-dev): bump chromatic from 6.15.0 to 6.24.1 (#4166)
  • 72aa7bf chore(deps-dev): bump eslint-plugin-jsx-a11y from 6.7.1 to 6.8.0 (#4165)
  • 436d990 chore: upgrade storybook
  • 0f9588e chore(deps-dev): bump @​types/d3-time-format from 4.0.0 to 4.0.3 (#4156)
  • ea0cfca chore(deps-dev): bump @​babel/plugin-proposal-export-default-from from 7.22.17...
  • 697d280 chore(deps-dev): bump @​babel/preset-typescript from 7.23.2 to 7.23.3 (#4158)
  • 8274173 chore(deps-dev): bump @​babel/runtime from 7.23.2 to 7.23.9 (#4154)
  • 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) Feb 12, 2024 9:17pm
dependabot[bot] commented 6 months ago

Superseded by #935.