Skip to content

Update dependency react-day-picker to v9.14.0#15103

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/react-day-picker-9.x-lockfile
Open

Update dependency react-day-picker to v9.14.0#15103
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/react-day-picker-9.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 12, 2026

This PR contains the following updates:

Package Change Age Confidence
react-day-picker (source) 9.6.79.14.0 age confidence

Release Notes

gpbl/react-day-picker (react-day-picker)

v9.14.0

Compare Source

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

v9.13.2

Compare Source

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

New Contributors

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

v9.13.1

Compare Source

Persian calendar improvements.

What's Changed
New Contributors

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

v9.13.0

Compare Source

This release introduces an experimental noonSafe prop to help deal with historical time zones with second offsets. See https://daypicker.dev/localization/setting-time-zone#noonsafe for more details.

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

Full Changelog: gpbl/react-day-picker@v9.12.0...v9.13.0

v9.12.0

Compare Source

This release adds translated labels to built-in locales and fixes issues with array modifiers and the Hebrew calendar.

Translated Locales

DayPicker locales now ship with localized labels (e.g., “Go to next month”, “Today”), so you no longer need to supply them via labels. To use a locale:

import { es } from "react-day-picker/locale";
<DayPicker locale={es} /> // Use Spanish locale, now with translated labels.

If you previously set the labels prop for translations, you can remove it. For details on switching locales, see https://daypicker.dev/localization/changing-locale.

What's Changed

Full Changelog: gpbl/react-day-picker@v9.11.3...v9.12.0

v9.11.3

Compare Source

Rendered HTML now includes empty cells in grids when endMonth is set, and fixes the v9.11.2 regression where JSDOM tests could fail when focusing disabled days.

Possible low impact breaking change: The grid markup changed, so brittle snapshot tests or custom CSS that depended on the old structure may need updates. Adjust snapshots/CSS accordingly.

What's Changed

Full Changelog: gpbl/react-day-picker@v9.11.2...v9.11.3

v9.11.2

Compare Source

What's Changed

  • fix: ensure modifiers honor the timeZone prop by @​gpbl in #​2849
  • fix: allow focused disabled days to remain focusable by @​gpbl in #​2851
  • chore(performance): cache resolved today across helpers for better performance by @​gpbl in #​2848
  • chore(performance): memoize calendar and reuse ISO date ids in day rendering by @​gpbl in #​2850

Full Changelog: gpbl/react-day-picker@v9.11.1...v9.11.2

v9.11.1

Compare Source

What's Changed

Full Changelog: gpbl/react-day-picker@v9.11.0...v9.11.1

v9.11.0

Compare Source

This release adds support for Buddhist and Hebrew calendars, introduces new Southeast Asian numeral systems, adds the aria-labelledby prop, and improves month/year formatting for specific locales. It also includes fixes for the recently added Ethiopic calendar.

Buddhist Calendar

To use the Buddhist calendar, import DayPicker from react-day-picker/buddhist.

import { DayPicker } from "react-day-picker/buddhist";

export function BuddhistCalendar() {
  return <DayPicker />;
}
Screen Shot 2025-09-20 at 18 19 40

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

Hebrew Calendar

To switch to the Hebrew calendar, import DayPicker from react-day-picker/hebrew.

import { DayPicker } from "react-day-picker/hebrew";

export function HebrewCalendar() {
  return <DayPicker />;
}
Screen Shot 2025-09-20 at 18 19 55

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

What's Changed

Full Changelog: gpbl/react-day-picker@v9.10.0...v9.11.0

v9.10.0

Compare Source

This release adds support for the Ethiopic calendar.

Ethiopic calendar

To use the Ethiopic calendar, import DayPicker from react-day-picker/ethiopic.

import { DayPicker } from "react-day-picker/ethiopic";

export function EthiopicCalendar() {
  return <DayPicker />;
}
Screen Shot 2025-09-14 at 17 54 36

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

What's Changed

Full Changelog: gpbl/react-day-picker@v9.9.0...v9.10.0

v9.9.0

Compare Source

This release includes a new reverseYears prop, a range selection fix, and a build update to fix issues with source maps.

Reversing the Years in the Dropdown

When using captionLayout='dropdown', set reverseYears to reverse the years listed in the dropdown: the most recent year will appear first.

<DayPicker captionLayout="dropdown" reverseYears />

See it in action in the playground.

What's Changed

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

v9.8.1

Compare Source

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

Compare Source

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

What's Changed

  • feat(accessibility): enable Shift+Arrows to navigate between months/years by @​mhwice in #​2770
  • fix: setting defaultMonth to the next year with the dropdown navigation layout no longer prevents the calendar from rendering by @​rodgobbi in #​2783
  • fix: correctly display the number of months when numberOfMonths and endMonth are set by @​gpbl in #​2784

New Contributors

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

v9.7.0

Compare Source

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" />

What's Changed

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested review from a team January 12, 2026 00:30
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jan 12, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 12, 2026

🎭 Playwright Test Results

Status: ⏭️ Skipped

No test-related files were changed in this PR.

Tests are skipped when changes don't affect:

  • tests/**
  • src/**
  • package.json
  • playwright.config.ts

Run: #8629

@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 12, 2026

Deploy Preview for care-ohc ready!

Name Link
🔨 Latest commit 9d4931a
🔍 Latest deploy log https://app.netlify.com/projects/care-ohc/deploys/69b3f19ac469bb0008c49732
😎 Deploy Preview https://deploy-preview-15103.preview.ohc.network
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Jan 12, 2026

Deploying care-preview with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7302aed
Status: ✅  Deploy successful!
Preview URL: https://d1f27c56.care-preview-a7w.pages.dev
Branch Preview URL: https://renovate-react-day-picker-9.care-preview-a7w.pages.dev

View logs

@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x-lockfile branch from 0228f7a to 60121c7 Compare January 19, 2026 16:48
@renovate renovate Bot changed the title chore(deps): update dependency react-day-picker to v9.13.0 Update dependency react-day-picker to v9.13.0 Jan 22, 2026
@renovate renovate Bot changed the title Update dependency react-day-picker to v9.13.0 chore(deps): update dependency react-day-picker to v9.13.0 Jan 22, 2026
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x-lockfile branch from 60121c7 to 2420105 Compare January 23, 2026 19:58
@renovate renovate Bot changed the title chore(deps): update dependency react-day-picker to v9.13.0 Update dependency react-day-picker to v9.13.0 Jan 25, 2026
@renovate renovate Bot changed the title Update dependency react-day-picker to v9.13.0 chore(deps): update dependency react-day-picker to v9.13.0 Jan 28, 2026
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x-lockfile branch from 2420105 to 54eb6cd Compare February 2, 2026 18:11
@renovate renovate Bot changed the title chore(deps): update dependency react-day-picker to v9.13.0 chore(deps): update dependency react-day-picker to v9.13.1 Feb 7, 2026
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x-lockfile branch from 54eb6cd to e25f4dd Compare February 7, 2026 00:56
@renovate renovate Bot changed the title chore(deps): update dependency react-day-picker to v9.13.1 chore(deps): update dependency react-day-picker to v9.13.2 Feb 10, 2026
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x-lockfile branch 2 times, most recently from 0b62a6b to c1c74bf Compare February 12, 2026 15:44
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x-lockfile branch from c1c74bf to 618989a Compare February 17, 2026 14:36
@renovate renovate Bot changed the title chore(deps): update dependency react-day-picker to v9.13.2 chore(deps): update dependency react-day-picker to v9.14.0 Feb 26, 2026
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x-lockfile branch from 618989a to 964505d Compare February 26, 2026 15:03
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x-lockfile branch from 964505d to d321d1c Compare March 5, 2026 19:09
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x-lockfile branch from d321d1c to 9d4931a Compare March 13, 2026 11:14
@renovate renovate Bot changed the title chore(deps): update dependency react-day-picker to v9.14.0 Update dependency react-day-picker to v9.14.0 Mar 26, 2026
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x-lockfile branch from 9d4931a to b28b266 Compare March 27, 2026 11:39
@renovate renovate Bot changed the title Update dependency react-day-picker to v9.14.0 chore(deps): update dependency react-day-picker to v9.14.0 Apr 1, 2026
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x-lockfile branch from b28b266 to 9239369 Compare April 1, 2026 16:05
@renovate renovate Bot changed the title chore(deps): update dependency react-day-picker to v9.14.0 Update dependency react-day-picker to v9.14.0 Apr 6, 2026
@renovate renovate Bot changed the title Update dependency react-day-picker to v9.14.0 chore(deps): update dependency react-day-picker to v9.14.0 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x-lockfile branch from 9239369 to 8856630 Compare April 8, 2026 20:08
@renovate renovate Bot changed the title chore(deps): update dependency react-day-picker to v9.14.0 Update dependency react-day-picker to v9.14.0 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/react-day-picker-9.x-lockfile branch from 8856630 to 7302aed Compare April 29, 2026 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants