Skip to content

chore(deps): bump react-day-picker from 8.10.1 to 9.8.1 in /apps/web #164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2025

Bumps react-day-picker from 8.10.1 to 9.8.1.

Release notes

Sourced from react-day-picker's releases.

v9.8.1

Improved captionLayout documentation and build process.

What's Changed

New Contributors

Full Changelog: gpbl/react-day-picker@v9.8.0...v9.8.1

v9.8.0

DayPicker 9.8 includes better keyboard navigation and resolves edge cases with month and year rendering.

What's Changed

New Contributors

Full Changelog: gpbl/react-day-picker@v9.7.0...v9.8.0

v9.7.0

DayPicker 9.7 introduces a new navLayout prop to customize the layout of the navigation and includes improvements for time zones and localization.

Navigation Layouts

The navLayout prop allows you to change the layout of the navigation buttons in the calendar:

  • With navLayout="around", navigation buttons are displayed on either side of the caption.
  • With navLayout="after", navigation buttons are displayed after the caption. This layout ensures that the focus order respects the visual order, conforming to the WCAG 2.2 guidelines for accessibility.

For more details, see the Navigation Layouts section in the documentation.

<DayPicker navLayout="around" />
<DayPicker navLayout="after" />
</tr></table> 

... (truncated)

Changelog

Sourced from react-day-picker's changelog.

Changelog

DayPicker follows Semantic Versioning. See the Releases page on Github for the complete list of changes, diffs and contributors, or the list of versions published on npm.

v9

First release: 2024-07-20

This release includes important updates related to accessibility, styles and localization. See the updated docs at https://daypicker.dev and the Upgrading Guide for more details.

Install the Latest Version

npm install react-day-picker@latest

What’s New

  • Moved date-fns from peer dependencies to dependencies.
  • Added support for time zones and Persian Calendar.
  • Enhanced accessibility to better comply with WCAG 2.1 recommendations.
  • Simplified styles and new CSS variables for easier customization.
  • New excludeDisabled prop for range mode.
  • New dropdown-years and dropdown-months caption layouts.
  • New hideWeekdays and hideNavigation props.
  • Updated for a complete custom components support.
  • Improved typings and props for better compatibility in TypeScript strict mode.

Breaking Changes

While we tried to keep the API as stable as possible, some breaking changes were necessary to improve the library:

  • The updated ARIA labels could require new translations or updated unit tests selectors.
  • Custom CSS styles will likely break, due to the updated CSS classes and simplified styles.
  • Custom Components have new API and may break.
  • Some typings have been renamed or deprecated.
  • The useInput hook has been removed. See Input fields guide for more details.
  • onWeekNumberClick has been removed. Use a custom component to handle week number clicks.
  • Some of the onDay* events, like onDayTouchStart or onDayDoubleClick have been removed. To reimplement them, use a custom DayButton component (example).
  • The updated build system to ESM and CommonJS could break some custom bundler.

Upgrading Guide

We prepared a Upgrading guide for help upgrading your app to v9. We welcome feedback about the upgrade process, to ensure it's smooth for everyone.

Get Support and Report Issues

Please report any issues or provide feedback on the GitHub repository.

Commits
  • bd55df2 Bump v9.8.1
  • 3782986 build: upgrade dev dependencies (#2800)
  • f74c619 build: avoid locking dependencies (#2789)
  • 3da2e91 refactor(website): correct minor spelling error (#2790)
  • 7e70c4d docs: Improve documentation for captionLayout prop (#2788)
  • 14940f1 docs: fix captionLayout props doc (#2787)
  • 6619244 build: bump v9.8.0
  • f1023dd fix: initial month when numberOfMonths and endMonth are set (#2784)
  • 46ff759 fix: setting defaultMonth the next year when using the dropdown mode does not...
  • e4d66a0 feat(accessibility): Shift+Arrows to navigate months/years (#2770)
  • 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)

Important

Bumps react-day-picker from 8.10.1 to 9.8.1, introducing new features, improvements, and breaking changes.

  • Dependency Update:
    • Bumps react-day-picker from 8.10.1 to 9.8.1 in package.json.
  • New Features:
    • Adds navLayout prop for navigation customization.
    • Supports time zones and Persian Calendar.
    • Enhanced keyboard navigation with Shift+Arrows.
  • Breaking Changes:
    • Updated ARIA labels may require new translations.
    • Custom CSS styles may break due to updated classes.
    • Removed useInput hook and some onDay* events.
  • Improvements:
    • Improved accessibility and compliance with WCAG 2.1.
    • Simplified styles with new CSS variables.

This description was created by Ellipsis for 9f21d65. You can customize this summary. It will automatically update as commits are pushed.

Bumps [react-day-picker](https://github.com/gpbl/react-day-picker) from 8.10.1 to 9.8.1.
- [Release notes](https://github.com/gpbl/react-day-picker/releases)
- [Changelog](https://github.com/gpbl/react-day-picker/blob/main/CHANGELOG.md)
- [Commits](gpbl/react-day-picker@v8.10.1...v9.8.1)

---
updated-dependencies:
- dependency-name: react-day-picker
  dependency-version: 9.8.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

dependabot bot commented on behalf of github Jul 29, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot requested a review from vignesh-gupta July 29, 2025 02:49
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 29, 2025
Copy link

vercel bot commented Jul 29, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
projectify ⬜️ Ignored (Inspect) Jul 29, 2025 2:49am

Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

Important

Looks good to me! 👍

Reviewed everything up to 9f21d65 in 29 seconds. Click for details.
  • Reviewed 13 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. apps/web/package.json:57
  • Draft comment:
    Bump update: 'react-day-picker' is updated from 8.10.1 to 9.8.1. Since v9 introduces breaking changes (API modifications, altered CSS class names, removed/modified events), ensure that your usage and any custom styling or event handlers are adjusted to match the new version as per the upgrade guide.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% This comment is related to a dependency update and provides information about breaking changes in the new version. It suggests ensuring that usage and custom styling are adjusted according to the upgrade guide. However, it does not make a specific code suggestion or ask for a specific test to be written. It falls under the category of purely informative comments about dependencies, which should be removed according to the rules.

Workflow ID: wflow_AiqFK6T8AOiRfMWt

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

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.

0 participants