Skip to content

chore(deps): bump recharts from 2.15.1 to 3.10.1 - #43

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

chore(deps): bump recharts from 2.15.1 to 3.10.1#43
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/recharts-3.10.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps recharts from 2.15.1 to 3.10.1.

Release notes

Sourced from recharts's releases.

v3.10.1

What's Changed

New Contributors

Full Changelog: recharts/recharts@v3.10.0...v3.10.1

v3.10.0

What's Changed

Legend position

Legend now supports position and offset props, same as Label and LabeList. This replaces the previous align and verticalAlign for a more convenient positioning, and fixes couple visual bugs too. See https://recharts.github.io/en-US/examples/LegendPosition/

XAxis auto height

XAxis now supports height="auto" prop, similar to YAxis width="auto".

Other features

Bugfixes

New Contributors

... (truncated)

Commits
  • ffb9187 3.10.1
  • 411b6f2 fix(bar): keep barGap correct when maxBarSize clamps the bar width (#2774) (#...
  • 58c321b chore(deps-dev): bump postcss from 8.5.10 to 8.5.22 (#7581)
  • f08972b chore(deps-dev): bump the storybook group with 8 updates (#7578)
  • 89599d0 chore(deps-dev): bump chromatic from 11.29.0 to 18.1.0 (#7579)
  • 3da7d87 chore(deps-dev): bump typescript-eslint from 8.64.0 to 8.65.0 in the typescri...
  • 9764273 chore(deps-dev): bump marked from 18.0.5 to 18.0.7 (#7577)
  • a5d7737 fix(tooltip): fall back to index-based search when label-based search returns...
  • 497e8df chore(deps-dev): bump fast-uri from 3.1.2 to 3.1.4 (#7576)
  • 0776eb0 chore(deps): bump immer from 11.1.9 to 11.1.15 (#7575)
  • Additional commits viewable in compare view
Maintainer changes

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

Install script changes

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


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 26, 2026
@dependabot
dependabot Bot requested a review from ulises-jeremias as a code owner August 26, 2026 02:17
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 26, 2026
@vercel

vercel Bot commented Aug 26, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
create-awesome-python-app-website Error Error Aug 27, 2026 2:58am

@github-actions

github-actions Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor
Fails
🚫 📋 Missing Section - Please include the section: ## Description in your PR description.
🚫 📋 Missing Section - Please include the section: ## Type of Change in your PR description.
🚫 📋 Missing Section - Please include the section: ## How Has This Been Tested? in your PR description.
🚫 📋 Missing Section - Please include the section: ## Checklist in your PR description.
Warnings
⚠️ 📋 Unchecked Checklist Item - Please check the item: My code follows the style guidelines of this project in your PR description.
⚠️ 📋 Unchecked Checklist Item - Please check the item: I have performed a self-review of my code in your PR description.
⚠️ 📋 Unchecked Checklist Item - Please check the item: I have commented my code, particularly in hard-to-understand areas in your PR description.
⚠️ 📋 Unchecked Checklist Item - Please check the item: I have made corresponding changes to the documentation in your PR description.
⚠️ 📋 Unchecked Checklist Item - Please check the item: My changes generate no new warnings in your PR description.
⚠️ 📋 Unchecked Checklist Item - Please check the item: Any dependent changes have been merged and published in downstream modules in your PR description.
⚠️ 📋 Unchecked Checklist Item - Please check the item: I have checked my code and corrected any misspellings in your PR description.
⚠️ 🔒 package.json - Changes were made to package.json.
⚠️ This PR is changing more than 200 lines.

Generated by 🚫 dangerJS against 85e95a6

@github-actions

github-actions Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Max errors Warnings Elapsed time
✅ ACTION actionlint 5 0 0 0.05s
✅ COPYPASTE jscpd yes no no 0.91s
✅ EDITORCONFIG editorconfig-checker 172 0 0 0.18s
✅ JAVASCRIPT standard 1 0 0 0.97s
✅ JSON jsonlint 9 0 0 0.07s
✅ JSON npm-package-json-lint yes no no 0.43s
✅ JSON prettier 9 0 0 0.34s
✅ JSON v8r 9 0 0 9.69s
✅ MARKDOWN markdownlint 9 0 0 0.5s
✅ MARKDOWN markdown-table-formatter 9 0 0 0.17s
✅ REPOSITORY betterleaks yes no no 0.92s
✅ REPOSITORY checkov yes no no 13.72s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY osv-scanner yes no no 1.69s
✅ REPOSITORY secretlint yes no no 1.98s
✅ REPOSITORY trivy yes no no 7.77s
✅ REPOSITORY trufflehog yes no no 2.65s
✅ SPELL cspell 173 0 0 3.53s
✅ YAML prettier 13 0 0 0.42s
✅ YAML yamllint 13 0 0 0.59s

Notices

⚠️ Your configuration references items that have been removed from MegaLinter and are ignored: MARKDOWN_MARKDOWN_LINK_CHECK. See Removed linters to find their replacements.

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@10.0.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,COPYPASTE_JSCPD,EDITORCONFIG_EDITORCONFIG_CHECKER,JAVASCRIPT_STANDARD,JSON_JSONLINT,JSON_V8R,JSON_PRETTIER,JSON_NPM_PACKAGE_JSON_LINT,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_BETTERLEAKS,REPOSITORY_OSV_SCANNER,REPOSITORY_SECRETLINT,REPOSITORY_TRIVY,REPOSITORY_TRUFFLEHOG,SPELL_CSPELL,YAML_PRETTIER,YAML_YAMLLINT

MegaLinter is provided by OX Security
Show us your support by starring ⭐ the repository

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/recharts-3.10.1 branch from 4e0ebd7 to 6f9816f Compare August 26, 2026 16:35
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/recharts-3.10.1 branch from 6f9816f to 8002d2a Compare August 27, 2026 02:47
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/recharts-3.10.1 branch from 8002d2a to 181f1e6 Compare August 27, 2026 02:53
@ulises-jeremias

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [recharts](https://github.com/recharts/recharts) from 2.15.1 to 3.10.1.
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
- [Commits](recharts/recharts@v2.15.1...v3.10.1)

---
updated-dependencies:
- dependency-name: recharts
  dependency-version: 3.10.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/recharts-3.10.1 branch from 181f1e6 to 85e95a6 Compare August 27, 2026 02:58
@ulises-jeremias

Copy link
Copy Markdown
Member

Triage 2026-08-27: BLOCKED — not safe to auto-merge. recharts 2.15.1 → 3.10.1 is a major bump (v3) and type-check fails on main@19e0fa2 (see https://github.com/Create-Python-App/website/pull/43/checks). Recharts v3 has breaking API changes; needs manual migration and visual regression. Keeping open, do not merge via admin.

ulises-jeremias added a commit that referenced this pull request Aug 27, 2026
- use permissive payload/label props for Tooltip (recharts 3 omits
  PropertiesReadFromContext from TooltipProps)
- fix Legend payload/verticalAlign Pick (LegendProps no longer
  exposes payload)
- add explicit any for payload items to satisfy noImplicitAny
  (eslint disabled for this file due to recharts 3 any payload)

Closes #43

Validated: pnpm type-check, 16 tests, pnpm audit clean
@ulises-jeremias ulises-jeremias mentioned this pull request Aug 27, 2026
11 tasks
@dependabot @github

dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor Author

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/recharts-3.10.1 branch August 27, 2026 03:40
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.

1 participant