Skip to content

Conversation

@ensombl-renovate
Copy link
Contributor

This PR contains the following updates:

Package Change Age Confidence
react-day-picker (source) 9.11.1 -> 9.12.0 age confidence

Release Notes

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

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


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 has been generated by Renovate Bot.

@ensombl-renovate ensombl-renovate bot requested a review from coodos as a code owner December 9, 2025 21:02
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 9, 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.


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

@ensombl-renovate ensombl-renovate bot force-pushed the renovate/react-day-picker-9.x-lockfile branch 6 times, most recently from 5e5fbb9 to 1545dcb Compare December 12, 2025 09:26
@ensombl-renovate ensombl-renovate bot force-pushed the renovate/react-day-picker-9.x-lockfile branch from 1545dcb to b401d5b Compare December 12, 2025 09:31
@coodos coodos closed this Dec 12, 2025
@ensombl-renovate
Copy link
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^9.11.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@ensombl-renovate ensombl-renovate bot deleted the renovate/react-day-picker-9.x-lockfile branch December 12, 2025 09:40
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.

2 participants