@angular/cli 17.2.0 → 17.2.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/lib/config/schema.json +12 -12
- package/package.json +12 -12
- package/src/utilities/version.js +1 -1
package/lib/config/schema.json
CHANGED
|
@@ -2310,11 +2310,11 @@
|
|
|
2310
2310
|
"properties": {
|
|
2311
2311
|
"replace": {
|
|
2312
2312
|
"type": "string",
|
|
2313
|
-
"pattern": "\\.(([cm]?
|
|
2313
|
+
"pattern": "\\.(([cm]?[jt])sx?|json)$"
|
|
2314
2314
|
},
|
|
2315
2315
|
"with": {
|
|
2316
2316
|
"type": "string",
|
|
2317
|
-
"pattern": "\\.(([cm]?
|
|
2317
|
+
"pattern": "\\.(([cm]?[jt])sx?|json)$"
|
|
2318
2318
|
}
|
|
2319
2319
|
},
|
|
2320
2320
|
"additionalProperties": false
|
|
@@ -2896,11 +2896,11 @@
|
|
|
2896
2896
|
"properties": {
|
|
2897
2897
|
"src": {
|
|
2898
2898
|
"type": "string",
|
|
2899
|
-
"pattern": "\\.(([cm]?
|
|
2899
|
+
"pattern": "\\.(([cm]?[jt])sx?|json)$"
|
|
2900
2900
|
},
|
|
2901
2901
|
"replaceWith": {
|
|
2902
2902
|
"type": "string",
|
|
2903
|
-
"pattern": "\\.(([cm]?
|
|
2903
|
+
"pattern": "\\.(([cm]?[jt])sx?|json)$"
|
|
2904
2904
|
}
|
|
2905
2905
|
},
|
|
2906
2906
|
"additionalProperties": false
|
|
@@ -2910,11 +2910,11 @@
|
|
|
2910
2910
|
"properties": {
|
|
2911
2911
|
"replace": {
|
|
2912
2912
|
"type": "string",
|
|
2913
|
-
"pattern": "\\.(([cm]?
|
|
2913
|
+
"pattern": "\\.(([cm]?[jt])sx?|json)$"
|
|
2914
2914
|
},
|
|
2915
2915
|
"with": {
|
|
2916
2916
|
"type": "string",
|
|
2917
|
-
"pattern": "\\.(([cm]?
|
|
2917
|
+
"pattern": "\\.(([cm]?[jt])sx?|json)$"
|
|
2918
2918
|
}
|
|
2919
2919
|
},
|
|
2920
2920
|
"additionalProperties": false
|
|
@@ -3473,11 +3473,11 @@
|
|
|
3473
3473
|
"properties": {
|
|
3474
3474
|
"replace": {
|
|
3475
3475
|
"type": "string",
|
|
3476
|
-
"pattern": "\\.(([cm]?
|
|
3476
|
+
"pattern": "\\.(([cm]?[jt])sx?|json)$"
|
|
3477
3477
|
},
|
|
3478
3478
|
"with": {
|
|
3479
3479
|
"type": "string",
|
|
3480
|
-
"pattern": "\\.(([cm]?
|
|
3480
|
+
"pattern": "\\.(([cm]?[jt])sx?|json)$"
|
|
3481
3481
|
}
|
|
3482
3482
|
},
|
|
3483
3483
|
"additionalProperties": false
|
|
@@ -4819,11 +4819,11 @@
|
|
|
4819
4819
|
"properties": {
|
|
4820
4820
|
"src": {
|
|
4821
4821
|
"type": "string",
|
|
4822
|
-
"pattern": "\\.(([cm]?
|
|
4822
|
+
"pattern": "\\.(([cm]?[jt])sx?|json)$"
|
|
4823
4823
|
},
|
|
4824
4824
|
"replaceWith": {
|
|
4825
4825
|
"type": "string",
|
|
4826
|
-
"pattern": "\\.(([cm]?
|
|
4826
|
+
"pattern": "\\.(([cm]?[jt])sx?|json)$"
|
|
4827
4827
|
}
|
|
4828
4828
|
},
|
|
4829
4829
|
"additionalProperties": false
|
|
@@ -4833,11 +4833,11 @@
|
|
|
4833
4833
|
"properties": {
|
|
4834
4834
|
"replace": {
|
|
4835
4835
|
"type": "string",
|
|
4836
|
-
"pattern": "\\.(([cm]?
|
|
4836
|
+
"pattern": "\\.(([cm]?[jt])sx?|json)$"
|
|
4837
4837
|
},
|
|
4838
4838
|
"with": {
|
|
4839
4839
|
"type": "string",
|
|
4840
|
-
"pattern": "\\.(([cm]?
|
|
4840
|
+
"pattern": "\\.(([cm]?[jt])sx?|json)$"
|
|
4841
4841
|
}
|
|
4842
4842
|
},
|
|
4843
4843
|
"additionalProperties": false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/cli",
|
|
3
|
-
"version": "17.2.
|
|
3
|
+
"version": "17.2.2",
|
|
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.1702.
|
|
29
|
-
"@angular-devkit/core": "17.2.
|
|
30
|
-
"@angular-devkit/schematics": "17.2.
|
|
31
|
-
"@schematics/angular": "17.2.
|
|
28
|
+
"@angular-devkit/architect": "0.1702.2",
|
|
29
|
+
"@angular-devkit/core": "17.2.2",
|
|
30
|
+
"@angular-devkit/schematics": "17.2.2",
|
|
31
|
+
"@schematics/angular": "17.2.2",
|
|
32
32
|
"@yarnpkg/lockfile": "1.1.0",
|
|
33
33
|
"ansi-colors": "4.1.3",
|
|
34
34
|
"ini": "4.1.1",
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
"ng-update": {
|
|
48
48
|
"migrations": "@schematics/angular/migrations/migration-collection.json",
|
|
49
49
|
"packageGroup": {
|
|
50
|
-
"@angular/cli": "17.2.
|
|
51
|
-
"@angular/ssr": "17.2.
|
|
52
|
-
"@angular-devkit/architect": "0.1702.
|
|
53
|
-
"@angular-devkit/build-angular": "17.2.
|
|
54
|
-
"@angular-devkit/build-webpack": "0.1702.
|
|
55
|
-
"@angular-devkit/core": "17.2.
|
|
56
|
-
"@angular-devkit/schematics": "17.2.
|
|
50
|
+
"@angular/cli": "17.2.2",
|
|
51
|
+
"@angular/ssr": "17.2.2",
|
|
52
|
+
"@angular-devkit/architect": "0.1702.2",
|
|
53
|
+
"@angular-devkit/build-angular": "17.2.2",
|
|
54
|
+
"@angular-devkit/build-webpack": "0.1702.2",
|
|
55
|
+
"@angular-devkit/core": "17.2.2",
|
|
56
|
+
"@angular-devkit/schematics": "17.2.2"
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"engines": {
|
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('17.2.
|
|
28
|
+
// export const VERSION = new Version('17.2.2');
|
|
29
29
|
exports.VERSION = new Version(JSON.parse((0, fs_1.readFileSync)((0, path_1.resolve)(__dirname, '../../package.json'), 'utf-8')).version);
|