Skip to content

fix(deps): update dependency react-day-picker to v10#1242

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 8, 2026

This PR contains the following updates:

Package Change Age Confidence
react-day-picker (source) ^9.14.0^10.0.0 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: 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.

@renovate renovate Bot added the renovate label May 8, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

🧪 Test Summary

Job Status
E2E Regression ⏭️ skipped
E2E Smoke ✅ success
Unit Tests ✅ success

View workflow run

📎 Artifacts

No artifacts (all tests passed).

@renovate renovate Bot force-pushed the renovate/react-day-picker-10.x branch from 9ef2654 to b988b80 Compare May 15, 2026 13:49
@github-actions
Copy link
Copy Markdown

🧪 Test Summary

Job Status
E2E Regression ⏭️ skipped
E2E Smoke ✅ success
Unit Tests ✅ success

View workflow run

📎 Artifacts

No artifacts (all tests passed).

@renovate renovate Bot force-pushed the renovate/react-day-picker-10.x branch from b988b80 to 531aad1 Compare May 18, 2026 11:16
@github-actions
Copy link
Copy Markdown

🧪 Test Summary

Job Status
E2E Regression ⏭️ skipped
E2E Smoke ✅ success
Unit Tests ✅ success

View workflow run

📎 Artifacts

No artifacts (all tests passed).

@kevwilliams
Copy link
Copy Markdown
Contributor

Adding support for v10 in datum-cloud/datum-ui#103 - once that gets merged we should be good to bump this.

@yahyafakhroji yahyafakhroji force-pushed the renovate/react-day-picker-10.x branch from 531aad1 to b4dc268 Compare May 24, 2026 17:53
@renovate renovate Bot force-pushed the renovate/react-day-picker-10.x branch from b4dc268 to 5206504 Compare May 24, 2026 17:55
@github-actions
Copy link
Copy Markdown

🧪 Test Summary

Job Status
E2E Regression ⏭️ skipped
E2E Smoke ✅ success
Unit Tests ✅ success

View workflow run

📎 Artifacts

No artifacts (all tests passed).

@yahyafakhroji yahyafakhroji force-pushed the renovate/react-day-picker-10.x branch from 5206504 to c795fb0 Compare May 24, 2026 18:18
@yahyafakhroji yahyafakhroji deleted the renovate/react-day-picker-10.x branch May 25, 2026 10:49
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 25, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 10.x releases. But if you manually upgrade to 10.x then Renovate will re-enable minor and patch updates automatically.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants