fix(deps): update dependency inquirer to v10 #17553
lint.yml
on: push
Node.js ubuntu-latest 18.x
33s
Annotations
10 errors
Node.js ubuntu-latest 18.x:
packages/create-plugin/src/manifest.ts#L3
Module '"inquirer"' has no exported member 'Answers'. Did you mean to use 'import Answers from "inquirer"' instead?
|
Node.js ubuntu-latest 18.x:
packages/create-plugin/src/qa.ts#L3
Module '"inquirer"' has no exported member 'Answers'. Did you mean to use 'import Answers from "inquirer"' instead?
|
Node.js ubuntu-latest 18.x:
packages/create-plugin/src/qa.ts#L3
Module '"inquirer"' has no exported member 'Question'. Did you mean to use 'import Question from "inquirer"' instead?
|
Node.js ubuntu-latest 18.x:
packages/create-plugin/src/qa.ts#L23
Parameter 'value' implicitly has an 'any' type.
|
Node.js ubuntu-latest 18.x:
packages/create-plugin/src/qa.ts#L33
Parameter 'value' implicitly has an 'any' type.
|
Node.js ubuntu-latest 18.x:
packages/create-plugin/src/qa.ts#L47
Parameter 'answers' implicitly has an 'any' type.
|
Node.js ubuntu-latest 18.x:
packages/create-plugin/src/qa.ts#L49
Parameter 'value' implicitly has an 'any' type.
|
Node.js ubuntu-latest 18.x:
packages/create-plugin/src/qa.ts#L57
Parameter 'answers' implicitly has an 'any' type.
|
Node.js ubuntu-latest 18.x:
packages/create-plugin/src/qa.ts#L59
Parameter 'value' implicitly has an 'any' type.
|
Node.js ubuntu-latest 18.x:
packages/create-plugin/src/qa.ts#L73
Parameter 'answers' implicitly has an 'any' type.
|