Skip to content

fix(deps): update react-aria monorepo #468

fix(deps): update react-aria monorepo

fix(deps): update react-aria monorepo #468

Triggered via push February 3, 2025 05:55
Status Failure
Total duration 1m 50s
Artifacts

ci.yml

on: push
Matrix: Checks
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 2 warnings
Checks (typecheck)
@buildo/bento-design-system#typecheck: command (/home/runner/work/bento-design-system/bento-design-system/packages/bento-design-system) pnpm run typecheck exited (1)
Checks (typecheck)
Process completed with exit code 1.
Checks (build)
Argument of type 'CalendarDate' is not assignable to parameter of type 'DateValue'.
Checks (build)
Type 'import("/home/runner/work/bento-design-system/bento-design-system/node_modules/.pnpm/@[email protected]/node_modules/@internationalized/date/dist/types").CalendarDate' is not assignable to type 'import("/home/runner/work/bento-design-system/bento-design-system/node_modules/.pnpm/@[email protected]/node_modules/@internationalized/date/dist/types").CalendarDate'.
Checks (build)
Type 'import("/home/runner/work/bento-design-system/bento-design-system/node_modules/.pnpm/@[email protected]/node_modules/@internationalized/date/dist/types").CalendarDate' is not assignable to type 'import("/home/runner/work/bento-design-system/bento-design-system/node_modules/.pnpm/@[email protected]/node_modules/@internationalized/date/dist/types").CalendarDate'.
Checks (build)
Type '(value: CalendarDate) => void' is not assignable to type '(date: CalendarDate) => void'.
Checks (build)
Type 'DateValue | null | undefined' is not assignable to type 'DateValue | undefined'.
Checks (build)
Type 'DateValue | null | undefined' is not assignable to type 'DateValue | undefined'.
Checks (build)
Type '(name: string) => import("/home/runner/work/bento-design-system/bento-design-system/node_modules/.pnpm/@[email protected]/node_modules/@internationalized/date/dist/types").Calendar' is not assignable to type '(name: string) => import("/home/runner/work/bento-design-system/bento-design-system/node_modules/.pnpm/@[email protected]/node_modules/@internationalized/date/dist/types").Calendar'.
Checks (build)
Type '(name: string) => import("/home/runner/work/bento-design-system/bento-design-system/node_modules/.pnpm/@[email protected]/node_modules/@internationalized/date/dist/types").Calendar' is not assignable to type '(name: string) => import("/home/runner/work/bento-design-system/bento-design-system/node_modules/.pnpm/@[email protected]/node_modules/@internationalized/date/dist/types").Calendar'.
Checks (build)
Argument of type '{ readonly value: CalendarDate | null; readonly onChange: (date: CalendarDate | null) => void; readonly isDisabled: boolean | undefined; readonly isReadOnly: boolean | undefined; ... 17 more ...; readonly shouldDisableDate?: ((date: Date) => boolean) | undefined; } | { ...; }' is not assignable to parameter of type 'DatePickerStateOptions<DateValue>'.
Checks (build)
Argument of type '{ readonly value: CalendarDate | null; readonly onChange: (date: CalendarDate | null) => void; readonly isDisabled: boolean | undefined; readonly isReadOnly: boolean | undefined; ... 17 more ...; readonly shouldDisableDate?: ((date: Date) => boolean) | undefined; } | { ...; }' is not assignable to parameter of type 'AriaDatePickerProps<DateValue>'.
Cloudflare Pages
Argument of type '{ readonly value: CalendarDate | null; readonly onChange: (date: CalendarDate | null) => void; readonly isDisabled: boolean | undefined; readonly isReadOnly: boolean | undefined; ... 17 more ...; readonly shouldDisableDate?: ((date: Date) => boolean) | undefined; } | { ...; }' is not assignable to parameter of type 'DatePickerStateOptions<DateValue>'.
Cloudflare Pages
@buildo/bento-design-system#build: command (/home/runner/work/bento-design-system/bento-design-system/packages/bento-design-system) pnpm run build exited (1)
Cloudflare Pages
Argument of type '{ readonly value: CalendarDate | null; readonly onChange: (date: CalendarDate | null) => void; readonly isDisabled: boolean | undefined; readonly isReadOnly: boolean | undefined; ... 17 more ...; readonly shouldDisableDate?: ((date: Date) => boolean) | undefined; } | { ...; }' is not assignable to parameter of type 'AriaDatePickerProps<DateValue>'.
Cloudflare Pages
Argument of type '{ readonly isDisabled: boolean | undefined; readonly isReadOnly: boolean | undefined; readonly validationState: "invalid" | "valid"; readonly minValue: CalendarDate | undefined; ... 17 more ...; readonly shouldDisableDate?: ((date: Date) => boolean) | undefined; } | { ...; }' is not assignable to parameter of type 'DateRangePickerStateOptions<DateValue>'.
Cloudflare Pages
Argument of type '{ readonly isDisabled: boolean | undefined; readonly isReadOnly: boolean | undefined; readonly validationState: "invalid" | "valid"; readonly minValue: CalendarDate | undefined; ... 17 more ...; readonly shouldDisableDate?: ((date: Date) => boolean) | undefined; } | { ...; }' is not assignable to parameter of type 'AriaDateRangePickerProps<DateValue>'.
Cloudflare Pages
Argument of type 'CalendarDate' is not assignable to parameter of type 'DateValue'.
Cloudflare Pages
Type 'import("/home/runner/work/bento-design-system/bento-design-system/node_modules/.pnpm/@[email protected]/node_modules/@internationalized/date/dist/types").CalendarDate' is not assignable to type 'import("/home/runner/work/bento-design-system/bento-design-system/node_modules/.pnpm/@[email protected]/node_modules/@internationalized/date/dist/types").CalendarDate'.
Cloudflare Pages
Type 'import("/home/runner/work/bento-design-system/bento-design-system/node_modules/.pnpm/@[email protected]/node_modules/@internationalized/date/dist/types").CalendarDate' is not assignable to type 'import("/home/runner/work/bento-design-system/bento-design-system/node_modules/.pnpm/@[email protected]/node_modules/@internationalized/date/dist/types").CalendarDate'.
Cloudflare Pages
Type '(value: CalendarDate) => void' is not assignable to type '(date: CalendarDate) => void'.
Cloudflare Pages
Type 'DateValue | null | undefined' is not assignable to type 'DateValue | undefined'.
Checks (eslint-check): packages/website/src/components/HomepageFeatures.tsx#L46
Curly braces are unnecessary here
Checks (eslint-check): packages/bento-design-system/stories/Components/Table.stories.tsx#L584
React Hook useCallback has a missing dependency: 'args.data'. Either include it or remove the dependency array