@angular/cli 20.3.5 → 20.3.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.
@@ -1981,7 +1981,7 @@
1981
1981
  "properties": {
1982
1982
  "assets": {
1983
1983
  "type": "array",
1984
- "description": "List of static application assets.",
1984
+ "description": "Define the assets to be copied to the output directory. These assets are copied as-is without any further processing or hashing.",
1985
1985
  "default": [],
1986
1986
  "items": {
1987
1987
  "$ref": "#/definitions/AngularBuildBuildersApplicationSchema/definitions/assetPattern"
@@ -2433,7 +2433,7 @@
2433
2433
  },
2434
2434
  "outputHashing": {
2435
2435
  "type": "string",
2436
- "description": "Define the output filename cache-busting hashing mode.",
2436
+ "description": "Define the output filename cache-busting hashing mode.\n\n- `none`: No hashing.\n- `all`: Hash for all output bundles. \n- `media`: Hash for all output media (e.g., images, fonts, etc. that are referenced in CSS files).\n- `bundles`: Hash for output of lazy and main bundles.",
2437
2437
  "default": "none",
2438
2438
  "enum": [
2439
2439
  "none",
@@ -2770,7 +2770,7 @@
2770
2770
  "properties": {
2771
2771
  "assets": {
2772
2772
  "type": "array",
2773
- "description": "List of static application assets.",
2773
+ "description": "Define the assets to be copied to the output directory. These assets are copied as-is without any further processing or hashing.",
2774
2774
  "default": [],
2775
2775
  "items": {
2776
2776
  "$ref": "#/definitions/AngularDevkitBuildAngularBuildersBrowserSchema/definitions/assetPattern"
@@ -3092,7 +3092,7 @@
3092
3092
  },
3093
3093
  "outputHashing": {
3094
3094
  "type": "string",
3095
- "description": "Define the output filename cache-busting hashing mode.",
3095
+ "description": "Define the output filename cache-busting hashing mode.\n\n- `none`: No hashing.\n- `all`: Hash for all output bundles. \n- `media`: Hash for all output media (e.g., images, fonts, etc. that are referenced in CSS files).\n- `bundles`: Hash for output of lazy and main bundles.",
3096
3096
  "default": "none",
3097
3097
  "enum": [
3098
3098
  "none",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cli",
3
- "version": "20.3.5",
3
+ "version": "20.3.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.2003.5",
29
- "@angular-devkit/core": "20.3.5",
30
- "@angular-devkit/schematics": "20.3.5",
28
+ "@angular-devkit/architect": "0.2003.6",
29
+ "@angular-devkit/core": "20.3.6",
30
+ "@angular-devkit/schematics": "20.3.6",
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.5",
34
+ "@schematics/angular": "20.3.6",
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.5",
51
- "@angular/build": "20.3.5",
52
- "@angular/ssr": "20.3.5",
53
- "@angular-devkit/architect": "0.2003.5",
54
- "@angular-devkit/build-angular": "20.3.5",
55
- "@angular-devkit/build-webpack": "0.2003.5",
56
- "@angular-devkit/core": "20.3.5",
57
- "@angular-devkit/schematics": "20.3.5"
50
+ "@angular/cli": "20.3.6",
51
+ "@angular/build": "20.3.6",
52
+ "@angular/ssr": "20.3.6",
53
+ "@angular-devkit/architect": "0.2003.6",
54
+ "@angular-devkit/build-angular": "20.3.6",
55
+ "@angular-devkit/build-webpack": "0.2003.6",
56
+ "@angular-devkit/core": "20.3.6",
57
+ "@angular-devkit/schematics": "20.3.6"
58
58
  }
59
59
  },
60
- "packageManager": "pnpm@10.18.1",
60
+ "packageManager": "pnpm@10.18.3",
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.5');
25
+ exports.VERSION = new Version('20.3.6');