@angular/cli 20.0.0-rc.0 → 20.0.0-rc.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.
@@ -4300,6 +4300,11 @@
4300
4300
  "items": {
4301
4301
  "type": "string"
4302
4302
  }
4303
+ },
4304
+ "providersFile": {
4305
+ "type": "string",
4306
+ "description": "TypeScript file that exports an array of Angular providers to use during test execution. The array must be a default export.",
4307
+ "minLength": 1
4303
4308
  }
4304
4309
  },
4305
4310
  "additionalProperties": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cli",
3
- "version": "20.0.0-rc.0",
3
+ "version": "20.0.0-rc.1",
4
4
  "description": "CLI tool for Angular",
5
5
  "main": "lib/cli/index.js",
6
6
  "bin": {
@@ -25,12 +25,12 @@
25
25
  },
26
26
  "homepage": "https://github.com/angular/angular-cli",
27
27
  "dependencies": {
28
- "@angular-devkit/architect": "0.2000.0-rc.0",
29
- "@angular-devkit/core": "20.0.0-rc.0",
30
- "@angular-devkit/schematics": "20.0.0-rc.0",
31
- "@inquirer/prompts": "7.5.0",
28
+ "@angular-devkit/architect": "0.2000.0-rc.1",
29
+ "@angular-devkit/core": "20.0.0-rc.1",
30
+ "@angular-devkit/schematics": "20.0.0-rc.1",
31
+ "@inquirer/prompts": "7.5.1",
32
32
  "@listr2/prompt-adapter-inquirer": "2.0.22",
33
- "@schematics/angular": "20.0.0-rc.0",
33
+ "@schematics/angular": "20.0.0-rc.1",
34
34
  "@yarnpkg/lockfile": "1.1.0",
35
35
  "ini": "5.0.0",
36
36
  "jsonc-parser": "3.3.1",
@@ -39,23 +39,23 @@
39
39
  "npm-pick-manifest": "10.0.0",
40
40
  "pacote": "20.0.0",
41
41
  "resolve": "1.22.10",
42
- "semver": "7.7.1",
42
+ "semver": "7.7.2",
43
43
  "yargs": "17.7.2"
44
44
  },
45
45
  "ng-update": {
46
46
  "migrations": "@schematics/angular/migrations/migration-collection.json",
47
47
  "packageGroup": {
48
- "@angular/cli": "20.0.0-rc.0",
49
- "@angular/build": "20.0.0-rc.0",
50
- "@angular/ssr": "20.0.0-rc.0",
51
- "@angular-devkit/architect": "0.2000.0-rc.0",
52
- "@angular-devkit/build-angular": "20.0.0-rc.0",
53
- "@angular-devkit/build-webpack": "0.2000.0-rc.0",
54
- "@angular-devkit/core": "20.0.0-rc.0",
55
- "@angular-devkit/schematics": "20.0.0-rc.0"
48
+ "@angular/cli": "20.0.0-rc.1",
49
+ "@angular/build": "20.0.0-rc.1",
50
+ "@angular/ssr": "20.0.0-rc.1",
51
+ "@angular-devkit/architect": "0.2000.0-rc.1",
52
+ "@angular-devkit/build-angular": "20.0.0-rc.1",
53
+ "@angular-devkit/build-webpack": "0.2000.0-rc.1",
54
+ "@angular-devkit/core": "20.0.0-rc.1",
55
+ "@angular-devkit/schematics": "20.0.0-rc.1"
56
56
  }
57
57
  },
58
- "packageManager": "pnpm@9.15.6",
58
+ "packageManager": "pnpm@9.15.9",
59
59
  "engines": {
60
60
  "node": "^20.11.1 || ^22.11.0 || >=24.0.0",
61
61
  "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
@@ -22,4 +22,4 @@ class Version {
22
22
  this.patch = patch;
23
23
  }
24
24
  }
25
- exports.VERSION = new Version('20.0.0-rc.0');
25
+ exports.VERSION = new Version('20.0.0-rc.1');