chore(deps): bump react-day-picker 9.14 → 10.0.1 (PR #546)#567
Merged
Conversation
v10 removes deprecated v9 navigation/focus props and renames the
calendar table classname. Migrated all usages:
### Renamed props
- initialFocus → autoFocus
- fromYear={Y} → startMonth={new Date(Y, 0)}
- toYear={Y} → endMonth={new Date(Y, 11)}
### Renamed classname slot
- table → month_grid
### Files touched
- src/components/ui/calendar.tsx (month_grid)
- src/components/tickets/date-picker.tsx (autoFocus + startMonth/endMonth)
- src/components/backlog/backlog-filters.tsx (autoFocus + startMonth/endMonth)
### Verification
- pnpm install succeeds
- pnpm lint clean (no new errors)
- pnpm test — 1527 / 1527 pass
- tsc --noEmit reports no day-picker-related errors
Closes #546
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
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)
Classname slot rename
Files touched
Test plan
Closes #546
🤖 Generated with Claude Code