Skip to content

chore(deps): update dependency react-day-picker to v10#521

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/react-day-picker-10.x
Open

chore(deps): update dependency react-day-picker to v10#521
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/react-day-picker-10.x

Conversation

@renovate

@renovate renovate Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
react-day-picker (source) ^9.14.0^10.0.1 age confidence

Release Notes

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

v10.0.1

Compare Source

Release date: 2026-05-12

This patch release fixes inline styles for component slots and adds @types/react as an optional peer dependency for strict package managers.

What's Changed

v10.0.0

Compare Source

Release date: 2026-05-08

This major release introduces the @daypicker/react package 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/react package:

import { DayPicker } from "@​daypicker/react";
import "@​daypicker/react/style.css";

The react-day-picker package 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:

npm install @​daypicker/react @​daypicker/persian
Breaking Changes
  • Removed deprecated props: fromDate, toDate, fromMonth, toMonth, fromYear, toYear, initialFocus.
  • Removed deprecated event props: onWeekNumberClick, onDayKeyUp, onDayKeyPress, onDayPointerEnter, onDayPointerLeave, onDayTouchCancel, onDayTouchEnd, onDayTouchMove, onDayTouchStart.
  • Removed deprecated type exports from types/deprecated.
  • Removed deprecated aliases: formatMonthCaption, formatYearCaption, labelDay, labelCaption, isMatch, isDateInRange.
  • Removed the deprecated components.Button customization entry.
  • Removed deprecated DeprecatedUI compatibility typing for classNames and styles.
  • Removed deprecated DateLib exports: FormatOptions, LabelOptions, dateLib, and DateLib.Date.
  • Removed the deprecated react-day-picker/jalali subpath. Use react-day-picker/persian.
What's Changed
  • feat: add @daypicker/react as the preferred package name by @​gpbl in #​2970
  • feat: publish calendar add-on packages under the @daypicker/* scope
  • fix: show the expected month after dropdown changes in multi-month calendars by @​hackgray47-eng in #​2977
  • fix: move the amET locale export to @daypicker/ethiopic by @​gpbl in #​2968

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/react-day-picker-10.x branch 26 times, most recently from 75bb508 to f4c61e0 Compare June 19, 2026 01:16
@renovate renovate Bot force-pushed the renovate/react-day-picker-10.x branch 4 times, most recently from 78fd145 to 7f97b01 Compare June 21, 2026 01:58
@renovate renovate Bot force-pushed the renovate/react-day-picker-10.x branch 10 times, most recently from 720fd50 to c19450b Compare June 28, 2026 13:17
@renovate renovate Bot force-pushed the renovate/react-day-picker-10.x branch 3 times, most recently from 0b81b76 to 03e1329 Compare July 2, 2026 02:02
@renovate renovate Bot force-pushed the renovate/react-day-picker-10.x branch from 03e1329 to e1ee0ac Compare July 2, 2026 05:42
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