@nx/workspace 16.0.3 → 16.1.0-beta.0

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/migrations.json CHANGED
@@ -172,6 +172,18 @@
172
172
  "version": "~4.9.5"
173
173
  }
174
174
  }
175
+ },
176
+ "16.1.0": {
177
+ "version": "16.1.0-beta.0",
178
+ "x-prompt": "Do you want to update to TypeScript v5.0?",
179
+ "requires": {
180
+ "typescript": ">=4.9.5 <5.0.0"
181
+ },
182
+ "packages": {
183
+ "typescript": {
184
+ "version": "~5.0.2"
185
+ }
186
+ }
175
187
  }
176
188
  }
177
189
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/workspace",
3
- "version": "16.0.3",
3
+ "version": "16.1.0-beta.0",
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,36 +33,36 @@
33
33
  "requirements": {},
34
34
  "migrations": "./migrations.json",
35
35
  "packageGroup": {
36
- "@nrwl/js": "16.0.3",
37
- "@nrwl/jest": "16.0.3",
38
- "@nrwl/linter": "16.0.3",
39
- "@nrwl/angular": "16.0.3",
40
- "@nrwl/cypress": "16.0.3",
41
- "@nrwl/detox": "16.0.3",
42
- "@nrwl/devkit": "16.0.3",
43
- "@nrwl/esbuild": "16.0.3",
44
- "@nrwl/eslint-plugin-nx": "16.0.3",
45
- "@nrwl/expo": "16.0.3",
46
- "@nrwl/express": "16.0.3",
47
- "@nrwl/nest": "16.0.3",
48
- "@nrwl/next": "16.0.3",
49
- "@nrwl/node": "16.0.3",
36
+ "@nrwl/js": "16.1.0-beta.0",
37
+ "@nrwl/jest": "16.1.0-beta.0",
38
+ "@nrwl/linter": "16.1.0-beta.0",
39
+ "@nrwl/angular": "16.1.0-beta.0",
40
+ "@nrwl/cypress": "16.1.0-beta.0",
41
+ "@nrwl/detox": "16.1.0-beta.0",
42
+ "@nrwl/devkit": "16.1.0-beta.0",
43
+ "@nrwl/esbuild": "16.1.0-beta.0",
44
+ "@nrwl/eslint-plugin-nx": "16.1.0-beta.0",
45
+ "@nrwl/expo": "16.1.0-beta.0",
46
+ "@nrwl/express": "16.1.0-beta.0",
47
+ "@nrwl/nest": "16.1.0-beta.0",
48
+ "@nrwl/next": "16.1.0-beta.0",
49
+ "@nrwl/node": "16.1.0-beta.0",
50
50
  "nx-cloud": "latest",
51
- "@nrwl/nx-plugin": "16.0.3",
52
- "@nrwl/react-native": "16.0.3",
53
- "@nrwl/react": "16.0.3",
54
- "@nrwl/rollup": "16.0.3",
55
- "@nrwl/storybook": "16.0.3",
56
- "@nrwl/tao": "16.0.3",
57
- "@nrwl/vite": "16.0.3",
58
- "@nrwl/web": "16.0.3",
59
- "@nrwl/webpack": "16.0.3",
60
- "nx": "16.0.3"
51
+ "@nrwl/nx-plugin": "16.1.0-beta.0",
52
+ "@nrwl/react-native": "16.1.0-beta.0",
53
+ "@nrwl/react": "16.1.0-beta.0",
54
+ "@nrwl/rollup": "16.1.0-beta.0",
55
+ "@nrwl/storybook": "16.1.0-beta.0",
56
+ "@nrwl/tao": "16.1.0-beta.0",
57
+ "@nrwl/vite": "16.1.0-beta.0",
58
+ "@nrwl/web": "16.1.0-beta.0",
59
+ "@nrwl/webpack": "16.1.0-beta.0",
60
+ "nx": "16.1.0-beta.0"
61
61
  }
62
62
  },
63
63
  "dependencies": {
64
- "@nrwl/workspace": "16.0.3",
65
- "@nx/devkit": "16.0.3",
64
+ "@nrwl/workspace": "16.1.0-beta.0",
65
+ "@nx/devkit": "16.1.0-beta.0",
66
66
  "@parcel/watcher": "2.0.4",
67
67
  "chalk": "^4.1.0",
68
68
  "chokidar": "^3.5.1",
@@ -74,9 +74,9 @@
74
74
  "ignore": "^5.0.4",
75
75
  "minimatch": "3.0.5",
76
76
  "npm-run-path": "^4.0.1",
77
- "nx": "16.0.3",
77
+ "nx": "16.1.0-beta.0",
78
78
  "open": "^8.4.0",
79
- "rxjs": "^6.5.4",
79
+ "rxjs": "^7.8.0",
80
80
  "tmp": "~0.2.1",
81
81
  "tslib": "^2.3.0",
82
82
  "yargs": "^17.6.2",
@@ -86,5 +86,5 @@
86
86
  "access": "public"
87
87
  },
88
88
  "types": "./index.d.ts",
89
- "gitHead": "66c54fbd122aacf94061c5b7007dc60b6c6f91f7"
89
+ "gitHead": "6c221eae40054e6b104f1d53a7baea632a28d28e"
90
90
  }
@@ -1,7 +1,7 @@
1
1
  export declare const nxVersion: any;
2
- export declare const typescriptVersion = "~4.9.5";
2
+ export declare const typescriptVersion = "~5.0.2";
3
3
  export declare const typescriptESLintVersion = "^5.58.0";
4
4
  export declare const eslintVersion = "~8.15.0";
5
5
  export declare const eslintConfigPrettierVersion = "8.1.0";
6
- export declare const angularCliVersion = "~15.2.0";
6
+ export declare const angularCliVersion = "~16.0.0-rc.4";
7
7
  export declare const prettierVersion = "^2.6.2";
@@ -2,12 +2,12 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.prettierVersion = exports.angularCliVersion = exports.eslintConfigPrettierVersion = exports.eslintVersion = exports.typescriptESLintVersion = exports.typescriptVersion = exports.nxVersion = void 0;
4
4
  exports.nxVersion = require('../../package.json').version;
5
- exports.typescriptVersion = '~4.9.5';
5
+ exports.typescriptVersion = '~5.0.2';
6
6
  exports.typescriptESLintVersion = '^5.58.0';
7
7
  exports.eslintVersion = '~8.15.0';
8
8
  exports.eslintConfigPrettierVersion = '8.1.0';
9
9
  // TODO: remove when preset generation is reworked and
10
10
  // deps are not installed from workspace
11
- exports.angularCliVersion = '~15.2.0';
11
+ exports.angularCliVersion = '~16.0.0-rc.4';
12
12
  exports.prettierVersion = '^2.6.2';
13
13
  //# sourceMappingURL=versions.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/workspace/src/utils/versions.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAAC,OAAO,CAAC;AAElD,QAAA,iBAAiB,GAAG,QAAQ,CAAC;AAC7B,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACpC,QAAA,aAAa,GAAG,SAAS,CAAC;AAC1B,QAAA,2BAA2B,GAAG,OAAO,CAAC;AAEnD,sDAAsD;AACtD,wCAAwC;AAC3B,QAAA,iBAAiB,GAAG,SAAS,CAAC;AAC9B,QAAA,eAAe,GAAG,QAAQ,CAAC"}
1
+ {"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/workspace/src/utils/versions.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAAC,OAAO,CAAC;AAElD,QAAA,iBAAiB,GAAG,QAAQ,CAAC;AAC7B,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACpC,QAAA,aAAa,GAAG,SAAS,CAAC;AAC1B,QAAA,2BAA2B,GAAG,OAAO,CAAC;AAEnD,sDAAsD;AACtD,wCAAwC;AAC3B,QAAA,iBAAiB,GAAG,cAAc,CAAC;AACnC,QAAA,eAAe,GAAG,QAAQ,CAAC"}