@nrwl/workspace 15.5.2 → 15.5.3

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [15.5.2](https://github.com/nrwl/nx/compare/15.5.1...15.5.2) (2023-01-18)
6
+ ## [15.5.3](https://github.com/nrwl/nx/compare/15.5.2...15.5.3) (2023-01-20)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/workspace
package/executors.json CHANGED
@@ -15,7 +15,8 @@
15
15
  "run-commands": {
16
16
  "implementation": "./src/executors/run-commands/run-commands.impl",
17
17
  "schema": "./src/executors/run-commands/schema.json",
18
- "description": "Run any custom commands with Nx."
18
+ "description": "Run any custom commands with Nx.",
19
+ "x-deprecated": "Use nx:run-commands instead. This will be removed in v16."
19
20
  },
20
21
  "counter": {
21
22
  "implementation": "./src/executors/counter/counter.impl",
@@ -27,7 +28,8 @@
27
28
  "run-script": {
28
29
  "implementation": "./src/executors/run-script/run-script.impl",
29
30
  "schema": "./src/executors/run-script/schema.json",
30
- "description": "Run an NPM script using Nx."
31
+ "description": "Run an NPM script using Nx.",
32
+ "x-deprecated": "Use nx:run-script instead. This will be removed in v16."
31
33
  }
32
34
  }
33
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/workspace",
3
- "version": "15.5.2",
3
+ "version": "15.5.3",
4
4
  "private": false,
5
5
  "description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.",
6
6
  "repository": {
@@ -33,32 +33,32 @@
33
33
  "requirements": {},
34
34
  "migrations": "./migrations.json",
35
35
  "packageGroup": {
36
- "@nrwl/angular": "15.5.2",
37
- "@nrwl/cli": "15.5.2",
38
- "@nrwl/cypress": "15.5.2",
39
- "@nrwl/detox": "15.5.2",
40
- "@nrwl/devkit": "15.5.2",
41
- "@nrwl/esbuild": "15.5.2",
42
- "@nrwl/eslint-plugin-nx": "15.5.2",
43
- "@nrwl/expo": "15.5.2",
44
- "@nrwl/express": "15.5.2",
45
- "@nrwl/jest": "15.5.2",
46
- "@nrwl/js": "15.5.2",
47
- "@nrwl/linter": "15.5.2",
48
- "@nrwl/nest": "15.5.2",
49
- "@nrwl/next": "15.5.2",
50
- "@nrwl/node": "15.5.2",
36
+ "@nrwl/angular": "15.5.3",
37
+ "@nrwl/cli": "15.5.3",
38
+ "@nrwl/cypress": "15.5.3",
39
+ "@nrwl/detox": "15.5.3",
40
+ "@nrwl/devkit": "15.5.3",
41
+ "@nrwl/esbuild": "15.5.3",
42
+ "@nrwl/eslint-plugin-nx": "15.5.3",
43
+ "@nrwl/expo": "15.5.3",
44
+ "@nrwl/express": "15.5.3",
45
+ "@nrwl/jest": "15.5.3",
46
+ "@nrwl/js": "15.5.3",
47
+ "@nrwl/linter": "15.5.3",
48
+ "@nrwl/nest": "15.5.3",
49
+ "@nrwl/next": "15.5.3",
50
+ "@nrwl/node": "15.5.3",
51
51
  "@nrwl/nx-cloud": "latest",
52
- "@nrwl/nx-plugin": "15.5.2",
53
- "@nrwl/react-native": "15.5.2",
54
- "@nrwl/react": "15.5.2",
55
- "@nrwl/rollup": "15.5.2",
56
- "@nrwl/storybook": "15.5.2",
57
- "@nrwl/tao": "15.5.2",
58
- "@nrwl/vite": "15.5.2",
59
- "@nrwl/web": "15.5.2",
60
- "@nrwl/webpack": "15.5.2",
61
- "nx": "15.5.2"
52
+ "@nrwl/nx-plugin": "15.5.3",
53
+ "@nrwl/react-native": "15.5.3",
54
+ "@nrwl/react": "15.5.3",
55
+ "@nrwl/rollup": "15.5.3",
56
+ "@nrwl/storybook": "15.5.3",
57
+ "@nrwl/tao": "15.5.3",
58
+ "@nrwl/vite": "15.5.3",
59
+ "@nrwl/web": "15.5.3",
60
+ "@nrwl/webpack": "15.5.3",
61
+ "nx": "15.5.3"
62
62
  }
63
63
  },
64
64
  "peerDependencies": {
@@ -70,8 +70,8 @@
70
70
  }
71
71
  },
72
72
  "dependencies": {
73
- "@nrwl/devkit": "15.5.2",
74
- "@nrwl/linter": "15.5.2",
73
+ "@nrwl/devkit": "15.5.3",
74
+ "@nrwl/linter": "15.5.3",
75
75
  "@parcel/watcher": "2.0.4",
76
76
  "chalk": "^4.1.0",
77
77
  "chokidar": "^3.5.1",
@@ -87,7 +87,7 @@
87
87
  "jsonc-parser": "3.2.0",
88
88
  "minimatch": "3.0.5",
89
89
  "npm-run-path": "^4.0.1",
90
- "nx": "15.5.2",
90
+ "nx": "15.5.3",
91
91
  "open": "^8.4.0",
92
92
  "rxjs": "^6.5.4",
93
93
  "semver": "7.3.4",
@@ -100,5 +100,5 @@
100
100
  "access": "public"
101
101
  },
102
102
  "types": "./index.d.ts",
103
- "gitHead": "22d6519948033a60c7281fe4bb7e0a594d9fc5a6"
103
+ "gitHead": "7285ee50fca7136f38ce159ef3ed2977b8e7816a"
104
104
  }
@@ -27,7 +27,8 @@
27
27
  "skipFormat": {
28
28
  "description": "Skip formatting files.",
29
29
  "type": "boolean",
30
- "default": false
30
+ "default": false,
31
+ "x-priority": "internal"
31
32
  }
32
33
  }
33
34
  }
@@ -24,7 +24,8 @@
24
24
  },
25
25
  "directory": {
26
26
  "type": "string",
27
- "description": "A directory where the lib is placed."
27
+ "description": "A directory where the lib is placed.",
28
+ "x-priority": "important"
28
29
  },
29
30
  "linter": {
30
31
  "description": "The tool to use for running lint checks.",
@@ -45,7 +46,8 @@
45
46
  "skipFormat": {
46
47
  "description": "Skip formatting files.",
47
48
  "type": "boolean",
48
- "default": false
49
+ "default": false,
50
+ "x-priority": "internal"
49
51
  },
50
52
  "skipTsConfig": {
51
53
  "type": "boolean",
@@ -60,7 +62,8 @@
60
62
  },
61
63
  "importPath": {
62
64
  "type": "string",
63
- "description": "The library name used to import it, like `@myorg/my-awesome-lib`."
65
+ "description": "The library name used to import it, like `@myorg/my-awesome-lib`.",
66
+ "x-priority": "important"
64
67
  },
65
68
  "babelJest": {
66
69
  "type": "boolean",
@@ -100,7 +103,8 @@
100
103
  },
101
104
  "standaloneConfig": {
102
105
  "description": "Split the project configuration into `<projectRoot>/project.json` rather than including it inside `workspace.json`.",
103
- "type": "boolean"
106
+ "type": "boolean",
107
+ "x-priority": "internal"
104
108
  }
105
109
  },
106
110
  "required": ["name"]
@@ -39,7 +39,8 @@
39
39
  "type": "boolean",
40
40
  "aliases": ["skip-format"],
41
41
  "description": "Skip formatting files.",
42
- "default": false
42
+ "default": false,
43
+ "x-priority": "internal"
43
44
  }
44
45
  },
45
46
  "required": ["projectName", "destination"]
@@ -35,7 +35,8 @@
35
35
  "type": "boolean",
36
36
  "aliases": ["skip-format"],
37
37
  "description": "Skip formatting files.",
38
- "default": false
38
+ "default": false,
39
+ "x-priority": "internal"
39
40
  },
40
41
  "importPath": {
41
42
  "type": "string",
@@ -24,7 +24,8 @@
24
24
  "project": {
25
25
  "description": "Project name.",
26
26
  "type": "string",
27
- "x-prompt": "What project does the target belong to?"
27
+ "x-prompt": "What project does the target belong to?",
28
+ "x-dropdown": "projects"
28
29
  },
29
30
  "command": {
30
31
  "description": "Command to run.",
@@ -17,8 +17,9 @@
17
17
  "skipFormat": {
18
18
  "description": "Skip formatting files.",
19
19
  "type": "boolean",
20
- "default": false
20
+ "default": false,
21
+ "x-priority": "internal"
21
22
  }
22
23
  },
23
- "required": []
24
+ "required": ["name"]
24
25
  }