Skip to content

Bump react-apexcharts from 1.9.0 to 2.1.0#515

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/react-apexcharts-2.1.0
Open

Bump react-apexcharts from 1.9.0 to 2.1.0#515
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/react-apexcharts-2.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps react-apexcharts from 1.9.0 to 2.1.0.

Release notes

Sourced from react-apexcharts's releases.

React ApexCharts v2.0.1

Patch Release: SSR Example & Minor Fixes

This patch release adds a comprehensive SSR example project to help developers integrate React ApexCharts with Next.js and other SSR frameworks.


New SSR Example Project

Added a complete Next.js App Router example demonstrating SSR capabilities:

  • Location: example-ssr/
  • Framework: Next.js 15+ with TypeScript
  • Features:
    • Server-side chart rendering with react-apexcharts/server
    • Client-side hydration with react-apexcharts/hydrate
    • Server data fetching examples
    • Multiple chart types and configurations
    • Best practices for SSR integration

🐛 Bug Fixes

  • Improved type definitions consistency

React ApexCharts v2.0.0

Major Release: Server-Side Rendering (SSR) Support

This release introduces first-class support for Server-Side Rendering, making React ApexCharts fully compatible with Next.js App Router, React Server Components, and other modern SSR frameworks.


New Features

Server-Side Rendering (SSR) Support

React ApexCharts now provides dedicated components and exports for seamless SSR integration:

New Export: react-apexcharts/server

Server-side component for rendering static chart markup without client-side JavaScript:

// app/page.tsx (Server Component)
import Chart from 'react-apexcharts/server'
export default function Page() {
return <Chart type="line" series={...} options={...} />
}

New Export: react-apexcharts/hydrate

... (truncated)

Commits

@dependabot dependabot bot added Dependencies Pull requests that update a dependency file Javascript Pull requests that update javascript code labels Mar 16, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown
Contributor

cloudflare-workers-and-pages bot commented Mar 16, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
aura-historia-staging c971cba Commit Preview URL

Branch Preview URL
Apr 13 2026, 09:42 AM

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-apexcharts-2.1.0 branch from 051171a to 8c18520 Compare March 16, 2026 19:53
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 22, 2026

Dependabot can't authenticate to a private package registry. Because of this, Dependabot cannot update this pull request.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-apexcharts-2.1.0 branch 2 times, most recently from ce3c52a to 2681830 Compare March 25, 2026 18:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-apexcharts-2.1.0 branch from 2681830 to 0e1ff02 Compare April 6, 2026 10:17
Bumps [react-apexcharts](https://github.com/apexcharts/react-apexcharts) from 1.9.0 to 2.1.0.
- [Release notes](https://github.com/apexcharts/react-apexcharts/releases)
- [Commits](https://github.com/apexcharts/react-apexcharts/commits)

---
updated-dependencies:
- dependency-name: react-apexcharts
  dependency-version: 2.1.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/react-apexcharts-2.1.0 branch from 0e1ff02 to c971cba Compare April 13, 2026 09:41
@sonarqubecloud
Copy link
Copy Markdown

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 13, 2026

Dependabot can't resolve your JavaScript dependency files. Because of this, Dependabot cannot update this pull request.

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