fix(deps): update react-aria monorepo #758
ci.yml
on: push
Chromatic
1m 43s
Cloudflare Pages
1m 3s
Matrix: Checks
Annotations
22 errors and 3 warnings
|
Cloudflare Pages
Argument of type '{ readonly value: CalendarDate | null; readonly onChange: (date: CalendarDate | null) => void; readonly isDisabled: boolean | undefined; readonly isReadOnly: boolean | undefined; ... 19 more ...; readonly readOnly?: 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; ... 19 more ...; readonly readOnly?: boolean | undefined; } | { ...; }' is not assignable to parameter of type 'DatePickerStateOptions<DateValue>'.
|
|
Cloudflare Pages
Type '(name: string) => Calendar' is not assignable to type '(name: CalendarIdentifier) => Calendar'.
|
|
Cloudflare Pages
Type '(name: string) => Calendar' is not assignable to type '(name: CalendarIdentifier) => Calendar'.
|
|
Cloudflare Pages
Type 'DateValue | null | undefined' is not assignable to type 'DateValue | undefined'.
|
|
Cloudflare Pages
Type 'DateValue | null | undefined' is not assignable to type 'DateValue | undefined'.
|
|
Cloudflare Pages
Type '(value: CalendarDate) => void' is not assignable to type '(date: CalendarDate) => void'.
|
|
Cloudflare Pages
Type 'import("/home/runner/work/bento-design-system/bento-design-system/node_modules/.pnpm/@internationalized+date@3.9.0/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/@internationalized+date@3.4.0/node_modules/@internationalized/date/dist/types").CalendarDate'.
|
|
Cloudflare Pages
Type 'import("/home/runner/work/bento-design-system/bento-design-system/node_modules/.pnpm/@internationalized+date@3.9.0/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/@internationalized+date@3.4.0/node_modules/@internationalized/date/dist/types").CalendarDate'.
|
|
Cloudflare Pages
Argument of type 'CalendarDate' is not assignable to parameter of type 'DateValue'.
|
|
Checks (typecheck)
Process completed with exit code 1.
|
|
Checks (typecheck)
@buildo/bento-design-system#typecheck: command (/home/runner/work/bento-design-system/bento-design-system/packages/bento-design-system) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (1)
|
|
Checks (build)
Argument of type '{ readonly value: CalendarDate | null; readonly onChange: (date: CalendarDate | null) => void; readonly isDisabled: boolean | undefined; readonly isReadOnly: boolean | undefined; ... 19 more ...; readonly readOnly?: boolean | undefined; } | { ...; }' is not assignable to parameter of type 'AriaDatePickerProps<DateValue>'.
|
|
Checks (build)
Argument of type '{ readonly value: CalendarDate | null; readonly onChange: (date: CalendarDate | null) => void; readonly isDisabled: boolean | undefined; readonly isReadOnly: boolean | undefined; ... 19 more ...; readonly readOnly?: boolean | undefined; } | { ...; }' is not assignable to parameter of type 'DatePickerStateOptions<DateValue>'.
|
|
Checks (build)
Type '(name: string) => Calendar' is not assignable to type '(name: CalendarIdentifier) => Calendar'.
|
|
Checks (build)
Type '(name: string) => Calendar' is not assignable to type '(name: CalendarIdentifier) => Calendar'.
|
|
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 '(value: CalendarDate) => void' is not assignable to type '(date: CalendarDate) => void'.
|
|
Checks (build)
Type 'import("/home/runner/work/bento-design-system/bento-design-system/node_modules/.pnpm/@internationalized+date@3.9.0/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/@internationalized+date@3.4.0/node_modules/@internationalized/date/dist/types").CalendarDate'.
|
|
Checks (build)
Type 'import("/home/runner/work/bento-design-system/bento-design-system/node_modules/.pnpm/@internationalized+date@3.9.0/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/@internationalized+date@3.4.0/node_modules/@internationalized/date/dist/types").CalendarDate'.
|
|
Checks (build)
Argument of type 'CalendarDate' is not assignable to parameter of type 'DateValue'.
|
|
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
|
|
Checks (eslint-check):
packages/bento-design-system/stories/Components/Inputs/DateInput.stories.tsx#L22
Unnecessarily computed property ["aria-label"] found
|
|
Checks (eslint-check):
packages/website/src/components/HomepageFeatures.tsx#L46
Curly braces are unnecessary here
|