chore(deps): bump inquirer from 8.2.6 to 10.0.1 #928
Annotations
6 errors
|
cli.ts#L606
Argument of type '(branchStatus: BranchStatus) => Promise<(BranchStatus.BRANCH_NOT_UP_TO_DATE | { pull: any; })[]> | Promise<BranchStatus.BRANCH_UP_TO_DATE[]>' is not assignable to parameter of type '(value: BranchStatus) => (BranchStatus.BRANCH_NOT_UP_TO_DATE | { pull: any; })[] | PromiseLike<(BranchStatus.BRANCH_NOT_UP_TO_DATE | { pull: any; })[]>'.
|
cli.ts#L631
Property 'pull' does not exist on type 'string'.
|
cli.ts#L1213
Argument of type '{ type: string; name: string; excludePath: (maybeExcludePath: any) => any; itemType: string; rootPath: string; message: string; default: string; suggestOnly: boolean; depthLimit: number; }[]' is not assignable to parameter of type 'QuestionArray<Answers> | Question<Answers> | QuestionAnswerMap<Answers> | QuestionObservable<Answers>'.
|
cli.ts#L1223
Argument of type '({ type: "fuzzypath"; name: string; excludePath: (maybeExcludePath: any) => any; itemType: string; rootPath: string; message: string; default: string; suggestOnly: boolean; depthLimit: number; } | { ...; })[]' is not assignable to parameter of type 'QuestionArray<{ interfaceFilename: any; }> | Question<{ interfaceFilename: any; }> | QuestionAnswerMap<{ interfaceFilename: any; }> | QuestionObservable<...>'.
|
|
This job failed
Loading