@angular-devkit/build-angular 21.0.1 → 21.1.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 +27 -27
- package/src/utils/normalize-cache.js +1 -1
package/package.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-devkit/build-angular",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.1.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.
|
|
11
|
-
"@angular-devkit/build-webpack": "0.
|
|
12
|
-
"@angular-devkit/core": "21.0.
|
|
13
|
-
"@angular/build": "21.0.
|
|
14
|
-
"@babel/core": "7.28.
|
|
15
|
-
"@babel/generator": "7.28.
|
|
10
|
+
"@angular-devkit/architect": "0.2101.0-next.0",
|
|
11
|
+
"@angular-devkit/build-webpack": "0.2101.0-next.0",
|
|
12
|
+
"@angular-devkit/core": "21.1.0-next.0",
|
|
13
|
+
"@angular/build": "21.1.0-next.0",
|
|
14
|
+
"@babel/core": "7.28.5",
|
|
15
|
+
"@babel/generator": "7.28.5",
|
|
16
16
|
"@babel/helper-annotate-as-pure": "7.27.3",
|
|
17
17
|
"@babel/helper-split-export-declaration": "7.24.7",
|
|
18
18
|
"@babel/plugin-transform-async-generator-functions": "7.28.0",
|
|
19
19
|
"@babel/plugin-transform-async-to-generator": "7.27.1",
|
|
20
|
-
"@babel/plugin-transform-runtime": "7.28.
|
|
21
|
-
"@babel/preset-env": "7.28.
|
|
20
|
+
"@babel/plugin-transform-runtime": "7.28.5",
|
|
21
|
+
"@babel/preset-env": "7.28.5",
|
|
22
22
|
"@babel/runtime": "7.28.4",
|
|
23
23
|
"@discoveryjs/json-ext": "0.6.3",
|
|
24
|
-
"@ngtools/webpack": "21.0.
|
|
24
|
+
"@ngtools/webpack": "21.1.0-next.0",
|
|
25
25
|
"ansi-colors": "4.1.3",
|
|
26
|
-
"autoprefixer": "10.4.
|
|
26
|
+
"autoprefixer": "10.4.22",
|
|
27
27
|
"babel-loader": "10.0.0",
|
|
28
28
|
"browserslist": "^4.26.0",
|
|
29
29
|
"copy-webpack-plugin": "13.0.1",
|
|
30
30
|
"css-loader": "7.1.2",
|
|
31
|
-
"esbuild-wasm": "0.
|
|
31
|
+
"esbuild-wasm": "0.27.0",
|
|
32
32
|
"http-proxy-middleware": "3.0.5",
|
|
33
33
|
"istanbul-lib-instrument": "6.0.3",
|
|
34
34
|
"jsonc-parser": "3.3.1",
|
|
@@ -38,46 +38,46 @@
|
|
|
38
38
|
"license-webpack-plugin": "4.0.2",
|
|
39
39
|
"loader-utils": "3.3.1",
|
|
40
40
|
"mini-css-extract-plugin": "2.9.4",
|
|
41
|
-
"open": "
|
|
41
|
+
"open": "11.0.0",
|
|
42
42
|
"ora": "9.0.0",
|
|
43
43
|
"picomatch": "4.0.3",
|
|
44
|
-
"piscina": "5.1.
|
|
44
|
+
"piscina": "5.1.4",
|
|
45
45
|
"postcss": "8.5.6",
|
|
46
46
|
"postcss-loader": "8.2.0",
|
|
47
47
|
"resolve-url-loader": "5.0.0",
|
|
48
48
|
"rxjs": "7.8.2",
|
|
49
|
-
"sass": "1.
|
|
50
|
-
"sass-loader": "16.0.
|
|
49
|
+
"sass": "1.94.2",
|
|
50
|
+
"sass-loader": "16.0.6",
|
|
51
51
|
"semver": "7.7.3",
|
|
52
52
|
"source-map-loader": "5.0.0",
|
|
53
53
|
"source-map-support": "0.5.21",
|
|
54
|
-
"terser": "5.44.
|
|
54
|
+
"terser": "5.44.1",
|
|
55
55
|
"tinyglobby": "0.2.15",
|
|
56
56
|
"tree-kill": "1.2.2",
|
|
57
57
|
"tslib": "2.8.1",
|
|
58
|
-
"webpack": "5.
|
|
58
|
+
"webpack": "5.103.0",
|
|
59
59
|
"webpack-dev-middleware": "7.4.5",
|
|
60
60
|
"webpack-dev-server": "5.2.2",
|
|
61
61
|
"webpack-merge": "6.0.1",
|
|
62
62
|
"webpack-subresource-integrity": "5.1.0"
|
|
63
63
|
},
|
|
64
64
|
"optionalDependencies": {
|
|
65
|
-
"esbuild": "0.
|
|
65
|
+
"esbuild": "0.27.0"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
|
-
"@angular/core": "^21.0.0",
|
|
69
|
-
"@angular/compiler-cli": "^21.0.0",
|
|
70
|
-
"@angular/localize": "^21.0.0",
|
|
71
|
-
"@angular/platform-browser": "^21.0.0",
|
|
72
|
-
"@angular/platform-server": "^21.0.0",
|
|
73
|
-
"@angular/service-worker": "^21.0.0",
|
|
74
|
-
"@angular/ssr": "^21.0.
|
|
68
|
+
"@angular/core": "^21.0.0 || ^21.1.0-next.0",
|
|
69
|
+
"@angular/compiler-cli": "^21.0.0 || ^21.1.0-next.0",
|
|
70
|
+
"@angular/localize": "^21.0.0 || ^21.1.0-next.0",
|
|
71
|
+
"@angular/platform-browser": "^21.0.0 || ^21.1.0-next.0",
|
|
72
|
+
"@angular/platform-server": "^21.0.0 || ^21.1.0-next.0",
|
|
73
|
+
"@angular/service-worker": "^21.0.0 || ^21.1.0-next.0",
|
|
74
|
+
"@angular/ssr": "^21.1.0-next.0",
|
|
75
75
|
"@web/test-runner": "^0.20.0",
|
|
76
76
|
"browser-sync": "^3.0.2",
|
|
77
77
|
"jest": "^30.2.0",
|
|
78
78
|
"jest-environment-jsdom": "^30.2.0",
|
|
79
79
|
"karma": "^6.3.0",
|
|
80
|
-
"ng-packagr": "^21.0.0",
|
|
80
|
+
"ng-packagr": "^21.0.0 || ^21.1.0-next.0",
|
|
81
81
|
"protractor": "^7.0.0",
|
|
82
82
|
"tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",
|
|
83
83
|
"typescript": ">=5.9 <6.0"
|
|
@@ -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 = '21.0.
|
|
13
|
+
const VERSION = '21.1.0-next.0';
|
|
14
14
|
function hasCacheMetadata(value) {
|
|
15
15
|
return (!!value &&
|
|
16
16
|
typeof value === 'object' &&
|