Skip to content

fix(pnpm-lock): pnpm lock file updated #65

fix(pnpm-lock): pnpm lock file updated

fix(pnpm-lock): pnpm lock file updated #65

Triggered via push October 27, 2024 11:56
Status Failure
Total duration 1m 10s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ci: src/tools/ascii-text-drawer/ascii-text-drawer.vue#L63
Type 'string' is not assignable to type 'boolean | undefined'.
ci: src/tools/ascii-text-drawer/ascii-text-drawer.vue#L81
Type '"error"' is not assignable to type '"warning"'.
ci: src/tools/case-converter/case-converter.vue#L94
Argument of type '{ labelPosition: string; labelWidth: string; labelAlign: string; value: string; label: string; placeholder: string; rawText: true; }' is not assignable to parameter of type 'Partial<{ id: string; value: string; readonly: boolean; disabled: boolean; type: "text" | "password"; label: string; placeholder: string; validationRules: UseValidationRule<string>[]; ... 16 more ...; monospace: boolean; }> & Omit<...> & Record<...>'.
ci: src/tools/encryption/encryption.vue#L68
Type '"error"' is not assignable to type '"warning"'.
ci: src/tools/energy-computer/energy-computer.vue#L24
Type 'number' is not assignable to type 'string'.
ci: src/tools/iban-validator-and-parser/iban-validator-and-parser.vue#L69
Type 'string | null' is not assignable to type 'string | undefined'.
ci: src/tools/meta-tag-generator/meta-tag-generator.vue#L80
Type '(SelectOption | SelectGroupOption)[]' is not assignable to type 'string[] | CSelectOption<any>[] | undefined'.
ci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/