Bump openapi-fetch from 0.15.0 to 0.17.0 #380
Open
Annotations
6 errors
|
Run pnpm build
Process completed with exit code 2.
|
|
Run pnpm build:
src/tools/yamlMutations/waitForLocalChanges.ts#L67
Type '{ id: string; localEditingStatus: undefined; versionId: undefined; version: "1"; type?: "LOGIN" | "COOKIE_BANNER" | "LINK" | "TEARDOWN" | undefined; tagNames?: string[] | undefined; excludedEnvironmentNames?: string[] | undefined; ... 8 more ...; prompt: string; }' is not assignable to type '{ version: "1"; id: string; type?: "LOGIN" | "COOKIE_BANNER" | "LINK" | "TEARDOWN" | undefined; tagNames?: string[] | undefined; excludedEnvironmentNames?: string[] | undefined; runStatus: "ON" | "OFF"; ... 8 more ...; localEditingStatus?: "IN_PROGRESS" | ... 2 more ... | undefined; } & { ...; }'.
|
|
Run pnpm build:
src/tools/test-targets.ts#L108
Argument of type '{ testCases: { version: "1"; id: string; type?: "LOGIN" | "COOKIE_BANNER" | "LINK" | "TEARDOWN" | undefined; tagNames?: string[] | undefined; excludedEnvironmentNames?: string[] | undefined; ... 9 more ...; localEditingStatus?: "IN_PROGRESS" | ... 2 more ... | undefined; }[]; }' is not assignable to parameter of type '{ testCases: { version: "1"; id: string; type?: "LOGIN" | "COOKIE_BANNER" | "LINK" | "TEARDOWN" | undefined; tagNames?: string[] | undefined; excludedEnvironmentNames?: string[] | undefined; ... 9 more ...; localEditingStatus?: "IN_PROGRESS" | ... 2 more ... | undefined; }[]; }'.
|
|
Run pnpm build:
src/tools/sync/push.ts#L98
Type '{ testCases: { version: "1"; id: string; type?: "LOGIN" | "COOKIE_BANNER" | "LINK" | "TEARDOWN" | undefined; tagNames?: string[] | undefined; excludedEnvironmentNames?: string[] | undefined; ... 9 more ...; localEditingStatus?: "IN_PROGRESS" | ... 2 more ... | undefined; }[]; }' is not assignable to type '{ testCases: ({ version: "1"; id: string; type?: "LOGIN" | "COOKIE_BANNER" | "LINK" | "TEARDOWN" | undefined; tagNames?: string[] | undefined; excludedEnvironmentNames?: string[] | undefined; ... 9 more ...; localEditingStatus?: "IN_PROGRESS" | ... 2 more ... | undefined; } & {})[]; } & {}'.
|
|
Run pnpm build:
src/tools/sync/push.ts#L70
Type '{ testCases: { version: "1"; id: string; type?: "LOGIN" | "COOKIE_BANNER" | "LINK" | "TEARDOWN" | undefined; tagNames?: string[] | undefined; excludedEnvironmentNames?: string[] | undefined; ... 9 more ...; localEditingStatus?: "IN_PROGRESS" | ... 2 more ... | undefined; }[]; }' is not assignable to type '{ testCases: ({ version: "1"; id: string; type?: "LOGIN" | "COOKIE_BANNER" | "LINK" | "TEARDOWN" | undefined; tagNames?: string[] | undefined; excludedEnvironmentNames?: string[] | undefined; ... 9 more ...; localEditingStatus?: "IN_PROGRESS" | ... 2 more ... | undefined; } & {})[]; } & {}'.
|
|
Run pnpm build:
src/debugtopus/index.ts#L352
Type '{ testCases: ({ version: "1"; id: string; type?: "LOGIN" | "COOKIE_BANNER" | "LINK" | "TEARDOWN"; tagNames?: string[]; excludedEnvironmentNames?: string[]; runStatus: "OFF" | "ON"; ... 8 more ...; localEditingStatus?: "IN_PROGRESS" | "DONE" | "CANCELLED"; } & { ...; })[]; testTargetId: string; executionUrl: string; ...' is not assignable to type '{ executionUrl: string; environmentId?: string | undefined; testCases: ({ version: "1"; id: string; type?: "LOGIN" | "COOKIE_BANNER" | "LINK" | "TEARDOWN" | undefined; tagNames?: string[] | undefined; ... 10 more ...; localEditingStatus?: "IN_PROGRESS" | ... 2 more ... | undefined; } & {})[]; filterTestCaseIds?: str...'.
|
Loading