Skip to content

Bump react-day-picker from 7.4.10 to 9.14.0#7051

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/react-day-picker-9.14.0
Open

Bump react-day-picker from 7.4.10 to 9.14.0#7051
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/react-day-picker-9.14.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps react-day-picker from 7.4.10 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

v9.13.2

What's Changed

New Contributors

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

v9.13.1

Persian calendar improvements.

What's Changed

New Contributors

... (truncated)

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

v9.13.2

Release date: 2026-02-10

This release fixes the style.css type declaration export and corrects labels for Northern Sami (se) and Japanese Hiragana (ja-Hira) locales.

What's Changed

  • fix(build): add correct type declaration for style.css export by @​NotNestor in #2897
  • fix(locale): correct Northern Sami (se) and Japanese Hiragana (ja-Hira) labels by @​gpbl in #2898

v9.13.0

Release date: 2025-12-18

This release introduces an experimental noonSafe prop to help deal with historical time zones with second offsets. See https://github.com/gpbl/react-day-picker/blob/main/localization/setting-time-zone#noonsafe for more details.

What's Changed

  • feat: add experimental noonSafe prop for timezone offsets by @​gpbl in #2879

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for react-day-picker since your current version.

Install script changes

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


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added javascript Pull requests that update Javascript code Type: Maintenance labels Mar 1, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-day-picker-9.14.0 branch from ec829c3 to e01d8a0 Compare March 19, 2026 17:26
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 19, 2026

Test Results

0 files   -     1  0 suites   - 1   0s ⏱️ - 1m 25s
0 tests  - 2 581  0 ✅  - 2 569  0 💤  - 12  0 ❌ ±0 
0 runs   - 2 904  0 ✅  - 2 892  0 💤  - 12  0 ❌ ±0 

Results for commit bed1d9d. ± Comparison against base commit 181cc07.

♻️ This comment has been updated with latest results.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-day-picker-9.14.0 branch 3 times, most recently from b2cff83 to 824b91b Compare March 25, 2026 17:17
@valadas
Copy link
Copy Markdown
Contributor

valadas commented Mar 25, 2026

This one has breaking changes and may need a human intervention

@bdukes
Copy link
Copy Markdown
Contributor

bdukes commented Mar 25, 2026

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-day-picker-9.14.0 branch 3 times, most recently from b44ece2 to f608344 Compare March 30, 2026 13:16
Bumps [react-day-picker](https://github.com/gpbl/react-day-picker) from 7.4.10 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](https://github.com/gpbl/react-day-picker/commits/v9.14.0)

---
updated-dependencies:
- dependency-name: react-day-picker
  dependency-version: 9.14.0
  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/react-day-picker-9.14.0 branch from f608344 to bed1d9d Compare March 31, 2026 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

javascript Pull requests that update Javascript code Type: Maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants