Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2025

This PR contains the following updates:

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

Release Notes

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

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@vercel
Copy link

vercel bot commented Aug 31, 2025

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

Project Deployment Actions Updated (UTC)
v0-slerf-token-dashboard Ready Ready Preview, Comment, Open in v0 Feb 10, 2026 1:07am

@coderabbitai
Copy link

coderabbitai bot commented Aug 31, 2025

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.

  • 🔍 Trigger a full review

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

@renovate renovate bot force-pushed the renovate/react-day-picker-9.x branch from ec4ecbe to fab2d27 Compare September 15, 2025 02:32
@renovate renovate bot changed the title fix(deps): update dependency react-day-picker to v9.9.0 fix(deps): update dependency react-day-picker to v9.10.0 Sep 15, 2025
@renovate renovate bot force-pushed the renovate/react-day-picker-9.x branch from fab2d27 to d034565 Compare September 21, 2025 01:06
@renovate renovate bot changed the title fix(deps): update dependency react-day-picker to v9.10.0 fix(deps): update dependency react-day-picker to v9.11.0 Sep 21, 2025
@renovate renovate bot changed the title fix(deps): update dependency react-day-picker to v9.11.0 fix(deps): update dependency react-day-picker to v9.11.1 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/react-day-picker-9.x branch from d034565 to 2dc6e25 Compare October 8, 2025 16:32
@renovate renovate bot changed the title fix(deps): update dependency react-day-picker to v9.11.1 fix(deps): update dependency react-day-picker to v9.11.2 Nov 23, 2025
@renovate renovate bot force-pushed the renovate/react-day-picker-9.x branch from 2dc6e25 to 524e2d4 Compare November 23, 2025 16:31
@renovate renovate bot changed the title fix(deps): update dependency react-day-picker to v9.11.2 fix(deps): update dependency react-day-picker to v9.11.3 Nov 29, 2025
@renovate renovate bot force-pushed the renovate/react-day-picker-9.x branch from 524e2d4 to 0f79402 Compare November 29, 2025 14:04
@renovate renovate bot force-pushed the renovate/react-day-picker-9.x branch from 0f79402 to 2136d18 Compare December 6, 2025 21:39
@renovate renovate bot changed the title fix(deps): update dependency react-day-picker to v9.11.3 fix(deps): update dependency react-day-picker to v9.12.0 Dec 6, 2025
@renovate renovate bot force-pushed the renovate/react-day-picker-9.x branch from 2136d18 to a997859 Compare December 18, 2025 13:12
@renovate renovate bot changed the title fix(deps): update dependency react-day-picker to v9.12.0 fix(deps): update dependency react-day-picker to v9.13.0 Dec 18, 2025
@renovate renovate bot force-pushed the renovate/react-day-picker-9.x branch from a997859 to fd49b38 Compare February 2, 2026 17:51
@openzeppelin-code
Copy link

fix(deps): update dependency react-day-picker to v9.13.0

Generated at commit: fd49b389381e570dc64849df7128367a6cd82f71

🚨 Report Summary

Severity Level Results
Contracts Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0
Dependencies Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0

For more details view the full report in OpenZeppelin Code Inspector

@renovate renovate bot force-pushed the renovate/react-day-picker-9.x branch from fd49b38 to 0209e5b Compare February 7, 2026 00:40
@renovate renovate bot changed the title fix(deps): update dependency react-day-picker to v9.13.0 fix(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 branch from 0209e5b to 1f11e03 Compare February 10, 2026 01:07
@renovate renovate bot changed the title fix(deps): update dependency react-day-picker to v9.13.1 fix(deps): update dependency react-day-picker to v9.13.2 Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants