fix(deps): update dependency @react-aria/datepicker to v3.12.0 #2254
pr.yml
on: pull_request
Build and test all packages
45s
Validate PR title for semantic versioning
7s
Annotations
10 errors
Build and test all packages
Argument of type '{ defaultValue?: T | null | undefined; autoFocus?: boolean | undefined; 'aria-describedby'?: string | undefined; 'aria-details'?: string | undefined; 'aria-label'?: string | undefined; ... 29 more ...; isOpen?: boolean | undefined; }' is not assignable to parameter of type 'DatePickerStateOptions<T>'.
|
Build and test all packages
Argument of type '{ id: string; defaultValue?: T | null | undefined; autoFocus?: boolean; 'aria-describedby'?: string; 'aria-details'?: string; 'aria-label'?: string; 'aria-labelledby'?: string; onFocus?: ((e: React.FocusEvent<...>) => void) | undefined; ... 27 more ...; isOpen?: boolean; }' is not assignable to parameter of type 'AriaDatePickerProps<DateValue>'.
|
Build and test all packages
Type '{ pageBehavior?: PageBehavior | undefined; minValue?: DateValue | null | undefined; maxValue?: DateValue | null | undefined; isDateUnavailable?: ((date: DateValue) => boolean) | undefined; ... 32 more ...; name?: string | undefined; }' is not assignable to type 'DateFieldProps<DateValue>'.
|
Build and test all packages
Type '{ minValue?: DateValue | null | undefined; maxValue?: DateValue | null | undefined; isDateUnavailable?: ((date: DateValue) => boolean) | undefined; ... 12 more ...; onChange?: ((value: DateValue) => void) | undefined; }' is not assignable to type 'CalendarProps<DateValue>'.
|
Build and test all packages
Type 'T' does not satisfy the constraint 'DateValue'.
|
Build and test all packages
Type '((value: MappedDateValue<T> | null) => void) | undefined' is not assignable to type '((value: MappedDateValue<T>) => void) | undefined'.
|
Build and test all packages
Argument of type 'import("/home/runner/work/shoreline/shoreline/node_modules/.pnpm/@react-stately+datepicker@3.10.3_react@18.3.1/node_modules/@react-stately/datepicker/dist/types").DateFieldState' is not assignable to parameter of type 'import("/home/runner/work/shoreline/shoreline/node_modules/.pnpm/@react-stately+datepicker@3.11.0_react@18.3.1/node_modules/@react-stately/datepicker/dist/types").DateFieldState'.
|
Build and test all packages
Type 'T' does not satisfy the constraint 'DateValue'.
|
Build and test all packages
Argument of type 'import("/home/runner/work/shoreline/shoreline/node_modules/.pnpm/@react-stately+datepicker@3.10.3_react@18.3.1/node_modules/@react-stately/datepicker/dist/types").DateFieldState' is not assignable to parameter of type 'import("/home/runner/work/shoreline/shoreline/node_modules/.pnpm/@react-stately+datepicker@3.11.0_react@18.3.1/node_modules/@react-stately/datepicker/dist/types").DateFieldState'.
|
Build and test all packages
Argument of type '{ defaultValue?: RangeValue<T> | null | undefined; autoFocus?: boolean | undefined; 'aria-describedby'?: string | undefined; 'aria-details'?: string | undefined; 'aria-label'?: string | undefined; ... 31 more ...; endName?: string | undefined; }' is not assignable to parameter of type 'DateRangePickerStateOptions<T>'.
|