Skip to content

feat(bulkAdding): finished bulk processing #44

feat(bulkAdding): finished bulk processing

feat(bulkAdding): finished bulk processing #44

Triggered via push October 17, 2024 18:29
Status Failure
Total duration 41s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
deploy: src/components/food/BulkFoodItem.vue#L4
Property 'servings' does not exist on type 'ShelfFoodItem'.
deploy: src/components/food/FoodItem.vue#L15
Module '"../../pages/food/store/addFoodStore"' declares 'FoodInsertItemCombined' locally, but it is not exported.
deploy: src/components/global/DatePicker.vue#L4
Type 'unknown' is not assignable to type 'ModelValue | ((string | number | string[] | Date | Date[] | number[] | Date[][] | string[][] | TimeModel | TimeModel[] | { month: string | number; year: string | number; } | { ...; }[]) & Prop<...>) | (Prop<...> & (string | ... 10 more ... | { ...; }[])) | undefined'.
deploy: src/components/global/DatePicker.vue#L15
'ref' is declared but its value is never read.
deploy: src/components/vueFlow/SpecialEdge.vue#L6
'props' is declared but its value is never read.
deploy: src/pages/boughtItems/store/boughtItemsStore.ts#L77
'addNewItemToList' is declared but its value is never read.
deploy: src/pages/boughtItems/subviews/AddBoughtItem.vue#L10
Type '{ name: string; value: { created_at: string; id: number; name: string | null; }; }[]' is not assignable to type 'SelectOption[]'.
deploy: src/pages/boughtItems/subviews/AddBoughtItem.vue#L15
Type '{ name: string; value: { content_amount: number | null; created_at: string; id: number; name: string | null; tags: string | null; user_id: string | null; }; }[]' is not assignable to type 'SelectOption[]'.
deploy: src/pages/dashboard/store/dashboardStore.ts#L27
Type instantiation is excessively deep and possibly infinite.
deploy: src/pages/food/store/addFoodStore.ts#L37
Property 'time_of_intake' does not exist on type '{ id: number; name: string; description: string; calories: number; protein: number; fat: number; carbohydrates: number; multiplier: number; created_at: { toString: () => string; toDateString: () => string; ... 41 more ...; [Symbol.toPrimitive]: { ...; }; }; updated_at: { ...; }; }'.
deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/