Skip to content

Bump recharts from 2.15.4 to 3.3.0#5

Closed
dependabot[bot] wants to merge 49 commits into
mainfrom
dependabot/npm_and_yarn/recharts-3.3.0
Closed

Bump recharts from 2.15.4 to 3.3.0#5
dependabot[bot] wants to merge 49 commits into
mainfrom
dependabot/npm_and_yarn/recharts-3.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 8, 2025

Bumps recharts from 2.15.4 to 3.3.0.

Release notes

Sourced from recharts's releases.

v3.3.0

What's Changed

Feat

  • ResponsiveContainer is now built-in to all charts by @​PavelVanecek in recharts/recharts#6388
    • add the responsive prop to any chart along with a height and width as if you were using ResponsiveContainer. One less component to wrap things with. ResponsiveContainer will continue to work for the life of 3.x
<BarChart data={data} responsive height={300} width="100%">
  ....
</BarChart>

Fix

Website changes - https://recharts.github.io/

Unfortunately the current contributors and admins do not own recharts.org and the renewal of the domain remains up in the air. To remove that uncertainty we have deployed the website at our github pages URL instead.

New Contributors

Full Changelog: recharts/recharts@v3.2.1...v3.3.0

v3.2.1

What's Changed

Fix

... (truncated)

Commits
  • 7f4f707 Add tests for getAttrsOfCartesianLabel, allow Percent type for custom label p...
  • 9bbaa5d More strictNullChecks refactoring (#6446)
  • 189f235 3.3.0 version bump (#6463)
  • d558329 chore(deps-dev): bump the storybook group across 1 directory with 7 updates (...
  • 72bfccb chore(deps-dev): bump eslint-plugin-storybook from 9.1.10 to 9.1.12 (#6458)
  • 87a8181 chore(deps-dev): bump vite from 6.3.7 to 6.4.0 in /www (#6454)
  • 42d0258 chore(deps-dev): bump typescript-eslint from 8.46.0 to 8.46.1 (#6451)
  • 1a9f9ee chore(deps-dev): bump vite from 6.3.6 to 6.3.7 in /www (#6452)
  • 57e89b0 Only use the YAxis width oscillation detection if the difference is > 1 pixel...
  • debb9a4 chore(deps-dev): bump eslint-config-airbnb-extended from 2.3.1 to 2.3.2 (#6448)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

lorenzomassafra and others added 30 commits March 27, 2025 12:14
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 09c8acd1-658b-4c19-b08d-ef2bbc121b36
… gaming company. Includes custom builds, repair services, and optimization sections with dynamic visual elements.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 09c8acd1-658b-4c19-b08d-ef2bbc121b36
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ae4b169-40e8-4d33-8da5-1514d3ebb9e3/8f1fb5c5-34fe-4d6c-b7c1-293e68eaa9a6.jpg
…ontact section (Discord & Instagram emphasized, Facebook & Twitter removed), added app section (with placeholders), and PayPal donation link.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 09c8acd1-658b-4c19-b08d-ef2bbc121b36
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ae4b169-40e8-4d33-8da5-1514d3ebb9e3/ed0afb95-10d6-4aa8-8a54-d855b88d6263.jpg
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 221e32d3-fbdc-4080-98f3-132db49dc214
…ild prices, shorten contact info.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 221e32d3-fbdc-4080-98f3-132db49dc214
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ae4b169-40e8-4d33-8da5-1514d3ebb9e3/18c0195c-b6d8-4fe1-8cdb-f63dc517f649.jpg
…ibility. Includes meta tags, sitemap, robots.txt, and structured data.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 221e32d3-fbdc-4080-98f3-132db49dc214
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/5ae4b169-40e8-4d33-8da5-1514d3ebb9e3/eb75a770-a79e-46a4-a1cd-3af400681b64.jpg
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: f6eb2381-61ba-4af2-9dbf-2346bd899d6d
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: f6eb2381-61ba-4af2-9dbf-2346bd899d6d
Refactored the carousel container to use flex layout and center items, removed the base stand element, and enhanced 3D card rendering by adjusting z-index, pointer events, and opacity for better depth and interaction. Also set perspectiveOrigin for more consistent 3D effect.
Replaces all remote image URLs with local assets, adds a robust ImageWithFallback component, and updates Open Graph, favicon, and schema URLs to the new domain. Removes server and shared schema files, disables Drizzle config for static deployment, and introduces a Cloudflare Pages function for contact form handling with spam protection and rate limiting. The contact form now submits via API, includes a honeypot field, and provides user feedback. GallerySection is refactored to a CSS-based infinite marquee using local images.
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 8, 2025
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Nov 8, 2025

Deploying website with  Cloudflare Pages  Cloudflare Pages

Latest commit: a72b05e
Status: ✅  Deploy successful!
Preview URL: https://73f7221e.website-6al.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-rech.website-6al.pages.dev

View logs

PrimeBuild-pc and others added 2 commits November 9, 2025 00:30
Updated Dependabot configuration to assign PrimeBuild-pc as a reviewer for npm dependency update pull requests.
Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 to 3.3.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.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 18, 2025

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.3.0 branch November 18, 2025 21:49
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant