@angular/cli 13.1.1 → 13.2.0-next.2
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/commands/add-impl.js +1 -1
- package/lib/config/schema.json +20 -0
- package/models/version.js +2 -1
- package/package.json +12 -12
package/commands/add-impl.js
CHANGED
|
@@ -141,7 +141,7 @@ class AddCommand extends schematic_command_1.SchematicCommand {
|
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
143
|
if (!newIdentifier) {
|
|
144
|
-
spinner.warn("Unable to find compatible package.
|
|
144
|
+
spinner.warn("Unable to find compatible package. Using 'latest' tag.");
|
|
145
145
|
}
|
|
146
146
|
else {
|
|
147
147
|
packageIdentifier = newIdentifier;
|
package/lib/config/schema.json
CHANGED
|
@@ -1784,6 +1784,16 @@
|
|
|
1784
1784
|
],
|
|
1785
1785
|
"default": "warning"
|
|
1786
1786
|
},
|
|
1787
|
+
"i18nDuplicateTranslation": {
|
|
1788
|
+
"type": "string",
|
|
1789
|
+
"description": "How to handle duplicate translations for i18n.",
|
|
1790
|
+
"enum": [
|
|
1791
|
+
"warning",
|
|
1792
|
+
"error",
|
|
1793
|
+
"ignore"
|
|
1794
|
+
],
|
|
1795
|
+
"default": "warning"
|
|
1796
|
+
},
|
|
1787
1797
|
"localize": {
|
|
1788
1798
|
"description": "Translate the bundles in one or more locales.",
|
|
1789
1799
|
"oneOf": [
|
|
@@ -2671,6 +2681,16 @@
|
|
|
2671
2681
|
],
|
|
2672
2682
|
"default": "warning"
|
|
2673
2683
|
},
|
|
2684
|
+
"i18nDuplicateTranslation": {
|
|
2685
|
+
"type": "string",
|
|
2686
|
+
"description": "How to handle duplicate translations for i18n.",
|
|
2687
|
+
"enum": [
|
|
2688
|
+
"warning",
|
|
2689
|
+
"error",
|
|
2690
|
+
"ignore"
|
|
2691
|
+
],
|
|
2692
|
+
"default": "warning"
|
|
2693
|
+
},
|
|
2674
2694
|
"localize": {
|
|
2675
2695
|
"description": "Translate the bundles in one or more locales.",
|
|
2676
2696
|
"oneOf": [
|
package/models/version.js
CHANGED
|
@@ -20,5 +20,6 @@ class Version {
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
exports.Version = Version;
|
|
23
|
-
// TODO: Convert this to use build-time version stamping
|
|
23
|
+
// TODO: Convert this to use build-time version stamping after flipping the build script to use bazel
|
|
24
|
+
// export const VERSION = new Version('0.0.0-PLACEHOLDER');
|
|
24
25
|
exports.VERSION = new Version(JSON.parse((0, fs_1.readFileSync)((0, path_1.resolve)(__dirname, '../package.json'), 'utf-8')).version);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/cli",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.2.0-next.2",
|
|
4
4
|
"description": "CLI tool for Angular",
|
|
5
5
|
"main": "lib/cli/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
},
|
|
29
29
|
"homepage": "https://github.com/angular/angular-cli",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@angular-devkit/architect": "0.
|
|
32
|
-
"@angular-devkit/core": "13.
|
|
33
|
-
"@angular-devkit/schematics": "13.
|
|
34
|
-
"@schematics/angular": "13.
|
|
31
|
+
"@angular-devkit/architect": "0.1302.0-next.2",
|
|
32
|
+
"@angular-devkit/core": "13.2.0-next.2",
|
|
33
|
+
"@angular-devkit/schematics": "13.2.0-next.2",
|
|
34
|
+
"@schematics/angular": "13.2.0-next.2",
|
|
35
35
|
"@yarnpkg/lockfile": "1.1.0",
|
|
36
36
|
"ansi-colors": "4.1.1",
|
|
37
37
|
"debug": "4.3.3",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"open": "8.4.0",
|
|
44
44
|
"ora": "5.4.1",
|
|
45
45
|
"pacote": "12.0.2",
|
|
46
|
-
"resolve": "1.
|
|
46
|
+
"resolve": "1.21.0",
|
|
47
47
|
"semver": "7.3.5",
|
|
48
48
|
"symbol-observable": "4.0.0",
|
|
49
49
|
"uuid": "8.3.2"
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
"ng-update": {
|
|
52
52
|
"migrations": "@schematics/angular/migrations/migration-collection.json",
|
|
53
53
|
"packageGroup": {
|
|
54
|
-
"@angular/cli": "13.
|
|
55
|
-
"@angular-devkit/architect": "0.
|
|
56
|
-
"@angular-devkit/build-angular": "13.
|
|
57
|
-
"@angular-devkit/build-webpack": "0.
|
|
58
|
-
"@angular-devkit/core": "13.
|
|
59
|
-
"@angular-devkit/schematics": "13.
|
|
54
|
+
"@angular/cli": "13.2.0-next.2",
|
|
55
|
+
"@angular-devkit/architect": "0.1302.0-next.2",
|
|
56
|
+
"@angular-devkit/build-angular": "13.2.0-next.2",
|
|
57
|
+
"@angular-devkit/build-webpack": "0.1302.0-next.2",
|
|
58
|
+
"@angular-devkit/core": "13.2.0-next.2",
|
|
59
|
+
"@angular-devkit/schematics": "13.2.0-next.2"
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"engines": {
|