@angular/cli 11.0.5 → 11.0.6

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.
@@ -1,4 +1,7 @@
1
1
  Takes the name of the project, as specified in the `projects` section of the `angular.json` workspace configuration file.
2
2
  When a project name is not supplied, it will execute for all projects.
3
3
 
4
- The default linting tool is [TSLint](https://palantir.github.io/tslint/), and the default configuration is specified in the project's `tslint.json` file.
4
+ The default linting tool is [TSLint](https://palantir.github.io/tslint/), and the default configuration is specified in the project's `tslint.json` file.
5
+
6
+ **Note**: TSLint has been discontinued and support has been deprecated in the Angular CLI. The options shown below are for the deprecated TSLint builder.
7
+ To opt-in using the community driven ESLint builder, see [angular-eslint](https://github.com/angular-eslint/angular-eslint#migrating-from-codelyzer-and-tslint) README.
@@ -955,7 +955,7 @@
955
955
  "default": true
956
956
  },
957
957
  "lazyModules": {
958
- "description": "List of additional NgModule files that will be lazy loaded. Lazy router modules with be discovered automatically.",
958
+ "description": "List of additional NgModule files that will be lazy loaded. Lazy router modules will be discovered automatically.",
959
959
  "type": "array",
960
960
  "items": {
961
961
  "type": "string"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cli",
3
- "version": "11.0.5",
3
+ "version": "11.0.6",
4
4
  "description": "CLI tool for Angular",
5
5
  "main": "lib/cli/index.js",
6
6
  "bin": {
@@ -28,11 +28,11 @@
28
28
  },
29
29
  "homepage": "https://github.com/angular/angular-cli",
30
30
  "dependencies": {
31
- "@angular-devkit/architect": "0.1100.5",
32
- "@angular-devkit/core": "11.0.5",
33
- "@angular-devkit/schematics": "11.0.5",
34
- "@schematics/angular": "11.0.5",
35
- "@schematics/update": "0.1100.5",
31
+ "@angular-devkit/architect": "0.1100.6",
32
+ "@angular-devkit/core": "11.0.6",
33
+ "@angular-devkit/schematics": "11.0.6",
34
+ "@schematics/angular": "11.0.6",
35
+ "@schematics/update": "0.1100.6",
36
36
  "@yarnpkg/lockfile": "1.1.0",
37
37
  "ansi-colors": "4.1.1",
38
38
  "debug": "4.2.0",
@@ -52,11 +52,11 @@
52
52
  "ng-update": {
53
53
  "migrations": "@schematics/angular/migrations/migration-collection.json",
54
54
  "packageGroup": {
55
- "@angular/cli": "11.0.5",
56
- "@angular-devkit/build-angular": "0.1100.5",
57
- "@angular-devkit/build-webpack": "0.1100.5",
58
- "@angular-devkit/core": "11.0.5",
59
- "@angular-devkit/schematics": "11.0.5"
55
+ "@angular/cli": "11.0.6",
56
+ "@angular-devkit/build-angular": "0.1100.6",
57
+ "@angular-devkit/build-webpack": "0.1100.6",
58
+ "@angular-devkit/core": "11.0.6",
59
+ "@angular-devkit/schematics": "11.0.6"
60
60
  }
61
61
  },
62
62
  "engines": {