fix(deps): update dependency @formkit/vue to v1.2.2 #436
Annotations
10 errors
src/formkit.config.ts#L8
Type 'Record<string, string | Record<string, boolean> | import("/home/runner/work/TranquilVue/TranquilVue/node_modules/@formkit/core/dist/index").FormKitClasses>' is not assignable to type 'Record<string, string | Record<string, boolean> | import("/home/runner/work/TranquilVue/TranquilVue/node_modules/@formkit/vue/node_modules/@formkit/core/dist/index").FormKitClasses>'.
|
src/formkit.config.ts#L10
Type 'import("/home/runner/work/TranquilVue/TranquilVue/node_modules/@formkit/core/dist/index").FormKitPlugin' is not assignable to type 'import("/home/runner/work/TranquilVue/TranquilVue/node_modules/@formkit/vue/node_modules/@formkit/core/dist/index").FormKitPlugin'.
|
src/components/modals/AddItemToPlaylistModal.vue#L29
Argument of type '{ type: "dropdown"; label: string; name: string; options: { label: string; value: string; }[]; value: string; }' is not assignable to parameter of type 'NonNullable<(Omit<Partial<FormKitBaseProps>, "number" | "value" | "type"> & Omit<Partial<FormKitRuntimeProps<{ type: "dropdown"; label: string; name: string; options: { label: string; value: string; }[]; value: string; }>>, "number" | ... 1 more ... | "type"> & Omit<...> & Partial<...> & { ...; }) | ... 25 more ... ...'.
|
src/components/modals/AdvancedLightsSettingsModal.vue#L23
Type 'number' is not assignable to type 'undefined'.
|
src/components/modals/AdvancedLightsSettingsModal.vue#L30
Type 'number' is not assignable to type 'undefined'.
|
src/components/modals/helpers/ModalHeader.vue#L43
Type 'boolean' is not assignable to type 'undefined'.
|
src/components/modals/helpers/ModalHeader.vue#L44
Type '(newValue?: boolean) => void' is not assignable to type '(value: unknown, node: FormKitNode) => any'.
|
src/components/modals/LightsModal.vue#L79
Type 'boolean' is not assignable to type 'undefined'.
|
src/components/modals/LightsModal.vue#L85
Type 'number' is not assignable to type 'undefined'.
|
src/components/modals/LightsModal.vue#L111
Type 'number' is not assignable to type 'undefined'.
|
The logs for this run have expired and are no longer available.
Loading