6 Commits

Author SHA1 Message Date
Charles Lyding
644c2d738d fix(@schematics/angular): migrate project dependencies to new project versions
This change reuses the v10 migration with update package versions to ensure that an updated project matches the development dependency versions of a newly generated project.
2020-11-12 14:39:25 -05:00
Alan Agius
904fc19950 feat(@schematics/angular): add migration to remove rebaseRootRelativeCssUrls from workspace config 2020-10-20 16:53:24 +02:00
Alan Agius
84e07e9d1a feat(@schematics/angular): update migration to remove deprecated environment option 2020-09-30 13:49:13 +02:00
Alan Agius
9025637a93 feat(@schematics/angular): add migration to add declaration maps to libraries
Since version 10.1 we added declaration maps for local library builds, to improve the DX. With this change we add it to existing project.

See: #17920
2020-09-18 14:52:08 -05:00
Alan Agius
e61f2e6ceb feat(@schematics/angular): add migration to replace deprecated options 2020-08-31 11:54:23 +01:00
Alan Agius
e6dbcfdce5 feat(@schematics/angular): add migration to replace deprecated library builder
In 10.1, `@angular-devkit/build-ng-packagr` was deprecated in favor of `@angular-devkit/build-angular`. This migration updates the library build target to use the non deprecated builder.
2020-08-27 21:53:16 +01:00