Skip to content

chore(deps): update all non-major dependencies #2156

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #2156

Triggered via pull request November 9, 2023 20:27
Status Failure
Total duration 2m 8s
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/NSwitch.vue#L29
Type 'boolean' is not assignable to type 'Ref<boolean>'.