Skip to content

[Snyk] Upgrade recharts from 3.6.0 to 3.7.0#45

Merged
nihaltp merged 2 commits intomainfrom
snyk-upgrade-1e5cd4f827ff64275bfbedeab4ebc84c
Apr 9, 2026
Merged

[Snyk] Upgrade recharts from 3.6.0 to 3.7.0#45
nihaltp merged 2 commits intomainfrom
snyk-upgrade-1e5cd4f827ff64275bfbedeab4ebc84c

Conversation

@nihaltp
Copy link
Copy Markdown
Owner

@nihaltp nihaltp commented Feb 16, 2026

snyk-top-banner

Snyk has created this PR to upgrade recharts from 3.6.0 to 3.7.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.

  • The recommended version was released a month ago.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade recharts from 3.6.0 to 3.7.0.

See this package in pnpm:
recharts

See this project in Snyk:
https://app.snyk.io/org/nihaltpnki/project/f6f6ddf4-bd05-46fb-b2bd-fcc81137856c?utm_source=github&utm_medium=referral&page=upgrade-pr
Copilot AI review requested due to automatic review settings February 16, 2026 15:08
@vercel
Copy link
Copy Markdown

vercel bot commented Feb 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
my-repos Canceled Canceled Feb 16, 2026 3:10pm

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 16, 2026

Important

Review skipped

Ignore keyword(s) in the title.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch snyk-upgrade-1e5cd4f827ff64275bfbedeab4ebc84c

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades the recharts library from version 3.6.0 to 3.7.0, a minor version bump that was released about a month ago. The upgrade is part of Snyk's automated dependency management to help keep the project secure and up-to-date.

Changes:

  • Updated recharts from 3.6.0 to 3.7.0 in package.json and pnpm-lock.yaml
  • Changed version specifier from "latest" to pinned version "3.7.0"

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updated recharts version specifier from "latest" to "3.7.0"
pnpm-lock.yaml Updated recharts resolved version from 3.6.0 to 3.7.0 with new integrity hash across all references
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"react-hook-form": "latest",
"react-resizable-panels": "latest",
"recharts": "latest",
"recharts": "3.7.0",
Copy link

Copilot AI Feb 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version specifier has been changed from "latest" to a pinned version "3.7.0". While this provides more stability and predictability, it differs from the convention used for most other dependencies in this file (many use "latest"). Consider whether you want to maintain consistency with other dependencies by using "latest", or if you prefer the stability of pinning this specific version. If pinning is intentional for stability reasons, consider documenting why recharts should not auto-update like other dependencies.

Suggested change
"recharts": "3.7.0",
"recharts": "latest",

Copilot uses AI. Check for mistakes.
@nihaltp nihaltp merged commit e861c38 into main Apr 9, 2026
4 of 5 checks passed
@nihaltp nihaltp deleted the snyk-upgrade-1e5cd4f827ff64275bfbedeab4ebc84c branch April 9, 2026 06:11
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.

4 participants