@nrwl/workspace 14.5.5 → 14.5.8

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
- ## [14.5.5](https://github.com/nrwl/nx/compare/14.5.4...14.5.5) (2022-08-12)
6
+ ## [14.5.8](https://github.com/nrwl/nx/compare/14.5.7...14.5.8) (2022-08-19)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/workspace
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/workspace",
3
- "version": "14.5.5",
3
+ "version": "14.5.8",
4
4
  "description": "Smart, Fast and Extensible Build System.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,27 +32,27 @@
32
32
  "requirements": {},
33
33
  "migrations": "./migrations.json",
34
34
  "packageGroup": {
35
- "@nrwl/angular": "14.5.5",
36
- "@nrwl/cypress": "14.5.5",
37
- "@nrwl/devkit": "14.5.5",
38
- "@nrwl/eslint-plugin-nx": "14.5.5",
39
- "@nrwl/express": "14.5.5",
40
- "@nrwl/jest": "14.5.5",
41
- "@nrwl/linter": "14.5.5",
42
- "@nrwl/nest": "14.5.5",
43
- "@nrwl/next": "14.5.5",
44
- "@nrwl/node": "14.5.5",
45
- "@nrwl/nx-plugin": "14.5.5",
46
- "@nrwl/react": "14.5.5",
47
- "@nrwl/storybook": "14.5.5",
48
- "@nrwl/web": "14.5.5",
49
- "@nrwl/js": "14.5.5",
50
- "@nrwl/cli": "14.5.5",
51
- "@nrwl/tao": "14.5.5",
35
+ "@nrwl/angular": "14.5.8",
36
+ "@nrwl/cypress": "14.5.8",
37
+ "@nrwl/devkit": "14.5.8",
38
+ "@nrwl/eslint-plugin-nx": "14.5.8",
39
+ "@nrwl/express": "14.5.8",
40
+ "@nrwl/jest": "14.5.8",
41
+ "@nrwl/linter": "14.5.8",
42
+ "@nrwl/nest": "14.5.8",
43
+ "@nrwl/next": "14.5.8",
44
+ "@nrwl/node": "14.5.8",
45
+ "@nrwl/nx-plugin": "14.5.8",
46
+ "@nrwl/react": "14.5.8",
47
+ "@nrwl/storybook": "14.5.8",
48
+ "@nrwl/web": "14.5.8",
49
+ "@nrwl/js": "14.5.8",
50
+ "@nrwl/cli": "14.5.8",
51
+ "@nrwl/tao": "14.5.8",
52
52
  "@nrwl/nx-cloud": "latest",
53
- "@nrwl/react-native": "14.5.5",
54
- "@nrwl/detox": "14.5.5",
55
- "nx": "14.5.5"
53
+ "@nrwl/react-native": "14.5.8",
54
+ "@nrwl/detox": "14.5.8",
55
+ "nx": "14.5.8"
56
56
  }
57
57
  },
58
58
  "peerDependencies": {
@@ -64,9 +64,9 @@
64
64
  }
65
65
  },
66
66
  "dependencies": {
67
- "@nrwl/devkit": "14.5.5",
68
- "@nrwl/jest": "14.5.5",
69
- "@nrwl/linter": "14.5.5",
67
+ "@nrwl/devkit": "14.5.8",
68
+ "@nrwl/jest": "14.5.8",
69
+ "@nrwl/linter": "14.5.8",
70
70
  "@parcel/watcher": "2.0.4",
71
71
  "chalk": "4.1.0",
72
72
  "chokidar": "^3.5.1",
@@ -81,7 +81,7 @@
81
81
  "ignore": "^5.0.4",
82
82
  "minimatch": "3.0.5",
83
83
  "npm-run-path": "^4.0.1",
84
- "nx": "14.5.5",
84
+ "nx": "14.5.8",
85
85
  "open": "^8.4.0",
86
86
  "rxjs": "^6.5.4",
87
87
  "semver": "7.3.4",
@@ -90,5 +90,5 @@
90
90
  "yargs": "^17.4.0",
91
91
  "yargs-parser": "21.0.1"
92
92
  },
93
- "gitHead": "d9ebe0870de2bd309af1d790d57a2f66583c5839"
93
+ "gitHead": "8a6107914793a544aa2e20252bcd495dec889117"
94
94
  }
@@ -1 +1 @@
1
- export { appRootPath, workspaceRoot } from 'nx/src/utils/workspace-root';
1
+ export { appRootPath, workspaceRoot } from '@nrwl/devkit';
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.workspaceRoot = exports.appRootPath = void 0;
4
- var workspace_root_1 = require("nx/src/utils/workspace-root");
5
- Object.defineProperty(exports, "appRootPath", { enumerable: true, get: function () { return workspace_root_1.appRootPath; } });
6
- Object.defineProperty(exports, "workspaceRoot", { enumerable: true, get: function () { return workspace_root_1.workspaceRoot; } });
4
+ // TODO(v15): Remove this file
5
+ var devkit_1 = require("@nrwl/devkit");
6
+ Object.defineProperty(exports, "appRootPath", { enumerable: true, get: function () { return devkit_1.appRootPath; } });
7
+ Object.defineProperty(exports, "workspaceRoot", { enumerable: true, get: function () { return devkit_1.workspaceRoot; } });
7
8
  //# sourceMappingURL=app-root.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"app-root.js","sourceRoot":"","sources":["../../../../../packages/workspace/src/utils/app-root.ts"],"names":[],"mappings":";;;AAAA,8DAAyE;AAAhE,6GAAA,WAAW,OAAA;AAAE,+GAAA,aAAa,OAAA"}
1
+ {"version":3,"file":"app-root.js","sourceRoot":"","sources":["../../../../../packages/workspace/src/utils/app-root.ts"],"names":[],"mappings":";;;AAAA,8BAA8B;AAC9B,uCAA0D;AAAjD,qGAAA,WAAW,OAAA;AAAE,uGAAA,aAAa,OAAA"}