@angular/cli 19.0.0-rc.0 → 19.0.0-rc.1
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
CHANGED
|
@@ -3751,8 +3751,7 @@
|
|
|
3751
3751
|
},
|
|
3752
3752
|
"hmr": {
|
|
3753
3753
|
"type": "boolean",
|
|
3754
|
-
"description": "Enable hot module replacement."
|
|
3755
|
-
"default": false
|
|
3754
|
+
"description": "Enable hot module replacement. Defaults to the value of 'liveReload'. Currently, only global and component stylesheets are supported."
|
|
3756
3755
|
},
|
|
3757
3756
|
"watch": {
|
|
3758
3757
|
"type": "boolean",
|
|
@@ -3886,8 +3885,7 @@
|
|
|
3886
3885
|
},
|
|
3887
3886
|
"hmr": {
|
|
3888
3887
|
"type": "boolean",
|
|
3889
|
-
"description": "Enable hot module replacement."
|
|
3890
|
-
"default": false
|
|
3888
|
+
"description": "Enable hot module replacement."
|
|
3891
3889
|
},
|
|
3892
3890
|
"watch": {
|
|
3893
3891
|
"type": "boolean",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/cli",
|
|
3
|
-
"version": "19.0.0-rc.
|
|
3
|
+
"version": "19.0.0-rc.1",
|
|
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.1900.0-rc.
|
|
29
|
-
"@angular-devkit/core": "19.0.0-rc.
|
|
30
|
-
"@angular-devkit/schematics": "19.0.0-rc.
|
|
28
|
+
"@angular-devkit/architect": "0.1900.0-rc.1",
|
|
29
|
+
"@angular-devkit/core": "19.0.0-rc.1",
|
|
30
|
+
"@angular-devkit/schematics": "19.0.0-rc.1",
|
|
31
31
|
"@inquirer/prompts": "7.0.1",
|
|
32
32
|
"@listr2/prompt-adapter-inquirer": "2.0.17",
|
|
33
|
-
"@schematics/angular": "19.0.0-rc.
|
|
33
|
+
"@schematics/angular": "19.0.0-rc.1",
|
|
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.0.0-rc.
|
|
50
|
-
"@angular/build": "19.0.0-rc.
|
|
51
|
-
"@angular/ssr": "19.0.0-rc.
|
|
52
|
-
"@angular-devkit/architect": "0.1900.0-rc.
|
|
53
|
-
"@angular-devkit/build-angular": "19.0.0-rc.
|
|
54
|
-
"@angular-devkit/build-webpack": "0.1900.0-rc.
|
|
55
|
-
"@angular-devkit/core": "19.0.0-rc.
|
|
56
|
-
"@angular-devkit/schematics": "19.0.0-rc.
|
|
49
|
+
"@angular/cli": "19.0.0-rc.1",
|
|
50
|
+
"@angular/build": "19.0.0-rc.1",
|
|
51
|
+
"@angular/ssr": "19.0.0-rc.1",
|
|
52
|
+
"@angular-devkit/architect": "0.1900.0-rc.1",
|
|
53
|
+
"@angular-devkit/build-angular": "19.0.0-rc.1",
|
|
54
|
+
"@angular-devkit/build-webpack": "0.1900.0-rc.1",
|
|
55
|
+
"@angular-devkit/core": "19.0.0-rc.1",
|
|
56
|
+
"@angular-devkit/schematics": "19.0.0-rc.1"
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"packageManager": "yarn@4.5.0",
|
|
@@ -39,7 +39,7 @@ export declare enum RequestParameter {
|
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
41
|
* User scoped custom dimensions.
|
|
42
|
-
* @
|
|
42
|
+
* @remarks
|
|
43
43
|
* - User custom dimensions limit is 25.
|
|
44
44
|
* - `up.*` string type.
|
|
45
45
|
* - `upn.*` number type.
|
|
@@ -58,7 +58,7 @@ export declare enum UserCustomDimension {
|
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
60
|
* Event scoped custom dimensions.
|
|
61
|
-
* @
|
|
61
|
+
* @remarks
|
|
62
62
|
* - Event custom dimensions limit is 50.
|
|
63
63
|
* - `ep.*` string type.
|
|
64
64
|
* - `epn.*` number type.
|
|
@@ -80,7 +80,7 @@ export declare enum EventCustomDimension {
|
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
82
|
* Event scoped custom mertics.
|
|
83
|
-
* @
|
|
83
|
+
* @remarks
|
|
84
84
|
* - Event scoped custom mertics limit is 50.
|
|
85
85
|
* - `ep.*` string type.
|
|
86
86
|
* - `epn.*` number type.
|
|
@@ -41,7 +41,7 @@ var RequestParameter;
|
|
|
41
41
|
})(RequestParameter || (exports.RequestParameter = RequestParameter = {}));
|
|
42
42
|
/**
|
|
43
43
|
* User scoped custom dimensions.
|
|
44
|
-
* @
|
|
44
|
+
* @remarks
|
|
45
45
|
* - User custom dimensions limit is 25.
|
|
46
46
|
* - `up.*` string type.
|
|
47
47
|
* - `upn.*` number type.
|
|
@@ -61,7 +61,7 @@ var UserCustomDimension;
|
|
|
61
61
|
})(UserCustomDimension || (exports.UserCustomDimension = UserCustomDimension = {}));
|
|
62
62
|
/**
|
|
63
63
|
* Event scoped custom dimensions.
|
|
64
|
-
* @
|
|
64
|
+
* @remarks
|
|
65
65
|
* - Event custom dimensions limit is 50.
|
|
66
66
|
* - `ep.*` string type.
|
|
67
67
|
* - `epn.*` number type.
|
|
@@ -84,7 +84,7 @@ var EventCustomDimension;
|
|
|
84
84
|
})(EventCustomDimension || (exports.EventCustomDimension = EventCustomDimension = {}));
|
|
85
85
|
/**
|
|
86
86
|
* Event scoped custom mertics.
|
|
87
|
-
* @
|
|
87
|
+
* @remarks
|
|
88
88
|
* - Event scoped custom mertics limit is 50.
|
|
89
89
|
* - `ep.*` string type.
|
|
90
90
|
* - `epn.*` number type.
|
|
@@ -833,6 +833,7 @@ class UpdateCommandModule extends command_module_1.CommandModule {
|
|
|
833
833
|
return {
|
|
834
834
|
name: `[${color_1.colors.white(migration.name)}] ${title}${documentation ? ` (${documentation})` : ''}`,
|
|
835
835
|
value: migration.name,
|
|
836
|
+
checked: migration.recommended,
|
|
836
837
|
};
|
|
837
838
|
}), null);
|
|
838
839
|
logger.info(''); // Extra trailing newline.
|
package/src/utilities/version.js
CHANGED
|
@@ -25,5 +25,5 @@ class Version {
|
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
// TODO(bazel): Convert this to use build-time version stamping after flipping the build script to use bazel
|
|
28
|
-
// export const VERSION = new Version('19.0.0-rc.
|
|
28
|
+
// export const VERSION = new Version('19.0.0-rc.1');
|
|
29
29
|
exports.VERSION = new Version(JSON.parse((0, fs_1.readFileSync)((0, path_1.resolve)(__dirname, '../../package.json'), 'utf-8')).version);
|