Merge pull request #59 from heseya/SK-922 #355
Annotations
10 errors and 3 warnings
vue-tsc:
src/components/modules/orders/PartialUpdateForm.vue#L44
Type 'string | Address | undefined' is not assignable to type 'Address'.
|
vue-tsc:
src/components/modules/orders/ShippingMethodForm.vue#L23
Type 'string | { name: string; address: string; phone: string; zip: string; city: string; country: string; vat?: string | undefined; country_name: string; } | undefined' is not assignable to type 'Address'.
|
vue-tsc:
src/components/modules/products/AttributeFilterInput.vue#L5
Type 'string | unknown[] | Record<string, any>' is not assignable to type '{ min: string | number; max: string | number; } | undefined'.
|
vue-tsc:
src/components/modules/products/AttributeFilterInput.vue#L14
Type 'string | unknown[] | Record<string, any>' is not assignable to type '{ min: string | number; max: string | number; } | undefined'.
|
vue-tsc:
src/components/modules/products/AttributeFilterInput.vue#L21
Type 'string | unknown[] | Record<string, any>' is not assignable to type 'string | string[] | AutocompleteBaseItem | AutocompleteBaseItem[] | undefined'.
|
vue-tsc:
src/components/modules/productSets/ProductSet.vue#L4
Property 'asSearched' does not exist on type 'Vue3Instance<{ childrenQuantity: number; page: number; limit: number; children: ProductSetListed[]; searchedChildren: ProductSetListed[]; selectedSet: ProductSetListed | null; ... 11 more ...; totalSearchedResults: number | null; }, ... 5 more ..., ComponentOptionsBase<...>> & ... 5 more ... & Readonly<...>'.
|
vue-tsc:
src/components/modules/productSets/ProductSet.vue#L5
Property 'toggleChildrenVisibility' does not exist on type 'Vue3Instance<{ childrenQuantity: number; page: number; limit: number; children: ProductSetListed[]; searchedChildren: ProductSetListed[]; selectedSet: ProductSetListed | null; ... 11 more ...; totalSearchedResults: number | null; }, ... 5 more ..., ComponentOptionsBase<...>> & ... 5 more ... & Readonly<...>'.
|
vue-tsc:
src/components/modules/productSets/ProductSet.vue#L32
Property 'set' does not exist on type 'Vue3Instance<{ childrenQuantity: number; page: number; limit: number; children: ProductSetListed[]; searchedChildren: ProductSetListed[]; selectedSet: ProductSetListed | null; ... 11 more ...; totalSearchedResults: number | null; }, ... 5 more ..., ComponentOptionsBase<...>> & ... 5 more ... & Readonly<...>'. Did you mean '$set'?
|
vue-tsc:
src/components/modules/productSets/ProductSet.vue#L32
Property 'set' does not exist on type 'Vue3Instance<{ childrenQuantity: number; page: number; limit: number; children: ProductSetListed[]; searchedChildren: ProductSetListed[]; selectedSet: ProductSetListed | null; ... 11 more ...; totalSearchedResults: number | null; }, ... 5 more ..., ComponentOptionsBase<...>> & ... 5 more ... & Readonly<...>'. Did you mean '$set'?
|
vue-tsc:
src/components/modules/productSets/ProductSet.vue#L37
Property 'set' does not exist on type 'Vue3Instance<{ childrenQuantity: number; page: number; limit: number; children: ProductSetListed[]; searchedChildren: ProductSetListed[]; selectedSet: ProductSetListed | null; ... 11 more ...; totalSearchedResults: number | null; }, ... 5 more ..., ComponentOptionsBase<...>> & ... 5 more ... & Readonly<...>'. Did you mean '$set'?
|
eslint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
eslint:
src/components/modules/manufacturers/Form.vue#L104
Unexpected console statement
|
vue-tsc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|