Skip to content

Bump vue from 3.3.8 to 3.4.15 in /webui/frontend #404

Bump vue from 3.3.8 to 3.4.15 in /webui/frontend

Bump vue from 3.3.8 to 3.4.15 in /webui/frontend #404

Triggered via pull request January 18, 2024 21:08
Status Failure
Total duration 1m 2s
Artifacts

lint-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint: pkg/input/app_name.go#L19
p.Name undefined (type *PromptName has no field or method Name) (typecheck)
Lint: pkg/input/app_name.go#L23
p.Name undefined (type *PromptName has no field or method Name) (typecheck)
Lint: pkg/input/build_command.go#L19
p.BuildCommand undefined (type *PromptBuildCommand has no field or method BuildCommand) (typecheck)
Lint: pkg/input/build_command.go#L23
p.BuildCommand undefined (type *PromptBuildCommand has no field or method BuildCommand) (typecheck)
Lint: pkg/input/debugger_options.go#L74
p.DebuggerEnabled undefined (type *PromptDebuggerOptions has no field or method DebuggerEnabled) (typecheck)
Lint: pkg/input/debugger_options.go#L75
p.DebuggerEnabled undefined (type *PromptDebuggerOptions has no field or method DebuggerEnabled) (typecheck)
Lint: pkg/input/debugger_options.go#L85
p.DebuggerPort undefined (type *PromptDebuggerOptions has no field or method DebuggerPort) (typecheck)
Lint: pkg/input/debugger_options.go#L93
p.DebuggerPort undefined (type *PromptDebuggerOptions has no field or method DebuggerPort) (typecheck)
Lint: pkg/input/debugger_options.go#L98
p.DebuggerPort undefined (type *PromptDebuggerOptions has no field or method DebuggerPort) (typecheck)
Lint: pkg/input/environment.go#L15
p.Environment undefined (type *PromptEnvironment has no field or method Environment) (typecheck)
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/