Skip to content

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

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

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

Triggered via pull request June 23, 2023 17:13
Status Failure
Total duration 1m 28s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

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; ... 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'.