fix(deps): update dependency @formkit/vue to v1.2.1 #429
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
Build TranquilVue:
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>'.
|
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 'FormKitInputs<{ type: "dropdown"; label: string; name: string; options: { label: string; value: string; }[]; value: string; }> & VNodeProps & AllowedComponentProps & ComponentCustomProps'.
|
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: string | undefined, node: FormKitNode) => void'.
|
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'.
|