Fabian Wiles
bc5ce395e5
Merge pull request #16648 from Toxicable/preserve-symlink-nodejs
...
feat(@angular-devkit/build-angular): default to NodeJS value for pres…
2020-03-23 14:18:27 -07:00
Renovate Bot
de68dab2c6
build: update loader-utils to version 2.0.0
2020-03-19 09:47:50 -07:00
renovate[bot]
442d29a228
build: update file-loader to version 6.0.0 ( #17247 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-18 13:56:06 -07:00
renovate[bot]
520cb08c5b
build: update terser to version 4.6.7 ( #17246 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-18 13:55:55 -07:00
renovate[bot]
dac78d1dd3
build: update rollup to version 2.1.0 ( #17245 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-18 13:55:40 -07:00
renovate[bot]
788d63dfcc
build: update babel packages ( #17222 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-17 16:14:57 -07:00
Charles Lyding
f0bada1925
fix(@angular/cli): allow for private use language subtags
...
Fixes: #17163
2020-03-16 21:44:42 -07:00
Wojciech Okoński
237bade5d5
fix(@angular-devkit/build-angular): add missing styles extensions in anyComponentStyle budget
...
Make anyComponentStyle budged work with all style extensions. Previously it was working only with css styles. Files with other extensions were ignored.
2020-03-16 21:43:44 -07:00
Renovate Bot
d7ca57a6e7
build: update angular packages
2020-03-16 21:42:38 -07:00
Renovate Bot
0fd6e79073
build: update license-webpack-plugin to version 2.1.4
2020-03-16 21:41:37 -07:00
Renovate Bot
4631c30fe4
build: update @jsdevtools/coverage-istanbul-loader to version 3.0.3
2020-03-16 21:41:15 -07:00
Alan Agius
2e8c7cd23b
fix(@angular-devkit/build-angular): add defaults to reduce methods in bundle calculator
...
Fixes #17215
2020-03-13 13:16:56 -07:00
Renovate Bot
dfd189f675
build: update rollup to version 2.0.6
2020-03-13 13:16:01 -07:00
Renovate Bot
c2712bdd01
build: update regenerator-runtime to version 0.13.5
2020-03-13 13:15:50 -07:00
Charles Lyding
a5aefa1258
refactor(@angular-devkit/build-angular): temporarily disable plugin based localization
2020-03-13 13:14:58 -07:00
Renovate Bot
b3986aab0d
build: update rollup to version 2.0.5
2020-03-12 10:18:02 -07:00
Renovate Bot
a679ea53b3
build: update sass to version 1.26.3
2020-03-12 10:17:50 -07:00
Renovate Bot
67e10b1bc4
build: update worker-plugin to version 4.0.2
2020-03-11 10:38:30 -07:00
Alan Agius
1a1ceb609b
build: update angular packages to 9.1.0-next.4
and TypeScript 3.8
2020-03-11 10:33:38 -07:00
Renovate Bot
0ad440c969
build: update angular packages
2020-03-10 15:21:21 -07:00
Charles Lyding
f5789f466f
fix(@angular-devkit/build-angular): ensure live-reload shim workaround isolation
...
This change reduces the workaround to a single file location as well as ensuring that only the shims of interest from the two necessary live reload files are affected. This makes sure that build and serve behavior is the same in this regard.
2020-03-10 11:57:31 -07:00
Renovate Bot
5cecf141d8
build: update rollup to version 2.0.3
2020-03-10 11:54:07 -07:00
Renovate Bot
ecdf200017
build: update open to version 7.0.3
2020-03-09 10:25:06 -07:00
Renovate Bot
e0cc9efe04
build: update find-cache-dir to version 3.3.1
2020-03-09 10:24:52 -07:00
Alan Agius
81d057a37d
refactor(@angular-devkit/build-angular): use @jsdevtools/coverage-istanbul-loader
instead of coverage-istanbul-loader
...
`coverage-istanbul-loader` has been deprecated in favor of `@jsdevtools/coverage-istanbul-loader`
2020-03-09 10:24:25 -07:00
Charles Lyding
ad9d73d0d2
fix(@angular-devkit/build-angular): provide locale data discovery fallbacks
...
This synchronizes the behavior with the FW's wherein the language code will be used if the data for the full locale is not found. The user will still be notified in the event this occurs.
2020-03-05 11:33:52 -08:00
Alan Agius
e414d9b44a
fix(@angular-devkit/build-angular): generate ES5 code in ES5 bundles for default browserslist configuration
2020-03-05 11:30:23 -08:00
Alan Agius
21a25ee8c5
fix(@angular-devkit/build-angular): unpin browserslist
and caniuse-lite
...
FIxes #17070 and fixes : #16790
2020-03-05 11:30:23 -08:00
Renovate Bot
1d9e9d6b81
build: update angular packages
2020-03-05 10:54:10 -08:00
Renovate Bot
0b961eb54e
build: update terser to version 4.6.6
2020-03-04 12:55:44 -08:00
Charles Lyding
cb8d968c59
feat(@angular-devkit/build-angular): support TypeScript 3.8
2020-03-02 14:05:31 -08:00
Renovate Bot
ed355dca3f
build: update sass to version 1.26.2
2020-03-02 12:13:58 -08:00
Renovate Bot
c596c504ed
build: update webpack to version 4.42.0
2020-03-02 12:13:37 -08:00
Renovate Bot
2998e5e060
build: update angular packages
2020-02-28 12:28:15 -08:00
Renovate Bot
2618544425
build: update babel packages
2020-02-28 12:28:05 -08:00
Renovate Bot
1377772ec8
build: update rollup to version 1.32.0
2020-02-28 12:27:56 -08:00
Sachin Grover
14dc4fb818
fix(@angular-devkit/build-angular): allow function in filename while changing the name of compiling chunks
...
Fixes angular#17087
2020-02-26 12:26:45 -08:00
Renovate Bot
14179e8f1b
build: update sass to version 1.26.1
2020-02-26 11:49:01 -08:00
Alan Agius
94c753c1a5
fix(@angular-devkit/build-angular): limit the amount of CPUs used by workers
...
See: https://github.com/angular/angular-cli/issues/16860#issuecomment-588828079
2020-02-25 10:28:25 -08:00
Renovate Bot
306ccfa063
build: update angular packages
2020-02-25 10:11:59 -08:00
Renovate Bot
8f35a9ae2f
build: update file-loader to version 5.1.0
2020-02-25 10:11:33 -08:00
Renovate Bot
91febed676
build: update sass to version 1.26.0
2020-02-25 10:10:24 -08:00
Renovate Bot
ce90ae6125
build: update terser to version 4.6.4
2020-02-25 10:10:05 -08:00
Alan Agius
d29d40370a
fix(@angular-devkit/build-angular): fix autoprefixer comments support in scss
...
Change Scss output style to `expanded` as otherwise sass will remove comments that are needed for autoprefixer when webpack is in prod mode because of the following implementation in `sass-loader`:
See: 45ad0be172/src/getSassOptions.js (L68-L70)
Fixes #17041
2020-02-24 12:52:12 -08:00
Alan Agius
4e65705205
fix(@angular-devkit/build-angular): baseHref with protocol and localize option
...
`posix.join` will dedupe double forward slashes resulting in incorrect protocol.
Closes : #17029
2020-02-24 12:39:47 -08:00
Sachin Grover
764b977de4
fix(@angular/cli): expand locale pattern in all schemas for all cases
...
Fixes : #17032
2020-02-24 12:39:35 -08:00
Renovate Bot
78cf0c7c32
build: update loader-utils to version 1.4.0
2020-02-24 12:37:15 -08:00
Alan Agius
d0cbc822f0
build: update tslib to 1.11.0
...
Spec helper change is related to https://github.com/microsoft/tslib/pull/90
2020-02-24 12:36:39 -08:00
Renovate Bot
4d571df0eb
build: update ajv to version 6.12.0
2020-02-24 12:36:28 -08:00
Renovate Bot
54b1eeeb12
build: update find-cache-dir to version 3.3.0
2020-02-24 12:36:15 -08:00