-
Notifications
You must be signed in to change notification settings - Fork 0
feat(deps): update dependency react-day-picker to v10 #1030
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -116,7 +116,7 @@ | |
| "lodash.omitby": "4.6.0", | ||
| "lucide-react": "1.8.0", | ||
| "postcss": "8.5.10", | ||
| "react-day-picker": "8.10.1", | ||
| "react-day-picker": "10.0.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. v8 classNames keys silently ignored in v10High Severity The Reviewed by Cursor Bugbot for commit 3e54699. Configure here. |
||
| "react-flagpack": "2.0.6", | ||
| "react-hook-form": "7.73.1", | ||
| "tailwind-merge": "3.5.0", | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v8 component slots removed in v10 cause breakage
High Severity
Upgrading
react-day-pickerfrom v8 to v10 without updating theCalendarcomponent breaks thecomponentsprop. TheIconLeftandIconRightcomponent slots were removed in v9 and no longer exist in v10's type definitions. In v10, navigation icons are customized via aChevroncomponent that receives anorientationprop. This will cause a TypeScript compilation error and the custom navigation icons will not render.Reviewed by Cursor Bugbot for commit 3e54699. Configure here.