@nrwl/workspace 15.7.0-alpha.0 → 15.7.0-alpha.2

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/generators.json CHANGED
@@ -19,7 +19,8 @@
19
19
  "schema": "./src/generators/library/schema.json",
20
20
  "aliases": ["lib"],
21
21
  "x-type": "library",
22
- "description": "Create a library."
22
+ "description": "Create a library.",
23
+ "x-deprecated": "Use @nrwl/js:lib instead. This will be removed in Nx v16"
23
24
  },
24
25
  "workspace-generator": {
25
26
  "factory": "./src/generators/workspace-generator/workspace-generator",
@@ -70,7 +71,8 @@
70
71
  "schema": "./src/generators/library/schema.json",
71
72
  "aliases": ["lib"],
72
73
  "x-type": "library",
73
- "description": "Create a library."
74
+ "description": "Create a library.",
75
+ "x-deprecated": "Use @nrwl/js:lib instead. This will be removed in Nx v16."
74
76
  },
75
77
  "workspace-generator": {
76
78
  "factory": "./src/generators/workspace-generator/workspace-generator",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/workspace",
3
- "version": "15.7.0-alpha.0",
3
+ "version": "15.7.0-alpha.2",
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.7.0-alpha.0",
37
- "@nrwl/cli": "15.7.0-alpha.0",
38
- "@nrwl/cypress": "15.7.0-alpha.0",
39
- "@nrwl/detox": "15.7.0-alpha.0",
40
- "@nrwl/devkit": "15.7.0-alpha.0",
41
- "@nrwl/esbuild": "15.7.0-alpha.0",
42
- "@nrwl/eslint-plugin-nx": "15.7.0-alpha.0",
43
- "@nrwl/expo": "15.7.0-alpha.0",
44
- "@nrwl/express": "15.7.0-alpha.0",
45
- "@nrwl/jest": "15.7.0-alpha.0",
46
- "@nrwl/js": "15.7.0-alpha.0",
47
- "@nrwl/linter": "15.7.0-alpha.0",
48
- "@nrwl/nest": "15.7.0-alpha.0",
49
- "@nrwl/next": "15.7.0-alpha.0",
50
- "@nrwl/node": "15.7.0-alpha.0",
36
+ "@nrwl/angular": "15.7.0-alpha.2",
37
+ "@nrwl/cli": "15.7.0-alpha.2",
38
+ "@nrwl/cypress": "15.7.0-alpha.2",
39
+ "@nrwl/detox": "15.7.0-alpha.2",
40
+ "@nrwl/devkit": "15.7.0-alpha.2",
41
+ "@nrwl/esbuild": "15.7.0-alpha.2",
42
+ "@nrwl/eslint-plugin-nx": "15.7.0-alpha.2",
43
+ "@nrwl/expo": "15.7.0-alpha.2",
44
+ "@nrwl/express": "15.7.0-alpha.2",
45
+ "@nrwl/jest": "15.7.0-alpha.2",
46
+ "@nrwl/js": "15.7.0-alpha.2",
47
+ "@nrwl/linter": "15.7.0-alpha.2",
48
+ "@nrwl/nest": "15.7.0-alpha.2",
49
+ "@nrwl/next": "15.7.0-alpha.2",
50
+ "@nrwl/node": "15.7.0-alpha.2",
51
51
  "@nrwl/nx-cloud": "latest",
52
- "@nrwl/nx-plugin": "15.7.0-alpha.0",
53
- "@nrwl/react-native": "15.7.0-alpha.0",
54
- "@nrwl/react": "15.7.0-alpha.0",
55
- "@nrwl/rollup": "15.7.0-alpha.0",
56
- "@nrwl/storybook": "15.7.0-alpha.0",
57
- "@nrwl/tao": "15.7.0-alpha.0",
58
- "@nrwl/vite": "15.7.0-alpha.0",
59
- "@nrwl/web": "15.7.0-alpha.0",
60
- "@nrwl/webpack": "15.7.0-alpha.0",
61
- "nx": "15.7.0-alpha.0"
52
+ "@nrwl/nx-plugin": "15.7.0-alpha.2",
53
+ "@nrwl/react-native": "15.7.0-alpha.2",
54
+ "@nrwl/react": "15.7.0-alpha.2",
55
+ "@nrwl/rollup": "15.7.0-alpha.2",
56
+ "@nrwl/storybook": "15.7.0-alpha.2",
57
+ "@nrwl/tao": "15.7.0-alpha.2",
58
+ "@nrwl/vite": "15.7.0-alpha.2",
59
+ "@nrwl/web": "15.7.0-alpha.2",
60
+ "@nrwl/webpack": "15.7.0-alpha.2",
61
+ "nx": "15.7.0-alpha.2"
62
62
  }
63
63
  },
64
64
  "peerDependencies": {
@@ -70,8 +70,8 @@
70
70
  }
71
71
  },
72
72
  "dependencies": {
73
- "@nrwl/devkit": "15.7.0-alpha.0",
74
- "@nrwl/linter": "15.7.0-alpha.0",
73
+ "@nrwl/devkit": "15.7.0-alpha.2",
74
+ "@nrwl/linter": "15.7.0-alpha.2",
75
75
  "@parcel/watcher": "2.0.4",
76
76
  "chalk": "^4.1.0",
77
77
  "chokidar": "^3.5.1",
@@ -86,7 +86,7 @@
86
86
  "jsonc-parser": "3.2.0",
87
87
  "minimatch": "3.0.5",
88
88
  "npm-run-path": "^4.0.1",
89
- "nx": "15.7.0-alpha.0",
89
+ "nx": "15.7.0-alpha.2",
90
90
  "open": "^8.4.0",
91
91
  "rxjs": "^6.5.4",
92
92
  "semver": "7.3.4",
@@ -99,5 +99,5 @@
99
99
  "access": "public"
100
100
  },
101
101
  "types": "./index.d.ts",
102
- "gitHead": "be7988a3428ba211fba66c0d071f9b486a5ef584"
102
+ "gitHead": "20e163425f3dcc4d47bf7ebce8fb9d1c93c64843"
103
103
  }
@@ -9,7 +9,7 @@
9
9
  "ci": {
10
10
  "type": "string",
11
11
  "description": "CI provider.",
12
- "enum": ["github", "circleci", "azure", "bitbucket-pipelines"],
12
+ "enum": ["github", "circleci", "azure", "bitbucket-pipelines", "gitlab"],
13
13
  "x-prompt": {
14
14
  "message": "What is your target CI provider?",
15
15
  "type": "list",