@angular-devkit/build-angular 12.2.8 → 12.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@angular-devkit/build-angular",
3
- "version": "12.2.8",
3
+ "version": "12.2.9",
4
4
  "description": "Angular Webpack Build Facade",
5
5
  "main": "src/index.js",
6
6
  "typings": "src/index.d.ts",
7
7
  "builders": "builders.json",
8
8
  "dependencies": {
9
9
  "@ampproject/remapping": "1.0.1",
10
- "@angular-devkit/architect": "0.1202.8",
11
- "@angular-devkit/build-optimizer": "0.1202.8",
12
- "@angular-devkit/build-webpack": "0.1202.8",
13
- "@angular-devkit/core": "12.2.8",
10
+ "@angular-devkit/architect": "0.1202.9",
11
+ "@angular-devkit/build-optimizer": "0.1202.9",
12
+ "@angular-devkit/build-webpack": "0.1202.9",
13
+ "@angular-devkit/core": "12.2.9",
14
14
  "@babel/core": "7.14.8",
15
15
  "@babel/generator": "7.14.8",
16
16
  "@babel/helper-annotate-as-pure": "7.14.5",
@@ -22,7 +22,7 @@
22
22
  "@babel/template": "7.14.5",
23
23
  "@discoveryjs/json-ext": "0.5.3",
24
24
  "@jsdevtools/coverage-istanbul-loader": "3.0.5",
25
- "@ngtools/webpack": "12.2.8",
25
+ "@ngtools/webpack": "12.2.9",
26
26
  "ansi-colors": "4.1.1",
27
27
  "babel-loader": "8.2.2",
28
28
  "browserslist": "^4.9.1",
@@ -34,7 +34,7 @@
34
34
  "critters": "0.0.10",
35
35
  "css-loader": "6.2.0",
36
36
  "css-minimizer-webpack-plugin": "3.0.2",
37
- "esbuild-wasm": "0.12.29",
37
+ "esbuild-wasm": "0.13.4",
38
38
  "find-cache-dir": "3.3.1",
39
39
  "glob": "7.1.7",
40
40
  "https-proxy-agent": "5.0.0",
@@ -77,7 +77,7 @@
77
77
  "webpack-subresource-integrity": "1.5.2"
78
78
  },
79
79
  "optionalDependencies": {
80
- "esbuild": "0.12.29"
80
+ "esbuild": "0.13.4"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "@angular/compiler-cli": "^12.0.0",
@@ -386,7 +386,7 @@ function getCommonConfig(wco) {
386
386
  test: /\.[cm]?js$|\.tsx?$/,
387
387
  // The below is needed due to a bug in `@babel/runtime`. See: https://github.com/babel/babel/issues/12824
388
388
  resolve: { fullySpecified: false },
389
- exclude: [/[\/\\](?:core-js|\@babel|tslib|web-animations-js)[\/\\]/],
389
+ exclude: [/[/\\](?:core-js|@babel|tslib|web-animations-js|web-streams-polyfill)[/\\]/],
390
390
  use: [
391
391
  {
392
392
  loader: require.resolve('../../babel/webpack-loader'),