@nx/workspace 21.5.0-canary.20250823-a93e74e → 21.5.0-canary.20250828-e634b58

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
@@ -52,6 +52,19 @@
52
52
  "alwaysAddToPackageJson": false
53
53
  }
54
54
  }
55
+ },
56
+ "21.5.0": {
57
+ "version": "21.5.0-beta.2",
58
+ "x-prompt": "Do you want to update to TypeScript v5.9?",
59
+ "requires": {
60
+ "typescript": ">=5.8.0 <5.9.0"
61
+ },
62
+ "packages": {
63
+ "typescript": {
64
+ "version": "~5.9.2",
65
+ "alwaysAddToPackageJson": false
66
+ }
67
+ }
55
68
  }
56
69
  }
57
70
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/workspace",
3
- "version": "21.5.0-canary.20250823-a93e74e",
3
+ "version": "21.5.0-canary.20250828-e634b58",
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": {
@@ -38,7 +38,7 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "@nx/devkit": "21.5.0-canary.20250823-a93e74e",
41
+ "@nx/devkit": "21.5.0-canary.20250828-e634b58",
42
42
  "@zkochan/js-yaml": "0.0.7",
43
43
  "chalk": "^4.1.0",
44
44
  "enquirer": "~2.3.6",
@@ -46,10 +46,10 @@
46
46
  "semver": "^7.6.3",
47
47
  "tslib": "^2.3.0",
48
48
  "yargs-parser": "21.1.1",
49
- "nx": "21.5.0-canary.20250823-a93e74e"
49
+ "nx": "21.5.0-canary.20250828-e634b58"
50
50
  },
51
51
  "devDependencies": {
52
- "nx": "21.5.0-canary.20250823-a93e74e"
52
+ "nx": "21.5.0-canary.20250828-e634b58"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"
@@ -1 +1 @@
1
- {"version":3,"file":"generate-preset.d.ts","sourceRoot":"","sources":["../../../../../../packages/workspace/src/generators/new/generate-preset.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,IAAI,EACL,MAAM,YAAY,CAAC;AASpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAMzC,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,0CAQ1E;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,gBAAgB,iBA+EhE"}
1
+ {"version":3,"file":"generate-preset.d.ts","sourceRoot":"","sources":["../../../../../../packages/workspace/src/generators/new/generate-preset.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,IAAI,EACL,MAAM,YAAY,CAAC;AAQpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAMzC,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,gBAAgB,0CAQ1E;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,gBAAgB,iBA+EhE"}
@@ -103,7 +103,7 @@ function getPresetDependencies({ preset, presetVersion, bundler, e2eTestRunner,
103
103
  '@angular-devkit/core': versions_1.angularCliVersion,
104
104
  '@nx/angular': versions_1.nxVersion,
105
105
  '@nx/rspack': bundler === 'rspack' ? versions_1.nxVersion : undefined,
106
- '@nx/angular-rspack': bundler === 'rspack' ? versions_1.angularRspackVersion : undefined,
106
+ '@nx/angular-rspack': bundler === 'rspack' ? versions_1.nxVersion : undefined,
107
107
  typescript: versions_1.typescriptVersion,
108
108
  },
109
109
  };
@@ -1,5 +1,4 @@
1
1
  export declare const nxVersion: any;
2
- export declare const typescriptVersion = "~5.8.2";
3
- export declare const angularCliVersion = "~20.1.0";
4
- export declare const angularRspackVersion = "^21.1.0";
2
+ export declare const typescriptVersion = "~5.9.2";
3
+ export declare const angularCliVersion = "~20.2.0";
5
4
  //# sourceMappingURL=versions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/workspace/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAE/D,eAAO,MAAM,iBAAiB,WAAW,CAAC;AAI1C,eAAO,MAAM,iBAAiB,YAAY,CAAC;AAC3C,eAAO,MAAM,oBAAoB,YAAY,CAAC"}
1
+ {"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/workspace/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAE/D,eAAO,MAAM,iBAAiB,WAAW,CAAC;AAI1C,eAAO,MAAM,iBAAiB,YAAY,CAAC"}
@@ -1,9 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.angularRspackVersion = exports.angularCliVersion = exports.typescriptVersion = exports.nxVersion = void 0;
3
+ exports.angularCliVersion = exports.typescriptVersion = exports.nxVersion = void 0;
4
4
  exports.nxVersion = require('../../package.json').version;
5
- exports.typescriptVersion = '~5.8.2';
5
+ exports.typescriptVersion = '~5.9.2';
6
6
  // TODO: remove when preset generation is reworked and
7
7
  // deps are not installed from workspace
8
- exports.angularCliVersion = '~20.1.0';
9
- exports.angularRspackVersion = '^21.1.0';
8
+ exports.angularCliVersion = '~20.2.0';