Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps react-github-calendar from 4.5.11 to 5.0.0.

Release notes

Sourced from react-github-calendar's releases.

Version 5 of React GitHub Calendar introduces several breaking changes and a introduces a new approach to tooltips. Because this component supports all props of the underlying calendar component React Activity Calendar, all breaking changes from React Activity Calendar v3 also apply here.

Breaking changes

  • React GitHub Calendar is now a pure ESM package.
  • The default export has been removed. Use the named export instead:
    import { GitHubCalendar } from 'react-github-calendar'
  • The eventHandlers prop has been removed. Use the renderBlock prop with React.cloneElement() to attach event handlers
  • The totalCount prop has been removed, overriding the total count is no longer supported.
  • The transformTotalCount prop has been removed, overriding the total count is no longer supported.
  • The hideColorLegend prop has been renamed to showColorLegend.
  • The hideMonthLabels prop has been renamed to showMonthLabels.
  • The hideTotalCount prop has been renamed to showTotalCount.

Tooltips

Tooltips no longer depend on external libraries and are now integrated directly into the calendar package. Thanks to code-splitting, tooltips only affect your bundle size when you use them. They are implemented using the Floating UI library as a “headless” component, meaning they come without predefined styles. This gives you full control over the appearance:

  • Import the default styles provided by React Activity Calendar, or
  • Add your own custom CSS.

See the tooltips documentation of the calendar component for details and examples.

Commits

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)

Bumps [react-github-calendar](https://github.com/grubersjoe/react-github-calendar) from 4.5.11 to 5.0.0.
- [Release notes](https://github.com/grubersjoe/react-github-calendar/releases)
- [Commits](https://github.com/grubersjoe/react-github-calendar/commits/v5.0)

---
updated-dependencies:
- dependency-name: react-github-calendar
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 24, 2025
@vercel
Copy link

vercel bot commented Nov 24, 2025

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

Project Deployment Preview Comments Updated (UTC)
minnu Ready Ready Preview Comment Nov 24, 2025 9:42am

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