@angular/cli 17.0.6 → 17.1.0-next.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 +22 -3
- package/package.json +14 -14
- package/src/utilities/version.js +1 -1
package/lib/config/schema.json
CHANGED
|
@@ -1809,6 +1809,11 @@
|
|
|
1809
1809
|
"type": "boolean",
|
|
1810
1810
|
"description": "Extract and inline critical CSS definitions to improve first paint time.",
|
|
1811
1811
|
"default": true
|
|
1812
|
+
},
|
|
1813
|
+
"removeSpecialComments": {
|
|
1814
|
+
"type": "boolean",
|
|
1815
|
+
"description": "Remove comments in global CSS that contains '@license' or '@preserve' or that starts with '//!' or '/*!'.",
|
|
1816
|
+
"default": true
|
|
1812
1817
|
}
|
|
1813
1818
|
},
|
|
1814
1819
|
"additionalProperties": false
|
|
@@ -1846,6 +1851,20 @@
|
|
|
1846
1851
|
}
|
|
1847
1852
|
]
|
|
1848
1853
|
},
|
|
1854
|
+
"loader": {
|
|
1855
|
+
"description": "Defines the type of loader to use with a specified file extension when used with a JavaScript `import`. `text` inlines the content as a string; `binary` inlines the content as a Uint8Array; `file` emits the file and provides the runtime location of the file; `empty` considers the content to be empty and not include it in bundles.",
|
|
1856
|
+
"type": "object",
|
|
1857
|
+
"patternProperties": {
|
|
1858
|
+
"^\\.\\S+$": {
|
|
1859
|
+
"enum": [
|
|
1860
|
+
"text",
|
|
1861
|
+
"binary",
|
|
1862
|
+
"file",
|
|
1863
|
+
"empty"
|
|
1864
|
+
]
|
|
1865
|
+
}
|
|
1866
|
+
}
|
|
1867
|
+
},
|
|
1849
1868
|
"fileReplacements": {
|
|
1850
1869
|
"description": "Replace compilation source files with other compilation source files in the build.",
|
|
1851
1870
|
"type": "array",
|
|
@@ -2068,7 +2087,7 @@
|
|
|
2068
2087
|
]
|
|
2069
2088
|
},
|
|
2070
2089
|
"allowedCommonJsDependencies": {
|
|
2071
|
-
"description": "A list of CommonJS packages that are allowed to be used without a build time warning.",
|
|
2090
|
+
"description": "A list of CommonJS or AMD packages that are allowed to be used without a build time warning. Use `'*'` to allow all.",
|
|
2072
2091
|
"type": "array",
|
|
2073
2092
|
"items": {
|
|
2074
2093
|
"type": "string"
|
|
@@ -2702,7 +2721,7 @@
|
|
|
2702
2721
|
]
|
|
2703
2722
|
},
|
|
2704
2723
|
"allowedCommonJsDependencies": {
|
|
2705
|
-
"description": "A list of CommonJS packages that are allowed to be used without a build time warning.",
|
|
2724
|
+
"description": "A list of CommonJS or AMD packages that are allowed to be used without a build time warning. Use `'*'` to allow all.",
|
|
2706
2725
|
"type": "array",
|
|
2707
2726
|
"items": {
|
|
2708
2727
|
"type": "string"
|
|
@@ -3281,7 +3300,7 @@
|
|
|
3281
3300
|
]
|
|
3282
3301
|
},
|
|
3283
3302
|
"allowedCommonJsDependencies": {
|
|
3284
|
-
"description": "A list of CommonJS packages that are allowed to be used without a build time warning.",
|
|
3303
|
+
"description": "A list of CommonJS or AMD packages that are allowed to be used without a build time warning. Use `'*'` to allow all.",
|
|
3285
3304
|
"type": "array",
|
|
3286
3305
|
"items": {
|
|
3287
3306
|
"type": "string"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/cli",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.1.0-next.1",
|
|
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.0.
|
|
30
|
-
"@angular-devkit/schematics": "17.0.
|
|
31
|
-
"@schematics/angular": "17.0.
|
|
28
|
+
"@angular-devkit/architect": "0.1701.0-next.1",
|
|
29
|
+
"@angular-devkit/core": "17.1.0-next.1",
|
|
30
|
+
"@angular-devkit/schematics": "17.1.0-next.1",
|
|
31
|
+
"@schematics/angular": "17.1.0-next.1",
|
|
32
32
|
"@yarnpkg/lockfile": "1.1.0",
|
|
33
33
|
"ansi-colors": "4.1.3",
|
|
34
34
|
"ini": "4.1.1",
|
|
35
|
-
"inquirer": "9.2.
|
|
35
|
+
"inquirer": "9.2.12",
|
|
36
36
|
"jsonc-parser": "3.2.0",
|
|
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.5",
|
|
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.0.
|
|
51
|
-
"@angular/ssr": "17.0.
|
|
52
|
-
"@angular-devkit/architect": "0.
|
|
53
|
-
"@angular-devkit/build-angular": "17.0.
|
|
54
|
-
"@angular-devkit/build-webpack": "0.
|
|
55
|
-
"@angular-devkit/core": "17.0.
|
|
56
|
-
"@angular-devkit/schematics": "17.0.
|
|
50
|
+
"@angular/cli": "17.1.0-next.1",
|
|
51
|
+
"@angular/ssr": "17.1.0-next.1",
|
|
52
|
+
"@angular-devkit/architect": "0.1701.0-next.1",
|
|
53
|
+
"@angular-devkit/build-angular": "17.1.0-next.1",
|
|
54
|
+
"@angular-devkit/build-webpack": "0.1701.0-next.1",
|
|
55
|
+
"@angular-devkit/core": "17.1.0-next.1",
|
|
56
|
+
"@angular-devkit/schematics": "17.1.0-next.1"
|
|
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.0.
|
|
28
|
+
// export const VERSION = new Version('17.1.0-next.1');
|
|
29
29
|
exports.VERSION = new Version(JSON.parse((0, fs_1.readFileSync)((0, path_1.resolve)(__dirname, '../../package.json'), 'utf-8')).version);
|