@angular/cli 19.1.5 → 19.2.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/README.md +1 -1
- package/lib/config/schema.json +2 -19
- package/package.json +14 -14
- package/src/utilities/version.js +1 -1
package/README.md
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
The sources for this package are in the [Angular CLI](https://github.com/angular/angular-cli) repository. Please file issues and pull requests against that repository.
|
|
4
4
|
|
|
5
|
-
Usage information and reference details can be found in repository [README](
|
|
5
|
+
Usage information and reference details can be found in repository [README](../../../README.md) file.
|
package/lib/config/schema.json
CHANGED
|
@@ -3813,23 +3813,6 @@
|
|
|
3813
3813
|
"type": "string",
|
|
3814
3814
|
"description": "SSL certificate to use for serving HTTPS."
|
|
3815
3815
|
},
|
|
3816
|
-
"allowedHosts": {
|
|
3817
|
-
"description": "The hosts that can access the development server. This option sets the Vite option of the same name. For further details: https://vite.dev/config/server-options.html#server-allowedhosts",
|
|
3818
|
-
"default": [],
|
|
3819
|
-
"oneOf": [
|
|
3820
|
-
{
|
|
3821
|
-
"type": "array",
|
|
3822
|
-
"description": "List of hosts that are allowed to access the development server.",
|
|
3823
|
-
"items": {
|
|
3824
|
-
"type": "string"
|
|
3825
|
-
}
|
|
3826
|
-
},
|
|
3827
|
-
{
|
|
3828
|
-
"type": "boolean",
|
|
3829
|
-
"description": "Indicates that all hosts are allowed. This is not recommended and a security risk."
|
|
3830
|
-
}
|
|
3831
|
-
]
|
|
3832
|
-
},
|
|
3833
3816
|
"headers": {
|
|
3834
3817
|
"type": "object",
|
|
3835
3818
|
"description": "Custom HTTP headers to be added to all responses.",
|
|
@@ -3978,7 +3961,7 @@
|
|
|
3978
3961
|
},
|
|
3979
3962
|
"allowedHosts": {
|
|
3980
3963
|
"type": "array",
|
|
3981
|
-
"description": "List of hosts that are allowed to access the dev server.",
|
|
3964
|
+
"description": "List of hosts that are allowed to access the dev server. This option has no effect when using the 'application' or other esbuild-based builders.",
|
|
3982
3965
|
"default": [],
|
|
3983
3966
|
"items": {
|
|
3984
3967
|
"type": "string"
|
|
@@ -3990,7 +3973,7 @@
|
|
|
3990
3973
|
},
|
|
3991
3974
|
"disableHostCheck": {
|
|
3992
3975
|
"type": "boolean",
|
|
3993
|
-
"description": "Don't verify connected clients are part of allowed hosts.",
|
|
3976
|
+
"description": "Don't verify connected clients are part of allowed hosts. This option has no effect when using the 'application' or other esbuild-based builders.",
|
|
3994
3977
|
"default": false
|
|
3995
3978
|
},
|
|
3996
3979
|
"hmr": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/cli",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.2.0-next.0",
|
|
4
4
|
"description": "CLI tool for Angular",
|
|
5
5
|
"main": "lib/cli/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
},
|
|
26
26
|
"homepage": "https://github.com/angular/angular-cli",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@angular-devkit/architect": "0.
|
|
29
|
-
"@angular-devkit/core": "19.
|
|
30
|
-
"@angular-devkit/schematics": "19.
|
|
31
|
-
"@inquirer/prompts": "7.2.
|
|
28
|
+
"@angular-devkit/architect": "0.1902.0-next.0",
|
|
29
|
+
"@angular-devkit/core": "19.2.0-next.0",
|
|
30
|
+
"@angular-devkit/schematics": "19.2.0-next.0",
|
|
31
|
+
"@inquirer/prompts": "7.2.3",
|
|
32
32
|
"@listr2/prompt-adapter-inquirer": "2.0.18",
|
|
33
|
-
"@schematics/angular": "19.
|
|
33
|
+
"@schematics/angular": "19.2.0-next.0",
|
|
34
34
|
"@yarnpkg/lockfile": "1.1.0",
|
|
35
35
|
"ini": "5.0.0",
|
|
36
36
|
"jsonc-parser": "3.3.1",
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
"ng-update": {
|
|
47
47
|
"migrations": "@schematics/angular/migrations/migration-collection.json",
|
|
48
48
|
"packageGroup": {
|
|
49
|
-
"@angular/cli": "19.
|
|
50
|
-
"@angular/build": "19.
|
|
51
|
-
"@angular/ssr": "19.
|
|
52
|
-
"@angular-devkit/architect": "0.
|
|
53
|
-
"@angular-devkit/build-angular": "19.
|
|
54
|
-
"@angular-devkit/build-webpack": "0.
|
|
55
|
-
"@angular-devkit/core": "19.
|
|
56
|
-
"@angular-devkit/schematics": "19.
|
|
49
|
+
"@angular/cli": "19.2.0-next.0",
|
|
50
|
+
"@angular/build": "19.2.0-next.0",
|
|
51
|
+
"@angular/ssr": "19.2.0-next.0",
|
|
52
|
+
"@angular-devkit/architect": "0.1902.0-next.0",
|
|
53
|
+
"@angular-devkit/build-angular": "19.2.0-next.0",
|
|
54
|
+
"@angular-devkit/build-webpack": "0.1902.0-next.0",
|
|
55
|
+
"@angular-devkit/core": "19.2.0-next.0",
|
|
56
|
+
"@angular-devkit/schematics": "19.2.0-next.0"
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"engines": {
|
package/src/utilities/version.js
CHANGED