Update dependencies (non-major) #656
Annotations
10 errors
Run tests and build (19.x):
src/components/book/BookAttributes.vue#L177
No overload matches this call.
|
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/dialogs/ReloadDialog.vue#L2
Cannot find module 'virtual:pwa-register/vue' or its corresponding type declarations.
|
Run tests and build (19.x):
src/components/LocaleSelector.vue#L53
Argument of type 'string' is not assignable to parameter of type 'Locale'.
|
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):
src/pages/dashboard/index.vue#L244
Argument of type '{ currency: any; }' is not assignable to parameter of type 'string'.
|