Skip to content

Update Dependencies to latest versions #872

Update Dependencies to latest versions

Update Dependencies to latest versions #872

Triggered via pull request September 9, 2024 17:56
Status Failure
Total duration 53s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 7 warnings
Lint: .nuxt/app.config.mjs#L1
Replace `⏎import·{·updateAppConfig·}·from·'#app/config'` with `import·{·updateAppConfig·}·from·'#app/config';`
Lint: .nuxt/app.config.mjs#L3
Insert `;`
Lint: .nuxt/app.config.mjs#L6
Replace `··"nuxt"` with `↹nuxt`
Lint: .nuxt/app.config.mjs#L7
Replace `··"icon"` with `↹icon`
Lint: .nuxt/app.config.mjs#L8
Replace `····"provider":·"server"` with `↹↹provider:·'server'`
Lint: .nuxt/app.config.mjs#L9
Replace `····"class":·""` with `↹↹class:·''`
Lint: .nuxt/app.config.mjs#L10
Replace `····"aliases"` with `↹↹aliases`
Lint: .nuxt/app.config.mjs#L11
Replace `····"iconifyApiEndpoint":·"https://api.iconify.design"` with `↹↹iconifyApiEndpoint:·'https://api.iconify.design'`
Lint: .nuxt/app.config.mjs#L12
Replace `····"localApiEndpoint":·"/api/_nuxt_icon"` with `↹↹localApiEndpoint:·'/api/_nuxt_icon'`
Lint: .nuxt/app.config.mjs#L13
Replace `····"fallbackToApi"` with `↹↹fallbackToApi`
Lint: components/Base/FormGroup.vue#L9
'props' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint: components/Base/Input.vue#L37
'theme' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint: modules/posthog/runtime/plugins/posthog.client.ts#L45
'to' is defined but never used. Allowed unused args must match /^_/u
Lint: modules/posthog/runtime/plugins/posthog.client.ts#L45
'from' is defined but never used. Allowed unused args must match /^_/u
Lint: pages/agency-directory/[slug].vue#L266
Variable 'partner' is already declared in the upper scope
Lint: pages/built-with-directus/[slug].vue#L267
Variable 'project' is already declared in the upper scope
Lint: pages/tv/live.vue#L99
'v-html' directive can lead to XSS attack