Skip to content

build(deps): bump recharts from 2.15.4 to 3.8.0#74

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/recharts-3.8.0
Open

build(deps): bump recharts from 2.15.4 to 3.8.0#74
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/recharts-3.8.0

Conversation

@dependabot
Copy link

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

Bumps recharts from 2.15.4 to 3.8.0.

Release notes

Sourced from recharts's releases.

v3.8.0

What's Changed

We added generics to our data and dataKey props and now you can have your charts validated by TypeScript. See the full guide here: https://recharts.github.io/en-US/guide/typescript/

We are releasing new helper functions and hooks that will allow you to precisely target mouse interactions, and convert coordinates. See the guide here: https://recharts.github.io/en-US/guide/coordinateSystems/

And new functions and hooks:

getRelativeCoordinate - converts mouse events to pixel positions

Convert Data → Pixels:

useXAxisScale - returns a function to convert X data values to pixel positions useYAxisScale - returns a function to convert Y data values to pixel positions useCartesianScale - convenience hook for converting both at once

Pixels → Data:

useXAxisInverseScale - returns a function to convert pixel X to the closest data value useYAxisInverseScale - returns a function to convert pixel Y to the closest data value useXAxisInverseTickSnapScale - returns a function to convert pixel X to the closest axis tick useYAxisInverseTickSnapScale - returns a function to convert pixel Y to the closest axis tick

Accessing Ticks:

useXAxisTicks - returns the calculated ticks of an X-axis useYAxisTicks - returns the calculated ticks of a Y-axis

Feat

Fix

... (truncated)

Commits
  • a1044db chore(deps-dev): bump the storybook group across 1 directory with 7 updates (...
  • 2001a72 chore(deps-dev): bump @​types/node from 24.11.0 to 24.12.0 (#7102)
  • 0ce01f0 chore(deps-dev): bump eslint-plugin-storybook from 9.1.19 to 9.1.20 (#7103)
  • 0e0542f [Docs] fix(HighlightAndZoomLineChart): improve zoom area validation and add c...
  • 609ca4f [Docs] New router, add links to hooks (#7099)
  • d33f529 chore(deps-dev): bump marked from 17.0.3 to 17.0.4 (#7098)
  • 1c71ab6 chore(deps): bump es-toolkit from 1.45.0 to 1.45.1 (#7087)
  • 907bab2 chore(deps-dev): bump terser-webpack-plugin from 5.3.16 to 5.3.17 (#7088)
  • c527fb2 chore(deps-dev): bump webpack from 5.105.3 to 5.105.4 (#7089)
  • 473d55c New feature - typed charts helper (#7071)
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Upgrade recharts from 2.15.4 to 3.8.0 in apps/admin-dashboard and apps/client-dashboard to enable typed data/dataKey and new interaction/scale hooks. Verify charts render and interact correctly.

  • Dependencies

    • Bump recharts to ^3.8.0; update pnpm-lock.yaml.
    • Adds transitive deps: @reduxjs/toolkit (≥1.9), react-redux, redux, react-is; prepare runs on install.
  • Migration

    • Run a TypeScript build and fix any data/dataKey generic errors.
    • Recheck interactions and visuals: event throttling, PieChart tooltip sync/colors, tooltip blur-close, and axis ticks via niceTicks.

Written for commit f09f636. Summary will update on new commits.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 23, 2026
@vercel
Copy link

vercel bot commented Mar 23, 2026

Deployment failed with the following error:

Resource is limited - try again in 24 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/mediabubble?upgradeToPro=build-rate-limit

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 3 files

@github-actions github-actions bot added the size/XS Extra small change (≤10 lines) label Mar 23, 2026
@github-actions
Copy link

github-actions bot commented Mar 23, 2026

Lighthouse CI — Marketing Site

Category 📱 Mobile 🖥 Desktop
Performance 🟡 80/100 🟡 89/100
Accessibility 🟡 94/100 🟡 94/100
Best Practices 🟢 96/100 🟢 96/100
SEO 🟡 92/100 🟡 92/100

Core Web Vitals (Mobile)
LCP: 3271ms | FCP: 1697ms | TBT: 474ms | CLS: 0.000

Plan: pagespeed_100 — Target: 100/100 all categories
Thresholds in .lighthouserc.js

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/recharts-3.8.0 branch from ccdd8de to a74f9d6 Compare March 23, 2026 19:11
@github-actions github-actions bot added size/XS Extra small change (≤10 lines) and removed size/XS Extra small change (≤10 lines) labels Mar 23, 2026
@iDorgham
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/recharts-3.8.0 branch from a74f9d6 to cd29f76 Compare March 23, 2026 19:16
@github-actions github-actions bot added size/XS Extra small change (≤10 lines) and removed size/XS Extra small change (≤10 lines) labels Mar 23, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/recharts-3.8.0 branch from cd29f76 to 1c82b7a Compare March 23, 2026 22:04
@github-actions
Copy link

github-actions bot commented Mar 23, 2026

📦 Affected Packages

  • admin-dashboard (Next.js app)
  • client-dashboard (Next.js app)

Diff: +3034 / -8681 lines

Auto-generated by pr-labels.yml

@github-actions github-actions bot added size/XS Extra small change (≤10 lines) and removed size/XS Extra small change (≤10 lines) labels Mar 23, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/recharts-3.8.0 branch from 1c82b7a to b98ae61 Compare March 23, 2026 23:11
@github-actions github-actions bot added size/XS Extra small change (≤10 lines) and removed size/XS Extra small change (≤10 lines) labels Mar 23, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/recharts-3.8.0 branch from b98ae61 to 5bb0ca0 Compare March 24, 2026 05:11
@vercel
Copy link

vercel bot commented Mar 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
gateflow-admin-dashboard Error Error Mar 25, 2026 11:14am
gateflow-client-dashboard Error Error Mar 25, 2026 11:14am
gateflow-marketing Ready Ready Preview, Comment Mar 25, 2026 11:14am
gateflow-resident-portal Ready Ready Preview, Comment Mar 25, 2026 11:14am

@github-actions github-actions bot added size/XS Extra small change (≤10 lines) and removed size/XS Extra small change (≤10 lines) labels Mar 24, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/recharts-3.8.0 branch from 5bb0ca0 to 6f5eaaf Compare March 24, 2026 12:57
@github-actions github-actions bot added size/XS Extra small change (≤10 lines) and removed size/XS Extra small change (≤10 lines) labels Mar 24, 2026
Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 to 3.8.0.
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
- [Commits](recharts/recharts@v2.15.4...v3.8.0)

---
updated-dependencies:
- dependency-name: recharts
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
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 size/XS Extra small change (≤10 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant