Update dependencies (non-major) #508
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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.
|