fix(deps): update dependency react-day-picker to v10#251
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
6f18cfe to
cdf615f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^9.14.0→^10.0.0Release Notes
gpbl/react-day-picker (react-day-picker)
v10.0.1Compare Source
Release date: 2026-05-12
This patch release fixes inline styles for component slots and adds
@types/reactas an optional peer dependency for strict package managers.What's Changed
@types/reactas an optional peer dependency by @mrmckeb in #2997v10.0.0Compare Source
Release date: 2026-05-08
This major release introduces the
@daypicker/reactpackage name, publishes calendar add-on packages under the@daypicker/*scope, and removes public APIs that were deprecated in v9.Upgrading to v10
Upgrading from v9 should be straightforward if your app does not use any deprecated APIs. See the upgrading guide for details. If you use one of the non-Gregorian calendars, such as Persian, Hebrew, Buddhist, Ethiopic, or Hijri, install the corresponding calendar add-on package alongside DayPicker.
Package Name
For new projects, prefer the
@daypicker/reactpackage:The
react-day-pickerpackage remains available for compatibility and exposes the same DayPicker API in v10.Calendar Packages
Calendar add-on packages are now published under the
@daypicker/*scope. Install the add-on package for the calendar you need alongside@daypicker/react. For example, to use the Persian calendar:Breaking Changes
fromDate,toDate,fromMonth,toMonth,fromYear,toYear,initialFocus.onWeekNumberClick,onDayKeyUp,onDayKeyPress,onDayPointerEnter,onDayPointerLeave,onDayTouchCancel,onDayTouchEnd,onDayTouchMove,onDayTouchStart.types/deprecated.formatMonthCaption,formatYearCaption,labelDay,labelCaption,isMatch,isDateInRange.components.Buttoncustomization entry.DeprecatedUIcompatibility typing forclassNamesandstyles.FormatOptions,LabelOptions,dateLib, andDateLib.Date.react-day-picker/jalalisubpath. Usereact-day-picker/persian.What's Changed
@daypicker/reactas the preferred package name by @gpbl in #2970@daypicker/*scopeamETlocale export to@daypicker/ethiopicby @gpbl in #2968Configuration
📅 Schedule: (in timezone Asia/Ho_Chi_Minh)
* 1-18 * * 3,0)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.