@nx/js 17.1.0-beta.2 → 17.1.0-beta.4

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
@@ -111,6 +111,18 @@
111
111
  "alwaysAddToPackageJson": false
112
112
  }
113
113
  }
114
+ },
115
+ "17.1.0": {
116
+ "version": "17.1.0-beta.4",
117
+ "x-prompt": "Do you want to update to TypeScript v5.2?",
118
+ "requires": {
119
+ "typescript": ">=5.1.0 <5.2.0"
120
+ },
121
+ "packages": {
122
+ "typescript": {
123
+ "version": "~5.2.2"
124
+ }
125
+ }
114
126
  }
115
127
  }
116
128
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/js",
3
- "version": "17.1.0-beta.2",
3
+ "version": "17.1.0-beta.4",
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": {
@@ -57,9 +57,9 @@
57
57
  "semver": "7.5.3",
58
58
  "source-map-support": "0.5.19",
59
59
  "tslib": "^2.3.0",
60
- "@nx/devkit": "17.1.0-beta.2",
61
- "@nx/workspace": "17.1.0-beta.2",
62
- "@nrwl/js": "17.1.0-beta.2"
60
+ "@nx/devkit": "17.1.0-beta.4",
61
+ "@nx/workspace": "17.1.0-beta.4",
62
+ "@nrwl/js": "17.1.0-beta.4"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "verdaccio": "^5.0.4"
@@ -8,7 +8,7 @@ export declare const swcNodeVersion = "~1.6.7";
8
8
  export declare const tsLibVersion = "^2.3.0";
9
9
  export declare const typesNodeVersion = "18.7.1";
10
10
  export declare const verdaccioVersion = "^5.0.4";
11
- export declare const typescriptVersion = "~5.1.3";
11
+ export declare const typescriptVersion = "~5.2.2";
12
12
  /**
13
13
  * The minimum version is currently determined from the lowest version
14
14
  * that's supported by the lowest Angular supported version, e.g.
@@ -12,7 +12,7 @@ exports.tsLibVersion = '^2.3.0';
12
12
  exports.typesNodeVersion = '18.7.1';
13
13
  exports.verdaccioVersion = '^5.0.4';
14
14
  // Typescript
15
- exports.typescriptVersion = '~5.1.3';
15
+ exports.typescriptVersion = '~5.2.2';
16
16
  /**
17
17
  * The minimum version is currently determined from the lowest version
18
18
  * that's supported by the lowest Angular supported version, e.g.