7 Commits

Author SHA1 Message Date
Charles Lyding
3dd706700e fix(@angular/cli): migrate and inform users about @angular-devkit/[schematics, core] packages 2020-01-02 11:26:45 -08:00
Filipe Silva
3fc4c91fff feat(@schematics/angular): update @types/node for version 9
Angular will only support TS 3.6+ on version 9, and older versions of `@types/node` are incompatible with it and will cause all builds to fail.

Related to https://github.com/angular/angular/pull/33250
2019-10-21 09:37:29 -07:00
Alan Agius
a7f977f05d feat(@schematics/angular): remove @angular/pwa from depedencies
`@angular/pwa` is not needed as a dependency. This is because the pwa package is a schematic and is only used once when adding pwa capabilities to your application. After that, this package is not used anymore.

Closes #15764
2019-10-14 13:40:31 -07:00
Alan Agius
08bc4df4c6 feat(@schematics/angular): add migration ensure that tslib is installed (#15800)
Related to: https://github.com/angular/angular/pull/32167
2019-10-09 11:03:43 -07:00
mgechev
e2e7dee752 feat(@schematics/angular): use codelyzer@5.1.2 2019-09-27 14:39:50 -07:00
Alan Agius
745670fa6a feat(@schematics/angular): remove dependency on tsickle (#15603)
With this change we remove the requirement  to add tsickle as a dependency when having a workspace library.

Since the CTOR downlevel transformer which was previously provided via tsickle  is now in ng-packagr version 5.5.1+ We migrate existing libraries to remove the need for tsickle.
2019-09-18 14:50:29 +01:00
Alan Agius
aeaa97c283 feat(@schematics/angular): add migration for dependencies (#15421) 2019-08-23 10:01:59 -07:00