Skip to content

Update all non-major dependencies #232

Update all non-major dependencies

Update all non-major dependencies #232

Triggered via pull request December 29, 2023 21:54
Status Failure
Total duration 7m 32s
Artifacts

static_tests.yaml

on: pull_request
Lint Check
56s
Lint Check
Formatting Check
59s
Formatting Check
Type Check
52s
Type Check
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Type Check: src/components/BacklogView/CreateSprint/SprintEndDatePicker.tsx#L13
Type '{ onChange: (value: DateValue) => void; value: any; checked?: any; error?: any; onFocus?: any; onBlur?: any; label: string; placeholder: string; clearable: true; }' is not assignable to type 'IntrinsicAttributes & DatePickerInputProps<"default"> & { ref?: ForwardedRef<HTMLButtonElement> | undefined; }'.
Type Check: src/components/BacklogView/CreateSprint/SprintStartDatePicker.tsx#L13
Type '{ onChange: (value: DateValue) => void; value: any; checked?: any; error?: any; onFocus?: any; onBlur?: any; label: string; placeholder: string; clearable: true; }' is not assignable to type 'IntrinsicAttributes & DatePickerInputProps<"default"> & { ref?: ForwardedRef<HTMLButtonElement> | undefined; }'.
Type Check: src/components/CreateIssue/Fields/AttachmentFileInput.tsx#L19
Type '{ value: any; onChange: any; checked?: any; error?: any; onFocus?: any; onBlur?: any; label: Element; placeholder: string; leftSection: Element; multiple: true; clearable: true; }' is not assignable to type 'IntrinsicAttributes & FileInputProps<true> & { ref?: ForwardedRef<HTMLButtonElement> | undefined; }'.
Type Check: src/components/CreateIssue/Fields/DueDatePicker.tsx#L36
Type '{ onChange: (value: DateValue) => void; value: any; checked?: any; error?: any; onFocus?: any; onBlur?: any; label: string; placeholder: string; minDate: any; clearable: true; disabled: boolean | undefined; }' is not assignable to type 'IntrinsicAttributes & DatePickerInputProps<"default"> & { ref?: ForwardedRef<HTMLButtonElement> | undefined; }'.
Type Check: src/components/CreateIssue/Fields/StartDatePicker.tsx#L37
Type '{ onChange: (value: DateValue) => void; value: any; checked?: any; error?: any; onFocus?: any; onBlur?: any; label: string; placeholder: string; clearable: true; disabled: boolean | undefined; }' is not assignable to type 'IntrinsicAttributes & DatePickerInputProps<"default"> & { ref?: ForwardedRef<HTMLButtonElement> | undefined; }'.
Type Check
Process completed with exit code 2.