@schematics/angular 11.1.0 → 11.1.4
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/ng-new/schema.d.ts +1 -1
- package/ng-new/schema.json +1 -1
- package/package.json +4 -4
- package/utility/latest-versions.js +4 -4
package/ng-new/schema.d.ts
CHANGED
|
@@ -70,7 +70,7 @@ export interface Schema {
|
|
|
70
70
|
/**
|
|
71
71
|
* Creates a workspace with stricter type checking and stricter bundle budgets settings.
|
|
72
72
|
* This setting helps improve maintainability and catch bugs ahead of time. For more
|
|
73
|
-
* information, see https://angular.io/strict
|
|
73
|
+
* information, see https://angular.io/guide/strict-mode
|
|
74
74
|
*/
|
|
75
75
|
strict?: boolean;
|
|
76
76
|
/**
|
package/ng-new/schema.json
CHANGED
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"x-user-analytics": 14
|
|
128
128
|
},
|
|
129
129
|
"strict": {
|
|
130
|
-
"description": "Creates a workspace with stricter type checking and stricter bundle budgets settings. This setting helps improve maintainability and catch bugs ahead of time. For more information, see https://angular.io/strict",
|
|
130
|
+
"description": "Creates a workspace with stricter type checking and stricter bundle budgets settings. This setting helps improve maintainability and catch bugs ahead of time. For more information, see https://angular.io/guide/strict-mode",
|
|
131
131
|
"x-prompt": "Do you want to enforce stricter type checking and stricter bundle budgets in the workspace?\n This setting helps improve maintainability and catch bugs ahead of time.\n For more information, see https://angular.io/strict",
|
|
132
132
|
"type": "boolean",
|
|
133
133
|
"default": false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@schematics/angular",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.4",
|
|
4
4
|
"description": "Schematics specific to Angular",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
],
|
|
15
15
|
"schematics": "./collection.json",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@angular-devkit/core": "11.1.
|
|
18
|
-
"@angular-devkit/schematics": "11.1.
|
|
17
|
+
"@angular-devkit/core": "11.1.4",
|
|
18
|
+
"@angular-devkit/schematics": "11.1.4",
|
|
19
19
|
"jsonc-parser": "3.0.0"
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"engines": {
|
|
26
26
|
"node": ">= 10.13.0",
|
|
27
|
-
"npm": "
|
|
27
|
+
"npm": "^6.11.0",
|
|
28
28
|
"yarn": ">= 1.13.0"
|
|
29
29
|
},
|
|
30
30
|
"author": "Angular Authors",
|
|
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
10
10
|
exports.latestVersions = void 0;
|
|
11
11
|
exports.latestVersions = {
|
|
12
12
|
// These versions should be kept up to date with latest Angular peer dependencies.
|
|
13
|
-
Angular: '~11.1.
|
|
13
|
+
Angular: '~11.1.2',
|
|
14
14
|
RxJs: '~6.6.0',
|
|
15
15
|
ZoneJs: '~0.11.3',
|
|
16
16
|
TypeScript: '~4.1.2',
|
|
@@ -19,8 +19,8 @@ exports.latestVersions = {
|
|
|
19
19
|
// For our e2e tests, these versions must match the latest tag present on the branch.
|
|
20
20
|
// During RC periods they will not match the latest RC until there's a new git tag, and
|
|
21
21
|
// should not be updated.
|
|
22
|
-
DevkitBuildAngular: '~0.1101.
|
|
23
|
-
DevkitBuildNgPackagr: '~0.1101.
|
|
24
|
-
DevkitBuildWebpack: '~0.1101.
|
|
22
|
+
DevkitBuildAngular: '~0.1101.4',
|
|
23
|
+
DevkitBuildNgPackagr: '~0.1101.4',
|
|
24
|
+
DevkitBuildWebpack: '~0.1101.4',
|
|
25
25
|
ngPackagr: '^11.0.0',
|
|
26
26
|
};
|