fix(deps): update dependency @react-aria/datepicker to v3.13.0 - autoclosed #2313
pr.yml
on: pull_request
Build and test all packages
43s
Validate PR title for semantic versioning
2s
Annotations
10 errors and 2 warnings
Build and test all packages
Argument of type '{ defaultValue?: T | null | undefined; autoFocus?: boolean | undefined; 'aria-describedby'?: string | undefined; 'aria-details'?: string | undefined; 'aria-label'?: string | undefined; ... 30 more ...; firstDayOfWeek?: "sun" | ... 6 more ... | undefined; }' is not assignable to parameter of type 'DatePickerStateOptions<T>'.
|
Build and test all packages
Argument of type '{ id: string; defaultValue?: T | null | undefined; autoFocus?: boolean; 'aria-describedby'?: string; 'aria-details'?: string; 'aria-label'?: string; 'aria-labelledby'?: string; onFocus?: ((e: React.FocusEvent<...>) => void) | undefined; ... 28 more ...; firstDayOfWeek?: "sun" | "mon" | "tue" | "wed" | "thu" | "fri" ...' is not assignable to parameter of type 'AriaDatePickerProps<DateValue>'.
|
Build and test all packages
Type '{ pageBehavior?: PageBehavior | undefined; firstDayOfWeek?: "sun" | "mon" | "tue" | "wed" | "thu" | "fri" | "sat" | undefined; minValue?: DateValue | null | undefined; ... 34 more ...; name?: string | undefined; }' is not assignable to type 'DateFieldProps<DateValue>'.
|
Build and test all packages
Type '{ minValue?: DateValue | null | undefined; maxValue?: DateValue | null | undefined; isDateUnavailable?: ((date: DateValue) => boolean) | undefined; ... 13 more ...; onChange?: ((value: DateValue) => void) | undefined; }' is not assignable to type 'CalendarProps<DateValue>'.
|
Build and test all packages
Type 'T' does not satisfy the constraint 'DateValue'.
|
Build and test all packages
Type '((value: MappedDateValue<T> | null) => void) | undefined' is not assignable to type '((value: MappedDateValue<T>) => void) | undefined'.
|
Build and test all packages
Argument of type 'import("/home/runner/work/shoreline/shoreline/node_modules/.pnpm/@[email protected][email protected]/node_modules/@react-stately/datepicker/dist/types").DateFieldState' is not assignable to parameter of type 'import("/home/runner/work/shoreline/shoreline/node_modules/.pnpm/@[email protected][email protected]/node_modules/@react-stately/datepicker/dist/types").DateFieldState'.
|
Build and test all packages
Type 'T' does not satisfy the constraint 'DateValue'.
|
Build and test all packages
Argument of type 'import("/home/runner/work/shoreline/shoreline/node_modules/.pnpm/@[email protected][email protected]/node_modules/@react-stately/datepicker/dist/types").DateFieldState' is not assignable to parameter of type 'import("/home/runner/work/shoreline/shoreline/node_modules/.pnpm/@[email protected][email protected]/node_modules/@react-stately/datepicker/dist/types").DateFieldState'.
|
Build and test all packages
Argument of type '{ defaultValue?: RangeValue<T> | null | undefined; autoFocus?: boolean | undefined; 'aria-describedby'?: string | undefined; 'aria-details'?: string | undefined; 'aria-label'?: string | undefined; ... 32 more ...; endName?: string | undefined; }' is not assignable to parameter of type 'DateRangePickerStateOptions<T>'.
|
Validate PR title for semantic versioning
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build and test all packages
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|