@nrwl/workspace 14.4.0-beta.1 → 14.4.0-beta.5

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/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.4.0-beta.1](https://github.com/nrwl/nx/compare/14.3.6...14.4.0-beta.1) (2022-06-24)
6
+ # [14.4.0-beta.5](https://github.com/nrwl/nx/compare/14.3.6...14.4.0-beta.5) (2022-06-28)
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.4.0-beta.1",
3
+ "version": "14.4.0-beta.5",
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.4.0-beta.1",
36
- "@nrwl/cypress": "14.4.0-beta.1",
37
- "@nrwl/devkit": "14.4.0-beta.1",
38
- "@nrwl/eslint-plugin-nx": "14.4.0-beta.1",
39
- "@nrwl/express": "14.4.0-beta.1",
40
- "@nrwl/jest": "14.4.0-beta.1",
41
- "@nrwl/linter": "14.4.0-beta.1",
42
- "@nrwl/nest": "14.4.0-beta.1",
43
- "@nrwl/next": "14.4.0-beta.1",
44
- "@nrwl/node": "14.4.0-beta.1",
45
- "@nrwl/nx-plugin": "14.4.0-beta.1",
46
- "@nrwl/react": "14.4.0-beta.1",
47
- "@nrwl/storybook": "14.4.0-beta.1",
48
- "@nrwl/web": "14.4.0-beta.1",
49
- "@nrwl/js": "14.4.0-beta.1",
50
- "@nrwl/cli": "14.4.0-beta.1",
51
- "@nrwl/tao": "14.4.0-beta.1",
35
+ "@nrwl/angular": "14.4.0-beta.5",
36
+ "@nrwl/cypress": "14.4.0-beta.5",
37
+ "@nrwl/devkit": "14.4.0-beta.5",
38
+ "@nrwl/eslint-plugin-nx": "14.4.0-beta.5",
39
+ "@nrwl/express": "14.4.0-beta.5",
40
+ "@nrwl/jest": "14.4.0-beta.5",
41
+ "@nrwl/linter": "14.4.0-beta.5",
42
+ "@nrwl/nest": "14.4.0-beta.5",
43
+ "@nrwl/next": "14.4.0-beta.5",
44
+ "@nrwl/node": "14.4.0-beta.5",
45
+ "@nrwl/nx-plugin": "14.4.0-beta.5",
46
+ "@nrwl/react": "14.4.0-beta.5",
47
+ "@nrwl/storybook": "14.4.0-beta.5",
48
+ "@nrwl/web": "14.4.0-beta.5",
49
+ "@nrwl/js": "14.4.0-beta.5",
50
+ "@nrwl/cli": "14.4.0-beta.5",
51
+ "@nrwl/tao": "14.4.0-beta.5",
52
52
  "@nrwl/nx-cloud": "latest",
53
- "@nrwl/react-native": "14.4.0-beta.1",
54
- "@nrwl/detox": "14.4.0-beta.1",
55
- "nx": "14.4.0-beta.1"
53
+ "@nrwl/react-native": "14.4.0-beta.5",
54
+ "@nrwl/detox": "14.4.0-beta.5",
55
+ "nx": "14.4.0-beta.5"
56
56
  }
57
57
  },
58
58
  "peerDependencies": {
@@ -64,9 +64,9 @@
64
64
  }
65
65
  },
66
66
  "dependencies": {
67
- "@nrwl/devkit": "14.4.0-beta.1",
68
- "@nrwl/jest": "14.4.0-beta.1",
69
- "@nrwl/linter": "14.4.0-beta.1",
67
+ "@nrwl/devkit": "14.4.0-beta.5",
68
+ "@nrwl/jest": "14.4.0-beta.5",
69
+ "@nrwl/linter": "14.4.0-beta.5",
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.4.0-beta.1",
84
+ "nx": "14.4.0-beta.5",
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": "5b905140089128a21e5e77081958ae7fe6ba14bf"
93
+ "gitHead": "40716f1f8ae0e94b039a9093a422c482d72f0b20"
94
94
  }
@@ -1,7 +1,7 @@
1
1
  version: 2.1
2
2
 
3
3
  orbs:
4
- nx: nrwl/nx@1.4.0
4
+ nx: nrwl/nx@1.5.1
5
5
 
6
6
  jobs:
7
7
  agent:
@@ -24,7 +24,14 @@ function createGlobPatternsForDependencies(dirPath, fileGlobPattern) {
24
24
  }
25
25
  // generate the glob
26
26
  try {
27
- const projectDirs = (0, project_graph_utils_1.getSourceDirOfDependentProjects)(projectName, projectGraph);
27
+ const [projectDirs, warnings] = (0, project_graph_utils_1.getSourceDirOfDependentProjects)(projectName, projectGraph);
28
+ if (warnings.length > 0) {
29
+ devkit_1.logger.warn(`
30
+ [createGlobPatternsForDependencies] Failed to generate glob pattern for the following:
31
+ ${warnings.join('\n- ')}\n
32
+ due to missing "sourceRoot" in the dependencies' project configuration
33
+ `);
34
+ }
28
35
  return projectDirs.map((sourceDir) => (0, path_1.resolve)(workspace_root_1.workspaceRoot, (0, devkit_1.joinPathFragments)(sourceDir, fileGlobPattern)));
29
36
  }
30
37
  catch (e) {
@@ -1 +1 @@
1
- {"version":3,"file":"generate-globs.js","sourceRoot":"","sources":["../../../../../packages/workspace/src/utilities/generate-globs.ts"],"names":[],"mappings":";;;AAAA,yCAAiD;AACjD,gEAA4D;AAC5D,+BAAyC;AACzC,sEAA4E;AAC5E,0EAG0C;AAE1C;;;;GAIG;AACH,SAAgB,iCAAiC,CAC/C,OAAe,EACf,eAAuB;IAEvB,MAAM,+BAA+B,GAAG,IAAA,eAAQ,EAAC,8BAAa,EAAE,OAAO,CAAC,CAAC;IACzE,MAAM,YAAY,GAAG,IAAA,sCAAsB,GAAE,CAAC;IAE9C,mBAAmB;IACnB,IAAI,WAAW,CAAC;IAChB,IAAI;QACF,WAAW,GAAG,IAAA,+CAAyB,EACrC,+BAA+B,EAC/B,YAAY,CACb,CAAC;KACH;IAAC,OAAO,CAAC,EAAE;QACV,MAAM,IAAI,KAAK,CACb,oFAAoF,CAAC,aAAD,CAAC,uBAAD,CAAC,CAAE,OAAO,EAAE,CACjG,CAAC;KACH;IAED,oBAAoB;IACpB,IAAI;QACF,MAAM,WAAW,GAAG,IAAA,qDAA+B,EACjD,WAAW,EACX,YAAY,CACb,CAAC;QAEF,OAAO,WAAW,CAAC,GAAG,CAAC,CAAC,SAAS,EAAE,EAAE,CACnC,IAAA,cAAO,EAAC,8BAAa,EAAE,IAAA,0BAAiB,EAAC,SAAS,EAAE,eAAe,CAAC,CAAC,CACtE,CAAC;KACH;IAAC,OAAO,CAAC,EAAE;QACV,MAAM,IAAI,KAAK,CACb,oEAAoE,CAAC,aAAD,CAAC,uBAAD,CAAC,CAAE,OAAO,EAAE,CACjF,CAAC;KACH;AACH,CAAC;AAnCD,8EAmCC"}
1
+ {"version":3,"file":"generate-globs.js","sourceRoot":"","sources":["../../../../../packages/workspace/src/utilities/generate-globs.ts"],"names":[],"mappings":";;;AAAA,yCAAyD;AACzD,gEAA4D;AAC5D,+BAAyC;AACzC,sEAA4E;AAC5E,0EAG0C;AAE1C;;;;GAIG;AACH,SAAgB,iCAAiC,CAC/C,OAAe,EACf,eAAuB;IAEvB,MAAM,+BAA+B,GAAG,IAAA,eAAQ,EAAC,8BAAa,EAAE,OAAO,CAAC,CAAC;IACzE,MAAM,YAAY,GAAG,IAAA,sCAAsB,GAAE,CAAC;IAE9C,mBAAmB;IACnB,IAAI,WAAW,CAAC;IAChB,IAAI;QACF,WAAW,GAAG,IAAA,+CAAyB,EACrC,+BAA+B,EAC/B,YAAY,CACb,CAAC;KACH;IAAC,OAAO,CAAC,EAAE;QACV,MAAM,IAAI,KAAK,CACb,oFAAoF,CAAC,aAAD,CAAC,uBAAD,CAAC,CAAE,OAAO,EAAE,CACjG,CAAC;KACH;IAED,oBAAoB;IACpB,IAAI;QACF,MAAM,CAAC,WAAW,EAAE,QAAQ,CAAC,GAAG,IAAA,qDAA+B,EAC7D,WAAW,EACX,YAAY,CACb,CAAC;QAEF,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE;YACvB,eAAM,CAAC,IAAI,CAAC;;EAEhB,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC;;OAEhB,CAAC,CAAC;SACJ;QAED,OAAO,WAAW,CAAC,GAAG,CAAC,CAAC,SAAS,EAAE,EAAE,CACnC,IAAA,cAAO,EAAC,8BAAa,EAAE,IAAA,0BAAiB,EAAC,SAAS,EAAE,eAAe,CAAC,CAAC,CACtE,CAAC;KACH;IAAC,OAAO,CAAC,EAAE;QACV,MAAM,IAAI,KAAK,CACb,oEAAoE,CAAC,aAAD,CAAC,uBAAD,CAAC,CAAE,OAAO,EAAE,CACjF,CAAC;KACH;AACH,CAAC;AA3CD,8EA2CC"}