Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): upgrade recharts to v2.12.7 - autoclosed #1006

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
recharts 2.7.3 -> 2.12.7 age adoption passing confidence

Release Notes

recharts/recharts (recharts)

v2.12.7

Compare Source

v2.12.6

Compare Source

What's Changed

Fix
Chore

Full Changelog: recharts/recharts@v2.12.5...v2.12.6

v2.12.5

Compare Source

Small fixes while working on v3 continued...

What's Changed

Feat
Fix

Address https://github.com/recharts/recharts/issues/4382

A recent release of @types/react broke some builds because they removed certain (unused) events from common event handler attributes. recharts was unknowingly enumerating keys of SVGProps in the Layer component with the old types and causing a type error on tsc with skipLibCheck: false

  • typescript - Layer: use SVGAttributes instead of SVGProps in forwardRef components by @​ckifer in https://github.com/recharts/recharts/pull/4413
  • typescript - Pie: fix Pie ref which was cast to HTMLElement when the ref is actually referring to SVGGElement. This gave false information to whoever is using ref on the Pie component

Full Changelog: recharts/recharts@v2.12.4...v2.12.5

v2.12.4

Compare Source

What's Changed

Small fixes while working on v3 continued...

Fix

className fixes - helps slowly address https://github.com/recharts/recharts/issues/2169:

Full Changelog: recharts/recharts@v2.12.3...v2.12.4

v2.12.3

Compare Source

Some more small changes/fixes while working on 3.x

What's Changed

Fix

New Contributors

Full Changelog: recharts/recharts@v2.12.2...v2.12.3

v2.12.2

Compare Source

What's Changed

Some more small fixes while working on 3.x

Fix

Full Changelog: recharts/recharts@v2.12.1...v2.12.2

v2.12.1

Compare Source

What's Changed

Unintentional regression broke panoramic/compact Brush in 2.11.0 and 2.12.0, backport the fix to 2.x as we work on 3.x

Fix

Full Changelog: recharts/recharts@v2.12.0...v2.12.1

v2.12.0

Compare Source

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: recharts/recharts@v2.11...v2.12.0

v2.11.0

Compare Source

v2.10.4

Compare Source

What's Changed

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

Fix
Storybook

New Contributors

Full Changelog: recharts/recharts@v2.10.3...v2.10.4

v2.10.3

Compare Source

What's Changed

New Contributors

Full Changelog: recharts/recharts@v2.10.2...v2.10.3

v2.10.2

Compare Source

What's Changed

Patch some bugs from 2.9 / 2.10

Fix
Accessibility
Refactor / Cleanup

New Contributors

Full Changelog: recharts/recharts@v2.10.1...v2.10.2

v2.10.1: Patch: Do not include types from test folder

Compare Source

Fixes https://github.com/recharts/recharts/issues/3978

Full Changelog: recharts/recharts@v2.10...v2.10.1

v2.10.0

Compare Source

v2.9.3

Compare Source

Fix

Brush: Fix an issue where after 2.9 Brush does not correctly slice data when using Line components - fixes https://github.com/recharts/recharts/issues/3929 - thank you @​HHongSeungWoo

v2.9.2

Compare Source

Fix another TS issue from 2.9.

Fix

v2.9.1

Compare Source

Bug fixes following 2.9.0

Fix

Full Changelog: recharts/recharts@v2.9.0...v2.9.1

v2.9.0

Compare Source

What's Changed

Quite a lot this minor release! We sent out a cry for help and many answered - thank you so much for that 🙌🏼

This release aims at internal maintainability, long lingering bugs, and needed improvements. Highlights include equidistant tick improvements, an active bar feature, and an ~85k/~9kb (gzipped) bundle size reduction 🚀

Feat
Fix
Refactor

Impossible to mention all of the great refactoring done this release thanks to @​PavelVanecek (33 PRs in one month!!) and others! Notable improvements include (non-breaking) type safety enhancements and source code file size reductions, and unit test improvements that will help reduce regressions.

Chore
Storybook

🚀 New Contributors (!!) 🚀

Full Changelog: recharts/recharts@v2.8.0...v2.9.0

v2.8.0

Compare Source

What's Changed

Minor changes - mostly focused on resolving errors from https://github.com/recharts/recharts/issues/3615

Feat
Fix
Refactor
  • refactor function components to use default params, revert Tooltip to class based component - resolves console errors about defaultProps
Docs
  • Some storybook example additions/changes

New Contributors

Full Changelog: recharts/recharts@v2.7.2...v2.8.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): upgrade recharts to v2.10.3 chore(deps): upgrade recharts to v2.10.4 Jan 9, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch 4 times, most recently from f348d34 to 785e2dd Compare January 20, 2024 10:35
@renovate renovate bot changed the title chore(deps): upgrade recharts to v2.10.4 chore(deps): upgrade recharts to v2.11.0 Jan 27, 2024
@renovate renovate bot changed the title chore(deps): upgrade recharts to v2.11.0 chore(deps): upgrade recharts to v2.12.0 Feb 9, 2024
@renovate renovate bot changed the title chore(deps): upgrade recharts to v2.12.0 chore(deps): upgrade recharts to v2.12.1 Feb 20, 2024
@renovate renovate bot changed the title chore(deps): upgrade recharts to v2.12.1 chore(deps): upgrade recharts to v2.12.2 Mar 1, 2024
@renovate renovate bot changed the title chore(deps): upgrade recharts to v2.12.2 chore(deps): upgrade recharts to v2.12.3 Mar 16, 2024
@renovate renovate bot changed the title chore(deps): upgrade recharts to v2.12.3 chore(deps): upgrade recharts to v2.12.4 Apr 4, 2024
@renovate renovate bot changed the title chore(deps): upgrade recharts to v2.12.4 chore(deps): upgrade recharts to v2.12.5 Apr 12, 2024
@renovate renovate bot changed the title chore(deps): upgrade recharts to v2.12.5 chore(deps): upgrade recharts to v2.12.6 Apr 21, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 549cf1c to 893e714 Compare May 8, 2024 06:40
@renovate renovate bot changed the title chore(deps): upgrade recharts to v2.12.6 chore(deps): upgrade recharts to v2.12.7 May 8, 2024
Base automatically changed from dev to main July 31, 2024 08:00
@renovate renovate bot changed the title chore(deps): upgrade recharts to v2.12.7 chore(deps): upgrade recharts to v2.12.7 - autoclosed Jul 31, 2024
@renovate renovate bot closed this Jul 31, 2024
@renovate renovate bot deleted the renovate/recharts-2.x branch July 31, 2024 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants