Filipe Silva
b9a8fd1392
fix(@angular-devkit/core): propagate node host delete errors
2018-07-05 11:43:11 -04:00
Filipe Silva
aa3901964d
fix(@angular-devkit/architect): always clear TestProjectHost on restore
2018-07-05 11:43:11 -04:00
Filipe Silva
67ffe5ea19
fix(@angular-devkit/build-angular): update node-sass
...
Removes some of the security warnings for node-sass, but not all.
See https://github.com/sass/node-sass/issues/2355#issuecomment-402482975 for a summary.
2018-07-05 11:02:13 -04:00
Filipe Silva
5e7f7dea26
fix(@angular-devkit/build-angular): add missing deploy-url to server
...
Fix https://github.com/angular/angular-cli/issues/11426
2018-07-05 10:01:40 -04:00
Charles Lyding
df409e67ef
fix(@angular-devkit/build-angular): downgrade sass-loader to 6.0.7
...
Fixes : #10535
2018-07-03 19:22:07 -04:00
Charles Lyding
9582b84603
fix(@angular-devkit/schematics): implement HostTree specific filtering
2018-07-03 12:52:22 -04:00
Charles Lyding
61d2181f85
fix(@angular-devkit/schematics): support VirtualTree/HostTree interop
2018-07-03 12:52:22 -04:00
Charles Lyding
f6f0c80d8d
fix(@angular-devkit/core): ensure full path is renamed for memory host
2018-07-03 12:52:22 -04:00
Charles Lyding
48780c5e45
refactor(@angular-devkit/schematics): simplify move rule
2018-07-03 12:52:22 -04:00
Charles Lyding
8508b58a6c
fix(@angular-devkit/schematics): ensure renamed files do not exist
2018-07-03 12:52:22 -04:00
Charles Lyding
5a58d00a4c
fix(@angular-devkit/schematics): support filtering a HostTree
2018-07-03 12:52:22 -04:00
Charles Lyding
af8e7ea333
test(@angular-devkit/schematics): use HostTree instead of VirtualTree
2018-07-03 12:52:22 -04:00
Filipe Silva
8b1bb664d9
fix(@angular-devkit/build-angular): update minimum copy-webpack-plugin version
...
Fix #9230
2018-07-03 08:31:12 -04:00
Charles Lyding
c0bc9bbef4
fix(@angular-devkit/build-optimizer): support object literal methods
...
Fixes : #11399
2018-07-02 21:30:26 -04:00
Charles Lyding
fd14e4e162
fix(@angular-devkit/build-angular): add all current TSLint default formatters to schema
2018-07-02 09:48:05 -04:00
Hans Larsen
5c1cafe750
fix(@angular-devkit/schematics): fix declaring multiple aliases
...
Fix #11389
2018-07-02 08:21:41 -04:00
Charles Lyding
28bbd1b2bc
test(@angular-devkit/schematics): test for nested chained function rules
2018-07-02 08:21:16 -04:00
Charles Lyding
a7edd57399
fix(@angular-devkit/schematics): avoid piping input multiple times when calling rules
...
Fixes : #11267
2018-07-02 08:21:16 -04:00
Charles Lyding
c875424222
refactor(@angular-devkit/schematics): cleanup call implementations
2018-07-02 08:21:16 -04:00
Alan Agius
3108ce30ab
refactor: remove redundant error
in catch
2018-07-02 08:20:59 -04:00
Charles Lyding
c638af29c6
fix(@angular-devkit/core): detect ambiguous projects with path discover
2018-06-21 09:23:41 -04:00
Teamop
0126721610
fix(@angular-devkit/build_angular): use webpack 4 hooks for karma plugin
2018-06-18 09:37:45 -04:00
Filipe Silva
1ac22707db
feat(@angular-devkit/build-angular): revert to webpack 4.9.2
...
Workaround for https://github.com/webpack/webpack/issues/7499
2018-06-13 19:36:19 +01:00
Hans
4ba67ee663
refactor: remove usage of Buffer constructor
...
Its being deprecated in Node 10.4. The replacements are available in Node 8 so
its all good.
2018-06-10 12:47:20 +01:00
Nico Jansen
a11dddf454
feat(angular_devkit): stop blocking karma after compilation error
2018-06-10 12:33:14 +01:00
Alex Eagle
938a236f40
build: fixes for google3 build
2018-06-08 14:33:31 -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
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
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 Larsen
44086c60ff
build: move devkit repo back to angular-cli
2018-06-05 18:50:06 -07:00