@angular/cli 14.2.0-next.1 → 14.2.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/lib/config/schema.json
CHANGED
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"boolean",
|
|
83
83
|
"string"
|
|
84
84
|
],
|
|
85
|
-
"description": "Share
|
|
85
|
+
"description": "Share pseudonymous usage data with the Angular Team at Google."
|
|
86
86
|
},
|
|
87
87
|
"analyticsSharing": {
|
|
88
88
|
"type": "object",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"boolean",
|
|
170
170
|
"string"
|
|
171
171
|
],
|
|
172
|
-
"description": "Share
|
|
172
|
+
"description": "Share pseudonymous usage data with the Angular Team at Google."
|
|
173
173
|
},
|
|
174
174
|
"analyticsSharing": {
|
|
175
175
|
"type": "object",
|
|
@@ -16,7 +16,7 @@ export interface Schema {
|
|
|
16
16
|
}
|
|
17
17
|
export interface CliOptions {
|
|
18
18
|
/**
|
|
19
|
-
* Share
|
|
19
|
+
* Share pseudonymous usage data with the Angular Team at Google.
|
|
20
20
|
*/
|
|
21
21
|
analytics?: Analytics;
|
|
22
22
|
analyticsSharing?: AnalyticsSharing;
|
|
@@ -42,7 +42,7 @@ export interface CliOptions {
|
|
|
42
42
|
warnings?: Warnings;
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
45
|
-
* Share
|
|
45
|
+
* Share pseudonymous usage data with the Angular Team at Google.
|
|
46
46
|
*/
|
|
47
47
|
export declare type Analytics = boolean | string;
|
|
48
48
|
export interface AnalyticsSharing {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/cli",
|
|
3
|
-
"version": "14.2.0
|
|
3
|
+
"version": "14.2.0",
|
|
4
4
|
"description": "CLI tool for Angular",
|
|
5
5
|
"main": "lib/cli/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
},
|
|
26
26
|
"homepage": "https://github.com/angular/angular-cli",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@angular-devkit/architect": "0.1402.0
|
|
29
|
-
"@angular-devkit/core": "14.2.0
|
|
30
|
-
"@angular-devkit/schematics": "14.2.0
|
|
31
|
-
"@schematics/angular": "14.2.0
|
|
28
|
+
"@angular-devkit/architect": "0.1402.0",
|
|
29
|
+
"@angular-devkit/core": "14.2.0",
|
|
30
|
+
"@angular-devkit/schematics": "14.2.0",
|
|
31
|
+
"@schematics/angular": "14.2.0",
|
|
32
32
|
"@yarnpkg/lockfile": "1.1.0",
|
|
33
33
|
"ansi-colors": "4.1.3",
|
|
34
34
|
"debug": "4.3.4",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"npm-pick-manifest": "7.0.1",
|
|
40
40
|
"open": "8.4.0",
|
|
41
41
|
"ora": "5.4.1",
|
|
42
|
-
"pacote": "13.6.
|
|
42
|
+
"pacote": "13.6.2",
|
|
43
43
|
"resolve": "1.22.1",
|
|
44
44
|
"semver": "7.3.7",
|
|
45
45
|
"symbol-observable": "4.0.0",
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
"ng-update": {
|
|
50
50
|
"migrations": "@schematics/angular/migrations/migration-collection.json",
|
|
51
51
|
"packageGroup": {
|
|
52
|
-
"@angular/cli": "14.2.0
|
|
53
|
-
"@angular-devkit/architect": "0.1402.0
|
|
54
|
-
"@angular-devkit/build-angular": "14.2.0
|
|
55
|
-
"@angular-devkit/build-webpack": "0.1402.0
|
|
56
|
-
"@angular-devkit/core": "14.2.0
|
|
57
|
-
"@angular-devkit/schematics": "14.2.0
|
|
52
|
+
"@angular/cli": "14.2.0",
|
|
53
|
+
"@angular-devkit/architect": "0.1402.0",
|
|
54
|
+
"@angular-devkit/build-angular": "14.2.0",
|
|
55
|
+
"@angular-devkit/build-webpack": "0.1402.0",
|
|
56
|
+
"@angular-devkit/core": "14.2.0",
|
|
57
|
+
"@angular-devkit/schematics": "14.2.0"
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"engines": {
|
|
@@ -125,8 +125,8 @@ async function promptAnalytics(global, force = false) {
|
|
|
125
125
|
type: 'confirm',
|
|
126
126
|
name: 'analytics',
|
|
127
127
|
message: core_1.tags.stripIndents `
|
|
128
|
-
Would you like to share
|
|
129
|
-
Google under Google
|
|
128
|
+
Would you like to share pseudonymous usage data about this project with the Angular Team
|
|
129
|
+
at Google under Google's Privacy Policy at https://policies.google.com/privacy. For more
|
|
130
130
|
details and how to change this setting, see https://angular.io/analytics.
|
|
131
131
|
|
|
132
132
|
`,
|
|
@@ -137,7 +137,7 @@ async function promptAnalytics(global, force = false) {
|
|
|
137
137
|
if (answers.analytics) {
|
|
138
138
|
console.log('');
|
|
139
139
|
console.log(core_1.tags.stripIndent `
|
|
140
|
-
Thank you for sharing
|
|
140
|
+
Thank you for sharing pseudonymous usage data. Should you change your mind, the following
|
|
141
141
|
command will disable this feature entirely:
|
|
142
142
|
|
|
143
143
|
${color_1.colors.yellow(`ng analytics disable${global ? ' --global' : ''}`)}
|
|
@@ -26,7 +26,7 @@ By default, disk cache is only enabled for local environments. The value of envi
|
|
|
26
26
|
|
|
27
27
|
- `all` - allows disk cache on all machines.
|
|
28
28
|
- `local` - allows disk cache only on development machines.
|
|
29
|
-
- `ci` - allows disk cache only on continuous integration (
|
|
29
|
+
- `ci` - allows disk cache only on continuous integration (CI) systems.
|
|
30
30
|
|
|
31
31
|
To change the environment setting to `all`, run the following command:
|
|
32
32
|
|
|
@@ -744,7 +744,7 @@ class UpdateCommandModule extends command_module_1.CommandModule {
|
|
|
744
744
|
// npm ERR! dev @angular-devkit/build-angular@"~14.0.0-rc.0" from the root project
|
|
745
745
|
if (this.context.packageManager.name === workspace_schema_1.PackageManager.Npm &&
|
|
746
746
|
this.context.packageManager.version &&
|
|
747
|
-
semver.gte(this.context.packageManager.version, '7.0.0'
|
|
747
|
+
semver.gte(this.context.packageManager.version, '7.0.0')) {
|
|
748
748
|
if (verbose) {
|
|
749
749
|
this.context.logger.info('NPM 7+ detected -- enabling force option for package installation');
|
|
750
750
|
}
|