Update the CLI's dependencies #1294
Labels
cli-package
igniteui-cli package
codegen-angular-schematics
core
@igniteui/cli-core package
🏃 priority: high
templates
component OR scenario template
✅ status: resolved
Description
We need to update the CLI's packages as they are heavily outdated. This task is bound to introduce refactoring in the code as the updated packages can/will have different API. Updating the
inquirer
andjasmine
could be rather time consuming due to the amount of code that will have to be changed.Part two of this task is to introduce strict typing everywhere possible in the CLI and minimize the use of
any
as much as possible. Also, we should revisit some types that are not really used/have duplicates, and clean them up.This task is a prerequisite for:
Checklist:
ng-schematics
,cli
& root projectThe text was updated successfully, but these errors were encountered: