Skip to content

chore(deps): update dependency vite-plugin-vue-inspector to v5 - autoclosed #116

chore(deps): update dependency vite-plugin-vue-inspector to v5 - autoclosed

chore(deps): update dependency vite-plugin-vue-inspector to v5 - autoclosed #116

Triggered via pull request April 19, 2024 10:16
Status Failure
Total duration 5m 7s
Artifacts

autofix.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
ci: packages/devtools/client/components/ServerRouteDetails.vue#L545
Type '{}' is not assignable to type 'number | boolean | Mode | undefined'.
ci: packages/devtools/client/components/ServerTaskDetails.vue#L312
Type '{ payload: {}; }' is not assignable to type 'number | boolean | Mode | undefined'.
ci: packages/devtools/src/runtime/plugins/view/client.ts#L195
Type '(baseUrl: any, file: any, line: any, column: any) => Promise<void>' is not assignable to type '(url: URL) => void'.
ci: packages/devtools/src/runtime/plugins/view/client.ts#L195
Parameter 'baseUrl' implicitly has an 'any' type.
ci: packages/devtools/src/runtime/plugins/view/client.ts#L195
Parameter 'file' implicitly has an 'any' type.
ci: packages/devtools/src/runtime/plugins/view/client.ts#L195
Parameter 'line' implicitly has an 'any' type.
ci: packages/devtools/src/runtime/plugins/view/client.ts#L195
Parameter 'column' implicitly has an 'any' type.
ci: packages/devtools/src/runtime/plugins/view/client.ts#L206
Type 'Raw<{ isEnabled: Ref<boolean>; enable: () => void; disable: () => void; toggle: () => void; instance: VueInspectorClient | undefined; }>' is not assignable to type '{ instance?: VueInspectorClient | undefined; enable: () => void; disable: () => void; toggle: () => void; isEnabled: Ref<boolean>; } | undefined'.
ci
Process completed with exit code 2.