@nrwl/workspace 14.2.0-beta.5 → 14.2.0-rc.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
- # [14.2.0-beta.5](https://github.com/nrwl/nx/compare/14.1.9...14.2.0-beta.5) (2022-06-02)
6
+ # [14.2.0-rc.0](https://github.com/nrwl/nx/compare/14.1.9...14.2.0-rc.0) (2022-06-03)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/workspace
package/migrations.json CHANGED
@@ -108,6 +108,10 @@
108
108
  "typescript": {
109
109
  "version": "~4.7.2",
110
110
  "alwaysAddToPackageJson": false
111
+ },
112
+ "prettier": {
113
+ "version": "^2.6.2",
114
+ "alwaysAddToPackageJson": false
111
115
  }
112
116
  }
113
117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/workspace",
3
- "version": "14.2.0-beta.5",
3
+ "version": "14.2.0-rc.0",
4
4
  "description": "Smart, Fast and Extensible Build System.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,31 +32,31 @@
32
32
  "requirements": {},
33
33
  "migrations": "./migrations.json",
34
34
  "packageGroup": {
35
- "@nrwl/angular": "14.2.0-beta.5",
36
- "@nrwl/cypress": "14.2.0-beta.5",
37
- "@nrwl/devkit": "14.2.0-beta.5",
38
- "@nrwl/eslint-plugin-nx": "14.2.0-beta.5",
39
- "@nrwl/express": "14.2.0-beta.5",
40
- "@nrwl/jest": "14.2.0-beta.5",
41
- "@nrwl/linter": "14.2.0-beta.5",
42
- "@nrwl/nest": "14.2.0-beta.5",
43
- "@nrwl/next": "14.2.0-beta.5",
44
- "@nrwl/node": "14.2.0-beta.5",
45
- "@nrwl/nx-plugin": "14.2.0-beta.5",
46
- "@nrwl/react": "14.2.0-beta.5",
47
- "@nrwl/storybook": "14.2.0-beta.5",
48
- "@nrwl/web": "14.2.0-beta.5",
49
- "@nrwl/js": "14.2.0-beta.5",
50
- "@nrwl/cli": "14.2.0-beta.5",
51
- "@nrwl/tao": "14.2.0-beta.5",
35
+ "@nrwl/angular": "14.2.0-rc.0",
36
+ "@nrwl/cypress": "14.2.0-rc.0",
37
+ "@nrwl/devkit": "14.2.0-rc.0",
38
+ "@nrwl/eslint-plugin-nx": "14.2.0-rc.0",
39
+ "@nrwl/express": "14.2.0-rc.0",
40
+ "@nrwl/jest": "14.2.0-rc.0",
41
+ "@nrwl/linter": "14.2.0-rc.0",
42
+ "@nrwl/nest": "14.2.0-rc.0",
43
+ "@nrwl/next": "14.2.0-rc.0",
44
+ "@nrwl/node": "14.2.0-rc.0",
45
+ "@nrwl/nx-plugin": "14.2.0-rc.0",
46
+ "@nrwl/react": "14.2.0-rc.0",
47
+ "@nrwl/storybook": "14.2.0-rc.0",
48
+ "@nrwl/web": "14.2.0-rc.0",
49
+ "@nrwl/js": "14.2.0-rc.0",
50
+ "@nrwl/cli": "14.2.0-rc.0",
51
+ "@nrwl/tao": "14.2.0-rc.0",
52
52
  "@nrwl/nx-cloud": "latest",
53
- "@nrwl/react-native": "14.2.0-beta.5",
54
- "@nrwl/detox": "14.2.0-beta.5",
55
- "nx": "14.2.0-beta.5"
53
+ "@nrwl/react-native": "14.2.0-rc.0",
54
+ "@nrwl/detox": "14.2.0-rc.0",
55
+ "nx": "14.2.0-rc.0"
56
56
  }
57
57
  },
58
58
  "peerDependencies": {
59
- "prettier": "^2.5.1"
59
+ "prettier": "^2.6.2"
60
60
  },
61
61
  "peerDependenciesMeta": {
62
62
  "prettier": {
@@ -64,9 +64,9 @@
64
64
  }
65
65
  },
66
66
  "dependencies": {
67
- "@nrwl/devkit": "14.2.0-beta.5",
68
- "@nrwl/jest": "14.2.0-beta.5",
69
- "@nrwl/linter": "14.2.0-beta.5",
67
+ "@nrwl/devkit": "14.2.0-rc.0",
68
+ "@nrwl/jest": "14.2.0-rc.0",
69
+ "@nrwl/linter": "14.2.0-rc.0",
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.2.0-beta.5",
84
+ "nx": "14.2.0-rc.0",
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": "914f0ce707740743d2ca4ff08685bd5c574405da"
93
+ "gitHead": "1de896f3e88bc21f6bde3087d363d6f3e4e740b8"
94
94
  }
@@ -1,7 +1,7 @@
1
1
  export declare const nxVersion: any;
2
- export declare const angularCliVersion = "~14.0.0-rc.3";
2
+ export declare const angularCliVersion = "~14.0.0";
3
3
  export declare const typescriptVersion = "~4.7.2";
4
- export declare const prettierVersion = "^2.5.1";
4
+ export declare const prettierVersion = "^2.6.2";
5
5
  export declare const tslintVersion = "~6.1.0";
6
6
  export declare const typescriptESLintVersion = "~5.24.0";
7
7
  export declare const eslintVersion = "~8.15.0";
@@ -2,9 +2,9 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.eslintConfigPrettierVersion = exports.eslintVersion = exports.typescriptESLintVersion = exports.tslintVersion = exports.prettierVersion = exports.typescriptVersion = exports.angularCliVersion = exports.nxVersion = void 0;
4
4
  exports.nxVersion = require('../../package.json').version;
5
- exports.angularCliVersion = '~14.0.0-rc.3';
5
+ exports.angularCliVersion = '~14.0.0';
6
6
  exports.typescriptVersion = '~4.7.2';
7
- exports.prettierVersion = '^2.5.1';
7
+ exports.prettierVersion = '^2.6.2';
8
8
  exports.tslintVersion = '~6.1.0';
9
9
  exports.typescriptESLintVersion = '~5.24.0';
10
10
  exports.eslintVersion = '~8.15.0';
@@ -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,cAAc,CAAC;AACnC,QAAA,iBAAiB,GAAG,QAAQ,CAAC;AAC7B,QAAA,eAAe,GAAG,QAAQ,CAAC;AAC3B,QAAA,aAAa,GAAG,QAAQ,CAAC;AACzB,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACpC,QAAA,aAAa,GAAG,SAAS,CAAC;AAC1B,QAAA,2BAA2B,GAAG,OAAO,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,SAAS,CAAC;AAC9B,QAAA,iBAAiB,GAAG,QAAQ,CAAC;AAC7B,QAAA,eAAe,GAAG,QAAQ,CAAC;AAC3B,QAAA,aAAa,GAAG,QAAQ,CAAC;AACzB,QAAA,uBAAuB,GAAG,SAAS,CAAC;AACpC,QAAA,aAAa,GAAG,SAAS,CAAC;AAC1B,QAAA,2BAA2B,GAAG,OAAO,CAAC"}