@angular-devkit/build-angular 19.2.0 → 20.0.0-next.0

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": "19.2.0",
3
+ "version": "20.0.0-next.0",
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.1902.0",
11
- "@angular-devkit/build-webpack": "0.1902.0",
12
- "@angular-devkit/core": "19.2.0",
13
- "@angular/build": "19.2.0",
10
+ "@angular-devkit/architect": "0.2000.0-next.0",
11
+ "@angular-devkit/build-webpack": "0.2000.0-next.0",
12
+ "@angular-devkit/core": "20.0.0-next.0",
13
+ "@angular/build": "20.0.0-next.0",
14
14
  "@babel/core": "7.26.9",
15
15
  "@babel/generator": "7.26.9",
16
16
  "@babel/helper-annotate-as-pure": "7.25.9",
@@ -21,13 +21,13 @@
21
21
  "@babel/preset-env": "7.26.9",
22
22
  "@babel/runtime": "7.26.9",
23
23
  "@discoveryjs/json-ext": "0.6.3",
24
- "@ngtools/webpack": "19.2.0",
25
- "@vitejs/plugin-basic-ssl": "1.2.0",
24
+ "@ngtools/webpack": "20.0.0-next.0",
25
+ "@vitejs/plugin-basic-ssl": "2.0.0",
26
26
  "ansi-colors": "4.1.3",
27
27
  "autoprefixer": "10.4.20",
28
- "babel-loader": "9.2.1",
28
+ "babel-loader": "10.0.0",
29
29
  "browserslist": "^4.21.5",
30
- "copy-webpack-plugin": "12.0.2",
30
+ "copy-webpack-plugin": "13.0.0",
31
31
  "css-loader": "7.1.2",
32
32
  "esbuild-wasm": "0.25.0",
33
33
  "fast-glob": "3.3.3",
@@ -44,11 +44,11 @@
44
44
  "ora": "5.4.1",
45
45
  "picomatch": "4.0.2",
46
46
  "piscina": "4.8.0",
47
- "postcss": "8.5.2",
47
+ "postcss": "8.5.3",
48
48
  "postcss-loader": "8.1.1",
49
49
  "resolve-url-loader": "5.0.0",
50
- "rxjs": "7.8.1",
51
- "sass": "1.85.0",
50
+ "rxjs": "7.8.2",
51
+ "sass": "1.85.1",
52
52
  "sass-loader": "16.0.5",
53
53
  "semver": "7.7.1",
54
54
  "source-map-loader": "5.0.0",
@@ -66,17 +66,17 @@
66
66
  "esbuild": "0.25.0"
67
67
  },
68
68
  "peerDependencies": {
69
- "@angular/compiler-cli": "^19.0.0 || ^19.2.0-next.0",
70
- "@angular/localize": "^19.0.0 || ^19.2.0-next.0",
71
- "@angular/platform-server": "^19.0.0 || ^19.2.0-next.0",
72
- "@angular/service-worker": "^19.0.0 || ^19.2.0-next.0",
73
- "@angular/ssr": "^19.2.0",
69
+ "@angular/compiler-cli": "^20.0.0 || ^20.0.0-next.0",
70
+ "@angular/localize": "^20.0.0 || ^20.0.0-next.0",
71
+ "@angular/platform-server": "^20.0.0 || ^20.0.0-next.0",
72
+ "@angular/service-worker": "^20.0.0 || ^20.0.0-next.0",
73
+ "@angular/ssr": "^20.0.0-next.0",
74
74
  "@web/test-runner": "^0.20.0",
75
75
  "browser-sync": "^3.0.2",
76
76
  "jest": "^29.5.0",
77
77
  "jest-environment-jsdom": "^29.5.0",
78
78
  "karma": "^6.3.0",
79
- "ng-packagr": "^19.0.0 || ^19.2.0-next.0",
79
+ "ng-packagr": "^20.0.0 || ^20.0.0-next.0",
80
80
  "protractor": "^7.0.0",
81
81
  "tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",
82
82
  "typescript": ">=5.5 <5.9"
@@ -131,7 +131,7 @@
131
131
  "url": "https://github.com/angular/angular-cli.git"
132
132
  },
133
133
  "engines": {
134
- "node": "^18.19.1 || ^20.11.1 || >=22.0.0",
134
+ "node": "^20.11.1 || >=22.0.0",
135
135
  "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
136
136
  "yarn": ">= 1.13.0"
137
137
  },
@@ -43,7 +43,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
43
43
  return (mod && mod.__esModule) ? mod : { "default": mod };
44
44
  };
45
45
  Object.defineProperty(exports, "__esModule", { value: true });
46
- const path = __importStar(require("path"));
46
+ const path = __importStar(require("node:path"));
47
47
  const webpack_1 = __importDefault(require("webpack"));
48
48
  const webpack_dev_middleware_1 = __importDefault(require("webpack-dev-middleware"));
49
49
  const stats_1 = require("../../utils/stats");
@@ -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 = '19.2.0';
13
+ const VERSION = '20.0.0-next.0';
14
14
  function hasCacheMetadata(value) {
15
15
  return (!!value &&
16
16
  typeof value === 'object' &&