fix(deps): update dependency inquirer to v10 - autoclosed #1960
Annotations
11 errors
|
node_modules/path-scurry/dist/cjs/index.d.ts#L117
Class 'PathBase' incorrectly implements class 'Dirent'. Did you mean to extend 'Dirent' and inherit its members as a subclass?
|
src/helpers/filesystem.ts#L82
Argument of type 'Config' is not assignable to parameter of type 'Record<string, unknown>'.
|
src/helpers/user-interaction.ts#L8
Module '"inquirer"' has no exported member 'Answers'. Did you mean to use 'import Answers from "inquirer"' instead?
|
src/helpers/user-interaction.ts#L8
Module '"inquirer"' has no exported member 'Question'. Did you mean to use 'import Question from "inquirer"' instead?
|
src/helpers/user-interaction.ts#L8
Module '"inquirer"' has no exported member 'QuestionCollection'. Did you mean to use 'import QuestionCollection from "inquirer"' instead?
|
src/helpers/user-interaction.ts#L62
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Config'.
|
src/helpers/user-interaction.ts#L62
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Config'.
|
src/helpers/user-interaction.ts#L82
Parameter 'appName' implicitly has an 'any' type.
|
src/helpers/user-interaction.ts#L175
Conversion of type 'unknown[]' to type 'Config' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
The logs for this run have expired and are no longer available.
Loading