Skip to content

build(deps): bump @mui/x-date-pickers from 6.19.7 to 7.3.1 #1333

build(deps): bump @mui/x-date-pickers from 6.19.7 to 7.3.1

build(deps): bump @mui/x-date-pickers from 6.19.7 to 7.3.1 #1333

Triggered via pull request April 26, 2024 17:17
Status Failure
Total duration 1m 12s
Artifacts

quality_check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
run-linters: src/components/DatePicker.tsx#L17
Type 'TDate' does not satisfy the constraint 'PickerValidDate'.
run-linters: src/components/DatePicker.tsx#L51
Type 'DatePickerSlots<TDate> | { openPickerIcon: OverridableComponent<SvgIconTypeMap<{}, "svg">> & { muiName: string; }; }' is not assignable to type 'DatePickerSlots<PickerValidDate> | undefined'.
run-linters: src/components/DatePicker.tsx#L54
Type 'DatePickerSlotProps<TDate, false> | { desktopPaper: { sx: { '& .MuiPickersYear-root'?: { height: string; width: string; '& .Mui-disabled': { display: "none"; }; } | undefined; ... 7 more ...; '& .MuiIconButton-root:hover': { ...; }; }; }; textField: { ...; }; inputAdornment: { ...; }; }' is not assignable to type 'DatePickerSlotProps<PickerValidDate, false> | undefined'.
run-linters: src/components/DatePicker.tsx#L106
Type '((year: TDate) => boolean) | ((year: PickerValidDate) => boolean)' is not assignable to type '((year: PickerValidDate) => boolean) | undefined'.
run-linters: src/components/TimePicker.tsx#L9
Type 'TDate' does not satisfy the constraint 'PickerValidDate'.
run-linters: src/components/TimePicker.tsx#L43
Type 'SlotComponentProps<ExtendButtonBase<IconButtonTypeMap<{}, "button">>, {}, UseDesktopPickerProps<TDate, any, false, any, any>> | undefined' is not assignable to type 'SlotComponentProps<ExtendButtonBase<IconButtonTypeMap<{}, "button">>, {}, UseDesktopPickerProps<PickerValidDate, any, false, any, any>> | undefined'.
run-linters
Process completed with exit code 2.