@angular/build 22.0.1 → 22.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/build",
|
|
3
|
-
"version": "22.0.
|
|
3
|
+
"version": "22.1.0-next.0",
|
|
4
4
|
"description": "Official build system for Angular",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Angular CLI",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"builders": "builders.json",
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@ampproject/remapping": "2.3.0",
|
|
26
|
-
"@angular-devkit/architect": "0.
|
|
27
|
-
"@babel/core": "7.29.
|
|
28
|
-
"@babel/helper-annotate-as-pure": "7.
|
|
26
|
+
"@angular-devkit/architect": "0.2201.0-next.0",
|
|
27
|
+
"@babel/core": "7.29.7",
|
|
28
|
+
"@babel/helper-annotate-as-pure": "7.29.7",
|
|
29
29
|
"@babel/helper-split-export-declaration": "7.24.7",
|
|
30
|
-
"@inquirer/confirm": "6.
|
|
30
|
+
"@inquirer/confirm": "6.1.1",
|
|
31
31
|
"@vitejs/plugin-basic-ssl": "2.3.0",
|
|
32
32
|
"beasties": "0.4.2",
|
|
33
33
|
"browserslist": "^4.26.0",
|
|
@@ -40,30 +40,30 @@
|
|
|
40
40
|
"parse5-html-rewriting-stream": "8.0.1",
|
|
41
41
|
"picomatch": "4.0.4",
|
|
42
42
|
"piscina": "5.1.4",
|
|
43
|
-
"rollup": "4.
|
|
44
|
-
"sass": "1.
|
|
45
|
-
"semver": "7.
|
|
43
|
+
"rollup": "4.61.0",
|
|
44
|
+
"sass": "1.100.0",
|
|
45
|
+
"semver": "7.8.1",
|
|
46
46
|
"source-map-support": "0.5.21",
|
|
47
|
-
"tinyglobby": "0.2.
|
|
48
|
-
"vite": "7.3.
|
|
47
|
+
"tinyglobby": "0.2.17",
|
|
48
|
+
"vite": "7.3.5",
|
|
49
49
|
"watchpack": "2.5.1"
|
|
50
50
|
},
|
|
51
51
|
"optionalDependencies": {
|
|
52
|
-
"lmdb": "3.5.
|
|
52
|
+
"lmdb": "3.5.5"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@angular/compiler": "^22.0.0",
|
|
56
|
-
"@angular/compiler-cli": "^22.0.0",
|
|
57
|
-
"@angular/core": "^22.0.0",
|
|
58
|
-
"@angular/localize": "^22.0.0",
|
|
59
|
-
"@angular/platform-browser": "^22.0.0",
|
|
60
|
-
"@angular/platform-server": "^22.0.0",
|
|
61
|
-
"@angular/service-worker": "^22.0.0",
|
|
62
|
-
"@angular/ssr": "^22.0.
|
|
55
|
+
"@angular/compiler": "^22.0.0 || ^22.1.0-next.0",
|
|
56
|
+
"@angular/compiler-cli": "^22.0.0 || ^22.1.0-next.0",
|
|
57
|
+
"@angular/core": "^22.0.0 || ^22.1.0-next.0",
|
|
58
|
+
"@angular/localize": "^22.0.0 || ^22.1.0-next.0",
|
|
59
|
+
"@angular/platform-browser": "^22.0.0 || ^22.1.0-next.0",
|
|
60
|
+
"@angular/platform-server": "^22.0.0 || ^22.1.0-next.0",
|
|
61
|
+
"@angular/service-worker": "^22.0.0 || ^22.1.0-next.0",
|
|
62
|
+
"@angular/ssr": "^22.1.0-next.0",
|
|
63
63
|
"istanbul-lib-instrument": "^6.0.0",
|
|
64
64
|
"karma": "^6.4.0",
|
|
65
65
|
"less": "^4.2.0",
|
|
66
|
-
"ng-packagr": "^22.0.0",
|
|
66
|
+
"ng-packagr": "^22.0.0 || ^22.1.0-next.0",
|
|
67
67
|
"postcss": "^8.4.0",
|
|
68
68
|
"tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",
|
|
69
69
|
"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 = '22.0.
|
|
13
|
+
const VERSION = '22.1.0-next.0';
|
|
14
14
|
function hasCacheMetadata(value) {
|
|
15
15
|
return (!!value &&
|
|
16
16
|
typeof value === 'object' &&
|
|
@@ -13,7 +13,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
13
13
|
exports.getSupportedBrowsers = getSupportedBrowsers;
|
|
14
14
|
const browserslist_1 = __importDefault(require("browserslist"));
|
|
15
15
|
// The below is replaced by bazel `npm_package`.
|
|
16
|
-
const BASELINE_DATE = '
|
|
16
|
+
const BASELINE_DATE = '2026-05-07';
|
|
17
17
|
function getSupportedBrowsers(projectRoot, logger) {
|
|
18
18
|
// Read the browserslist configuration containing Angular's browser support policy.
|
|
19
19
|
const angularBrowserslist = (0, browserslist_1.default)(`baseline widely available on ${getBaselineDate()}`);
|
package/src/utils/version.js
CHANGED
|
@@ -30,7 +30,7 @@ function assertCompatibleAngularVersion(projectRoot) {
|
|
|
30
30
|
}
|
|
31
31
|
const angularCoreSemVer = new semver_1.SemVer(angularPkgJson['version']);
|
|
32
32
|
const { version, build, raw } = angularCoreSemVer;
|
|
33
|
-
const supportedAngularSemver = '^22.0.0';
|
|
33
|
+
const supportedAngularSemver = '^22.0.0 || ^22.1.0-next.0';
|
|
34
34
|
if (version.startsWith('0.0.0') || supportedAngularSemver.startsWith('0.0.0')) {
|
|
35
35
|
// Internal CLI and FW testing version.
|
|
36
36
|
return;
|