Skip to content

fix(deps): update dependency @react-aria/calendar to v3.6.0 #2250

fix(deps): update dependency @react-aria/calendar to v3.6.0

fix(deps): update dependency @react-aria/calendar to v3.6.0 #2250

Triggered via pull request November 21, 2024 16:45
Status Failure
Total duration 53s
Artifacts

pr.yml

on: pull_request
Build and test all packages
44s
Build and test all packages
Validate PR title for semantic versioning
2s
Validate PR title for semantic versioning
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build and test all packages
@vtex/shoreline#build: command (/home/runner/work/shoreline/shoreline/packages/shoreline) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
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; ... 29 more ...; isOpen?: boolean | undefined; }' is not assignable to parameter of type 'DatePickerStateOptions<DateValue>'.
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; ... 27 more ...; isOpen?: boolean; }' is not assignable to parameter of type 'AriaDatePickerProps<DateValue>'.
Build and test all packages
Type '{ minValue?: DateValue | null | undefined; maxValue?: DateValue | null | undefined; isDateUnavailable?: ((date: DateValue) => boolean) | undefined; ... 12 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
Argument of type '{ createCalendar: (name: string) => Calendar; locale: string; defaultValue?: T | null | undefined; autoFocus?: boolean; id?: string; 'aria-describedby'?: string; 'aria-details'?: string; ... 15 more ...; pageBehavior?: PageBehavior; }' is not assignable to parameter of type 'CalendarStateOptions<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/calendar/dist/types").CalendarState' is not assignable to parameter of type 'import("/home/runner/work/shoreline/shoreline/node_modules/.pnpm/@[email protected][email protected]/node_modules/@react-stately/calendar/dist/types").CalendarState'.
Build and test all packages
Type 'import("/home/runner/work/shoreline/shoreline/node_modules/.pnpm/@[email protected]/node_modules/@internationalized/date/dist/types").CalendarDate' is not assignable to type 'import("/home/runner/work/shoreline/shoreline/node_modules/.pnpm/@[email protected]/node_modules/@internationalized/date/dist/types").CalendarDate'.
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/calendar/dist/types").CalendarState | import("/home/runner/work/shoreline/shoreline/node_modules/.pnpm/@[email protected][email protected]/node_modules/@react-stately/calenda...' is not assignable to parameter of type 'import("/home/runner/work/shoreline/shoreline/node_modules/.pnpm/@[email protected][email protected]/node_modules/@react-stately/calendar/dist/types").CalendarState | import("/home/runner/work/shoreline/shoreline/node_modules/.pnpm/@[email protected][email protected]/node_modules/@react-stately/calenda...'.
Build and test all packages
Argument of type '{ createCalendar: (name: string) => Calendar; locale: string; defaultValue?: RangeValue<T> | null | undefined; autoFocus?: boolean; id?: string; 'aria-describedby'?: string; ... 17 more ...; allowsNonContiguousRanges?: boolean; }' is not assignable to parameter of type 'RangeCalendarStateOptions<T>'.