Alan Agius
0f3587173a
test: verify that link in outputpath is not deleted at source
...
Closes : #15183
2019-11-05 16:39:14 -08:00
Alan Agius
82fbda6255
build: update @angular to version 9.0.0-next.15
2019-11-05 16:28:40 -08:00
Renovate Bot
85b671147e
build: update autoprefixer to version 9.7.1
2019-11-04 13:29:12 -08:00
Renovate Bot
d780ae6c60
build: update core-js to version 3.3.6
2019-11-04 13:28:52 -08:00
Renovate Bot
c6c099e23e
build: update sass to version 1.23.3
2019-11-04 13:28:17 -08:00
Charles Lyding
673030de1c
fix(@angular-devkit/build-angular): temporarily remove localize peer dependency
...
This should be reintroduced in 9.1 or 9.2. The other remaining "hidden" peer dependencies should be included as well (currently `karma` and `node-sass`).
2019-11-04 13:26:53 -08:00
Charles Lyding
c3651e458b
fix(@angular-devkit/build-angular): allow missing i18nFile option when using i18nLocale
...
Improves support for the deprecated i18n options when used with Ivy.
2019-11-04 13:23:37 -08:00
minijus
803f636d68
feat(@angular-devkit/build-angular): export protractor builder
2019-11-04 13:22:05 -08:00
Alan Agius
e70a2b04bd
refactor(@angular-devkit/build-angular): use compiler parsed value of enableIvy
...
At the moment we are relying on source content to determine if the compilation is under Ivy or VE. However, we do know what compilation we are in from the parsed tsconfig.
With this change we use the `enableIvy` to set the analytics metric
2019-11-01 10:24:20 -07:00
Filipe Silva
1812c82fa7
fix(@angular-devkit/build-angular): temporarily disable localize for multiple locales
...
Related to https://github.com/angular/angular-cli/issues/15974
2019-10-30 13:49:47 -07:00
Charles Lyding
ea37808cab
fix(@angular-devkit/build-angular): adjust translation parser import paths
2019-10-30 11:22:20 -07:00
Renovate Bot
1f4a81600f
build: update caniuse-lite to version 1.0.30001006
2019-10-30 09:37:05 -07:00
Charles Lyding
a420549548
fix(@angular-devkit/build-angular): augment with serviceworker during localization
2019-10-30 09:36:46 -07:00
Alan Agius
588baa5737
fix(@angular-devkit/build-angular): i18n app shell with Ivy
2019-10-30 09:36:14 -07:00
Alan Agius
669abae197
refactor: remove redundant host parameter in configureI18nBuild
2019-10-30 09:36:14 -07:00
Charles Lyding
8fa93e1b15
fix(@angular-devkit/build-angular): enable locale data transform for single localization
2019-10-30 08:30:11 -07:00
Renovate Bot
7148a16ba2
build: update source-map-support to version 0.5.16
2019-10-29 20:25:04 -07:00
Renovate Bot
193f3e68b1
build: update core-js to version 3.3.5
2019-10-29 20:24:49 -07:00
Alan Agius
77a4fba45f
fix(@angular-devkit/build-angular): don't emit CSS resources during a server build
...
The server should serve the assets emitted by the browser builder. In fact the nguniversal schematics are configured to serve the assets from the browser folder
a0cc9ab97a/modules/express-engine/schematics/install/files/__serverFileName%40stripTsExtension__.ts (L26)
Closes #12878
2019-10-29 20:21:24 -07:00
Renovate Bot
769eea1923
build: update caniuse-lite to version 1.0.30001005
2019-10-28 10:06:52 -07:00
Renovate Bot
f9bcd2e114
build: update core-js to version 3.3.4
2019-10-28 10:06:38 -07:00
Renovate Bot
44c74df7e6
build: update @angular/animations to version 9.0.0-next.14
2019-10-28 10:06:21 -07:00
Charles Lyding
dd4bc23a48
fix(@angular-devkit/build-angular): keep licenses if extraction is disabled
2019-10-25 15:22:26 -07:00
Renovate Bot
ef77ce3b10
build: update postcss to version 7.0.21
2019-10-25 13:33:22 -07:00
Renovate Bot
bf03a736b3
build: update autoprefixer to version 9.7.0
2019-10-25 09:54:38 -07:00
Renovate Bot
362cf5e640
build: update @angular/animations to version 9.0.0-next.13
2019-10-25 09:54:14 -07:00
Alan Agius
0686ceff67
fix(@angular-devkit/build-angular): i18n with Ivy in universal builder
2019-10-25 09:52:56 -07:00
Alan Agius
936a9512ae
refactor(@angular-devkit/build-angular): move around i18n methods to make them re-usable
2019-10-25 09:52:56 -07:00
Renovate Bot
1404e50c7f
build: update browserslist to version 4.7.2
2019-10-24 12:08:01 -07:00
Renovate Bot
c33a66fb6a
build: update caniuse-lite to version 1.0.30001004
2019-10-24 12:07:49 -07:00
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
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
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
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
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