Skip to content

Update @react-aria/*, @react-stately/*, @react-types/* and @internationalized/* dependencies #3809

Update @react-aria/*, @react-stately/*, @react-types/* and @internationalized/* dependencies

Update @react-aria/*, @react-stately/*, @react-types/* and @internationalized/* dependencies #3809

Triggered via pull request February 11, 2025 23:06
Status Failure
Total duration 4m 14s
Artifacts

tests.yml

on: pull_request
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

11 errors
TypeScript: design-system/pkg/src/combobox/Combobox.tsx#L160
Type 'FocusStrategy | null' is not assignable to type 'boolean | FocusStrategy | undefined'.
TypeScript: design-system/pkg/src/combobox/ComboboxMulti.tsx#L125
Type 'FocusStrategy | null' is not assignable to type 'boolean | FocusStrategy | undefined'.
TypeScript: design-system/pkg/src/combobox/useComboboxMulti.ts#L142
Argument of type 'Key | null' is not assignable to parameter of type 'Key'.
TypeScript: design-system/pkg/src/date-time/DateField.tsx#L25
Argument of type '{ locale: string; createCalendar: (name: string) => Calendar; minValue?: DateValue; maxValue?: DateValue; isDateUnavailable?: (date: DateValue) => boolean; ... 65 more ...; id?: string; }' is not assignable to parameter of type 'DateFieldStateOptions<T>'.
TypeScript: design-system/pkg/src/date-time/DateField.tsx#L72
Type 'ValidationState | null' is not assignable to type '"invalid" | "valid" | undefined'.
TypeScript: design-system/pkg/src/date-time/DatePicker.tsx#L117
Type 'ValidationState | null' is not assignable to type '"invalid" | "valid" | undefined'.
TypeScript: design-system/pkg/src/date-time/DatePicker.tsx#L127
Type 'ValidationState | null' is not assignable to type 'ValidationState | undefined'.
TypeScript: design-system/pkg/src/date-time/DateRangePicker.tsx#L113
Type 'ValidationState | null' is not assignable to type '"invalid" | "valid" | undefined'.
Tests (1)
Process completed with exit code 1.