Skip to content

chore(deps): bump react-day-picker from 9.13.2 to 9.14.0#973

Merged
bobbyonmagic merged 1 commit intomainfrom
dependabot/npm_and_yarn/react-day-picker-9.14.0
Mar 5, 2026
Merged

chore(deps): bump react-day-picker from 9.13.2 to 9.14.0#973
bobbyonmagic merged 1 commit intomainfrom
dependabot/npm_and_yarn/react-day-picker-9.14.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps react-day-picker from 9.13.2 to 9.14.0.

Release notes

Sourced from react-day-picker's releases.

v9.14.0

This release introduces a new resetOnSelect prop and adds support for the Hijri calendar.

Resetting Selections in Range Mode

When in range selection mode, use the new resetOnSelect prop to start a new range when a full range is already selected.

Hijri Calendar

To use the Hijri (Umm al-Qura) calendar, import DayPicker from react-day-picker/hijri:

import { DayPicker } from "react-day-picker/hijri";
export function HijriCalendar() {
return <DayPicker />;
}

Read more in the documentation and play with it in playground.

What's Changed

New Contributors

Full Changelog: gpbl/react-day-picker@v9.13.2...v9.14.0

Changelog

Sourced from react-day-picker's changelog.

v9.14.0

Release date: 2026-02-26

This release introduces a new resetOnSelect prop and adds support for the Hijri calendar.

Resetting Selections in Range Mode

When in range selection mode, use the resetOnSelect prop to start a new range when a full range is already selected.

Hijri Calendar

To use the Hijri (Umm al-Qura) calendar, import DayPicker from react-day-picker/hijri:

import { DayPicker } from "react-day-picker/hijri";
export function HijriCalendar() {
return <DayPicker />;
}

Read more in the documentation and play with it in playground.

What's Changed

  • feat: add Hijri calendar support (Umm al-Qura) by @​ws-rush in #2904
  • feat: add resetOnSelect prop to reset date range when selecting date with completed range by @​rodgobbi in #2906
  • feat: add default lang prop to DayPicker root element by @​gpbl in #2907
Commits
  • a5b0c43 Prepare 9.14.0 package metadata
  • 758f604 feat: add lang attribute to DayPicker root (#2907)
  • 0893c96 feat: New resetOnSelect prop to reset date range when selecting date with com...
  • 8e69eb1 feat: Add Hijri calendar support (Umm al-Qura) (#2904)
  • 091ca6f chore: remove performance-tests project (#2902)
  • 6df3193 chore: update workspace dependencies (#2901)
  • 5208d3f chore: update workspace dependencies (#2900)
  • See full diff 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 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-day-picker](https://github.com/gpbl/react-day-picker) from 9.13.2 to 9.14.0.
- [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@v9.13.2...v9.14.0)

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

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 Mar 2, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 2, 2026

Deploying devops-daily with  Cloudflare Pages  Cloudflare Pages

Latest commit: 905876c
Status: ✅  Deploy successful!
Preview URL: https://9de66522.devops-daily.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-reac-nka0.devops-daily.pages.dev

View logs

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 2, 2026
@bobbyonmagic bobbyonmagic merged commit 6fd27f3 into main Mar 5, 2026
4 checks passed
@bobbyonmagic bobbyonmagic deleted the dependabot/npm_and_yarn/react-day-picker-9.14.0 branch March 5, 2026 08:15
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