Renovate Bot
60746edc4c
build: update webpack to version 4.41.5
2020-01-02 14:33:09 -08:00
Renovate Bot
ce9cf6e8f8
build: update @angular/animations to version 9.0.0-rc.7
2020-01-02 11:39:38 -08:00
vikerman
ce0d1d9604
fix(@ngtools/webpack): format Ivy diagnostics properly
...
By passing all diagnostics through formatDiagnostics from compiler-cli.
Without this we were printing negative TS error codes which was
compiler-cli way of marking Angular errors.
2020-01-02 11:26:10 -08:00
Renovate Bot
4e31b76876
build: update webpack to version 4.41.4
2019-12-20 16:31:22 -08:00
Renovate Bot
3751110a6b
build: update webpack to version 4.41.3
2019-12-18 09:30:22 -08:00
Filipe Silva
6d422b3ff8
fix(@ngtools/webpack): invalidate ngcc processor cache
...
Fix #16397
2019-12-12 22:32:57 -08:00
Renovate Bot
7150fd365a
build: update @angular/animations to version 9.0.0-rc.6
2019-12-12 10:19:14 -08:00
Doug Parker
1792ccaf57
refactor(@angular-devkit/build-angular): move budget computations to be post-build
...
Refs #15792 .
This provides access to all the size information necessary because all build steps have already completed. This commit is roughly a no-op because it simply moves the budget checks (for different builds) to be executed post-build.
The lone exception is the AnyComponentStyle budget. Component stylesheet files are not emitted after the build is completed, so there is no size information to work with. Instead, these budgets are checked during a separate plugin (exected for different builds **and** non-differential builds).
2019-12-09 15:26:50 -08:00
Renovate Bot
d71eea1aed
build: update @angular/animations to version 9.0.0-rc.5
2019-12-05 18:51:22 -08:00
Filipe Silva
b85f41c115
fix(@ngtools/webpack): report diagnostics the same way in type checker
2019-12-02 12:50:14 -08:00
Renovate Bot
0ea43cc5a1
build: update @angular/animations to version 9.0.0-rc.4
2019-12-02 10:15:15 -08:00
arturovt
1b9e23d076
docs(@ngtools/webpack): document missing options
...
Closes : #15287
2019-11-26 13:06:42 -08:00
Vikram Subramanian
0478ec3ed8
build: update @angular version to 9.0.0-rc.3
2019-11-20 17:31:19 -08:00
Charles Lyding
316786df23
fix(@angular-devkit/build-angular): resolve lazy route Angular package from project base
...
Closes #16219
2019-11-20 08:52:02 -08:00
Filipe Silva
bf39e74e7f
fix(@ngtools/webpack): fix rebuilds for transitive and global type deps
...
Fix #15856
2019-11-19 11:40:58 -08:00
Renovate Bot
e095e683c6
build: update @angular/animations to version 9.0.0-rc.2
2019-11-18 10:09:44 -08:00
Filipe Silva
8a0f92bd83
fix(@ngtools/webpack): recursive look up unused files
...
Fix #15626
2019-11-12 11:48:41 -08:00
Filipe Silva
9b91163c52
fix(@ngtools/webpack): don't warn on unused ngsummary
...
Fix https://github.com/angular/angular-cli/issues/15626#issuecomment-551632356
2019-11-12 11:48:41 -08:00
renovate[bot]
2785222344
build: update @angular/animations to version 9.0.0-rc.1 ( #15992 )
2019-11-09 11:47:06 -08:00
Filipe Silva
56a70bcf2b
fix(@ngtools/webpack): also elide type references on transform ( #16085 )
...
Fix #14617
2019-11-07 16:43:21 -08:00
Filipe Silva
722c3cb828
fix(@ngtools/webpack): only remove decorators in VE ( #16086 )
...
Fix #16070
2019-11-07 16:42:47 -08:00
Filipe Silva
da6d74a86e
fix(@ngtools/webpack): fix resource dep lookup on windows
...
Fix https://github.com/angular/angular-cli/issues/15863
2019-11-05 16:40:37 -08:00
Alan Agius
82fbda6255
build: update @angular to version 9.0.0-next.15
2019-11-05 16:28:40 -08:00
Alan Agius
c188a301d4
fix(@ngtools/webpack): skip NGCC when file system is read only
...
If the package.json of a module is read only we should skip calling NGCC. Under Bazel when running under sandbox the filesystem is read-only.
See also: https://github.com/angular/angular/pull/33366
2019-11-04 13:23:05 -08:00
Renovate Bot
44c74df7e6
build: update @angular/animations to version 9.0.0-next.14
2019-10-28 10:06:21 -07:00
Renovate Bot
362cf5e640
build: update @angular/animations to version 9.0.0-next.13
2019-10-25 09:54:14 -07:00
Charles Lyding
7677f26219
refactor(@ngtools/webpack): remove unneeded tree-kill dependency
2019-10-22 13:25:11 -07:00
Renovate Bot
987aebec14
build: update @angular/animations to version 9.0.0-next.12
2019-10-21 11:22:03 -07:00
Renovate Bot
91d41b5ea4
build: update webpack to version 4.41.2
2019-10-21 09:58:56 -07:00
Filipe Silva
ab70e61d02
fix(@ngtools/webpack): don't set ngprogram to null
...
It should be undefined instead: cd7b199219/packages/compiler-cli/src/ngtsc/program.ts (L161)
Fix https://github.com/angular/angular-cli/issues/15857
2019-10-17 10:45:12 -07:00
Filipe Silva
fb05ce4fdf
feat(@ngtools/webpack): update peer dependency support
2019-10-16 10:00:49 -07:00
Filipe Silva
7612d3e200
build: use TS 3.6.4
2019-10-16 10:00:49 -07:00
Alan Agius
6b0aec4cc2
build: update framework packages to 9.0.0-next.11
2019-10-16 05:56:23 -07:00
Renovate Bot
aeab0a0264
build: update webpack to version 4.41.1
2019-10-14 16:58:58 -07:00
Filipe Silva
318396345a
feat(@schematics/angular): use ngcc on postinstall ( #15801 )
...
* build: use FW 9.0.0-next.10
* feat(@schematics/angular): use ngcc on postinstall
This should improve the time first builds take.
Part of https://github.com/angular/angular/pull/32999
Blocked on an Angular release that includes https://github.com/angular/angular/pull/33049
2019-10-10 12:39:10 -07:00
Renovate Bot
10712372df
build: update enhanced-resolve to version 4.1.1 ( #15791 )
2019-10-09 11:06:53 -07:00
Renovate Bot
38823cf92c
build: update @angular/animations to version 9.0.0-next.9
2019-10-02 13:13:25 -07:00
Filipe Silva
102cd86a8e
fix(@angular-devkit/build-angular): don't double process factory files
2019-09-27 14:43:38 -07:00
Filipe Silva
fe54ab87e4
fix(@ngtools/webpack): don't delete virtual files for resources still on disk
...
Fix https://github.com/angular/angular-cli/issues/15453
2019-09-27 14:43:38 -07:00
Alan Agius
b4eac67511
test: enable ctor parameter transformer test that was previously disabled
2019-09-27 14:42:52 -07:00
Alan Agius
0cf8ce56a6
fix(@ngtools/webpack): exportLazyModuleMap
should not be executed in Ivy
...
The export lazy module map is required only for string based lazy loading which is not supported in Ivy.
2019-09-27 14:39:28 -07:00
Renovate Bot
87153f159d
build: update @angular/animations to version 9.0.0-next.8
2019-09-26 10:00:18 -07:00
Charles Lyding
6cb9f4df92
test: update to Angular 9.0.0-next.7
...
This requires localize polyfills for i18n support.
2019-09-25 10:54:25 -07:00
Alan
0c2f2f496b
feat(@ngtools/webpack): deprecate discoverLazyRoutes
, additionalLazyModules
and additionalLazyModuleResources
options
...
String form of lazy loading and SystemJsNgModuleLoader are deprecated, and this is part of its usage.
See: https://angular.io/api/core/SystemJsNgModuleLoader#systemjsngmoduleloader
2019-09-25 09:47:14 -07:00
Renovate Bot
687ada993d
build: update webpack to version 4.41.0
2019-09-25 09:45:08 -07:00
Alan Agius
ab5b1909d6
build: update rxjs to 6.5.3
2019-09-24 13:18:09 -07:00
Charles
0d0d124a6d
build: yarn upgrade lock update ( #15589 )
...
* build: yarn upgrade lock update
* build: change sauce connect proxy name to avoid npm package shadowing
`sauce-connect` is an old npm package. Using the name for the saucelabs proxy tool causes false security vulnerability warnings.
* build: update license exceptions
mainly removal of now unneeded exceptions
2019-09-17 08:34:09 -07:00
Renovate Bot
021624183a
build: update webpack to version 4.40.2 ( #15591 )
2019-09-13 16:35:47 -07:00
Filipe Silva
3a913d2922
fix(@ngtools/webpack): don't warn on extra files in errored compilations
2019-08-30 22:53:46 +05:30
Alan Agius
5c823ce830
build: update angular dev packages
2019-08-30 00:11:14 +05:30