Skip to content

chore(deps): bump react-day-picker from 9.14.0 to 10.0.1#492

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-day-picker-10.0.1
Open

chore(deps): bump react-day-picker from 9.14.0 to 10.0.1#492
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-day-picker-10.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps react-day-picker from 9.14.0 to 10.0.1.

Release notes

Sourced from react-day-picker's releases.

v10.0.1

What's Changed

New Contributors

Full Changelog: gpbl/react-day-picker@v10.0.0...v10.0.1

v10.0.0

DayPicker v10 removes the public APIs deprecated in v9 and introduces a new @daypicker/react package name. Non-Gregorian calendars are now published as standalone @daypicker/* packages.

If your app already uses the current v9 API, the upgrade should be relatively small. If your app still relies on deprecated v9 APIs, those usages should be updated before upgrading.

See the full v10 changelog, the upgrade guide, and the v10 announcement for questions and upgrade feedback.

Install

npm install react-day-picker@latest

For new projects, prefer the scoped package name:

npm install @daypicker/react@latest
import { DayPicker } from "@daypicker/react";
import "@daypicker/react/style.css";

The react-day-picker package remains available in v10 for compatibility.

Breaking Changes

Deprecated navigation props removed

Removed prop Use instead
fromMonth startMonth
fromYear startMonth={new Date(year, 0)}
toMonth endMonth
toYear endMonth={new Date(year, 11)}
fromDate hidden={{ before: date }} and optionally startMonth
toDate hidden={{ after: date }} and optionally endMonth

Deprecated focus and event props removed

... (truncated)

Changelog

Sourced from react-day-picker's changelog.

v10.0.1

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

  • fix: apply inline styles to all component slots by @​gpbl in #2995
  • fix: add @types/react as an optional peer dependency by @​mrmckeb in #2997

v10.0.0

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.

... (truncated)

Commits

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 18, 2026

Labels

The following labels could not be found: automerge, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the major Increments the major version label May 18, 2026
@github-actions github-actions Bot added minor Increments the minor version and removed major Increments the major version labels May 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch from f3c2f77 to 71802cc Compare May 18, 2026 07:47
@github-actions github-actions Bot added minor Increments the minor version and removed minor Increments the minor version labels May 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch from 71802cc to 0d573b8 Compare May 18, 2026 07:50
@github-actions github-actions Bot added minor Increments the minor version and removed minor Increments the minor version labels May 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch from 0d573b8 to b378a44 Compare May 18, 2026 07:54
@github-actions github-actions Bot added minor Increments the minor version and removed minor Increments the minor version labels May 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch from b378a44 to 5a2ba2a Compare May 18, 2026 07:56
@github-actions github-actions Bot added minor Increments the minor version and removed minor Increments the minor version labels May 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch from 5a2ba2a to 3c8dc67 Compare May 18, 2026 08:00
@github-actions github-actions Bot added minor Increments the minor version and removed minor Increments the minor version labels May 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch from 3c8dc67 to 045c1e6 Compare May 18, 2026 08:02
@github-actions github-actions Bot added minor Increments the minor version and removed minor Increments the minor version labels May 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch from 045c1e6 to ed4dfc4 Compare May 18, 2026 08:06
@github-actions github-actions Bot added minor Increments the minor version and removed minor Increments the minor version labels May 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch from ed4dfc4 to bead271 Compare May 18, 2026 08:10
@github-actions github-actions Bot added minor Increments the minor version and removed minor Increments the minor version labels May 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch from bead271 to e50b9db Compare May 18, 2026 08:12
@github-actions github-actions Bot added minor Increments the minor version and removed minor Increments the minor version labels May 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch from a25b544 to 4400a7c Compare May 19, 2026 18:13
@github-actions github-actions Bot added minor Increments the minor version and removed minor Increments the minor version labels May 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch from 4400a7c to 75a8d0f Compare May 19, 2026 18:17
@github-actions github-actions Bot added minor Increments the minor version and removed minor Increments the minor version labels May 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch from 75a8d0f to 5f75580 Compare May 19, 2026 18:21
@github-actions github-actions Bot added minor Increments the minor version and removed minor Increments the minor version labels May 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch from 5f75580 to 815e60f Compare May 19, 2026 18:25
@github-actions github-actions Bot added minor Increments the minor version and removed minor Increments the minor version labels May 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch from 815e60f to 48aa247 Compare May 19, 2026 18:28
@github-actions github-actions Bot added minor Increments the minor version and removed minor Increments the minor version labels May 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch from 48aa247 to f3ad43c Compare May 19, 2026 18:32
@github-actions github-actions Bot added minor Increments the minor version and removed minor Increments the minor version labels May 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch from f3ad43c to 8325201 Compare May 20, 2026 10:23
@github-actions github-actions Bot added minor Increments the minor version and removed minor Increments the minor version labels May 20, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch from 8325201 to dfa6aa3 Compare May 20, 2026 10:27
@github-actions github-actions Bot added minor Increments the minor version and removed minor Increments the minor version labels May 20, 2026
Bumps [react-day-picker](https://github.com/gpbl/react-day-picker/tree/HEAD/packages/react-day-picker) from 9.14.0 to 10.0.1.
- [Release notes](https://github.com/gpbl/react-day-picker/releases)
- [Changelog](https://github.com/gpbl/react-day-picker/blob/main/packages/react-day-picker/CHANGELOG.md)
- [Commits](https://github.com/gpbl/react-day-picker/commits/v10.0.1/packages/react-day-picker)

---
updated-dependencies:
- dependency-name: react-day-picker
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch from dfa6aa3 to 2fcae87 Compare May 20, 2026 10:31
@github-actions github-actions Bot added minor Increments the minor version and removed minor Increments the minor version labels May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Increments the minor version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants