Skip to content

chore: update to @nuxt/test-utils and latest vitest #2340

chore: update to @nuxt/test-utils and latest vitest

chore: update to @nuxt/test-utils and latest vitest #2340

Triggered via pull request December 19, 2023 15:45
Status Failure
Total duration 2m 19s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ci: packages/devtools-ui-kit/src/components/NCheckbox.vue#L29
Type 'boolean' is not assignable to type 'Ref<boolean | null>'.
ci: packages/devtools-ui-kit/src/components/NDialog.vue#L28
Argument of type 'ComputedRef<HTMLElement>' is not assignable to parameter of type 'MaybeElementRef'.
ci: packages/devtools-ui-kit/src/components/NDialog.vue#L42
Argument of type 'Ref<null>' is not assignable to parameter of type 'MaybeElementRef<MaybeElement>'.
ci: packages/devtools-ui-kit/src/components/NDrawer.vue#L27
Argument of type 'Ref<HTMLElement | undefined>' is not assignable to parameter of type 'MaybeElementRef<MaybeElement>'.
ci: packages/devtools-ui-kit/src/components/NDropdown.vue#L16
Argument of type 'Ref<HTMLDivElement | undefined>' is not assignable to parameter of type 'MaybeElementRef<MaybeElement>'.
ci: packages/devtools-ui-kit/src/components/NDropdown.vue#L23
Type 'boolean' is not assignable to type 'Ref<boolean>'.
ci: packages/devtools-ui-kit/src/components/NDropdown.vue#L24
Type 'boolean' is not assignable to type 'Ref<boolean>'.
ci: packages/devtools-ui-kit/src/components/NRadio.vue#L23
This comparison appears to be unintentional because the types 'Ref<string>' and 'string | undefined' have no overlap.
ci: packages/devtools-ui-kit/src/components/NRadio.vue#L33
Type 'string' is not assignable to type 'Ref<string>'.
ci: packages/devtools-ui-kit/src/components/NSectionBlock.vue#L30
Type 'Ref<boolean>' is not assignable to type 'Booleanish | undefined'.