1042 Commits

Author SHA1 Message Date
Renovate Bot
fe8fb1ffc9 build: update rollup to version 2.3.3 2020-04-06 10:01:17 -07:00
Charles Lyding
8a3e655845 fix(@angular-devkit/build-angular): avoid overwriting localize sourcemaps 2020-04-06 10:00:00 -07:00
Alan Agius
10e7eb2c24 test: change browserslist file name to .browserslistrc 2020-04-06 09:58:42 -07:00
Alan Agius
b7a612f14a feat(@schematics/angular): change browserslist file name to .browserslistrc
Closes: #15961
2020-04-06 09:58:42 -07:00
Renovate Bot
142099efb5 build: update terser to version 4.6.10 2020-04-06 09:54:02 -07:00
Renovate Bot
29660aa8ed build: update jest-worker to version 25.2.6 2020-04-02 10:28:36 -07:00
Renovate Bot
d1978c321e build: update rollup to version 2.3.2 2020-04-02 10:27:18 -07:00
Alan Agius
bd789f5dd6 refactor(@angular-devkit/build-angular): remove deprecation of namedChunks
Previusly this option didn't have an effect on platform server because when targetting commonjs all chunks will be concatenated into main.js.

We now changed the module to esnext, which enables us to have lazy loading on the server.
2020-04-02 10:25:04 -07:00
Renovate Bot
0917a9482c build: update jest-worker to version 25.2.1 2020-03-30 10:25:04 -07:00
Renovate Bot
40938e4b50 build: update angular packages 2020-03-30 10:24:41 -07:00
Alan Agius
a75f5dbc71 fix(@angular-devkit/build-angular): don't show commonjs usage for webpack-dev-server utils 2020-03-30 10:23:52 -07:00
renovate[bot]
1e258317b1
Merge pull request #17301 from angular/renovate/rollup-2.x
build: update rollup to version 2.2.0
2020-03-25 12:04:11 -07:00
Renovate Bot
451dffa7c9 build: update angular packages 2020-03-25 12:03:57 -07:00
Alan Agius
23ce89db4a build: update angular packages 2020-03-25 10:15:57 -07:00
Renovate Bot
9afb3625a6 build: update autoprefixer to version 9.7.5 2020-03-24 10:59:51 -07:00
Renovate Bot
3264a445d6 build: update webpack to version 4.42.1 2020-03-24 10:59:37 -07:00
Renovate Bot
45beca0e97 build: update @babel/generator to version 7.9.4 2020-03-24 10:59:02 -07:00
Renovate Bot
0cdb84da54 build: update angular packages 2020-03-23 17:28:08 -07:00
Alan Agius
cad8154ba3 feat(@angular-devkit/build-angular): change tslint default formatter to stylish
Change the default tslint formatter  to stylish as offers a better output
2020-03-23 17:27:35 -07:00
Charles Lyding
2e8420390d fix(@angular-devkit/build-angular): improve quality of localized sourcemaps
Fixes: #17131
2020-03-23 17:26:31 -07:00
Renovate Bot
3e64e73f6d build: update babel-loader to version 8.1.0 2020-03-23 17:26:14 -07:00
Renovate Bot
1debc83b96 build: update babel packages 2020-03-23 17:25:35 -07:00
Renovate Bot
8425311883 build: update speed-measure-webpack-plugin to version 1.3.3 2020-03-23 17:25:19 -07:00
Charles Lyding
d2dce463d0 fix(@angular-devkit/build-angular): reduce fast sourcemap threshold
High fidelity sourcemap processing can be expensive for larger bundle sizes.  This reduces the threshold to the original 500KB value to improve performance.
2020-03-23 17:25:07 -07:00
Alan Agius
ea11c5549a feat(@angular-devkit/build-angular): show warnings when depending on CommonJS.
Depending on CommonJS modules is know to cause optimization bailouts. With this change when running a browser build and scripts optimization is enabled we display a warning.

To suppress the warning for a particular package, users can use the `allowedCommonJsDepedencies` builder options.

Example:
```
"build": {
  "builder": "@angular-devkit/build-angular:browser",
  "options": {
    ...
    "allowedCommonJsDepedencies": ["bootstrap"]
  },
}
```

Reference: TOOL-1328
2020-03-23 14:20:21 -07:00
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