Skip to content

Upgrade to Astro v3 #1984

Upgrade to Astro v3

Upgrade to Astro v3 #1984

Triggered via pull request August 30, 2023 23:03
Status Failure
Total duration 4m 4s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

tests.yml

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

Annotations

6 errors and 1 warning
TypeScript: packages/next/src/ui/app.tsx#L35
Argument of type '{ forceOptimisticNavigation: boolean; }' is not assignable to parameter of type 'NavigateOptions'.
TypeScript: packages/next/src/ui/app.tsx#L38
Argument of type '{ forceOptimisticNavigation: boolean; }' is not assignable to parameter of type 'NavigateOptions'.
TypeScript
Process completed with exit code 1.
Linting: design-system/pkg/src/breadcrumbs/stories/Breadcrumbs.stories.tsx#L85
Don't use `Function` as a type. `Function` types are unsafe. Use more specific function types instead. e.g. (arg: number) => string
Linting: design-system/pkg/src/text-field/stories/TextArea.stories.tsx#L77
Don't use `Function` as a type. `Function` types are unsafe. Use more specific function types instead. e.g. (arg: number) => string
Linting
Process completed with exit code 1.
Linting: design-system/pkg/src/toast/test/Toast.test.tsx#L110
Some tests seem to be commented