@nx/js 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
@@ -68,6 +68,18 @@
68
68
  "alwaysAddToPackageJson": false
69
69
  }
70
70
  }
71
+ },
72
+ "16.1.0": {
73
+ "version": "16.1.0-beta.0",
74
+ "x-prompt": "Do you want to update to TypeScript v5.0?",
75
+ "requires": {
76
+ "typescript": ">=4.9.5 <5.0.0"
77
+ },
78
+ "packages": {
79
+ "typescript": {
80
+ "version": "~5.0.2"
81
+ }
82
+ }
71
83
  }
72
84
  }
73
85
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/js",
3
- "version": "16.0.3",
3
+ "version": "16.1.0-beta.0",
4
4
  "private": false,
5
5
  "description": "The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ",
6
6
  "repository": {
@@ -39,9 +39,9 @@
39
39
  "@babel/preset-env": "^7.15.0",
40
40
  "@babel/preset-typescript": "^7.15.0",
41
41
  "@babel/runtime": "^7.14.8",
42
- "@nrwl/js": "16.0.3",
43
- "@nx/devkit": "16.0.3",
44
- "@nx/workspace": "16.0.3",
42
+ "@nrwl/js": "16.1.0-beta.0",
43
+ "@nx/devkit": "16.1.0-beta.0",
44
+ "@nx/workspace": "16.1.0-beta.0",
45
45
  "@phenomnomnominal/tsquery": "~5.0.1",
46
46
  "babel-plugin-const-enum": "^1.0.1",
47
47
  "babel-plugin-macros": "^2.8.0",
@@ -60,5 +60,5 @@
60
60
  "access": "public"
61
61
  },
62
62
  "types": "./src/index.d.ts",
63
- "gitHead": "66c54fbd122aacf94061c5b7007dc60b6c6f91f7"
63
+ "gitHead": "6c221eae40054e6b104f1d53a7baea632a28d28e"
64
64
  }
@@ -7,4 +7,4 @@ export declare const swcHelpersVersion = "~0.5.0";
7
7
  export declare const swcNodeVersion = "~1.4.2";
8
8
  export declare const tsLibVersion = "^2.3.0";
9
9
  export declare const typesNodeVersion = "18.7.1";
10
- export declare const typescriptVersion = "~4.9.5";
10
+ export declare const typescriptVersion = "~5.0.2";
@@ -10,5 +10,5 @@ exports.swcHelpersVersion = '~0.5.0';
10
10
  exports.swcNodeVersion = '~1.4.2';
11
11
  exports.tsLibVersion = '^2.3.0';
12
12
  exports.typesNodeVersion = '18.7.1';
13
- exports.typescriptVersion = '~4.9.5';
13
+ exports.typescriptVersion = '~5.0.2';
14
14
  //# sourceMappingURL=versions.js.map