Charles Lyding
14c49bd037
refactor(@schematics/angular): use new JSON helpers in v6 migration
2020-09-01 20:22:55 +03:00
Charles Lyding
bcf6eadc8c
fix(@schematics/angular): warn when migrating to v6 if asset glob is missing
2020-08-03 15:39:55 -04:00
Alan Agius
15ef15e94a
style: remove redundant max-line-length
disables and fix other lint issues
2019-07-24 19:06:21 -07:00
Charles Lyding
be5e2fbfe5
fix(@angular/cli): remove redundant typescript/compiler-cli compatibility check
...
Angular 5.0+ has a full peer dependencies setup (with 6.0+ also having a configurable runtime error check) to ensure that an appropriate version of typescript is available for compilation. Angular CLI 8.0+ does not support Angular versions prior to these and therefore the warning is redundant. For the case where the developer wishes to use an unsupported TypeScript version, the developer would need to adjust two similar but differently name settings in two different configuration files.
2019-02-20 10:36:52 -08:00
Alan Agius
2d5c6eba23
fix(@schematics/angular): codeCoverage exclude is not being migrated ( #12513 )
...
Fixes #10936
2018-10-10 12:09:57 -07:00
Charles Lyding
57c049e507
test: update to support targets & architect fields
2018-09-13 16:43:31 -07:00
Charles Lyding
f107d2de11
fix(@schematics/angular): use 'architect' instead of 'targets' until deprecated
2018-09-13 16:43:31 -07:00
Alan Agius
432fe97d89
fix(@schematics/angular): use app root to set server paths in options
2018-09-07 13:00:37 -07:00
Alan Agius
36f8cd77ba
fix(@schematics/angular): fix path for ngswConfigPath
during migration
...
`/` will cause an error during lookup `Error: Expected to find an `ngsw-config.json` configuration file
2018-09-06 10:58:33 -07:00
Charles Lyding
d202480a17
build: update/cleanup tslint rules & fix errors
2018-08-23 11:35:34 -07:00
Filipe Silva
307160806c
feat(@schematics/angular): use targets property on new projects
2018-07-25 20:17:33 +01:00
Hans Larsen
483cbe2665
refactor: add tslint-sonarts and a lot of tslint rules
...
This should clean up the code a bit.
Note: at first I added the no-useless-cast rule, but after getting frustrated
with it (as it has many false positive), I decided to remove the rule but some
useless casts were removed so I let those in the PR.
2018-07-10 15:07:36 -07:00
Charles Lyding
e0720b7f62
fix(@schematics/angular): ensure production configuration when migrating
...
Fixes : #11431
2018-07-03 12:05:04 -04:00
Alan Agius
3108ce30ab
refactor: remove redundant error
in catch
2018-07-02 08:20:59 -04:00
Alan Agius
dad2de9737
fix(@schematics/angular): add module
in root tsconfig when migrating
2018-06-18 09:37:01 -04:00
Alan Agius
e6b59e44ef
fix(@schematics/angular): add baseUrl
in root tsconfig when migrating
...
Closes : #11258
2018-06-18 09:37:01 -04:00
Mike Brocchi
d3b49a5590
refactor: Consolidate adding dependencies
2018-06-08 19:59:53 +01:00
Mike Brocchi
47e558fc87
fix(@schematics/angular): Fix root path for e2e projects during update
2018-06-08 18:04:14 +01:00
Hans Larsen
44086c60ff
build: move devkit repo back to angular-cli
2018-06-05 18:50:06 -07:00