Michael Prentice
227c63b3b9
fix(@angular/cli): missing parenthesis in RxJs compat warning ( #10313 )
2018-04-13 16:36:43 -07:00
Charles Lyding
9d845297bd
refactor(@angular/cli): remove common-tags usage
2018-04-04 19:38:40 +01:00
Charles Lyding
64ebf9cf63
feat(@angular/cli): update cli config with workspace support
2018-03-27 21:03:18 -07:00
Filipe Silva
5380b72f75
fix(@angular/cli): check Node, Angular and RxJs minimum versions for CLI v6
2018-03-26 21:35:08 +01:00
Charles Lyding
2ee7e9cd5a
feat(@angular/cli): update TypeScript version check for Angular 6.0
2018-03-21 12:16:30 +00:00
Charles Lyding
7d7897e056
fix(@angular/cli): support major versions greater than 1
2018-02-09 11:56:30 -05:00
Hans Larsen
2f25296018
fix(@angular/cli): packageFilter needs to return a value
...
Otherwise it throws and the resolution can be buggy.
2018-02-06 19:39:24 -05:00
Yaroslav Admin
f8dde33023
fix(@angular/cli): allow TS 2.6 for Angular >= 5.2
2018-01-18 13:12:54 -05:00
Cyrille Tuzi
215b77dd0b
fix(@angular/cli): allow TS 2.5 for Angular >= 5.1
...
fix(@angular/cli): allow TS 2.5 for Angular >= 5.1
fix(@angular/cli): allow TS 2.5 for Angular >= 5.1
2017-12-14 10:34:00 -05:00
Sarun Intaralawan
ae53cb1319
fix(@angular/cli): Angular Compiler CLI v5 requires TypeScript >= 2.4.2
2017-10-27 09:52:37 -07:00
Filipe Silva
fd82e1870e
build: update chalk to 2.2
...
`chalk@2.2` is incompatible with `@types/chalk`.
2017-10-24 12:03:55 -07:00
Hans Larsen
46530b9398
fix(@angular/cli): show warning on TypeScript 2.5
...
It is not officially supported by Angular 5. Might be in 5.1 or above,
and will revisit then.
2017-10-18 20:33:18 +01:00
Filipe Silva
631c9fd05f
fix(@angular/cli): use local typescriptMismatch if available
...
Fix #7678
2017-09-26 13:28:30 +01:00
Filipe Silva
022ed2ce71
fix(@angular/cli): verify Angular/TS version combos
2017-09-07 16:32:41 +01:00
Filipe Silva
1d79620b94
fix(@angular/cli): use require for @angular/core check
...
This should help with linked node_module scenarios.
2017-09-05 21:44:46 +01:00
Preston Van Loon
7de9ab1883
fix(@angular/cli): fix typo in version check
...
Close #5702
2017-03-29 11:05:15 +01:00
Hans
a537dce3a9
fix(@angular/cli): allow flat modules from Angular RC ( #4969 )
...
The resource of context modules is in a different path.
2017-02-23 12:51:23 -08:00
Filipe Silva
d1e13ace0b
build: use noUnusedParameters, noUnusedLocals ( #4882 )
2017-02-21 10:53:34 -08:00
Filipe Silva
3c3f74c060
feat(@angular/cli): don't use config file version ( #4795 )
...
We're not updating this number anymore since ng init/update is gone, so at
best it's useless and at worst it's confusing since it appears on ng
version.
2017-02-17 17:57:13 +00:00
Filipe Silva
6d5dfa01c0
test: add license test ( #4561 )
...
* test: add license test
* only check prod dependencies
* remove findup dep
* also check dev deps
* add map-stream to ignore list
* remove license-checker
* add comment
* use logger
* fix lint errors
2017-02-17 14:49:04 +00:00
Hans
601f9b38f8
feat(@angular/cli): move angular-cli to @angular/cli ( #4328 )
...
This release is otherwise identical to beta.28.
2017-02-01 18:19:50 -08:00