Nico Jansen
a11dddf454
feat(angular_devkit): stop blocking karma after compilation error
2018-06-10 12:33:14 +01:00
Hans
88875c8e0f
ci: update licenses and use promises since license is async
2018-06-09 10:01:10 +01:00
Hans
47892d2e1b
ci: validate is really async and validate-commits should return errorcode
...
Instead of process.exit() which is a bit premature
2018-06-09 10:01:10 +01:00
Hans
af3332126e
ci: test script is async
2018-06-09 10:01:10 +01:00
Hans
8e29419da2
ci: add support for async scripts
2018-06-09 10:01:10 +01:00
Alex Eagle
938a236f40
build: fixes for google3 build
2018-06-08 14:33:31 -07:00
Hans
aa3834d20f
docs: add release process documentation
2018-06-08 14:19:51 -07:00
Mike Brocchi
876105cef1
fix(@schematics/angular): Fix JSON parsing
...
fixes #10880
2018-06-08 21:44:37 +01:00
Mike Brocchi
b8bad7364b
fix(@angular/pwa): Fix JSON parsing
2018-06-08 21:44:37 +01:00
Mike Brocchi
d3b49a5590
refactor: Consolidate adding dependencies
2018-06-08 19:59:53 +01:00
Mike Brocchi
04893ca343
fix(@angular/cli): Fix double setting of the path options for new
...
fixes #11025
2018-06-08 18:07:28 +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
7924e0a455
docs: re-add angular/cli docs which were deleted when syncing devkit
2018-06-08 07:24:02 -07:00
Filipe Silva
55fd39940a
fix(@angular-devkit/build-angular): pass in ContextElementDependency to ngtools/webpack
...
Should go in only together with "feat(@ngtools/webpack): allow passing in the right ContextElementDependency class".
2018-06-08 12:54:22 +01:00
Filipe Silva
fb6b3ad0ca
feat(@ngtools/webpack): allow passing in the right ContextElementDependency class
...
This should allow multiple webpack versions in the workspace dependencies with no weird errors.
Fix https://github.com/angular/angular-cli/issues/6417 for good.
2018-06-08 12:54:22 +01:00
Filipe Silva
182c890979
fix(@angular-devkit/build-angular): update webpack types
2018-06-08 12:54:22 +01:00
Filipe Silva
0b385fdab4
fix(@angular-devkit/build-webpack): support minor versions of webpack 4.x
2018-06-08 12:54:22 +01:00
Filipe Silva
187352ca6d
feat(@angular-devkit/build-angular): use webpack 4.11.1
2018-06-08 12:54:22 +01:00
Hans Larsen
cdce621c4e
fix(@angular-devkit/core): remove circular dependencies
2018-06-08 12:00:35 +01:00
Vincent Pizzo
dc62ecb9b5
fix(@angular-devkit/build-angular): Allow less-loader to use webpack resolver
...
- If you look at https://github.com/webpack-contrib/less-loader#less-resolver , it states that
if you provide paths, it will use the less resolver. We should only use the less-resolver when
stylePreprocessorOptions.includePaths are actually given.
- This fixes issues where if in your less file you `@import "~@dependency/less-file";` it actually
resolves correct and when you import something like `@import "some-local-file";` it actually
recompiles when `ng build --watch` is ran.
2018-06-08 12:00:06 +01:00
Hans Larsen
abc62edd26
ci: use angular-cli repo instead of devkit
2018-06-07 18:50:41 -07:00
Hans Larsen
a8f6586b3f
ci: when script throws an error, exit with error code
2018-06-07 18:50:41 -07:00
Hans Larsen
4bd00138e4
ci: rename CODEOWNERS temporarily
...
While Filipe and Hans are on vacation, code owners become more of a
burden than a solution.
2018-06-07 10:58:30 -07:00
Hans
48fd3e5c2b
fix(@angular-devkit/core): when two projects are the same, pick the first declared
...
The comparator function for project names was invalid; sort() expect to be consistent and
in this case was returning 1 for a set of arguments, and 0 if arguments were reversed, leading
inconsistencies in the sort result.
2018-06-07 09:30:12 -07:00
Hans
6fb3ea12b7
test: fix e2e following rendering changes in universal
...
It should be more resilient to those changes in the future.
2018-06-07 09:30:12 -07:00
Hans
7fcc157a61
fix(@schematics/update): allow beta versions to be valid peer
...
Before this fix, the beta would not satisfy the updated range. Since Angular
released a beta today it uncovered this issue.
2018-06-07 09:30:12 -07:00
Alex Eagle
d1e392fa78
refactor: add missing license headers under packages/angular/cli
2018-06-06 15:11:31 -07:00
Hans
3d92f5107e
release: rewrite the README slightly and reorder packages
2018-06-06 14:23:26 -07:00
Hans Larsen
44086c60ff
build: move devkit repo back to angular-cli
2018-06-05 18:50:06 -07:00
Huáng Jùnliàng
3ba18a9f73
feat(@angular/cli): support entry component
...
See https://github.com/angular/devkit/pull/936
2018-05-30 10:16:43 -04:00
Charles Lyding
77f2dfdd79
refactor: additional lint fixes
2018-05-30 09:36:10 -04:00
Hans
796a51e8c8
release: v6.1.0-beta.0
2018-05-29 19:00:02 -07:00
Huda Syed
7130847e19
docs: updated proxyConfig property folder path
...
package.json and proxy.conf.json are now located in the root folder and not the src folder.
2018-05-25 10:46:27 -04:00
Mike Brocchi
7ed03ddf65
fix(@angular/cli): Fix removal of non-schematic options
...
This allows additionalProperties to set appropriately on schematics for stricter validation
2018-05-25 15:02:33 +01:00
Manduro
d250874def
feat(@angular/cli): allow override of configuration for ng run
...
closes #10569
2018-05-24 19:02:52 +01:00
Charles Lyding
4e53bfde75
fix(@angular/cli): handle raw strings in config command
2018-05-24 19:01:14 +01:00
Charles Lyding
3db1a1861d
refactor(@angular/cli): dead code/settings removal
2018-05-23 19:34:52 +01:00
Mike Brocchi
8e69b3b9b9
fix(@angular/cli): Fix config command setting number values
...
fixes #10900
2018-05-21 10:31:27 +01:00
Maxime Robert
85630995ed
fix(@angular/cli): support codeFrame format with ng lint
2018-05-21 10:31:05 +01:00
Brian Pilati
2582626e06
style(@angular/cli): Alphabetized the keys for the angular:directive properties object
2018-05-21 10:30:33 +01:00
Mike Brocchi
46310618b8
fix(@angular/cli): Fix parsing of new options
...
fixes #10802
2018-05-16 15:21:52 -07:00
Bram Borggreve
77610d5df5
docs: fix links to https://webpack.github.io/analyse
2018-05-16 18:08:28 -04:00
Juri Strumpflohner
f21fe6ad51
docs: remove --single-run as it is no more valid
2018-05-16 18:06:24 -04:00
Brian Pilati
fb597589cc
style(@angular/cli): Alphabetized the keys for the angular:component properties object
2018-05-16 09:01:48 -04:00
Charles Lyding
f3af8cc085
build: update dev dependencies
2018-05-16 08:21:41 +01:00
Charles Lyding
4790d0c68f
docs: remove circleci and caretaker README badges
2018-05-16 08:21:10 +01:00
Charles Lyding
48296d21b3
test: partial lint rule upgrade and fixes
2018-05-15 09:37:54 -04:00
Deborah Kurata
6a3245a877
docs(@angular/cli): Update Readme with node and npm verisons
2018-05-14 16:45:15 -04:00
Lukas Elmer
b48eda80bd
docs: remove autocomplete story link
2018-05-14 16:40:47 -04:00
Bram Borggreve
ce36c2c9d4
docs: fix link text for ng config
2018-05-14 16:39:21 -04:00