@angular/build 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 +20 -20
- package/src/utils/normalize-cache.js +1 -1
- package/src/utils/version.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/build",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.1.0-next.0",
|
|
4
4
|
"description": "Official build system for Angular",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Angular CLI",
|
|
@@ -23,48 +23,48 @@
|
|
|
23
23
|
"builders": "builders.json",
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@ampproject/remapping": "2.3.0",
|
|
26
|
-
"@angular-devkit/architect": "0.
|
|
27
|
-
"@babel/core": "7.28.
|
|
26
|
+
"@angular-devkit/architect": "0.2101.0-next.0",
|
|
27
|
+
"@babel/core": "7.28.5",
|
|
28
28
|
"@babel/helper-annotate-as-pure": "7.27.3",
|
|
29
29
|
"@babel/helper-split-export-declaration": "7.24.7",
|
|
30
|
-
"@inquirer/confirm": "5.1.
|
|
30
|
+
"@inquirer/confirm": "5.1.21",
|
|
31
31
|
"@vitejs/plugin-basic-ssl": "2.1.0",
|
|
32
32
|
"beasties": "0.3.5",
|
|
33
33
|
"browserslist": "^4.26.0",
|
|
34
|
-
"esbuild": "0.
|
|
34
|
+
"esbuild": "0.27.0",
|
|
35
35
|
"https-proxy-agent": "7.0.6",
|
|
36
36
|
"istanbul-lib-instrument": "6.0.3",
|
|
37
37
|
"jsonc-parser": "3.3.1",
|
|
38
38
|
"listr2": "9.0.5",
|
|
39
|
-
"magic-string": "0.30.
|
|
39
|
+
"magic-string": "0.30.21",
|
|
40
40
|
"mrmime": "2.0.1",
|
|
41
41
|
"parse5-html-rewriting-stream": "8.0.0",
|
|
42
42
|
"picomatch": "4.0.3",
|
|
43
|
-
"piscina": "5.1.
|
|
44
|
-
"rolldown": "1.0.0-beta.
|
|
45
|
-
"sass": "1.
|
|
43
|
+
"piscina": "5.1.4",
|
|
44
|
+
"rolldown": "1.0.0-beta.51",
|
|
45
|
+
"sass": "1.94.2",
|
|
46
46
|
"semver": "7.7.3",
|
|
47
47
|
"source-map-support": "0.5.21",
|
|
48
48
|
"tinyglobby": "0.2.15",
|
|
49
49
|
"undici": "7.16.0",
|
|
50
|
-
"vite": "7.2.
|
|
50
|
+
"vite": "7.2.4",
|
|
51
51
|
"watchpack": "2.4.4"
|
|
52
52
|
},
|
|
53
53
|
"optionalDependencies": {
|
|
54
|
-
"lmdb": "3.4.
|
|
54
|
+
"lmdb": "3.4.4"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@angular/compiler": "^21.0.0",
|
|
58
|
-
"@angular/compiler-cli": "^21.0.0",
|
|
59
|
-
"@angular/core": "^21.0.0",
|
|
60
|
-
"@angular/localize": "^21.0.0",
|
|
61
|
-
"@angular/platform-browser": "^21.0.0",
|
|
62
|
-
"@angular/platform-server": "^21.0.0",
|
|
63
|
-
"@angular/service-worker": "^21.0.0",
|
|
64
|
-
"@angular/ssr": "^21.0.
|
|
57
|
+
"@angular/compiler": "^21.0.0 || ^21.1.0-next.0",
|
|
58
|
+
"@angular/compiler-cli": "^21.0.0 || ^21.1.0-next.0",
|
|
59
|
+
"@angular/core": "^21.0.0 || ^21.1.0-next.0",
|
|
60
|
+
"@angular/localize": "^21.0.0 || ^21.1.0-next.0",
|
|
61
|
+
"@angular/platform-browser": "^21.0.0 || ^21.1.0-next.0",
|
|
62
|
+
"@angular/platform-server": "^21.0.0 || ^21.1.0-next.0",
|
|
63
|
+
"@angular/service-worker": "^21.0.0 || ^21.1.0-next.0",
|
|
64
|
+
"@angular/ssr": "^21.1.0-next.0",
|
|
65
65
|
"karma": "^6.4.0",
|
|
66
66
|
"less": "^4.2.0",
|
|
67
|
-
"ng-packagr": "^21.0.0",
|
|
67
|
+
"ng-packagr": "^21.0.0 || ^21.1.0-next.0",
|
|
68
68
|
"postcss": "^8.4.0",
|
|
69
69
|
"tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",
|
|
70
70
|
"tslib": "^2.3.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' &&
|
package/src/utils/version.js
CHANGED
|
@@ -28,7 +28,7 @@ function assertCompatibleAngularVersion(projectRoot) {
|
|
|
28
28
|
'This likely indicates a corrupted local installation. Please try reinstalling your packages.');
|
|
29
29
|
process.exit(2);
|
|
30
30
|
}
|
|
31
|
-
const supportedAngularSemver = '^21.0.0';
|
|
31
|
+
const supportedAngularSemver = '^21.0.0 || ^21.1.0-next.0';
|
|
32
32
|
if (angularPkgJson['version'] === '0.0.0' || supportedAngularSemver.startsWith('0.0.0')) {
|
|
33
33
|
// Internal CLI and FW testing version.
|
|
34
34
|
return;
|