Skip to content

Bump vue-tsc from 1.0.24 to 1.8.10 #1224

Bump vue-tsc from 1.0.24 to 1.8.10

Bump vue-tsc from 1.0.24 to 1.8.10 #1224

Triggered via push September 8, 2023 23:06
Status Failure
Total duration 1m 42s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
build: src/ui/hooks/useFocus.ts#L10
Argument of type '{ accessKey: string; readonly accessKeyLabel: string; autocapitalize: string; dir: string; draggable: boolean; hidden: boolean; inert: boolean; innerText: string; lang: string; readonly offsetHeight: number; ... 282 more ...; focus: (options?: FocusOptions | undefined) => void; } | null' is not assignable to parameter of type 'HTMLElement | null'.
build: src/ui/hooks/useFocus.ts#L11
Property 'focus' does not exist on type 'string'.
build: src/ui/pages/add/search.vue#L439
Argument of type '{ root: { accessKey: string; readonly accessKeyLabel: string; autocapitalize: string; dir: string; draggable: boolean; hidden: boolean; inert: boolean; innerText: string; lang: string; readonly offsetHeight: number; ... 282 more ...; focus: (options?: FocusOptions | undefined) => void; } | null; rootMargin: string; ...' is not assignable to parameter of type 'UseIntersectionObserverOptions'.
build
Process completed with exit code 2.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/application/usecases/user/deleteUser.ts#L5
'isResultError' is defined but never used