@angular/cli 17.1.0 → 17.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/lib/config/schema.json +3 -3
- package/package.json +14 -14
- package/src/utilities/version.js +1 -1
package/lib/config/schema.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"projects": {
|
|
24
24
|
"type": "object",
|
|
25
25
|
"patternProperties": {
|
|
26
|
-
"^(?:@[a-zA-Z0-
|
|
26
|
+
"^(?:@[a-zA-Z0-9._-]+/)?[a-zA-Z0-9._-]+$": {
|
|
27
27
|
"$ref": "#/definitions/project"
|
|
28
28
|
}
|
|
29
29
|
},
|
|
@@ -3534,7 +3534,7 @@
|
|
|
3534
3534
|
"buildTarget": {
|
|
3535
3535
|
"type": "string",
|
|
3536
3536
|
"description": "A build builder target to serve in the format of `project:target[:configuration]`. You can also pass in more than one configuration name as a comma-separated list. Example: `project:target:production,staging`.",
|
|
3537
|
-
"pattern": "^[^:\\s]
|
|
3537
|
+
"pattern": "^[^:\\s]*:[^:\\s]*(:[^\\s]+)?$"
|
|
3538
3538
|
},
|
|
3539
3539
|
"port": {
|
|
3540
3540
|
"type": "number",
|
|
@@ -3649,7 +3649,7 @@
|
|
|
3649
3649
|
"buildTarget": {
|
|
3650
3650
|
"type": "string",
|
|
3651
3651
|
"description": "A builder target to extract i18n messages in the format of `project:target[:configuration]`. You can also pass in more than one configuration name as a comma-separated list. Example: `project:target:production,staging`.",
|
|
3652
|
-
"pattern": "^[^:\\s]
|
|
3652
|
+
"pattern": "^[^:\\s]*:[^:\\s]*(:[^\\s]+)?$"
|
|
3653
3653
|
},
|
|
3654
3654
|
"format": {
|
|
3655
3655
|
"type": "string",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/cli",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.2.0-next.0",
|
|
4
4
|
"description": "CLI tool for Angular",
|
|
5
5
|
"main": "lib/cli/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -25,20 +25,20 @@
|
|
|
25
25
|
},
|
|
26
26
|
"homepage": "https://github.com/angular/angular-cli",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@angular-devkit/architect": "0.
|
|
29
|
-
"@angular-devkit/core": "17.
|
|
30
|
-
"@angular-devkit/schematics": "17.
|
|
31
|
-
"@schematics/angular": "17.
|
|
28
|
+
"@angular-devkit/architect": "0.1702.0-next.0",
|
|
29
|
+
"@angular-devkit/core": "17.2.0-next.0",
|
|
30
|
+
"@angular-devkit/schematics": "17.2.0-next.0",
|
|
31
|
+
"@schematics/angular": "17.2.0-next.0",
|
|
32
32
|
"@yarnpkg/lockfile": "1.1.0",
|
|
33
33
|
"ansi-colors": "4.1.3",
|
|
34
34
|
"ini": "4.1.1",
|
|
35
35
|
"inquirer": "9.2.12",
|
|
36
|
-
"jsonc-parser": "3.2.
|
|
36
|
+
"jsonc-parser": "3.2.1",
|
|
37
37
|
"npm-package-arg": "11.0.1",
|
|
38
38
|
"npm-pick-manifest": "9.0.0",
|
|
39
39
|
"open": "8.4.2",
|
|
40
40
|
"ora": "5.4.1",
|
|
41
|
-
"pacote": "17.0.
|
|
41
|
+
"pacote": "17.0.6",
|
|
42
42
|
"resolve": "1.22.8",
|
|
43
43
|
"semver": "7.5.4",
|
|
44
44
|
"symbol-observable": "4.0.0",
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
"ng-update": {
|
|
48
48
|
"migrations": "@schematics/angular/migrations/migration-collection.json",
|
|
49
49
|
"packageGroup": {
|
|
50
|
-
"@angular/cli": "17.
|
|
51
|
-
"@angular/ssr": "17.
|
|
52
|
-
"@angular-devkit/architect": "0.
|
|
53
|
-
"@angular-devkit/build-angular": "17.
|
|
54
|
-
"@angular-devkit/build-webpack": "0.
|
|
55
|
-
"@angular-devkit/core": "17.
|
|
56
|
-
"@angular-devkit/schematics": "17.
|
|
50
|
+
"@angular/cli": "17.2.0-next.0",
|
|
51
|
+
"@angular/ssr": "17.2.0-next.0",
|
|
52
|
+
"@angular-devkit/architect": "0.1702.0-next.0",
|
|
53
|
+
"@angular-devkit/build-angular": "17.2.0-next.0",
|
|
54
|
+
"@angular-devkit/build-webpack": "0.1702.0-next.0",
|
|
55
|
+
"@angular-devkit/core": "17.2.0-next.0",
|
|
56
|
+
"@angular-devkit/schematics": "17.2.0-next.0"
|
|
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.
|
|
28
|
+
// export const VERSION = new Version('17.2.0-next.0');
|
|
29
29
|
exports.VERSION = new Version(JSON.parse((0, fs_1.readFileSync)((0, path_1.resolve)(__dirname, '../../package.json'), 'utf-8')).version);
|