Skip to content

Feat/search filters #48

Feat/search filters

Feat/search filters #48

Triggered via pull request September 24, 2024 12:34
Status Failure
Total duration 1m 29s
Artifacts

validate.yml

on: pull_request
Matrix: Validate
build-deploy  /  Generate environment variables
build-deploy / Generate environment variables
build-deploy  /  Generate public url
build-deploy / Generate public url
build-deploy  /  Build and push docker image
build-deploy / Build and push docker image
build-deploy  /  ...  /  deploy
build-deploy / Deploy docker image / deploy
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 4 warnings
Validate (20.x, ubuntu-latest): components/search-filter.vue#L13
Type 'ComputedRef<{ language: LocationQueryValue | LocationQueryValue[] | undefined; topic: LocationQueryValue | LocationQueryValue[] | undefined; }>' is missing the following properties from type '{ language: string; topic: string; }': language, topic
Validate (20.x, ubuntu-latest): e2e/lib/fixtures/i18n.ts#L11
Dynamic imports only support a second argument when the '--module' option is set to 'esnext', 'node16', or 'nodenext'.
Validate (20.x, ubuntu-latest): e2e/lib/fixtures/i18n.ts#L13
Dynamic imports only support a second argument when the '--module' option is set to 'esnext', 'node16', or 'nodenext'.
Validate (20.x, ubuntu-latest): lib/api.ts#L976
Type 'ZodObject<{ count: ZodNumber; facets: ZodOptional<ZodNullable<ZodObject<{ language: ZodOptional<ZodNullable<ZodArray<ZodObject<{ key: ZodOptional<ZodString>; count: ZodOptional<ZodNumber>; }, "passthrough", ZodTypeAny, objectOutputType<...>, objectInputType<...>>, "many">>>; topic: ZodOptional<...>; }, "passthrough"...' is not assignable to type 'ZodType<PaginatedWorkPreviewList, ZodTypeDef, PaginatedWorkPreviewList>'.
Validate (20.x, ubuntu-latest): pages/search.vue#L79
Argument of type 'ComputedRef<{ facet_language: string[]; facet_topic: string[]; text_filter: string; limit: number; offset: number; }>' is not assignable to parameter of type 'MaybeRef<{ limit?: number | undefined; offset?: number | undefined; facet_language?: ("Deutsch" | "Englisch" | "Französisch" | "Italienisch")[] | undefined; facet_topic?: ("Abbildung von Menschen" | ... 125 more ... | "Überwachung")[] | undefined; text_filter?: string | undefined; }>'.
Validate (20.x, ubuntu-latest)
Process completed with exit code 1.
Validate (20.x, ubuntu-latest): e2e/tests/pages/imprint.test.ts#L31
Unexpected use of the `.skip()` annotation
Validate (20.x, ubuntu-latest): e2e/tests/pages/index.test.ts#L29
Unexpected use of the `.skip()` annotation
Validate (20.x, ubuntu-latest): server/routes/sitemap.xml.get.ts#L11
Caution: `fg` also has a named export `globSync`. Check if you meant to write `import {globSync} from 'fast-glob'` instead
Validate (20.x, ubuntu-latest)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.