chore(deps): bump recharts from 2.15.4 to 3.7.0#10
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump recharts from 2.15.4 to 3.7.0#10dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 to 3.7.0. - [Release notes](https://github.com/recharts/recharts/releases) - [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md) - [Commits](recharts/recharts@v2.15.4...v3.7.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="package.json">
<violation number="1" location="package.json:45">
P2: Major version bump (v2 → v3) introduces `Cell` deprecation. The codebase uses `Cell` in `components/ui/charts.tsx` for `PieChartComponent`, which will produce deprecation warnings. Per the recharts v3.7.0 release notes, `Cell` will be removed in the next major version. Consider migrating to the `shape` prop on `Pie` as part of this upgrade.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "react-dom": "^18.2.0", | ||
| "react-window": "^2.2.6", | ||
| "recharts": "^2.12.2", | ||
| "recharts": "^3.7.0", |
There was a problem hiding this comment.
P2: Major version bump (v2 → v3) introduces Cell deprecation. The codebase uses Cell in components/ui/charts.tsx for PieChartComponent, which will produce deprecation warnings. Per the recharts v3.7.0 release notes, Cell will be removed in the next major version. Consider migrating to the shape prop on Pie as part of this upgrade.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 45:
<comment>Major version bump (v2 → v3) introduces `Cell` deprecation. The codebase uses `Cell` in `components/ui/charts.tsx` for `PieChartComponent`, which will produce deprecation warnings. Per the recharts v3.7.0 release notes, `Cell` will be removed in the next major version. Consider migrating to the `shape` prop on `Pie` as part of this upgrade.</comment>
<file context>
@@ -42,7 +42,7 @@
"react-dom": "^18.2.0",
"react-window": "^2.2.6",
- "recharts": "^2.12.2",
+ "recharts": "^3.7.0",
"redis": "^5.10.0",
"swr": "^2.2.5",
</file context>
This file contains hidden or 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
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.
Bumps recharts from 2.15.4 to 3.7.0.
Release notes
Sourced from recharts's releases.
... (truncated)
Commits
d1bc41c3.7.0 (#6913)8ea7355Replace tick: any with explicit type (#6911)5586fb2Deprecate Cell, move all examples to shape, export ScatterShapeProps (#6904)9644f29chore(deps-dev): bump typescript-eslint from 8.53.0 to 8.53.1 (#6910)3f9dbd0chore(deps): bump eventemitter3 from 5.0.1 to 5.0.4 (#6908)6529696chore(deps-dev): bump@testing-library/reactfrom 16.3.1 to 16.3.2 (#6909)bef3630Clarify docs (#6907)2548a9fApply BarStackClipLayer on active bars (#6906)0374d8eRemove duplicate stories (#6901)23a42f4[Omnidoc] Link examples from each prop (#6899)Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Upgraded Recharts from 2.x to 3.7.0 to get bug fixes and improved TypeScript types. This is a major bump; please check chart behavior.
Dependencies
Migration
Written for commit f244165. Summary will update on new commits.