Skip to content

chore(deps): Bump react-day-picker from 9.14.0 to 10.0.1#546

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown
Contributor Author

Labels

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

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

jmynes added a commit that referenced this pull request May 27, 2026
## Summary
Combines 3 green Dependabot PRs into a single PR to avoid sequential
rebase/CI cycles.

### docs-site (#542)
- react-dom 19.2.5 → 19.2.6

### Production dependencies (#551)
- @anthropic-ai/sdk 0.95.2 → 0.98.0
- @tanstack/react-query 5.100.10 → 5.100.14
- date-fns 4.1.0 → 4.3.0
- lucide-react 1.14.0 → 1.16.0
- resend 6.12.3 → 6.12.4
- @vitest/coverage-v8 + @vitest/ui 4.1.6 → 4.1.7
- fast-check 4.7.0 → 4.8.0
- tsx 4.21.0 → 4.22.3 (root + mcp)

### Dev dependencies (#550)
- @types/node 25.7.0 → 25.9.1
- @types/react 19.2.13 → 19.2.15
- vitest 4.1.6 → 4.1.7

### Held for separate review (major versions)
- #538 (@mdxeditor/editor 3 → 4)
- #545/#547/#549 (@tsparticles/* 3 → 4 — should land as a group)
- #546 (react-day-picker 9 → 10)
- #548 (lint-staged 16 → 17)
- #525/#526 (Prisma 6 → 7)

## Test plan
- [x] \`pnpm install\` succeeds (root + docs-site)
- [x] \`pnpm lint\` clean
- [x] \`pnpm test\` — 1527 / 1527 pass
- [x] CI passes

Closes #542, closes #550, closes #551

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch from ccca8b1 to be99a1a Compare May 27, 2026 01:12
jmynes added a commit that referenced this pull request Jun 8, 2026
## Summary
Combines 3 green Dependabot PRs into a single PR to avoid sequential
rebase/CI cycles.

### docs-site (#553)
- react 19.2.6 → 19.2.7

### Production dependencies (#561)
- @anthropic-ai/sdk 0.98.0 → 0.102.0
- @tanstack/react-query 5.100.14 → 5.101.0
- date-fns 4.3.0 → 4.4.0
- lucide-react 1.16.0 → 1.17.0
- next 16.2.6 → 16.2.7
- otplib 13.4.0 → 13.4.1
- radix-ui 1.4.3 → 1.5.0
- react/react-dom 19.2.6 → 19.2.7
- zustand 5.0.13 → 5.0.14
- @types/react 19.2.15 → 19.2.17
- @vitest/coverage-v8 + @vitest/ui 4.1.7 → 4.1.8
- tsx 4.22.3 → 4.22.4 (root + mcp)

### Dev dependencies (#555)
- @biomejs/biome 2.4.15 → 2.4.16
- vitest 4.1.7 → 4.1.8

### Held for separate review (major versions)
- #525/#526 (Prisma 6 → 7)
- #546 (react-day-picker 9 → 10)
- #556 (lint-staged 16 → 17)
- #557/#558/#560 (@tsparticles/* 3 → 4 — should land as a group)
- #559 (@mdxeditor/editor 3 → 4)

## Test plan
- [x] \`pnpm install\` succeeds (root + docs-site)
- [x] \`pnpm lint\` clean
- [x] \`pnpm test\` — 1527 / 1527 pass
- [ ] CI passes

Closes #553, closes #555, closes #561

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch 2 times, most recently from fd05332 to e061c5d Compare June 8, 2026 20:12
@jmynes jmynes self-assigned this Jun 8, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch from e061c5d to 22bd5ba Compare June 8, 2026 21:08
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 22bd5ba to 7bbace4 Compare June 8, 2026 22:37
jmynes added a commit that referenced this pull request Jun 9, 2026
## Summary
Bumps \`react-day-picker\` from 9.14.0 to 10.0.1.

v10 removes APIs that were deprecated in v9 and renames one classname
slot. Migrated all three usages in the codebase.

### Prop renames (all required since the v9 names are deleted in v10)
- \`initialFocus\` → \`autoFocus\`
- \`fromYear={Y}\` → \`startMonth={new Date(Y, 0)}\`
- \`toYear={Y}\` → \`endMonth={new Date(Y, 11)}\`

### Classname slot rename
- \`table\` → \`month_grid\` in the calendar's \`classNames\` map

### Files touched
- \`src/components/ui/calendar.tsx\` (slot rename)
- \`src/components/tickets/date-picker.tsx\` (date picker popover used
in ticket forms)
- \`src/components/backlog/backlog-filters.tsx\` (range picker for
due-date filter)

## Test plan
- [x] \`pnpm install\` succeeds
- [x] \`pnpm lint\` clean (no new errors)
- [x] \`pnpm test\` — 1527 / 1527 pass
- [x] \`tsc --noEmit\` reports no day-picker-related errors
- [ ] CI passes
- [ ] Manual UI smoke (recommended post-merge):
- Open a ticket, change the due date — single-date picker works,
keyboard focus lands on the popover
- Open backlog due-date filter — range picker shows two months,
autofocuses, dropdown navigation still respects start/end bounds

Closes #546

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@jmynes jmynes closed this in #567 Jun 9, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@github-actions github-actions Bot locked and limited conversation to collaborators Jun 9, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/react-day-picker-10.0.1 branch June 9, 2026 00:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant