1088 Commits

Author SHA1 Message Date
Renovate Bot
092bee0188 build: update webpack-dev-server to version 3.9.0 2019-10-24 12:07:26 -07:00
Renovate Bot
1f5bdd6e78 build: update terser-webpack-plugin to version 2.2.1 2019-10-24 12:07:13 -07:00
Renovate Bot
7ca2c22912 build: update rollup to version 1.25.2 2019-10-24 12:06:57 -07:00
Renovate Bot
d47c7d1e1e build: update sass to version 1.23.1 2019-10-24 12:06:44 -07:00
Alan Agius
e31d5d89b7 build: update bazel packages 2019-10-24 12:05:25 -07:00
Charles Lyding
276032c962 fix(@angular-devkit/build-angular): use project root as translation file base 2019-10-24 12:04:42 -07:00
Charles Lyding
294ecdd7f3 fix(@angular-devkit/build-angular): remove @angular/localize from application if localizing 2019-10-24 12:04:42 -07:00
Charles Lyding
30536881f9 fix(@angular-devkit/build-angular): set locale identifier when localizing 2019-10-24 12:04:13 -07:00
Alan Agius
70e460d656 refactor: use require.resolve instead of custom resolve (#15906) 2019-10-23 09:59:36 -07:00
Charles Lyding
5597f7fedc refactor(@angular-devkit/build-angular): allow control of cache location
`NG_BUILD_CACHE` can specify an absolute path to be used as the cache location.  Caching can also be disabled by setting the variable to 0 or false.
2019-10-23 09:56:49 -07:00
Michael
5260bbb9a3 fix(@angular-devkit/build-angular): sockPath for custom path
Set devServer.sockPath to connect to reloading socket
via custom path when serving the app on a custom path.
2019-10-23 09:56:26 -07:00
Alan Agius
613f7dbcd4 refactor(@angular-devkit/core): deprecate old terminal and resolve APIs 2019-10-22 13:26:52 -07:00
Alan Agius
8d892160d3 feat(@angular-devkit/build-ng-packagr): limit support to version 9.0
ng-packagr version 9 removes support for previous versions of Angular.
2019-10-22 13:26:38 -07:00
Renovate Bot
98460ef44c build: update glob to version 7.1.5 2019-10-22 13:26:09 -07:00
Renovate Bot
c4cf2634f6 build: update core-js to version 3.3.3 2019-10-22 13:25:55 -07:00
Renovate Bot
6bcbe0dfe8 build: update karma to version ~4.4.0 2019-10-22 13:24:49 -07:00
Alan Agius
b0dcfd08a0 fix(@angular/cli): logic to determine if the installed CLI is out of date
With this change we now check if the current CLI version is the latest published version. If it is not, we install a temporary version to run the `ng update` with.
2019-10-22 13:13:54 -07:00
Renovate Bot
151ced8df0 build: update caniuse-lite to version 1.0.30001002 2019-10-21 13:04:41 -07:00
Renovate Bot
395c979128 build: update rollup to version 1.25.1 2019-10-21 13:04:10 -07:00
Renovate Bot
1c5e3586ca build: update open to version 7.0.0 2019-10-21 13:03:55 -07:00
Charles Lyding
358bc12856 feat(@angular-devkit/build-angular): support i18n localization for non-differential builds 2019-10-21 13:03:32 -07:00
Charles Lyding
e9279bbe1a fix(@angular-devkit/build-angular): update sourcemaps during localization 2019-10-21 13:03:32 -07:00
Charles Lyding
895fa620a2 feat(@angular-devkit/build-angular): support deprecated i18n options with new configuration 2019-10-21 13:03:32 -07:00
Charles Lyding
bc831e8ff5 feat(@angular-devkit/build-angular): support parallel i18n localization 2019-10-21 13:03:32 -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
Renovate Bot
035187aa32 build: update terser to version 4.3.9 2019-10-21 09:58:44 -07:00
Renovate Bot
18c79af31f build: update browserslist to version 4.7.1 2019-10-21 09:38:37 -07:00
Charles Lyding
cda57ae0e5 feat(@angular-devkit/build-angular): optimize i18n localize usage in source locale 2019-10-17 10:45:01 -07:00
Charles Lyding
cf116da464 fix(@angular-devkit/build-angular): normalize extract i18n format option 2019-10-17 10:45:01 -07:00
Charles Lyding
9fca29a254 refactor(@angular-devkit/build-angular): use copy file utility in action cache 2019-10-17 10:45:01 -07:00
Charles Lyding
2b41cd1e81 feat(@angular-devkit/build-angular): initial support for i18n translation inlining 2019-10-17 10:45:01 -07:00
Filipe Silva
1f52cda2e5 feat(@angular-devkit/build-angular): 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
90a29255da refactor(@angular-devkit/build-angular): remove branch that checks for ɵmod
Under VE this symbol exists in ngfactories and hence it is not safe to use it to determine if the app is running under ivy
2019-10-16 05:56:23 -07:00
Alan Agius
f943d3a8dc refactor(@angular-devkit/build-angular): rename ngModuleDef to ɵmod 2019-10-16 05:56:23 -07:00
Alan Agius
6b0aec4cc2 build: update framework packages to 9.0.0-next.11 2019-10-16 05:56:23 -07:00
Alan Agius
e847ee5c83 fix(@angular-devkit/build-angular): change the ngComponentDef to ɵcmp
Related to 64fd0d6db9
2019-10-16 05:56:23 -07:00
Renovate Bot
2b22e73990 build: update ng-packagr to version ~5.7.0 2019-10-15 11:23:32 -07:00
Renovate Bot
a803dea22a build: update rollup to version 1.24.0 2019-10-15 11:23:04 -07:00
Alan Agius
38947d8643 refactor(@angular-devkit/build-angular): remove differential loading version 1.0 2019-10-15 11:22:34 -07:00
Renovate Bot
2a78706f1a build: update autoprefixer to version 9.6.5 2019-10-14 16:59:32 -07:00
Renovate Bot
d3518a1abc build: update license-webpack-plugin to version 2.1.3 2019-10-14 16:59:20 -07:00
Renovate Bot
3847001bc1 build: update core-js to version 3.3.2 2019-10-14 16:59:08 -07:00
Renovate Bot
aeab0a0264 build: update webpack to version 4.41.1 2019-10-14 16:58:58 -07:00
Alan Agius
b3086ffd54 fix(@angular-devkit/build-angular): only copy assets outside of webpack when differential loading is needed in build builder
Fixes #15825
2019-10-14 13:42:29 -07:00
Alan Agius
a1cf5f5b1e fix(@angular-devkit/build-webpack): proxy config with windows authentication
It seems that this is causing issues with proxy config and IIS with Windows authentication, for now we remove the `ArchitectPlugin` since it's not being used.

Fixes #14595
2019-10-14 13:41:34 -07:00
Filipe Silva
27c3650d80 feat(@angular-devkit/architect): support multiple configs in WorkspaceNodeModulesArchitectHost
Add support for parsing multiple configurations in a single string using comma as a separator.

This support is only at the host level (`WorkspaceNodeModulesArchitectHost` in this case) and does not change the underlying Architect API.

Different hosts are able to compose target options in different ways.
2019-10-14 13:40:48 -07:00
Renovate Bot
788875dda5 build: update terser-webpack-plugin to version 2.1.3 2019-10-11 13:54:36 -07:00
Renovate Bot
9c2cf7dea2 build: update rollup to version 1.23.1 2019-10-11 13:54:25 -07:00