This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
chore(deps): update npm development dependencies #934
quality_checks.yml
on: pull_request
Vulnerable dependencies 🔎
8s
Lint 🔬
23s
Typecheck 🈯
24s
Test 🔬
12m 44s
Build frontend 🛠️
1m 21s
Conventional commits check 💬
7s
No merge commits check 🚫
9s
Save PR context as artifact
3s
Annotations
9 errors
Lint 🔬
Process completed with exit code 2.
|
Typecheck 🈯:
src/components/Forms/Dropdown.vue#L20
Object literal may only specify known properties, and 'onClick' does not exist in type 'NonNullable<Partial<{}> & Omit<{ readonly modelValue?: CategoryEnum | undefined; "onUpdate:modelValue"?: ((modelValue: CategoryEnum) => any) | undefined; } & ... 4 more ... & { ...; }, never>>'.
|
Typecheck 🈯:
src/components/Forms/Dropdown.vue#L36
Object literal may only specify known properties, and 'onClick' does not exist in type 'NonNullable<Partial<{ variant: "default" | "auth"; isRequired: boolean; }> & Omit<{ readonly variant: "default" | "auth"; readonly isRequired: boolean; readonly label?: string | undefined; ... 4 more ...; "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined; } & ... 4 more ... & { ...; }, DefaultKeys<.....'.
|
Typecheck 🈯:
src/components/Forms/Dropdown.vue#L48
Object literal may only specify known properties, and 'onClick' does not exist in type 'NonNullable<Partial<{ variant: "default" | "auth"; isRequired: boolean; }> & Omit<{ readonly variant: "default" | "auth"; readonly isRequired: boolean; readonly label?: string | undefined; ... 4 more ...; "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined; } & ... 4 more ... & { ...; }, DefaultKeys<.....'.
|
Typecheck 🈯:
src/components/Forms/Dropdown.vue#L59
Object literal may only specify known properties, and 'onClick' does not exist in type 'NonNullable<Partial<{ step: number; min: number; max: number; }> & Omit<{ readonly step: number; readonly min: number; readonly max: number; readonly modelValue?: string | undefined; "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined; } & ... 4 more ... & { ...; }, DefaultKeys<...>>>'.
|
Typecheck 🈯:
src/components/Forms/Dropdown.vue#L67
Object literal may only specify known properties, and 'onClick' does not exist in type 'NonNullable<Partial<{}> & Omit<{ readonly modelValue?: boolean | undefined; "onUpdate:modelValue"?: ((modelValue: boolean) => any) | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...> & { ...; }, never>>'.
|
Typecheck 🈯:
src/plugins/router/index.ts#L12
Argument of type '{ history: RouterHistory; scrollBehavior(_to: RouteLocationNormalized, _from: RouteLocationNormalizedLoaded, savedPosition: _ScrollPositionNormalized | null): _ScrollPositionNormalized | { ...; }; }' is not assignable to parameter of type '_RouterOptions'.
|
Typecheck 🈯
Process completed with exit code 2.
|
Test 🔬
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
PR_context
Expired
|
281 Bytes |
|
docker_image
Expired
|
18.7 MB |
|
frontend
Expired
|
1.15 MB |
|