Skip to content

Update dependencies (non-major) #506

Update dependencies (non-major)

Update dependencies (non-major) #506

Triggered via pull request August 11, 2023 03:58
Status Failure
Total duration 1m 45s
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: Run tests and build
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Run tests and build (19.x): src/components/dialogs/BookCreateDialog.vue#L574
Argument of type 'string | null' is not assignable to parameter of type 'string'.
Run tests and build (19.x): src/components/dialogs/BookCreateDialog.vue#L581
Argument of type 'string | null' is not assignable to parameter of type 'string'.
Run tests and build (19.x): src/components/transitions/FadeTransition.vue#L15
Type '"in-out" | "out-in" | null' is not assignable to type '"default" | "in-out" | "out-in" | undefined'.
Run tests and build (19.x): src/components/transitions/ScaleTransition.vue#L15
Type '"in-out" | "out-in" | null' is not assignable to type '"default" | "in-out" | "out-in" | undefined'.
Run tests and build (19.x): src/composables/useTailwindTheme.ts#L15
Property 'replace' does not exist on type 'string | Screen | Screen[]'.
Run tests and build (19.x): src/composables/useTailwindTheme.ts#L18
Type '{ breakpoints: any; fontFamily: (name: string) => string[] | undefined; color: (name: string, variantion: number | string) => string | undefined; theme: UnwrapResolvables<Partial<ThemeConfig & { extend: Partial<ThemeConfig>; }> | undefined>; }' is not assignable to type 'TailwindTheme'.
Run tests and build (19.x)
Process completed with exit code 2.