chore(deps): upgrade recharts 2 → 3#48
Merged
Merged
Conversation
Bumps recharts ^2.15.4 -> ^3.10.0 (recharts 3 supports React 19). Only resources/js/Pages/Links/Show.tsx uses recharts (Area/AreaChart, Bar/BarChart, CartesianGrid, LabelList, ResponsiveContainer, Tooltip, XAxis, YAxis). All are stable core APIs in v3 — no code changes needed. Verified: tsc typecheck + production build green; vitest 28/28; npm audit 0 vulnerabilities; both chart configs (vertical bar + LabelList, and the gradient area chart with dashed unique line/tooltip/grid) render correctly under recharts 3 in a standalone browser check. Closes #41. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
Upgrades
recharts^2.15.4 → ^3.10.0 (v3 supports React 19), superseding Dependabot #41.Only one file uses recharts —
resources/js/Pages/Links/Show.tsx— via stable core components (Area/AreaChart,Bar/BarChart,CartesianGrid,LabelList,ResponsiveContainer,Tooltip,XAxis,YAxis). All remain in v3's public API, so no code changes were needed.Verification
tsctypecheck +ddev npm run build— green (v3 types accept every chart prop used).ddev npm run test:js(vitest) — 28 passed.ddev npm audit— 0 vulnerabilities.Closes #41.
🤖 Generated with Claude Code