@angular/cli 20.3.7 → 20.3.9

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.
@@ -2614,7 +2614,7 @@
2614
2614
  },
2615
2615
  "outputMode": {
2616
2616
  "type": "string",
2617
- "description": "Defines the build output target. 'static': Generates a static site for deployment on any static hosting service. 'server': Produces an application designed for deployment on a server that supports server-side rendering (SSR).",
2617
+ "description": "Defines the type of build output artifact. 'static': Generates a static site build artifact for deployment on any static hosting service. 'server': Generates a server application build artifact, required for applications using hybrid rendering or APIs.",
2618
2618
  "enum": [
2619
2619
  "static",
2620
2620
  "server"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cli",
3
- "version": "20.3.7",
3
+ "version": "20.3.9",
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.2003.7",
29
- "@angular-devkit/core": "20.3.7",
30
- "@angular-devkit/schematics": "20.3.7",
28
+ "@angular-devkit/architect": "0.2003.9",
29
+ "@angular-devkit/core": "20.3.9",
30
+ "@angular-devkit/schematics": "20.3.9",
31
31
  "@inquirer/prompts": "7.8.2",
32
32
  "@listr2/prompt-adapter-inquirer": "3.0.1",
33
33
  "@modelcontextprotocol/sdk": "1.17.3",
34
- "@schematics/angular": "20.3.7",
34
+ "@schematics/angular": "20.3.9",
35
35
  "@yarnpkg/lockfile": "1.1.0",
36
36
  "algoliasearch": "5.35.0",
37
37
  "ini": "5.0.0",
@@ -47,17 +47,17 @@
47
47
  "ng-update": {
48
48
  "migrations": "@schematics/angular/migrations/migration-collection.json",
49
49
  "packageGroup": {
50
- "@angular/cli": "20.3.7",
51
- "@angular/build": "20.3.7",
52
- "@angular/ssr": "20.3.7",
53
- "@angular-devkit/architect": "0.2003.7",
54
- "@angular-devkit/build-angular": "20.3.7",
55
- "@angular-devkit/build-webpack": "0.2003.7",
56
- "@angular-devkit/core": "20.3.7",
57
- "@angular-devkit/schematics": "20.3.7"
50
+ "@angular/cli": "20.3.9",
51
+ "@angular/build": "20.3.9",
52
+ "@angular/ssr": "20.3.9",
53
+ "@angular-devkit/architect": "0.2003.9",
54
+ "@angular-devkit/build-angular": "20.3.9",
55
+ "@angular-devkit/build-webpack": "0.2003.9",
56
+ "@angular-devkit/core": "20.3.9",
57
+ "@angular-devkit/schematics": "20.3.9"
58
58
  }
59
59
  },
60
- "packageManager": "pnpm@10.18.3",
60
+ "packageManager": "pnpm@10.19.0",
61
61
  "engines": {
62
62
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
63
63
  "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.3.7');
25
+ exports.VERSION = new Version('20.3.9');