@angular/cli 20.1.5 → 20.1.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.
@@ -1815,8 +1815,7 @@
1815
1815
  },
1816
1816
  "zoneless": {
1817
1817
  "description": "Create an initial application that does not utilize `zone.js`.",
1818
- "type": "boolean",
1819
- "default": false
1818
+ "type": "boolean"
1820
1819
  }
1821
1820
  }
1822
1821
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cli",
3
- "version": "20.1.5",
3
+ "version": "20.1.6",
4
4
  "description": "CLI tool for Angular",
5
5
  "main": "lib/cli/index.js",
6
6
  "bin": {
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "homepage": "https://github.com/angular/angular-cli",
27
27
  "dependencies": {
28
- "@angular-devkit/architect": "0.2001.5",
29
- "@angular-devkit/core": "20.1.5",
30
- "@angular-devkit/schematics": "20.1.5",
28
+ "@angular-devkit/architect": "0.2001.6",
29
+ "@angular-devkit/core": "20.1.6",
30
+ "@angular-devkit/schematics": "20.1.6",
31
31
  "@inquirer/prompts": "7.6.0",
32
32
  "@listr2/prompt-adapter-inquirer": "2.0.22",
33
33
  "@modelcontextprotocol/sdk": "1.13.3",
34
- "@schematics/angular": "20.1.5",
34
+ "@schematics/angular": "20.1.6",
35
35
  "@yarnpkg/lockfile": "1.1.0",
36
36
  "algoliasearch": "5.32.0",
37
37
  "ini": "5.0.0",
@@ -48,14 +48,14 @@
48
48
  "ng-update": {
49
49
  "migrations": "@schematics/angular/migrations/migration-collection.json",
50
50
  "packageGroup": {
51
- "@angular/cli": "20.1.5",
52
- "@angular/build": "20.1.5",
53
- "@angular/ssr": "20.1.5",
54
- "@angular-devkit/architect": "0.2001.5",
55
- "@angular-devkit/build-angular": "20.1.5",
56
- "@angular-devkit/build-webpack": "0.2001.5",
57
- "@angular-devkit/core": "20.1.5",
58
- "@angular-devkit/schematics": "20.1.5"
51
+ "@angular/cli": "20.1.6",
52
+ "@angular/build": "20.1.6",
53
+ "@angular/ssr": "20.1.6",
54
+ "@angular-devkit/architect": "0.2001.6",
55
+ "@angular-devkit/build-angular": "20.1.6",
56
+ "@angular-devkit/build-webpack": "0.2001.6",
57
+ "@angular-devkit/core": "20.1.6",
58
+ "@angular-devkit/schematics": "20.1.6"
59
59
  }
60
60
  },
61
61
  "packageManager": "pnpm@9.15.9",
@@ -22,4 +22,4 @@ class Version {
22
22
  this.patch = patch;
23
23
  }
24
24
  }
25
- exports.VERSION = new Version('20.1.5');
25
+ exports.VERSION = new Version('20.1.6');