Skip to content

chore(POC): simpler / more flexible api #692

chore(POC): simpler / more flexible api

chore(POC): simpler / more flexible api #692

Triggered via pull request October 20, 2024 23:18
Status Failure
Total duration 1m 1s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
check
Argument of type '{ id: string; environments: { kit: true; svelte: true; }; options: { readonly demo: { readonly question: "Do you want to use a demo?"; readonly type: "boolean"; readonly default: false; }; }; packages: never[]; files: { ...; }[]; }' is not assignable to parameter of type 'Adder<{ readonly demo: { readonly question: "Do you want to use a demo?"; readonly type: "boolean"; readonly default: false; }; }>'.
check
Argument of type '{ id: string; environments: { svelte: false; kit: true; }; homepage: string; options: { readonly database: { readonly question: "Which database would you like to use?"; readonly type: "select"; readonly default: "sqlite"; readonly options: [...]; }; readonly postgresql: { ...; }; readonly mysql: { ...; }; readonly s...' is not assignable to parameter of type 'Adder<{ readonly database: { readonly question: "Which database would you like to use?"; readonly type: "select"; readonly default: "sqlite"; readonly options: [{ readonly value: "postgresql"; readonly label: "PostgreSQL"; }, { ...; }, { ...; }]; }; readonly postgresql: { ...; }; readonly mysql: { ...; }; readonly s...'.
check
Argument of type '{ id: string; environments: { svelte: true; kit: true; }; homepage: string; options: {}; packages: ({ name: string; version: string; dev: true; } | { name: string; version: string; dev: true; condition: ({ typescript }: Workspace<...>) => boolean; })[]; files: ({ ...; } | { ...; })[]; }' is not assignable to parameter of type 'Adder<{}>'.
check
Argument of type '{ id: string; environments: { svelte: false; kit: true; }; homepage: string; options: { readonly demo: { readonly type: "boolean"; readonly default: true; readonly question: `Do you want to include a demo? ${string}`; }; }; packages: ({ ...; } | { ...; })[]; dependsOn: string[]; files: ({ ...; } | { ...; })[]; nextS...' is not assignable to parameter of type 'Adder<{ readonly demo: { readonly type: "boolean"; readonly default: true; readonly question: `Do you want to include a demo? ${string}`; }; }>'.
check
Argument of type 'FileEditor<{ readonly demo: { readonly type: "boolean"; readonly default: true; readonly question: `Do you want to include a demo? ${string}`; }; }>' is not assignable to parameter of type 'string'.
check
Argument of type '{ id: string; environments: { svelte: true; kit: true; }; homepage: string; options: {}; packages: { name: string; version: string; dev: true; }[]; files: { name: () => string; content: ({ content }: FileEditor<{}>) => string; }[]; }' is not assignable to parameter of type 'Adder<{}>'.
check
Argument of type '{ id: string; environments: { svelte: true; kit: true; }; homepage: string; options: {}; packages: { name: string; version: string; dev: true; }[]; files: ({ name: () => string; condition: ({ cwd }: Workspace<{}>) => boolean; content: ({ content }: FileEditor<...>) => string; } | { ...; })[]; }' is not assignable to parameter of type 'Adder<{}>'.
check
Argument of type '{ id: string; environments: { svelte: true; kit: true; }; homepage: string; options: {}; packages: ({ name: string; version: string; dev: true; } | { name: string; version: string; dev: true; condition: ({ dependencyVersion }: Workspace<...>) => boolean; })[]; files: ({ ...; } | { ...; })[]; }' is not assignable to parameter of type 'Adder<{}>'.
check
Argument of type '{ id: string; environments: { svelte: true; kit: false; }; homepage: string; options: {}; packages: { name: string; version: string; dev: true; }[]; files: { name: ({ typescript }: Workspace<{}>) => string; content: ({ content }: FileEditor<...>) => string; }[]; }' is not assignable to parameter of type 'Adder<{}>'.
check
Argument of type '{ id: string; environments: { kit: true; svelte: true; }; homepage: string; options: {}; packages: never[]; scripts: { description: string; args: string[]; stdio: "inherit"; }[]; files: never[]; }' is not assignable to parameter of type 'Adder<{}>'.