yarn upgrade including apexcharts v6#975
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR performs a dependency refresh for the frontend, notably upgrading apexcharts to v6 along with several React, tooling, and linting-related packages, with corresponding updates captured in yarn.lock. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- With the major bump to
apexcharts@^6.0.0, double-check that the currently pinnedreact-apexcharts@^2.1.1is compatible with v6 (peerDependencies / changelog), and consider upgradingreact-apexchartsin the same PR if required. - ApexCharts v6 introduces breaking changes; it would be good to scan existing chart option objects, event handlers, and theming in the app against the v6 migration guide to ensure no runtime regressions after this dependency bump.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- With the major bump to `apexcharts@^6.0.0`, double-check that the currently pinned `react-apexcharts@^2.1.1` is compatible with v6 (peerDependencies / changelog), and consider upgrading `react-apexcharts` in the same PR if required.
- ApexCharts v6 introduces breaking changes; it would be good to scan existing chart option objects, event handlers, and theming in the app against the v6 migration guide to ensure no runtime regressions after this dependency bump.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (63.78%) is below the target coverage (85.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #975 +/- ##
===========================================
- Coverage 85.80% 63.78% -22.02%
===========================================
Files 63 91 +28
Lines 3620 3916 +296
Branches 672 0 -672
===========================================
- Hits 3106 2498 -608
- Misses 287 1418 +1131
+ Partials 227 0 -227
... and 151 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com>
Summary by Sourcery
Upgrade frontend dependencies to newer versions, including a major bump of apexcharts to v6 and patch/minor updates to React, React Router, linting, and build tooling.
Enhancements: