chore(deps): Bump react-day-picker from 9.14.0 to 10.0.1#546
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): Bump react-day-picker from 9.14.0 to 10.0.1#546dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
4 tasks
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>
ccca8b1 to
be99a1a
Compare
4 tasks
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>
fd05332 to
e061c5d
Compare
e061c5d to
22bd5ba
Compare
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>
22bd5ba to
7bbace4
Compare
6 tasks
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>
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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.
Bumps react-day-picker from 9.14.0 to 10.0.1.
Release notes
Sourced from react-day-picker's releases.
... (truncated)
Changelog
Sourced from react-day-picker's changelog.
... (truncated)
Commits
6d3929dbuild: version packages (#2996)885ec9efix: add@types/reactas optional peer dependency (#2997)42c8436fix: apply inline styles to component slots (#2995)4cce3e2docs: remove next install references9af420cdocs: promote v10 website docs (#2990)2c5ba1fbuild: version packages (#2989)b55a878fix: correct dropdown navigation in multi-month calendars (#2977)6af9b1fdocs: fill type alias API descriptions (#2991)2907c64build: version packages (next) (#2965)cdc5a64docs: update v8 website references