[Snyk] Upgrade recharts from 3.5.1 to 3.6.0#36
Conversation
Snyk has created this PR to upgrade recharts from 3.5.1 to 3.6.0. See this package in pnpm: recharts See this project in Snyk: https://app.snyk.io/org/nihaltp/project/788d8368-8d10-4f89-ae3b-0d19c8bd372c?utm_source=github&utm_medium=referral&page=upgrade-pr
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedIgnore keyword(s) in the title. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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. Comment |
There was a problem hiding this comment.
Pull request overview
This PR upgrades the recharts charting library from version 3.5.1 to 3.6.0, a minor version bump. The upgrade is automated by Snyk and includes a change in versioning strategy from using "latest" to a pinned version.
Changes:
- Upgrade recharts from 3.5.1 to 3.6.0 (minor version update)
- Change version specifier from "latest" to pinned version "3.6.0"
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates recharts dependency specifier from "latest" to pinned version "3.6.0" |
| pnpm-lock.yaml | Updates resolved recharts version to 3.6.0 with new integrity hash |
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.6.0", |
There was a problem hiding this comment.
The version specifier has been changed from "latest" to a pinned version "3.6.0". While this provides more stability, it's inconsistent with other dependencies in this file (lines 54-55, 57) which use "latest". Consider whether you want to maintain consistency in version pinning strategy across all dependencies, or if there's a specific reason recharts needs to be pinned.
| "recharts": "3.6.0", | |
| "recharts": "latest", |
🧪 CI InsightsHere's what we observed from your CI run for 94f0eac. 🟢 All jobs passed!But CI Insights is watching 👀 |
Snyk has created this PR to upgrade recharts from 3.5.1 to 3.6.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
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: