Skip to content

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

fix(deps): update react-aria monorepo

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

Triggered via push November 4, 2024 04:10
Status Failure
Total duration 1m 49s
Artifacts

ci.yml

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

Annotations

22 errors and 10 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/@internationalized+date@3.5.6/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.5.6/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 '(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/@internationalized+date@3.4.0/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/@internationalized+date@3.5.6/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/@internationalized+date@3.4.0/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/@internationalized+date@3.5.6/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
@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 '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/@internationalized+date@3.5.6/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.5.6/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 '(value: CalendarDate) => void' is not assignable to type '(date: CalendarDate) => void'.
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 '(name: string) => import("/home/runner/work/bento-design-system/bento-design-system/node_modules/.pnpm/@internationalized+date@3.4.0/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/@internationalized+date@3.5.6/node_modules/@internationalized/date/dist/types").Calendar'.
Cloudflare Pages
Type '(name: string) => import("/home/runner/work/bento-design-system/bento-design-system/node_modules/.pnpm/@internationalized+date@3.4.0/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/@internationalized+date@3.5.6/node_modules/@internationalized/date/dist/types").Calendar'.
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>'.
Checks (prettier-check)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Checks (check-circular-deps)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Checks (eslint-check)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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
Checks (typecheck)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Checks (build)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Cloudflare Pages
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Checks (test)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Chromatic
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/