Skip to content

chore(deps): ⬆️ update prod dependencies (minor) - autoclosed #478

chore(deps): ⬆️ update prod dependencies (minor) - autoclosed

chore(deps): ⬆️ update prod dependencies (minor) - autoclosed #478

Triggered via pull request September 28, 2023 12:55
Status Failure
Total duration 3m 21s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build
Type 'import("/home/runner/work/react/react/node_modules/@react-aria/calendar/node_modules/@internationalized/date/dist/types").CalendarDate' is not assignable to type 'import("/home/runner/work/react/react/node_modules/@internationalized/date/dist/types").CalendarDate'.
Build
Argument of type 'import("/home/runner/work/react/react/node_modules/@internationalized/date/dist/types").CalendarDate' is not assignable to parameter of type 'import("/home/runner/work/react/react/node_modules/@react-aria/calendar/node_modules/@internationalized/date/dist/types").CalendarDate'.
Build
Argument of type 'import("/home/runner/work/react/react/node_modules/@internationalized/date/dist/types").CalendarDate' is not assignable to parameter of type 'import("/home/runner/work/react/react/node_modules/@react-aria/calendar/node_modules/@internationalized/date/dist/types").CalendarDate'.
Build
Argument of type 'CalendarDate' is not assignable to parameter of type 'DateValue'.
Build
Argument of type 'CalendarDate' is not assignable to parameter of type 'DateValue'.
Build
Type 'T' does not satisfy the constraint 'DateValue'.
Build
Argument of type '{ minValue?: DateValue | undefined; maxValue?: DateValue | undefined; isDateUnavailable?: ((date: DateValue) => boolean) | undefined; placeholderValue?: T | undefined; ... 27 more ...; onChange?: ((value: MappedDateValue<...>) => void) | undefined; }' is not assignable to parameter of type 'AriaDatePickerProps<DateValue>'.
Build
Type 'T' does not satisfy the constraint 'DateValue'.
Build
Argument of type '{ minValue?: DateValue | undefined; maxValue?: DateValue | undefined; isDateUnavailable?: ((date: DateValue) => boolean) | undefined; placeholderValue?: T | undefined; ... 28 more ...; onChange?: ((value: RangeValue<...>) => void) | undefined; }' is not assignable to parameter of type 'AriaDateRangePickerProps<DateValue>'.
Build
Type 'T' does not satisfy the constraint 'DateValue'.