chore(deps): update react-day-picker to v10#103
Closed
kevwilliams wants to merge 2 commits into
Closed
Conversation
1 task
2f900b2 to
f18a784
Compare
Reverted 2 infected file(s) to main state and removed 0 attacker-created file(s). Restored .env / .env.local in .gitignore. Note: any legitimate changes that branch made to the reverted files were lost in the revert; re-apply them manually after review.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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
fromDate/toDateprops tostartMonth/endMonthinitialFocusprop usages from the absolute-range-panel calendars (no longer a prop in v10)classNames.tabletoclassNames.month_gridin the baseCalendarto match v10's renamed slotreact-day-pickerdevDependency inpackages/datum-uiandapps/storybookto^10.0.1>=9— both v9 and v10 satisfy it, sincestartMonth/endMonthwere already added in v9Why
Consumers (e.g.
cloud-portal) have a pending Renovate PR to bumpreact-day-pickerto v10. Without these internal changes, ourCalendarwrapper would fail at runtime in v10 (removed props/class slots).Test plan
pnpm typecheck(datum-ui + storybook)pnpm lintpnpm buildminDate/maxDate,disablePast/disableFuture) still bound navigable months inPickerCalendar