958 Commits

Author SHA1 Message Date
Charles Lyding
5a53b84f96 fix(@angular-devkit/build-angular): insert sourcemap source content when using fast path 2020-02-13 15:50:58 -08:00
renovate[bot]
3030b839c4
Merge pull request #16863 from angular/renovate/angular
build: update angular packages
2020-02-13 15:49:03 -08:00
Charles Lyding
6091879428 fix(@angular-devkit/build-angular): generate correct filenames when targeting ESNext
Fixes: #16906
2020-02-12 12:01:42 -08:00
Charles Lyding
c5156977f2 fix(@angular-devkit/build-angular): provide explicit return type for extract-i18n builder
Fixes: #16934
2020-02-12 12:01:32 -08:00
Renovate Bot
ac371751ba build: update semver to version 7.1.3 2020-02-12 12:00:15 -08:00
Filipe Silva
815a025e93 build: update to 9.0.0 final 2020-02-11 09:01:58 -08:00
Alan Agius
d0ede14918 refactor: remove safari nomodule polyfills as it's unsupported 2020-02-11 08:47:20 -08:00
Charles Lyding
3c771d1b56 fix(@angular-devkit/build-angular): only remove localize polyfill if in AOT mode
Fixes: #16890
2020-02-11 08:46:40 -08:00
Renovate Bot
e64ab3d84f build: update rimraf to version 3.0.2 2020-02-11 08:44:07 -08:00
Renovate Bot
19bbddcda2 build: update less to version 3.11.1 2020-02-11 08:43:57 -08:00
Renovate Bot
2aad80f375 build: update webpack to version 4.41.6 2020-02-11 08:43:31 -08:00
Sachin Grover
e5061ef252 fix(@angular-devkit/build-angular): correct maximum budget size message
WARNING in budgets exceeded message showing wrong number

Fixes angular#16871.
2020-02-10 16:05:03 -08:00
Charles Lyding
3595cee14d fix(@angular-devkit/build-angular): resolve webdriver-manager from protractor location
The webdriver-manager package is a direct dependency of protractor.  The only guaranteed method to resolve the webdriver-manager package in this case is to resolve it from a base of the protractor location.
2020-02-06 09:09:21 -08:00
Renovate Bot
677a3106b9 build: update angular packages 2020-02-06 09:07:11 -08:00
Renovate Bot
5d5655b8c1 build: update webpack-dev-server to version 3.10.3 2020-02-05 17:19:37 -08:00
Alan Agius
a2c0532ca7 fix(@angular-devkit/build-angular): provide supported browsers to babel
By default the browserslist `configPath` will default to `process.cwd()`. This might return incorrect data in a multi app workspace setup.

https://babeljs.io/docs/en/babel-preset-env#configpath
2020-02-04 07:29:27 -08:00
Charles Lyding
9c4da54b63 refactor(@angular-devkit/build-angular): remove redundant ES2015 string polyfills 2020-02-04 07:27:33 -08:00
Charles Lyding
878e4473e0 fix(@angular-devkit/build-angular): use translation file in bundle hash calculations
This change ensures that any changes to translation files is represented in the output file names when output hashing is enabled.  This prevents the situation where a translation file only change to an application would result in built files with no change in output name.
2020-02-04 07:26:41 -08:00
Renovate Bot
dc642df2bb build: update @angular/animations to version 9.0.0-rc.14 2020-02-04 07:18:35 -08:00
Alan Agius
c3aa081ef7 fix(@angular-devkit/build-angular): add crossorigin attribute to lazy chunks
Fixes #16801
2020-02-03 17:29:58 -08:00
Renovate Bot
d53a36de92 build: update @babel/core to version 7.8.4 2020-02-03 17:28:51 -08:00
Renovate Bot
561ab16802 build: update rollup to version 1.31.0 2020-02-03 17:28:34 -08:00
Renovate Bot
123360211b build: update terser-webpack-plugin to version 2.3.4 2020-02-03 17:28:26 -08:00
Renovate Bot
5994ba2854 build: update @types/semver to version ^7.0.0 2020-02-03 17:28:07 -08:00
Renovate Bot
9b7c612100 build: update webpack-dev-server to version 3.10.2 2020-02-03 17:27:47 -08:00
Renovate Bot
62f6f2bdc8 build: update open to version 7.0.2 2020-02-03 17:26:58 -08:00
Charles Lyding
52a74a841c fix(@angular-devkit/build-angular): remove unneeded regex polyfills 2020-01-30 11:23:40 -08:00
Renovate Bot
1f5f033825 build: update browserslist to version 4.8.6 2020-01-30 11:22:29 -08:00
Renovate Bot
fc4b778686 build: update open to version 7.0.1 2020-01-30 11:22:20 -08:00
Charles Lyding
397ef0590b refactor(@angular-devkit/build-angular): improve debug optimize environment variables
`NG_BUILD_DEBUG_OPTIMIZE` when enabled will disable minify and mangle as well as enable beautify.
2020-01-29 17:12:05 -08:00
Renovate Bot
dc661353e2 build: update terser-webpack-plugin to version 2.3.3 2020-01-29 10:17:02 -08:00
Renovate Bot
fa452d370d build: update cacache to version 14.0.0 2020-01-28 10:52:32 -08:00
Charles Lyding
f85c00ad55 fix(@angular-devkit/build-angular): when optimizing do not emit Ivy class metadata or module scope 2020-01-28 10:47:54 -08:00
Charles Lyding
8a55bc3115 fix(@angular-devkit/build-angular): ensure babel configurations are isolated
The `configFile` option needs to be set to false to ensure Babel does not attempt to discover and load any file based configurations.
2020-01-28 10:35:18 -08:00
Pete Bacon Darwin
9bbc7c785f fix(@angular-devkit/build-angular): pass filename to parseSync
The latest version of Babel (e.g. 7.8.3) requires a filename
to be passed to `parseSync()`.

Fixes #16781
2020-01-28 10:22:43 -08:00
renovate[bot]
dbf40181ae build: update rimraf to version 3.0.1 (#16775)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-28 10:06:59 -08:00
Charles Lyding
d8cd9b73b3 fix(@angular-devkit/build-angular): reintroduce fast sourcemap path 2020-01-27 11:26:20 -08:00
Renovate Bot
ca7973e5e0 build: update caniuse-lite to version 1.0.30001023 2020-01-27 11:25:53 -08:00
Renovate Bot
5dc2020b0f build: update rollup to version 1.30.1 2020-01-27 11:04:20 -08:00
Filipe Silva
d463166461 fix(@ngtools/webpack): correctly determine resource dependencies
Fix #16569
2020-01-23 18:01:03 -08:00
Charles Lyding
5a1b190fdf refactor(@angular-devkit/build-angular): add additional debug build environment variables
`NG_BUILD_MINIFY` can be used to separately disable minification (terser's compress)
`NG_BUILD_BEAUTIFY` can be used to format the output code even when otherwise optimized
2020-01-23 18:00:25 -08:00
Charles Lyding
9a7d8e3877 fix(@angular-devkit/build-angular): ensure output is ASCII only
Fixes: #16721
2020-01-23 18:00:04 -08:00
Alan Agius
237c1dcf2b build: update jest-worker to version 25.1.0 2020-01-23 15:28:37 -08:00
Renovate Bot
d81f1a1bfb build: update browserslist to version 4.8.5 2020-01-22 08:56:43 -08:00
Renovate Bot
8c36dce97a build: update rollup to version 1.29.1 2020-01-21 11:47:37 -08:00
Renovate Bot
b26d394d98 build: update style-loader to version 1.1.3 2020-01-21 11:42:52 -08:00
Renovate Bot
79fbe59d00 build: update ajv to version 6.11.0 2020-01-21 10:31:50 -08:00
Charles Lyding
d918af3935 refactor(@angular-devkit/build-angular): remove nonexistent argument from rxjs path mapping call
The rxjs path mapping function does not have any parameters and has not since version 5.5.0 which is not supported.
2020-01-21 08:35:45 -08:00
Renovate Bot
1152e5d308 build: update sass to version 1.25.0 2020-01-21 08:13:36 -08:00
Renovate Bot
034c6dee0e build: update browserslist to version 4.8.4 2020-01-21 08:12:00 -08:00