@nrwl/angular 15.8.5 → 15.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/angular",
3
- "version": "15.8.5",
3
+ "version": "15.8.6",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: \n\n- Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, Cypress, Karma, and Protractor. \n\n- Generators to help scaffold code quickly (like: Micro Frontends, Libraries, both internal to your codebase and publishable to npm) \n\n- Upgrading AngularJS applications \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -63,13 +63,13 @@
63
63
  "migrations": "./migrations.json"
64
64
  },
65
65
  "dependencies": {
66
- "@nrwl/cypress": "15.8.5",
67
- "@nrwl/devkit": "15.8.5",
68
- "@nrwl/jest": "15.8.5",
69
- "@nrwl/js": "15.8.5",
70
- "@nrwl/linter": "15.8.5",
71
- "@nrwl/webpack": "15.8.5",
72
- "@nrwl/workspace": "15.8.5",
66
+ "@nrwl/cypress": "15.8.6",
67
+ "@nrwl/devkit": "15.8.6",
68
+ "@nrwl/jest": "15.8.6",
69
+ "@nrwl/js": "15.8.6",
70
+ "@nrwl/linter": "15.8.6",
71
+ "@nrwl/webpack": "15.8.6",
72
+ "@nrwl/workspace": "15.8.6",
73
73
  "@phenomnomnominal/tsquery": "4.1.1",
74
74
  "chalk": "^4.1.0",
75
75
  "chokidar": "^3.5.1",
@@ -108,5 +108,5 @@
108
108
  "fesm2015": "fesm2015/nrwl-angular.mjs",
109
109
  "typings": "index.d.ts",
110
110
  "sideEffects": false,
111
- "gitHead": "e8bcf9ba5fdde55706220ce43a8876ff4e5f90e6"
111
+ "gitHead": "7bf2c6a34189a34bff8ad526cea6d936de33ec31"
112
112
  }
@@ -16,8 +16,7 @@
16
16
  "project": {
17
17
  "type": "string",
18
18
  "description": "The name of the project.",
19
- "x-dropdown": "projects",
20
- "x-priority": "important"
19
+ "x-dropdown": "projects"
21
20
  },
22
21
  "name": {
23
22
  "type": "string",
@@ -113,6 +112,6 @@
113
112
  "x-priority": "important"
114
113
  }
115
114
  },
116
- "required": ["name"],
115
+ "required": ["name", "project"],
117
116
  "examplesFile": "../../../docs/component-examples.md"
118
117
  }
@@ -18,7 +18,8 @@
18
18
  "$default": {
19
19
  "$source": "argv",
20
20
  "index": 0
21
- }
21
+ },
22
+ "pattern": "^[a-zA-Z].*$"
22
23
  },
23
24
  "remotes": {
24
25
  "type": "array",
@@ -18,7 +18,8 @@
18
18
  "$default": {
19
19
  "$source": "argv",
20
20
  "index": 0
21
- }
21
+ },
22
+ "pattern": "^[a-zA-Z].*$"
22
23
  },
23
24
  "host": {
24
25
  "type": "string",
@@ -22,8 +22,7 @@
22
22
  "project": {
23
23
  "type": "string",
24
24
  "description": "The name of the project.",
25
- "x-dropdown": "projects",
26
- "x-priority": "important"
25
+ "x-dropdown": "projects"
27
26
  },
28
27
  "name": {
29
28
  "type": "string",
@@ -123,5 +122,5 @@
123
122
  "x-priority": "important"
124
123
  }
125
124
  },
126
- "required": ["name"]
125
+ "required": ["name", "project"]
127
126
  }
@@ -22,8 +22,7 @@
22
22
  "project": {
23
23
  "type": "string",
24
24
  "description": "The name of the project.",
25
- "x-dropdown": "projects",
26
- "x-priority": "important"
25
+ "x-dropdown": "projects"
27
26
  },
28
27
  "name": {
29
28
  "type": "string",
@@ -77,5 +76,5 @@
77
76
  "x-priority": "important"
78
77
  }
79
78
  },
80
- "required": ["name"]
79
+ "required": ["name", "project"]
81
80
  }
@@ -22,8 +22,7 @@
22
22
  "project": {
23
23
  "type": "string",
24
24
  "description": "The name of the project.",
25
- "x-dropdown": "projects",
26
- "x-priority": "important"
25
+ "x-dropdown": "projects"
27
26
  },
28
27
  "name": {
29
28
  "type": "string",
@@ -58,5 +57,5 @@
58
57
  "x-priority": "important"
59
58
  }
60
59
  },
61
- "required": ["name"]
60
+ "required": ["name", "project"]
62
61
  }