Bump @mui/x-date-pickers from 5.0.20 to 6.16.3 in /odd-platform-ui #1531
run-pr-tests.yaml
on: pull_request
run_playwright_tests
/
lint
28s
run_playwright_tests
/
format-check
22s
run_playwright_tests
/
test
2m 33s
run_tests
10m 8s
Annotations
10 errors and 3 warnings
run_playwright_tests / test
Type '{ sx: { mt: number; }; label: string; disableMaskedInput: true; defaultDate: string; errorText: string | undefined; onChange: (...event: any[]) => void; onBlur: Noop; value: any; name: string; ref: RefCallBack; }' is missing the following properties from type 'AppDatePickerProps': onAccept, inputFormat
|
run_playwright_tests / test
Generic type 'DatePickerProps<TDate>' requires 1 type argument(s).
|
run_playwright_tests / test
Type '{ ref: Ref<HTMLDivElement>; minDate: Date; maxDate: Date; onChange: (date: Date | null) => any; onAccept: (date: Date | null) => any; inputFormat: any; ... 5 more ...; renderInput: (params: any) => Element; }' is not assignable to type 'IntrinsicAttributes & DatePickerProps<Date> & RefAttributes<HTMLDivElement>'.
|
run_playwright_tests / test
Parameter 'params' implicitly has an 'any' type.
|
run_playwright_tests / test
Generic type 'DateTimePickerProps<TDate>' requires 1 type argument(s).
|
run_playwright_tests / test
Type '{ ref: Ref<HTMLDivElement>; minDateTime: any; onChange: (date: any) => any; showDaysOutsideCurrentMonth: true; ampm: false; onAccept: any; inputFormat: any; disableMaskedInput: any; ... 6 more ...; renderInput: (params: any) => Element; }' is not assignable to type 'IntrinsicAttributes & DateTimePickerProps<any> & RefAttributes<HTMLDivElement>'.
|
run_playwright_tests / test
Parameter 'params' implicitly has an 'any' type.
|
run_playwright_tests / test
Type '{ value: Date | null; minDateTime: Date; onChange: (date: any) => void; onBlur: Noop; name: "switchTime"; ref: RefCallBack; }' is missing the following properties from type 'AppDateTimePickerProps': label, onAccept, inputFormat, disableMaskedInput
|
run_playwright_tests / test
Parameter 'date' implicitly has an 'any' type.
|
run_playwright_tests / test
Process completed with exit code 1.
|
run_playwright_tests / test
No files were found with the provided path: tests/playwright-report/. No artifacts will be uploaded.
|
run_tests
Value "create new" for option comment_mode is deprecated! Instead, use value "always".
|
run_tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|