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

Update dependency recharts to v2.12.6 #531

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 31, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
recharts 2.3.2 -> 2.12.6 age adoption passing confidence

Release Notes

recharts/recharts (recharts)

v2.12.6

Compare Source

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

v2.7.3

Compare Source

tiny 1 change patch release that merges https://github.com/recharts/recharts/pull/3662 to fix an accessibility issue

  • Fixes an ADA compliance issue by removing the img role from line dots

v2.7.2

Compare Source

What's Changed

Fix
Other
  • Few minor storybook changes and dev chore items

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

v2.7.1

Compare Source

What's Changed

Fix

New Contributors

Full Changelog: recharts/recharts@v2.7.0...v2.7.1

v2.7.0

Compare Source

What's Changed

Storybook updates, a few new features, bug fixes.

Note: This release may cause more reports of this defaultProps warning - we are aware of this and trying to come up with a feasible solution.

Feat
Fix
Docs
Refactor

New Contributors

Full Changelog: recharts/recharts@v2.6.2...v2.7.0

v2.6.2

Compare Source

fix bug where ts types error and cannot be generated when exporting in a consuming package. Fixes https://github.com/recharts/recharts/pull/3581

What's Changed

Full Changelog: recharts/recharts@v2.6.1...v2.6.2

v2.6.1

Compare Source

What's Changed

Quick fix for a bug crashing treemaps with tooltips in 2.6.0

Full Changelog: recharts/recharts@v2.6.0...v2.6.1

v2.6.0

Compare Source

What's Changed

Storybook documentation updates as well as our first accessibility feature thanks to @​julianna-langston and some refactoring to function components!

Feat
Fix
Docs
  • lots of storybook changes - go check it out!
    • Getting close to parity with existing docs on recharts.org
    • Added accessibility add-on
    • Added accessibility docs to go with the keyboard navigation support
    • Storybook 7 stable
    • Much more!
Refactor

New Contributors

Full Changelog: recharts/recharts@v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

Feat
Fix
Docs
Dependencies
Refactor

New Contributors

Full Changelog: recharts/recharts@v2.4.3...v2.5.0

v2.4.3

Compare Source

v2.4.2

Compare Source

v2.4.2

cherry-picked commit b625f72 to not pollute patch release with other changes

fix

Full Changelog: recharts/recharts@v2.4.1...v2.4.2

v2.4.1

Compare Source

Accidentally added storybook types as a subfolder to types so the package.json is no longer referencing the correct types key.

  • Add a tsconfig specifically for storybook with noEmit: true
  • Don't include storybook/* in tsc emit

What's Changed

Full Changelog: recharts/recharts@v2.4.0...v2.4.1

v2.4.0

Compare Source

This release marks the completion of recharts Milestone to migrate to Jest and React Testing Library. Thanks to all involved!

Check out the new storybook we're working on here

What's Changed

Trying to squish some bugs 🐛

feat
fix
type fixes
refactor

New Contributors

Full Changelog: recharts/recharts@v2.3.2...v2.4.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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 31, 2022
@vercel
Copy link

vercel bot commented Oct 31, 2022

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

Name Status Preview Updated
mpdx-react ✅ Ready (Inspect) Visit Preview Oct 31, 2022 at 4:30PM (UTC)

@aws-amplify-us-east-1
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-531.d1gea2s40al8l0.amplifyapp.com

@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 019fe94 to 2cd715c Compare December 8, 2022 04:13
@renovate renovate bot changed the title Update dependency recharts to v2.1.16 Update dependency recharts to v2.2.0 Dec 8, 2022
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 2cd715c to 92e84a6 Compare January 12, 2023 02:04
@renovate renovate bot changed the title Update dependency recharts to v2.2.0 Update dependency recharts to v2.3.0 Jan 12, 2023
@renovate renovate bot changed the title Update dependency recharts to v2.3.0 Update dependency recharts to v2.3.1 Jan 12, 2023
@renovate renovate bot force-pushed the renovate/recharts-2.x branch 2 times, most recently from 934db83 to d27efb0 Compare January 12, 2023 20:18
@renovate renovate bot changed the title Update dependency recharts to v2.3.1 Update dependency recharts to v2.3.2 Jan 12, 2023
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from d27efb0 to d9ba45f Compare February 9, 2023 17:46
@renovate renovate bot changed the title Update dependency recharts to v2.3.2 Update dependency recharts to v2.4.0 Feb 9, 2023
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from d9ba45f to 06559e7 Compare February 10, 2023 04:18
@renovate renovate bot changed the title Update dependency recharts to v2.4.0 Update dependency recharts to v2.4.1 Feb 10, 2023
@renovate renovate bot force-pushed the renovate/recharts-2.x branch 2 times, most recently from 96e2e8f to 554afde Compare February 16, 2023 04:00
@renovate renovate bot changed the title Update dependency recharts to v2.4.1 Update dependency recharts to v2.4.2 Feb 16, 2023
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 554afde to 56656f7 Compare February 17, 2023 04:13
@renovate renovate bot changed the title Update dependency recharts to v2.4.2 Update dependency recharts to v2.4.3 Feb 17, 2023
@renovate renovate bot changed the title Update dependency recharts to v2.4.3 Update dependency recharts to v2.5.0 Mar 15, 2023
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 56656f7 to d023549 Compare March 15, 2023 23:13
@renovate renovate bot changed the title Update dependency recharts to v2.5.0 Update dependency recharts to v2.6.0 May 9, 2023
@renovate renovate bot force-pushed the renovate/recharts-2.x branch 2 times, most recently from ba8a1ff to 6e0dc93 Compare May 10, 2023 18:23
@renovate renovate bot changed the title Update dependency recharts to v2.6.0 Update dependency recharts to v2.6.1 May 10, 2023
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 6e0dc93 to a127c02 Compare May 10, 2023 23:43
@renovate renovate bot changed the title Update dependency recharts to v2.6.1 Update dependency recharts to v2.6.2 May 10, 2023
@renovate renovate bot changed the title Update dependency recharts to v2.6.2 Update dependency recharts to v2.7.0 Jun 15, 2023
@renovate renovate bot changed the title Update dependency recharts to v2.10.0 Update dependency recharts to v2.10.1 Nov 19, 2023
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 7b4a7f7 to d18c7fa Compare November 19, 2023 23:05
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from d18c7fa to dbf2f90 Compare November 29, 2023 06:31
@renovate renovate bot changed the title Update dependency recharts to v2.10.1 Update dependency recharts to v2.10.2 Nov 29, 2023
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from dbf2f90 to f54bb27 Compare December 1, 2023 04:26
@renovate renovate bot changed the title Update dependency recharts to v2.10.2 Update dependency recharts to v2.10.3 Dec 1, 2023
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from f54bb27 to 9a1f3e8 Compare January 9, 2024 20:07
@renovate renovate bot changed the title Update dependency recharts to v2.10.3 Update dependency recharts to v2.10.4 Jan 9, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 9a1f3e8 to 8d71dcf Compare January 27, 2024 14:31
@renovate renovate bot changed the title Update dependency recharts to v2.10.4 Update dependency recharts to v2.11.0 Jan 27, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 8d71dcf to f8cc59c Compare February 9, 2024 01:44
@renovate renovate bot changed the title Update dependency recharts to v2.11.0 Update dependency recharts to v2.12.0 Feb 9, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from f8cc59c to 57650bb Compare February 20, 2024 19:41
@renovate renovate bot changed the title Update dependency recharts to v2.12.0 Update dependency recharts to v2.12.1 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 57650bb to 60a5821 Compare March 1, 2024 06:58
@renovate renovate bot changed the title Update dependency recharts to v2.12.1 Update dependency recharts to v2.12.2 Mar 1, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch 2 times, most recently from 96a5b40 to fd6d604 Compare March 15, 2024 23:19
@renovate renovate bot changed the title Update dependency recharts to v2.12.2 Update dependency recharts to v2.12.3 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/recharts-2.x branch from fd6d604 to 8a86410 Compare April 4, 2024 01:10
@renovate renovate bot changed the title Update dependency recharts to v2.12.3 Update dependency recharts to v2.12.4 Apr 4, 2024
Copy link
Contributor

github-actions bot commented Apr 4, 2024

Bundle Sizes

Compared against 0416fbd

Route Size (gzipped) Diff
/accountLists/[accountListId] 220.9 KB -9.77 KB
/accountLists/[accountListId]/coaching/[coachingId] 189.9 KB -10 KB
/accountLists/[accountListId]/contacts/[[...contactId]] 332.17 KB -8.37 KB
/accountLists/[accountListId]/reports/coaching 189.9 KB -10 KB
/accountLists/[accountListId]/reports/designationAccounts 220.32 KB -10.33 KB
/accountLists/[accountListId]/reports/donations/[[...contactId]] 385.53 KB -10.08 KB
/accountLists/[accountListId]/reports/partnerCurrency/[[...contactId]] 307.42 KB -8.37 KB
/accountLists/[accountListId]/reports/partnerGivingAnalysis/[[...contactId]] 304 KB -8.37 KB
/accountLists/[accountListId]/reports/responsibilityCenters 221.16 KB -10.33 KB
/accountLists/[accountListId]/reports/salaryCurrency/[[...contactId]] 307.42 KB -8.37 KB
/accountLists/[accountListId]/tasks/[[...contactId]] 301.8 KB -8.37 KB

Dynamic import: None found.

@renovate renovate bot force-pushed the renovate/recharts-2.x branch from 8a86410 to f9f91e5 Compare April 12, 2024 17:46
@renovate renovate bot changed the title Update dependency recharts to v2.12.4 Update dependency recharts to v2.12.5 Apr 12, 2024
Copy link
Contributor

github-actions bot commented Apr 12, 2024

Bundle sizes [mpdx-react]

Compared against f61cf8c

Route Size (gzipped) Diff
/accountLists/[accountListId] 221.02 KB -9.67 KB
/accountLists/[accountListId]/coaching/[coachingId] 190.01 KB -9.89 KB
/accountLists/[accountListId]/contacts/[[...contactId]] 332.25 KB -8.28 KB
/accountLists/[accountListId]/reports/coaching 190.02 KB -9.89 KB
/accountLists/[accountListId]/reports/designationAccounts 222.87 KB -10.1 KB
/accountLists/[accountListId]/reports/donations/[[...contactId]] 385.71 KB -9.98 KB
/accountLists/[accountListId]/reports/partnerCurrency/[[...contactId]] 309.41 KB -8.28 KB
/accountLists/[accountListId]/reports/partnerGivingAnalysis/[[...contactId]] 307.52 KB -8.28 KB
/accountLists/[accountListId]/reports/responsibilityCenters 223.7 KB -10.11 KB
/accountLists/[accountListId]/reports/salaryCurrency/[[...contactId]] 309.41 KB -8.28 KB
/accountLists/[accountListId]/tasks/[[...contactId]] 301.88 KB -8.28 KB

@renovate renovate bot force-pushed the renovate/recharts-2.x branch from f9f91e5 to e9eb37f Compare April 21, 2024 08:06
@renovate renovate bot changed the title Update dependency recharts to v2.12.5 Update dependency recharts to v2.12.6 Apr 21, 2024
@canac canac closed this Nov 12, 2024
@canac canac deleted the renovate/recharts-2.x branch November 12, 2024 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant