Skip to content

fix(deps): update dependency @formkit/themes to v1.2.2 #511

fix(deps): update dependency @formkit/themes to v1.2.2

fix(deps): update dependency @formkit/themes to v1.2.2 #511

Triggered via push October 24, 2023 01:31
Status Failure
Total duration 57s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Build TranquilVue
47s
Build TranquilVue
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build TranquilVue: 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'.
Build TranquilVue: 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 ... ...'.
Build TranquilVue: src/components/modals/AdvancedLightsSettingsModal.vue#L23
Type 'number' is not assignable to type 'undefined'.
Build TranquilVue: src/components/modals/AdvancedLightsSettingsModal.vue#L30
Type 'number' is not assignable to type 'undefined'.
Build TranquilVue: src/components/modals/helpers/ModalHeader.vue#L43
Type 'boolean' is not assignable to type 'undefined'.
Build TranquilVue: src/components/modals/helpers/ModalHeader.vue#L44
Type '(newValue?: boolean) => void' is not assignable to type '(value: unknown, node: FormKitNode) => any'.
Build TranquilVue: src/components/modals/LightsModal.vue#L79
Type 'boolean' is not assignable to type 'undefined'.
Build TranquilVue: src/components/modals/LightsModal.vue#L85
Type 'number' is not assignable to type 'undefined'.
Build TranquilVue: src/components/modals/LightsModal.vue#L111
Type 'number' is not assignable to type 'undefined'.
Build TranquilVue: src/components/modals/LightsModal.vue#L112
Type '(_x: any, node: FormKitNode) => void' is not assignable to type '(value: unknown, node: FormKitNode) => any'.