Skip to content

Widen apexcharts peer range to include v6 - #9

Merged
StanBarrows merged 1 commit into
mainfrom
bump-apexcharts-v6
Aug 3, 2026
Merged

Widen apexcharts peer range to include v6#9
StanBarrows merged 1 commit into
mainfrom
bump-apexcharts-v6

Conversation

@StanBarrows

Copy link
Copy Markdown
Contributor

Summary

  • Widens the apexcharts peer dependency range from ^4.5.0 || ^5.0.0 to ^4.5.0 || ^5.0.0 || ^6.0.0
  • Bumps the apexcharts devDependency used for local dev/Storybook/Playwright to ^6.6.1

Why

Consuming apps (e.g. flows-portal.docuhub) have a dependabot PR bumping apexcharts 5→6, but it's blocked by this package's peer range. Chart.vue only calls the stable new ApexCharts() / .render() / .updateOptions() / .destroy() surface, which is unchanged across the major bump.

Test plan

  • npm install (runs build incl. verify:externals) — passes
  • npm run lint — passes (5 pre-existing warnings, unrelated)
  • npm run typecheck — passes
  • npm run build-storybook — passes
  • npm run test:ci (Playwright, incl. Organisms/Chart — Area Runs) — 198/198 passed

apexcharts 6.6.1 is a straight major bump for this Chart wrapper — it
only ever touches the stable new ApexCharts()/.render()/.updateOptions()/
.destroy() surface, no removed/renamed APIs. Verified via full build,
storybook build, lint, typecheck, and the Playwright smoke suite
(including the Chart story) against apexcharts@6.6.1.

Unblocks consuming apps (e.g. flows-portal.docuhub) picking up
dependabot's apexcharts 5→6 bump without violating this package's peer
range.
@StanBarrows
StanBarrows merged commit febd6ce into main Aug 3, 2026
2 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