@angular-devkit/build-angular 20.0.0-next.4 → 20.0.0-next.6

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": "20.0.0-next.4",
3
+ "version": "20.0.0-next.6",
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": "2.3.0",
10
- "@angular-devkit/architect": "0.2000.0-next.4",
11
- "@angular-devkit/build-webpack": "0.2000.0-next.4",
12
- "@angular-devkit/core": "20.0.0-next.4",
13
- "@angular/build": "20.0.0-next.4",
10
+ "@angular-devkit/architect": "0.2000.0-next.6",
11
+ "@angular-devkit/build-webpack": "0.2000.0-next.6",
12
+ "@angular-devkit/core": "20.0.0-next.6",
13
+ "@angular/build": "20.0.0-next.6",
14
14
  "@babel/core": "7.26.10",
15
15
  "@babel/generator": "7.27.0",
16
16
  "@babel/helper-annotate-as-pure": "7.25.9",
@@ -21,7 +21,7 @@
21
21
  "@babel/preset-env": "7.26.9",
22
22
  "@babel/runtime": "7.27.0",
23
23
  "@discoveryjs/json-ext": "0.6.3",
24
- "@ngtools/webpack": "20.0.0-next.4",
24
+ "@ngtools/webpack": "20.0.0-next.6",
25
25
  "@vitejs/plugin-basic-ssl": "2.0.0",
26
26
  "ansi-colors": "4.1.3",
27
27
  "autoprefixer": "10.4.21",
@@ -31,16 +31,16 @@
31
31
  "css-loader": "7.1.2",
32
32
  "esbuild-wasm": "0.25.2",
33
33
  "fast-glob": "3.3.3",
34
- "http-proxy-middleware": "3.0.3",
34
+ "http-proxy-middleware": "3.0.5",
35
35
  "istanbul-lib-instrument": "6.0.3",
36
36
  "jsonc-parser": "3.3.1",
37
37
  "karma-source-map-support": "1.4.0",
38
- "less": "4.2.2",
38
+ "less": "4.3.0",
39
39
  "less-loader": "12.2.0",
40
40
  "license-webpack-plugin": "4.0.2",
41
41
  "loader-utils": "3.3.1",
42
42
  "mini-css-extract-plugin": "2.9.2",
43
- "open": "10.1.0",
43
+ "open": "10.1.1",
44
44
  "ora": "5.4.1",
45
45
  "picomatch": "4.0.2",
46
46
  "piscina": "4.9.2",
@@ -48,7 +48,7 @@
48
48
  "postcss-loader": "8.1.1",
49
49
  "resolve-url-loader": "5.0.0",
50
50
  "rxjs": "7.8.2",
51
- "sass": "1.86.1",
51
+ "sass": "1.86.3",
52
52
  "sass-loader": "16.0.5",
53
53
  "semver": "7.7.1",
54
54
  "source-map-loader": "5.0.0",
@@ -56,7 +56,7 @@
56
56
  "terser": "5.39.0",
57
57
  "tree-kill": "1.2.2",
58
58
  "tslib": "2.8.1",
59
- "webpack": "5.98.0",
59
+ "webpack": "5.99.5",
60
60
  "webpack-dev-middleware": "7.4.2",
61
61
  "webpack-dev-server": "5.2.1",
62
62
  "webpack-merge": "6.0.1",
@@ -66,12 +66,13 @@
66
66
  "esbuild": "0.25.2"
67
67
  },
68
68
  "peerDependencies": {
69
+ "@angular/core": "^20.0.0 || ^20.0.0-next.0",
69
70
  "@angular/compiler-cli": "^20.0.0 || ^20.0.0-next.0",
70
71
  "@angular/localize": "^20.0.0 || ^20.0.0-next.0",
71
72
  "@angular/platform-browser": "^20.0.0 || ^20.0.0-next.0",
72
73
  "@angular/platform-server": "^20.0.0 || ^20.0.0-next.0",
73
74
  "@angular/service-worker": "^20.0.0 || ^20.0.0-next.0",
74
- "@angular/ssr": "^20.0.0-next.4",
75
+ "@angular/ssr": "^20.0.0-next.6",
75
76
  "@web/test-runner": "^0.20.0",
76
77
  "browser-sync": "^3.0.2",
77
78
  "jest": "^29.5.0",
@@ -83,6 +84,9 @@
83
84
  "typescript": ">=5.8 <5.9"
84
85
  },
85
86
  "peerDependenciesMeta": {
87
+ "@angular/core": {
88
+ "optional": true
89
+ },
86
90
  "@angular/localize": {
87
91
  "optional": true
88
92
  },
@@ -45,7 +45,7 @@ class IndexHtmlWebpackPlugin extends private_1.IndexHtmlGenerator {
45
45
  continue;
46
46
  }
47
47
  files.push({
48
- name: chunk.name,
48
+ name: chunk.name ?? undefined,
49
49
  file,
50
50
  extension: (0, node_path_1.extname)(file),
51
51
  });
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.normalizeCacheOptions = normalizeCacheOptions;
11
11
  const node_path_1 = require("node:path");
12
12
  /** Version placeholder is replaced during the build process with actual package version */
13
- const VERSION = '20.0.0-next.4';
13
+ const VERSION = '20.0.0-next.6';
14
14
  function hasCacheMetadata(value) {
15
15
  return (!!value &&
16
16
  typeof value === 'object' &&