Skip to content

chore(deps-npm)(deps): Bump recharts from 2.12.7 to 3.8.1 in /frontend#193

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/recharts-3.8.1
Closed

chore(deps-npm)(deps): Bump recharts from 2.12.7 to 3.8.1 in /frontend#193
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/recharts-3.8.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Bumps recharts from 2.12.7 to 3.8.1.

Release notes

Sourced from recharts's releases.

v3.8.1

What's Changed

Bugfixes!

New Contributors

Full Changelog: recharts/recharts@v3.8.0...v3.8.1

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:

... (truncated)

Commits
  • 5b10788 chore(deps-dev): bump diff from 8.0.3 to 8.0.4 (#7156)
  • 222396f chore(deps): bump react-router-dom from 7.13.1 to 7.13.2 (#7164)
  • c2642da chore(deps-dev): bump typescript-eslint from 8.57.1 to 8.57.2 (#7166)
  • b186929 fix(RechartsWrapper): prevent ResizeObserver memory leak on ref update (#7161)
  • 738f71f fix(Tooltip): prevent crash on sparse or undefined payload entries (#7149)
  • 00daf0b chore(deps-dev): bump rollup from 4.59.0 to 4.60.0 (#7158)
  • eba4f2a chore(deps-dev): bump marked from 17.0.4 to 17.0.5 (#7157)
  • 201d060 fix: resolve keyboard navigation and tooltip issues for Pie charts (#6921) (#...
  • 670d092 chore(deps-dev): bump flatted from 3.3.3 to 3.4.2 (#7150)
  • 86ca8de fix: stackOffset expand should not override numerical XAxis domain (#7152)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by corkscreewe, a new releaser for recharts since your current version.

Install script changes

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


@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 22, 2026

Labels

The following labels could not be found: frontend. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 22, 2026

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

Project Deployment Actions Updated (UTC)
quantrank Error Error May 22, 2026 1:05am

Copy link
Copy Markdown
Owner

Closing — major-version bump with breaking chart-component API changes.

recharts@3 restructured the chart component API (component renames, prop changes on <Tooltip>, <Legend>, <XAxis>, <YAxis>, removal of certain default behaviors). Migrating requires touching all four chart surfaces in QuantRank:

  • frontend/components/FairPriceBarChart.tsx
  • frontend/components/PillarRadarChart.tsx
  • (any sparkline / mini-chart usage on /stock/[ticker])

Bundling this into a routine Dependabot PR would footgun the chart migration. Filing as a separate scoped chart-library-migration work item if/when it becomes priority — current recharts@2.12.7 has no security advisories, so this is cosmetic, not urgent.

@dependabot ignore this major version

@dependabot close


Generated by Claude Code

dackclup pushed a commit that referenced this pull request May 22, 2026
…charts/eslint-config-next majors

Durable YAML backstop after Dependabot's first wave (2026-05-22)
filed 4 major-bump PRs from the config that landed in PR #185:

- PR #190 `eslint 8.57.0 → 10.4.0` — frontend build FAILED (eslint
  9+ flat config breaks `eslint-config-next 14.2.x` legacy `.eslintrc`)
- PR #191 `typescript 5.4.5 → 6.0.3` — frontend build FAILED
  (TS6 strict-mode + new lib.dom typings surface previously-silent
  `any`-flow issues)
- PR #192 `@types/node 20.12.7 → 25.9.1` — GREEN (type-only
  metadata; pending user authorize merge)
- PR #193 `recharts 2.12.7 → 3.8.1` — frontend build FAILED
  (recharts 3 restructured chart-component API; needs touching all
  4 chart surfaces in one scoped migration)

PR #190 / #191 / #193 closed via `@dependabot ignore this major
version` comment commands. This PR adds the same 3 deps PLUS
`eslint-config-next` to `.github/dependabot.yml`'s `ignore:` block
as a durable YAML-level backstop — survives Dependabot server
resets and per-PR comment-ignore-history garbage collection.

Total npm ignore entries grow 5 → 9 (existing React-stack: `next`,
`react`, `react-dom`, `@types/react`, `@types/react-dom`; new:
`eslint`, `eslint-config-next`, `typescript`, `recharts`).

Minor + patch + security updates on ALL these packages STILL file
automatically — the ignore only blocks
`version-update:semver-major` transitions.

Issue #41 still owns the scoped breaking-change migration for the
React-stack majors. `recharts 3` would be a separate chart-library-
migration work item if/when it becomes priority (no security
advisories on 2.12.7, so cosmetic-only).

No compute / schema / scoring / valuation / Python / TypeScript /
frontend code change — `.github/` + docs lockstep only.

Also fixes a stale "in flight" → "merged" reference for PR #185 +
adds PR #194 cross-link in CLAUDE.md §Phase status.

Verification: ruff clean; YAML parses to v2 with 3 ecosystems and
9 npm ignore entries.
Bumps [recharts](https://github.com/recharts/recharts) from 2.12.7 to 3.8.1.
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
- [Commits](recharts/recharts@v2.12.7...v3.8.1)

---
updated-dependencies:
- dependency-name: recharts
  dependency-version: 3.8.1
  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/frontend/recharts-3.8.1 branch from 1eb29b4 to a1bac63 Compare May 22, 2026 01:03
dackclup pushed a commit that referenced this pull request May 22, 2026
…charts/eslint-config-next majors

Durable YAML backstop after Dependabot's first wave (2026-05-22)
filed 4 major-bump PRs from the config that landed in PR #185:

- PR #190 `eslint 8.57.0 → 10.4.0` — frontend build FAILED (eslint
  9+ flat config breaks `eslint-config-next 14.2.x` legacy `.eslintrc`)
- PR #191 `typescript 5.4.5 → 6.0.3` — frontend build FAILED
  (TS6 strict-mode + new lib.dom typings surface previously-silent
  `any`-flow issues)
- PR #192 `@types/node 20.12.7 → 25.9.1` — GREEN (type-only
  metadata; pending user authorize merge)
- PR #193 `recharts 2.12.7 → 3.8.1` — frontend build FAILED
  (recharts 3 restructured chart-component API; needs touching all
  4 chart surfaces in one scoped migration)

PR #190 / #191 / #193 closed via `@dependabot ignore this major
version` comment commands. This PR adds the same 3 deps PLUS
`eslint-config-next` to `.github/dependabot.yml`'s `ignore:` block
as a durable YAML-level backstop — survives Dependabot server
resets and per-PR comment-ignore-history garbage collection.

Total npm ignore entries grow 5 → 9 (existing React-stack: `next`,
`react`, `react-dom`, `@types/react`, `@types/react-dom`; new:
`eslint`, `eslint-config-next`, `typescript`, `recharts`).

Minor + patch + security updates on ALL these packages STILL file
automatically — the ignore only blocks
`version-update:semver-major` transitions.

Issue #41 still owns the scoped breaking-change migration for the
React-stack majors. `recharts 3` would be a separate chart-library-
migration work item if/when it becomes priority (no security
advisories on 2.12.7, so cosmetic-only).

No compute / schema / scoring / valuation / Python / TypeScript /
frontend code change — `.github/` + docs lockstep only.

Also fixes a stale "in flight" → "merged" reference for PR #185 +
adds PR #194 cross-link in CLAUDE.md §Phase status.

Verification: ruff clean; YAML parses to v2 with 3 ecosystems and
9 npm ignore entries.
@dackclup dackclup closed this May 22, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 22, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/frontend/recharts-3.8.1 branch May 22, 2026 01:11
dackclup added a commit that referenced this pull request May 22, 2026
…charts/eslint-config-next majors (#195)

Durable YAML backstop after Dependabot's first wave (2026-05-22)
filed 4 major-bump PRs from the config that landed in PR #185:

- PR #190 `eslint 8.57.0 → 10.4.0` — frontend build FAILED (eslint
  9+ flat config breaks `eslint-config-next 14.2.x` legacy `.eslintrc`)
- PR #191 `typescript 5.4.5 → 6.0.3` — frontend build FAILED
  (TS6 strict-mode + new lib.dom typings surface previously-silent
  `any`-flow issues)
- PR #192 `@types/node 20.12.7 → 25.9.1` — GREEN (type-only
  metadata; pending user authorize merge)
- PR #193 `recharts 2.12.7 → 3.8.1` — frontend build FAILED
  (recharts 3 restructured chart-component API; needs touching all
  4 chart surfaces in one scoped migration)

PR #190 / #191 / #193 closed via `@dependabot ignore this major
version` comment commands. This PR adds the same 3 deps PLUS
`eslint-config-next` to `.github/dependabot.yml`'s `ignore:` block
as a durable YAML-level backstop — survives Dependabot server
resets and per-PR comment-ignore-history garbage collection.

Total npm ignore entries grow 5 → 9 (existing React-stack: `next`,
`react`, `react-dom`, `@types/react`, `@types/react-dom`; new:
`eslint`, `eslint-config-next`, `typescript`, `recharts`).

Minor + patch + security updates on ALL these packages STILL file
automatically — the ignore only blocks
`version-update:semver-major` transitions.

Issue #41 still owns the scoped breaking-change migration for the
React-stack majors. `recharts 3` would be a separate chart-library-
migration work item if/when it becomes priority (no security
advisories on 2.12.7, so cosmetic-only).

No compute / schema / scoring / valuation / Python / TypeScript /
frontend code change — `.github/` + docs lockstep only.

Also fixes a stale "in flight" → "merged" reference for PR #185 +
adds PR #194 cross-link in CLAUDE.md §Phase status.

Verification: ruff clean; YAML parses to v2 with 3 ecosystems and
9 npm ignore entries.

Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant