@nx/js 17.2.0-beta.12 → 17.2.0-beta.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/js",
3
- "version": "17.2.0-beta.12",
3
+ "version": "17.2.0-beta.14",
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.2.0-beta.12",
61
- "@nx/workspace": "17.2.0-beta.12",
62
- "@nrwl/js": "17.2.0-beta.12"
60
+ "@nx/devkit": "17.2.0-beta.14",
61
+ "@nx/workspace": "17.2.0-beta.14",
62
+ "@nrwl/js": "17.2.0-beta.14"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "verdaccio": "^5.0.4"
@@ -169,7 +169,7 @@ To fix this you will either need to add a package.json file at that location, or
169
169
  case 'prompt': {
170
170
  // Only add the release group name to the log if it is one set by the user, otherwise it is useless noise
171
171
  const maybeLogReleaseGroup = (log) => {
172
- if (options.releaseGroup.name === config_1.CATCH_ALL_RELEASE_GROUP) {
172
+ if (options.releaseGroup.name === config_1.IMPLICIT_DEFAULT_RELEASE_GROUP) {
173
173
  return log;
174
174
  }
175
175
  return `${log} within release group "${options.releaseGroup.name}"`;
@@ -14,4 +14,4 @@ export declare const typescriptVersion = "~5.2.2";
14
14
  * that's supported by the lowest Angular supported version, e.g.
15
15
  * `npm view @angular/compiler-cli@14.0.0 peerDependencies.typescript`
16
16
  */
17
- export declare const supportedTypescriptVersions = ">=4.6.2";
17
+ export declare const supportedTypescriptVersions = ">=4.8.2";
@@ -18,4 +18,4 @@ exports.typescriptVersion = '~5.2.2';
18
18
  * that's supported by the lowest Angular supported version, e.g.
19
19
  * `npm view @angular/compiler-cli@14.0.0 peerDependencies.typescript`
20
20
  */
21
- exports.supportedTypescriptVersions = '>=4.6.2';
21
+ exports.supportedTypescriptVersions = '>=4.8.2';