Skip to content

dev: bump apexcharts from 5.16.0 to 7.0.0 - #8014

Open
dependabot[bot] wants to merge 1 commit into
v3.37from
dependabot/npm_and_yarn/apexcharts-7.0.0
Open

dev: bump apexcharts from 5.16.0 to 7.0.0#8014
dependabot[bot] wants to merge 1 commit into
v3.37from
dependabot/npm_and_yarn/apexcharts-7.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps apexcharts from 5.16.0 to 7.0.0.

Release notes

Sourced from apexcharts's releases.

💎 Version 7.0.0

A major release whose headline change is a subtraction: the default bundle stops shipping every feature. Two smaller breaking changes ride along, both listed below.

The number that started it: 24% of the 6.10.0 default bundle was licence-gated Premium code, which an unlicensed user could only run with a watermark on their chart. Everyone downloaded it anyway. That is now 0%.

The deeper problem was that the default path was the maximal one. Tree-shaking existed, but you only got it by reading the docs and rewriting your imports, so the overwhelming majority of projects shipped every feature whether they used one or not. Nine features now live behind an explicit import, which inverts the default: the common case is the smaller one, and a feature is paid for by the projects that ask for it.

gzip
6.10.0 default bundle 291,654 B
7.0.0 default bundle 252,005 B
saved 39,649 B (-13.6%)

If you use none of the nine, upgrading is npm install apexcharts@7 and nothing else. If you use one, it costs you one line and you stop paying for the other eight.

💥 Breaking

Nine features are now opt-in

import ApexCharts from 'apexcharts' no longer includes these. Each is reachable from both channels:

import ApexCharts from 'apexcharts'
import 'apexcharts/features/trellis'
<script src=".../dist/apexcharts.js"></script>
<script src=".../dist/features/trellis.js"></script>
Feature Add-on gzip
Trellis (small multiples) features/trellis 25.7 KB
Storyboard (scrollytelling) features/storyboard 8.0 KB
Perspectives (shareable views) features/perspectives 6.7 KB
Ink (annotation authoring) features/ink 6.2 KB
Canvas renderer (Strata) features/renderer-canvas 6.0 KB
Linked views & crossfilter features/link 5.3 KB
Measure ruler features/measure 4.6 KB
Rewind (undo / redo) features/history 3.2 KB
Context menu features/context-menu 2.3 KB

Storyboard registers Perspectives too, so importing both is no more expensive than importing Storyboard.

Nothing fails silently. Each of the nine warns in the console when its configuration is present but the feature is not, and every warning names both routes. Where the chart can still draw something sensible it does, and says what it did instead: a trellis renders as a single chart, and renderer: 'canvas' falls back to SVG.

Everything else stays in the default bundle: all chart types, axes, tooltips, legend, toolbar, exports, annotations, keyboard navigation, morph, drilldown, themes, plugins (Weave), custom series (Marks) and design tokens (Facet).

The migration guide has the full table and how to tell whether any of it applies to you.

... (truncated)

Commits
  • 1579e97 release: 7.0.0
  • 1d82bc2 chore: bump version to 7.0.0
  • 26cb254 release: 7.0.0-rc.1
  • 429d717 test: give jsdom render tests a timeout the publish runner can meet
  • 9a9564b test(build): cover the SSR CJS entry that Node actually resolves
  • b774d7a release: 7.0.0-rc.1
  • 92071e3 chore: bump version to 7.0.0-rc.1
  • ffb08ed fix(trellis): a by key that matches no series renders the chart, not nothing
  • 827569b docs(readme): say which features are opt-in, and show the lean CDN baseline
  • 13f2d48 fix(build)!: make the default bundle and its add-ons share one core
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 31, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 31, 2026 23:01
@dependabot
dependabot Bot requested a review from ryaplots August 31, 2026 23:01
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 31, 2026
Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 5.16.0 to 7.0.0.
- [Release notes](https://github.com/apexcharts/apexcharts.js/releases)
- [Commits](apexcharts/apexcharts.js@v5.16.0...v7.0.0)

---
updated-dependencies:
- dependency-name: apexcharts
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apexcharts-7.0.0 branch from a16a3b8 to 5250811 Compare September 1, 2026 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants