@angular/cli 21.0.0-rc.3 → 21.0.0-rc.5

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.
Binary file
@@ -4348,8 +4348,8 @@
4348
4348
  },
4349
4349
  "runnerConfig": {
4350
4350
  "type": [
4351
- "boolean",
4352
- "string"
4351
+ "string",
4352
+ "boolean"
4353
4353
  ],
4354
4354
  "description": "Specifies the configuration file for the selected test runner. If a string is provided, it will be used as the path to the configuration file. If `true`, the builder will search for a default configuration file (e.g., `vitest.config.ts` or `karma.conf.js`). If `false`, no external configuration file will be used.\\nFor Vitest, this enables advanced options and the use of custom plugins. Please note that while the file is loaded, the Angular team does not provide direct support for its specific contents or any third-party plugins used within it.",
4355
4355
  "default": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cli",
3
- "version": "21.0.0-rc.3",
3
+ "version": "21.0.0-rc.5",
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.2100.0-rc.3",
29
- "@angular-devkit/core": "21.0.0-rc.3",
30
- "@angular-devkit/schematics": "21.0.0-rc.3",
28
+ "@angular-devkit/architect": "0.2100.0-rc.5",
29
+ "@angular-devkit/core": "21.0.0-rc.5",
30
+ "@angular-devkit/schematics": "21.0.0-rc.5",
31
31
  "@inquirer/prompts": "7.9.0",
32
32
  "@listr2/prompt-adapter-inquirer": "3.0.5",
33
33
  "@modelcontextprotocol/sdk": "1.20.1",
34
- "@schematics/angular": "21.0.0-rc.3",
34
+ "@schematics/angular": "21.0.0-rc.5",
35
35
  "@yarnpkg/lockfile": "1.1.0",
36
36
  "algoliasearch": "5.40.1",
37
37
  "ini": "5.0.0",
@@ -48,17 +48,17 @@
48
48
  "ng-update": {
49
49
  "migrations": "@schematics/angular/migrations/migration-collection.json",
50
50
  "packageGroup": {
51
- "@angular/cli": "21.0.0-rc.3",
52
- "@angular/build": "21.0.0-rc.3",
53
- "@angular/ssr": "21.0.0-rc.3",
54
- "@angular-devkit/architect": "0.2100.0-rc.3",
55
- "@angular-devkit/build-angular": "21.0.0-rc.3",
56
- "@angular-devkit/build-webpack": "0.2100.0-rc.3",
57
- "@angular-devkit/core": "21.0.0-rc.3",
58
- "@angular-devkit/schematics": "21.0.0-rc.3"
51
+ "@angular/cli": "21.0.0-rc.5",
52
+ "@angular/build": "21.0.0-rc.5",
53
+ "@angular/ssr": "21.0.0-rc.5",
54
+ "@angular-devkit/architect": "0.2100.0-rc.5",
55
+ "@angular-devkit/build-angular": "21.0.0-rc.5",
56
+ "@angular-devkit/build-webpack": "0.2100.0-rc.5",
57
+ "@angular-devkit/core": "21.0.0-rc.5",
58
+ "@angular-devkit/schematics": "21.0.0-rc.5"
59
59
  }
60
60
  },
61
- "packageManager": "pnpm@10.21.0",
61
+ "packageManager": "pnpm@10.22.0",
62
62
  "engines": {
63
63
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
64
64
  "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
@@ -22,5 +22,5 @@ class Version {
22
22
  this.patch = patch;
23
23
  }
24
24
  }
25
- exports.VERSION = new Version('21.0.0-rc.3');
25
+ exports.VERSION = new Version('21.0.0-rc.5');
26
26
  //# sourceMappingURL=version.js.map