@nrwl/workspace 15.0.0 → 15.0.1-beta.0

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.0.0](https://github.com/nrwl/nx/compare/14.8.0...15.0.0) (2022-10-14)
6
+ ## [15.0.1-beta.0](https://github.com/nrwl/nx/compare/15.0.0...15.0.1-beta.0) (2022-10-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": "15.0.0",
3
+ "version": "15.0.1-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,31 +33,31 @@
33
33
  "requirements": {},
34
34
  "migrations": "./migrations.json",
35
35
  "packageGroup": {
36
- "@nrwl/angular": "15.0.0",
37
- "@nrwl/cli": "15.0.0",
38
- "@nrwl/cypress": "15.0.0",
39
- "@nrwl/detox": "15.0.0",
40
- "@nrwl/devkit": "15.0.0",
41
- "@nrwl/esbuild": "15.0.0",
42
- "@nrwl/eslint-plugin-nx": "15.0.0",
43
- "@nrwl/expo": "15.0.0",
44
- "@nrwl/express": "15.0.0",
45
- "@nrwl/jest": "15.0.0",
46
- "@nrwl/js": "15.0.0",
47
- "@nrwl/linter": "15.0.0",
48
- "@nrwl/nest": "15.0.0",
49
- "@nrwl/next": "15.0.0",
50
- "@nrwl/node": "15.0.0",
36
+ "@nrwl/angular": "15.0.1-beta.0",
37
+ "@nrwl/cli": "15.0.1-beta.0",
38
+ "@nrwl/cypress": "15.0.1-beta.0",
39
+ "@nrwl/detox": "15.0.1-beta.0",
40
+ "@nrwl/devkit": "15.0.1-beta.0",
41
+ "@nrwl/esbuild": "15.0.1-beta.0",
42
+ "@nrwl/eslint-plugin-nx": "15.0.1-beta.0",
43
+ "@nrwl/expo": "15.0.1-beta.0",
44
+ "@nrwl/express": "15.0.1-beta.0",
45
+ "@nrwl/jest": "15.0.1-beta.0",
46
+ "@nrwl/js": "15.0.1-beta.0",
47
+ "@nrwl/linter": "15.0.1-beta.0",
48
+ "@nrwl/nest": "15.0.1-beta.0",
49
+ "@nrwl/next": "15.0.1-beta.0",
50
+ "@nrwl/node": "15.0.1-beta.0",
51
51
  "@nrwl/nx-cloud": "latest",
52
- "@nrwl/nx-plugin": "15.0.0",
53
- "@nrwl/react": "15.0.0",
54
- "@nrwl/react-native": "15.0.0",
55
- "@nrwl/rollup": "15.0.0",
56
- "@nrwl/storybook": "15.0.0",
57
- "@nrwl/tao": "15.0.0",
58
- "@nrwl/web": "15.0.0",
59
- "@nrwl/webpack": "15.0.0",
60
- "nx": "15.0.0"
52
+ "@nrwl/nx-plugin": "15.0.1-beta.0",
53
+ "@nrwl/react": "15.0.1-beta.0",
54
+ "@nrwl/react-native": "15.0.1-beta.0",
55
+ "@nrwl/rollup": "15.0.1-beta.0",
56
+ "@nrwl/storybook": "15.0.1-beta.0",
57
+ "@nrwl/tao": "15.0.1-beta.0",
58
+ "@nrwl/web": "15.0.1-beta.0",
59
+ "@nrwl/webpack": "15.0.1-beta.0",
60
+ "nx": "15.0.1-beta.0"
61
61
  }
62
62
  },
63
63
  "peerDependencies": {
@@ -69,9 +69,9 @@
69
69
  }
70
70
  },
71
71
  "dependencies": {
72
- "@nrwl/devkit": "15.0.0",
73
- "@nrwl/jest": "15.0.0",
74
- "@nrwl/linter": "15.0.0",
72
+ "@nrwl/devkit": "15.0.1-beta.0",
73
+ "@nrwl/jest": "15.0.1-beta.0",
74
+ "@nrwl/linter": "15.0.1-beta.0",
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
  "ignore": "^5.0.4",
87
87
  "minimatch": "3.0.5",
88
88
  "npm-run-path": "^4.0.1",
89
- "nx": "15.0.0",
89
+ "nx": "15.0.1-beta.0",
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": "59db3017b85cdc253ec4fb94af8667e897833025"
102
+ "gitHead": "34c9fa93eddaa29315fe94cc03a5cf5408ae3b9f"
103
103
  }
@@ -1,7 +1,7 @@
1
1
  version: 2.1
2
2
 
3
3
  orbs:
4
- nx: nrwl/nx@1.5.1
4
+ nx: nrwl/nx@1.6.1
5
5
 
6
6
  jobs:
7
7
  agent:
@@ -4,21 +4,22 @@ exports.enableSourceAnalysis = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const devkit_1 = require("@nrwl/devkit");
6
6
  function enableSourceAnalysis(tree) {
7
- var _a;
8
7
  return tslib_1.__awaiter(this, void 0, void 0, function* () {
9
- const config = (0, devkit_1.readWorkspaceConfiguration)(tree);
10
- if (config.extends === 'nx/presets/core.json' ||
11
- config.extends === 'nx/presets/npm.json') {
12
- const explicitlyDisabled = config.pluginsConfig &&
13
- config.pluginsConfig['@nrwl/js'] &&
14
- config.pluginsConfig['@nrwl/js'].analyzeSourceFiles === false;
15
- if (!explicitlyDisabled) {
16
- config.pluginsConfig || (config.pluginsConfig = {});
17
- (_a = config.pluginsConfig)['@nrwl/js'] || (_a['@nrwl/js'] = {});
18
- config.pluginsConfig['@nrwl/js'].analyzeSourceFiles = true;
8
+ (0, devkit_1.updateJson)(tree, 'nx.json', (config) => {
9
+ var _a;
10
+ if (config.extends === 'nx/presets/core.json' ||
11
+ config.extends === 'nx/presets/npm.json') {
12
+ const explicitlyDisabled = config.pluginsConfig &&
13
+ config.pluginsConfig['@nrwl/js'] &&
14
+ config.pluginsConfig['@nrwl/js'].analyzeSourceFiles === false;
15
+ if (!explicitlyDisabled) {
16
+ config.pluginsConfig || (config.pluginsConfig = {});
17
+ (_a = config.pluginsConfig)['@nrwl/js'] || (_a['@nrwl/js'] = {});
18
+ config.pluginsConfig['@nrwl/js'].analyzeSourceFiles = true;
19
+ }
19
20
  }
20
- }
21
- (0, devkit_1.updateWorkspaceConfiguration)(tree, config);
21
+ return config;
22
+ });
22
23
  yield (0, devkit_1.formatFiles)(tree);
23
24
  });
24
25
  }
@@ -1 +1 @@
1
- {"version":3,"file":"enable-source-analysis.js","sourceRoot":"","sources":["../../../../../../packages/workspace/src/migrations/update-14-2-0/enable-source-analysis.ts"],"names":[],"mappings":";;;;AAAA,yCAKsB;AAEtB,SAAsB,oBAAoB,CAAC,IAAU;;;QACnD,MAAM,MAAM,GAAG,IAAA,mCAA0B,EAAC,IAAI,CAAC,CAAC;QAChD,IACE,MAAM,CAAC,OAAO,KAAK,sBAAsB;YACzC,MAAM,CAAC,OAAO,KAAK,qBAAqB,EACxC;YACA,MAAM,kBAAkB,GACtB,MAAM,CAAC,aAAa;gBACpB,MAAM,CAAC,aAAa,CAAC,UAAU,CAAC;gBAC/B,MAAM,CAAC,aAAa,CAAC,UAAU,CAAS,CAAC,kBAAkB,KAAK,KAAK,CAAC;YAEzE,IAAI,CAAC,kBAAkB,EAAE;gBACvB,MAAM,CAAC,aAAa,KAApB,MAAM,CAAC,aAAa,GAAK,EAAE,EAAC;gBAC5B,MAAA,MAAM,CAAC,aAAa,EAAC,UAAU,SAAV,UAAU,IAAM,EAAE,EAAC;gBACvC,MAAM,CAAC,aAAa,CAAC,UAAU,CAAS,CAAC,kBAAkB,GAAG,IAAI,CAAC;aACrE;SACF;QACD,IAAA,qCAA4B,EAAC,IAAI,EAAE,MAAM,CAAC,CAAC;QAC3C,MAAM,IAAA,oBAAW,EAAC,IAAI,CAAC,CAAC;;CACzB;AAnBD,oDAmBC;AAED,kBAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"enable-source-analysis.js","sourceRoot":"","sources":["../../../../../../packages/workspace/src/migrations/update-14-2-0/enable-source-analysis.ts"],"names":[],"mappings":";;;;AAAA,yCAKsB;AAEtB,SAAsB,oBAAoB,CAAC,IAAU;;QACnD,IAAA,mBAAU,EAAsB,IAAI,EAAE,SAAS,EAAE,CAAC,MAAM,EAAE,EAAE;;YAC1D,IACE,MAAM,CAAC,OAAO,KAAK,sBAAsB;gBACzC,MAAM,CAAC,OAAO,KAAK,qBAAqB,EACxC;gBACA,MAAM,kBAAkB,GACtB,MAAM,CAAC,aAAa;oBACpB,MAAM,CAAC,aAAa,CAAC,UAAU,CAAC;oBAC/B,MAAM,CAAC,aAAa,CAAC,UAAU,CAAS,CAAC,kBAAkB,KAAK,KAAK,CAAC;gBAEzE,IAAI,CAAC,kBAAkB,EAAE;oBACvB,MAAM,CAAC,aAAa,KAApB,MAAM,CAAC,aAAa,GAAK,EAAE,EAAC;oBAC5B,MAAA,MAAM,CAAC,aAAa,EAAC,UAAU,SAAV,UAAU,IAAM,EAAE,EAAC;oBACvC,MAAM,CAAC,aAAa,CAAC,UAAU,CAAS,CAAC,kBAAkB,GAAG,IAAI,CAAC;iBACrE;aACF;YACD,OAAO,MAAM,CAAC;QAChB,CAAC,CAAC,CAAC;QACH,MAAM,IAAA,oBAAW,EAAC,IAAI,CAAC,CAAC;IAC1B,CAAC;CAAA;AApBD,oDAoBC;AAED,kBAAe,oBAAoB,CAAC"}