Skip to content

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

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

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

Triggered via pull request August 22, 2023 18:11
Status Failure
Total duration 3m 10s
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-types/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-types/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-types/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; ... 26 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; ... 27 more ...; onChange?: ((value: RangeValue<...>) => void) | undefined; }' is not assignable to parameter of type 'AriaDateRangePickerProps<DateValue>'.
Build
Type 'T' does not satisfy the constraint 'DateValue'.