fix(deps): update dependency react-day-picker to v10#1242
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
🧪 Test Summary
📎 ArtifactsNo artifacts (all tests passed). |
3 tasks
9ef2654 to
b988b80
Compare
🧪 Test Summary
📎 ArtifactsNo artifacts (all tests passed). |
b988b80 to
531aad1
Compare
🧪 Test Summary
📎 ArtifactsNo artifacts (all tests passed). |
Contributor
|
Adding support for v10 in datum-cloud/datum-ui#103 - once that gets merged we should be good to bump this. |
531aad1 to
b4dc268
Compare
b4dc268 to
5206504
Compare
🧪 Test Summary
📎 ArtifactsNo artifacts (all tests passed). |
5206504 to
c795fb0
Compare
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
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: (UTC)
🚦 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.