@angular-devkit/build-angular 20.0.0-next.1 → 20.0.0-next.2

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.1",
3
+ "version": "20.0.0-next.2",
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.1",
11
- "@angular-devkit/build-webpack": "0.2000.0-next.1",
12
- "@angular-devkit/core": "20.0.0-next.1",
13
- "@angular/build": "20.0.0-next.1",
10
+ "@angular-devkit/architect": "0.2000.0-next.2",
11
+ "@angular-devkit/build-webpack": "0.2000.0-next.2",
12
+ "@angular-devkit/core": "20.0.0-next.2",
13
+ "@angular/build": "20.0.0-next.2",
14
14
  "@babel/core": "7.26.10",
15
15
  "@babel/generator": "7.26.10",
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.26.10",
23
23
  "@discoveryjs/json-ext": "0.6.3",
24
- "@ngtools/webpack": "20.0.0-next.1",
24
+ "@ngtools/webpack": "20.0.0-next.2",
25
25
  "@vitejs/plugin-basic-ssl": "2.0.0",
26
26
  "ansi-colors": "4.1.3",
27
27
  "autoprefixer": "10.4.21",
@@ -43,12 +43,12 @@
43
43
  "open": "10.1.0",
44
44
  "ora": "5.4.1",
45
45
  "picomatch": "4.0.2",
46
- "piscina": "4.8.0",
46
+ "piscina": "4.9.2",
47
47
  "postcss": "8.5.3",
48
48
  "postcss-loader": "8.1.1",
49
49
  "resolve-url-loader": "5.0.0",
50
50
  "rxjs": "7.8.2",
51
- "sass": "1.85.1",
51
+ "sass": "1.86.0",
52
52
  "sass-loader": "16.0.5",
53
53
  "semver": "7.7.1",
54
54
  "source-map-loader": "5.0.0",
@@ -70,7 +70,7 @@
70
70
  "@angular/localize": "^20.0.0 || ^20.0.0-next.0",
71
71
  "@angular/platform-server": "^20.0.0 || ^20.0.0-next.0",
72
72
  "@angular/service-worker": "^20.0.0 || ^20.0.0-next.0",
73
- "@angular/ssr": "^20.0.0-next.1",
73
+ "@angular/ssr": "^20.0.0-next.2",
74
74
  "@web/test-runner": "^0.20.0",
75
75
  "browser-sync": "^3.0.2",
76
76
  "jest": "^29.5.0",
@@ -17,8 +17,7 @@ export type Schema = {
17
17
  */
18
18
  disableHostCheck?: boolean;
19
19
  /**
20
- * Force the development server to use the 'browser-esbuild' builder when building. This is
21
- * a developer preview option for the esbuild-based build system.
20
+ * Force the development server to use the 'browser-esbuild' builder when building.
22
21
  */
23
22
  forceEsbuild?: boolean;
24
23
  /**
@@ -108,7 +108,7 @@
108
108
  },
109
109
  "forceEsbuild": {
110
110
  "type": "boolean",
111
- "description": "Force the development server to use the 'browser-esbuild' builder when building. This is a developer preview option for the esbuild-based build system.",
111
+ "description": "Force the development server to use the 'browser-esbuild' builder when building.",
112
112
  "default": false
113
113
  },
114
114
  "prebundle": {
@@ -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.1';
13
+ const VERSION = '20.0.0-next.2';
14
14
  function hasCacheMetadata(value) {
15
15
  return (!!value &&
16
16
  typeof value === 'object' &&