Skip to content

yarn upgrade including apexcharts v6#975

Merged
mshriver merged 2 commits into
ibutsu:mainfrom
mshriver:apex-v6
Jul 22, 2026
Merged

yarn upgrade including apexcharts v6#975
mshriver merged 2 commits into
ibutsu:mainfrom
mshriver:apex-v6

Conversation

@mshriver

@mshriver mshriver commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

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:

  • Update apexcharts to v6.0.0 and align react-apexcharts usage with the newer charting library version.
  • Refresh React, React DOM, and @types/react to the latest 19.2.x releases for compatibility and maintenance.
  • Bump React Router, ESLint-related plugins, Vite, and other dev tooling dependencies to current patch/minor versions for improved stability and tooling support.

@sourcery-ai

sourcery-ai Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This 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

Change Details Files
Upgrade runtime dependencies (React ecosystem, ApexCharts, routing) to newer patch/minor versions, including apexcharts v6.
  • Bump @types/react to 19.2.17 to match newer React version.
  • Upgrade apexcharts from ^5.16.0 to ^6.0.0 to adopt the latest major release.
  • Update react and react-dom from ^19 to ^19.2.7 for bug fixes and alignment with type definitions.
  • Increment react-router from ^7.18.0 to ^7.18.1 for latest patch changes.
frontend/package.json
frontend/yarn.lock
Refresh dev tooling dependencies (ESLint plugins and Vite) to latest compatible versions.
  • Upgrade @eslint-react/eslint-plugin from ^5.14.7 to ^5.17.1 for improved React-specific linting.
  • Bump eslint-plugin-cypress from ^6.4.2 to ^6.4.3 for updated Cypress lint rules.
  • Update Vite from ^8.1.4 to ^8.1.5 for build tooling fixes and improvements.
frontend/package.json
frontend/yarn.lock

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Hey - I've left some high level feedback:

  • 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.
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.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@codecov

codecov Bot commented Jul 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.78%. Comparing base (39b5883) to head (3cc3f61).
⚠️ Report is 5 commits behind head on main.

❌ 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     
Files with missing lines Coverage Δ
frontend/src/widgets/result-aggregate-apex.js 93.33% <ø> (ø)
frontend/src/widgets/result-summary-apex.js 93.61% <ø> (ø)
frontend/src/widgets/run-aggregate-apex.js 87.03% <ø> (ø)

... and 151 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 39b5883...3cc3f61. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com>
@mshriver
mshriver merged commit 2900e10 into ibutsu:main Jul 22, 2026
6 checks passed
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.

1 participant