-
Notifications
You must be signed in to change notification settings - Fork 102
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
fix(deps): update dependency recharts to v2.13.1 #6482
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pull Request Test Coverage Report for Build 11589224843Details
💛 - Coveralls |
renovate
bot
force-pushed
the
renovate/recharts-2.x
branch
19 times, most recently
from
October 17, 2024 15:14
b178356
to
ff9987c
Compare
renovate
bot
force-pushed
the
renovate/recharts-2.x
branch
6 times, most recently
from
October 23, 2024 07:05
a59c702
to
980f90e
Compare
renovate
bot
force-pushed
the
renovate/recharts-2.x
branch
18 times, most recently
from
October 30, 2024 00:07
9026364
to
4a7f57e
Compare
renovate
bot
changed the title
fix(deps): update dependency recharts to v2.13.0
fix(deps): update dependency recharts to v2.13.1
Oct 30, 2024
renovate
bot
force-pushed
the
renovate/recharts-2.x
branch
from
October 30, 2024 08:00
4a7f57e
to
ac73024
Compare
Lukas742
approved these changes
Oct 30, 2024
Size Change: +3 B (0%) Total Size: 405 kB
ℹ️ View Unchanged
|
🎉 This PR is included in version v2.3.3 🎉 The release is available on v2.3.3 Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #6551
This PR contains the following updates:
2.12.7
->2.13.1
Release Notes
recharts/recharts (recharts)
v2.13.1
Compare Source
v2.13.0
Compare Source
What's Changed
React 19 compat, fix annoying defaultProps warnings, bug fixes
Feat
React 19 compatibility - see https://github.com/recharts/recharts/issues/4558
peerDependencies
still cannot be updated until release, but for now R19 beta/RC releases can be used with Recharts under the following conditions:react-is
version matches yourreact
andreact-dom
versions: use your package manager'soverride
functionality to match yourreact-is
version to your react version or else recharts elements will not show - see https://github.com/recharts/recharts/issues/4558#issuecomment-2135604065CartesianGrid
: add support forry
prop to curve the corner of the grid background - progress on https://github.com/recharts/recharts/issues/3062Fix
General
: FixdefaultProps
usage in function components, removes warnings on all affected components - see https://github.com/recharts/recharts/issues/3615ReferenceLine
: fix accidental removal of type annotation by @zackliscio in https://github.com/recharts/recharts/pull/4610Line/Area
: fix issue whereclipDot
would not take effect if it was the only property indotProps
@ckifer in https://github.com/recharts/recharts/pull/4674Tooltip
: fix issue where tooltip would not show in certain cases ifdata
was set on the graphical item by @HHongSeungWoo in https://github.com/recharts/recharts/pull/4718X/YAxis
: use correct, adapted event types by @ckifer in https://github.com/recharts/recharts/pull/4967Tooltip
:defaultIndex
out of range error by @ckifer in https://github.com/recharts/recharts/pull/5054Pie
: fix duplicate key error @ckifer in https://github.com/recharts/recharts/pull/4958Text
: fix duplicate key error by @ckifer in https://github.com/recharts/recharts/pull/5088 closes https://github.com/recharts/recharts/issues/5072Typescript
New Contributors
Full Changelog: recharts/recharts@v2.12.7...v2.13.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.