@angular/cli 22.2.0-next.6 → 22.2.0-next.7
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/lib/config/schema.json +4 -4
- package/package.json +17 -17
- package/src/utilities/version.js +1 -1
package/lib/config/schema.json
CHANGED
|
@@ -2534,8 +2534,7 @@
|
|
|
2534
2534
|
},
|
|
2535
2535
|
"preloadInitial": {
|
|
2536
2536
|
"type": "boolean",
|
|
2537
|
-
"
|
|
2538
|
-
"description": "Generates 'preload', 'modulepreload', and 'preconnect' link elements for initial application files and resources."
|
|
2537
|
+
"description": "Generates 'preload', 'modulepreload', and 'preconnect' link elements for initial application files and resources. Defaults to false when a service worker is enabled; otherwise true."
|
|
2539
2538
|
}
|
|
2540
2539
|
}
|
|
2541
2540
|
},
|
|
@@ -4325,7 +4324,7 @@
|
|
|
4325
4324
|
"string",
|
|
4326
4325
|
"boolean"
|
|
4327
4326
|
],
|
|
4328
|
-
"description": "Specifies the configuration file for the selected test runner. If a string is provided, it will be used as the path to the configuration file. If `true`, the builder will search for a default configuration file (e.g., `vitest-base.config.
|
|
4327
|
+
"description": "Specifies the configuration file for the selected test runner. If a string is provided, it will be used as the path to the configuration file. If `true`, the builder will search for a default configuration file (e.g., `vitest-base.config.mts` or `karma.conf.js`). If `false`, no external configuration file will be used.\\nFor Vitest, this enables advanced options and the use of custom plugins. Please note that while the file is loaded, the Angular team does not provide direct support for its specific contents or any third-party plugins used within it.",
|
|
4329
4328
|
"default": false
|
|
4330
4329
|
},
|
|
4331
4330
|
"browsers": {
|
|
@@ -4387,7 +4386,8 @@
|
|
|
4387
4386
|
"splitting": {
|
|
4388
4387
|
"type": "boolean",
|
|
4389
4388
|
"description": "Enables code splitting for test execution. When enabled, shared code between test files is split into separate chunks. Issues with live ESM bindings in Node.js environments (such as uninitialized exports or mocking failures) can be resolved by disabling splitting. This option is only available for the Vitest runner.",
|
|
4390
|
-
"default": true
|
|
4389
|
+
"default": true,
|
|
4390
|
+
"deprecated": true
|
|
4391
4391
|
},
|
|
4392
4392
|
"quiet": {
|
|
4393
4393
|
"type": "boolean",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/cli",
|
|
3
|
-
"version": "22.2.0-next.
|
|
3
|
+
"version": "22.2.0-next.7",
|
|
4
4
|
"description": "CLI tool for Angular",
|
|
5
5
|
"main": "lib/cli/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -15,32 +15,32 @@
|
|
|
15
15
|
"sdk"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@angular-devkit/architect": "0.2202.0-next.
|
|
19
|
-
"@angular-devkit/core": "22.2.0-next.
|
|
20
|
-
"@angular-devkit/schematics": "22.2.0-next.
|
|
21
|
-
"@inquirer/prompts": "8.
|
|
22
|
-
"@listr2/prompt-adapter-inquirer": "4.2.
|
|
18
|
+
"@angular-devkit/architect": "0.2202.0-next.7",
|
|
19
|
+
"@angular-devkit/core": "22.2.0-next.7",
|
|
20
|
+
"@angular-devkit/schematics": "22.2.0-next.7",
|
|
21
|
+
"@inquirer/prompts": "8.7.2",
|
|
22
|
+
"@listr2/prompt-adapter-inquirer": "4.2.7",
|
|
23
23
|
"@modelcontextprotocol/server": "2.0.0",
|
|
24
|
-
"@schematics/angular": "22.2.0-next.
|
|
24
|
+
"@schematics/angular": "22.2.0-next.7",
|
|
25
25
|
"jsonc-parser": "3.3.1",
|
|
26
|
-
"listr2": "11.0
|
|
26
|
+
"listr2": "11.1.0",
|
|
27
27
|
"npm-package-arg": "14.0.0",
|
|
28
28
|
"parse5-html-rewriting-stream": "8.0.1",
|
|
29
29
|
"semver": "7.8.5",
|
|
30
30
|
"yargs": "18.1.0",
|
|
31
|
-
"zod": "4.4
|
|
31
|
+
"zod": "4.5.4"
|
|
32
32
|
},
|
|
33
33
|
"ng-update": {
|
|
34
34
|
"migrations": "@schematics/angular/migrations/migration-collection.json",
|
|
35
35
|
"packageGroup": {
|
|
36
|
-
"@angular/cli": "22.2.0-next.
|
|
37
|
-
"@angular/build": "22.2.0-next.
|
|
38
|
-
"@angular/ssr": "22.2.0-next.
|
|
39
|
-
"@angular-devkit/architect": "0.2202.0-next.
|
|
40
|
-
"@angular-devkit/build-angular": "22.2.0-next.
|
|
41
|
-
"@angular-devkit/build-webpack": "0.2202.0-next.
|
|
42
|
-
"@angular-devkit/core": "22.2.0-next.
|
|
43
|
-
"@angular-devkit/schematics": "22.2.0-next.
|
|
36
|
+
"@angular/cli": "22.2.0-next.7",
|
|
37
|
+
"@angular/build": "22.2.0-next.7",
|
|
38
|
+
"@angular/ssr": "22.2.0-next.7",
|
|
39
|
+
"@angular-devkit/architect": "0.2202.0-next.7",
|
|
40
|
+
"@angular-devkit/build-angular": "22.2.0-next.7",
|
|
41
|
+
"@angular-devkit/build-webpack": "0.2202.0-next.7",
|
|
42
|
+
"@angular-devkit/core": "22.2.0-next.7",
|
|
43
|
+
"@angular-devkit/schematics": "22.2.0-next.7"
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
"repository": {
|
package/src/utilities/version.js
CHANGED