@nx/workspace 23.0.0 → 23.1.0-beta.1

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/README.md CHANGED
@@ -7,13 +7,12 @@
7
7
 
8
8
  <div style="text-align: center;">
9
9
 
10
- [![CircleCI](https://circleci.com/gh/nrwl/nx.svg?style=svg)](https://circleci.com/gh/nrwl/nx)
11
10
  [![License](https://img.shields.io/npm/l/@nx/workspace.svg?style=flat-square)]()
12
11
  [![NPM Version](https://badge.fury.io/js/nx.svg)](https://www.npmjs.com/package/nx)
13
12
  [![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)]()
14
13
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
15
- [![Join the chat at https://gitter.im/nrwl-nx/community](https://badges.gitter.im/nrwl-nx/community.svg)](https://gitter.im/nrwl-nx/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
16
14
  [![Join us on the Official Nx Discord Server](https://img.shields.io/discord/1143497901675401286?label=discord)](https://go.nx.dev/community)
15
+ [![Nx Sandboxing](https://staging.nx.app/workspaces/62d013ea0852fe0a2df74438/sandbox-badge.svg)](https://nx.dev/docs/features/ci-features/sandboxing)
17
16
 
18
17
  </div>
19
18
 
@@ -13,7 +13,7 @@ const child_process_1 = require("child_process");
13
13
  const installation_directory_1 = require("nx/src/utils/installation-directory");
14
14
  function addPresetDependencies(host, options) {
15
15
  const { dependencies, dev } = getPresetDependencies(options);
16
- return (0, devkit_1.addDependenciesToPackageJson)(host, dependencies, dev, (0, path_1.join)(options.directory, 'package.json'));
16
+ return (0, devkit_1.addDependenciesToPackageJson)(host, dependencies, dev, (0, path_1.join)(options.directory, 'package.json'), true);
17
17
  }
18
18
  function generatePreset(host, opts) {
19
19
  const parsedArgs = (0, yargs_parser_1.default)(process.argv, {
@@ -13,7 +13,7 @@ export declare function editTarget(targetString: string, callback: any): string;
13
13
  * @deprecated use the utility from nx/src/utils instead
14
14
  */
15
15
  export declare function serializeTarget({ project, target, config }: {
16
+ config: any;
16
17
  project: any;
17
18
  target: any;
18
- config: any;
19
19
  }): string;
@@ -1,3 +1,3 @@
1
1
  export declare const nxVersion: any;
2
- export declare const typescriptVersion = "~5.9.2";
3
- export declare const angularCliVersion = "~21.2.0";
2
+ export declare const typescriptVersion = "~6.0.3";
3
+ export declare const angularCliVersion = "~22.0.0";
@@ -6,7 +6,7 @@ const path_1 = require("path");
6
6
  // still resolving to the package's own package.json in both source and built
7
7
  // (local-dist) contexts.
8
8
  exports.nxVersion = require((0, path_1.join)('@nx/workspace', 'package.json')).version;
9
- exports.typescriptVersion = '~5.9.2';
9
+ exports.typescriptVersion = '~6.0.3';
10
10
  // TODO: remove when preset generation is reworked and
11
11
  // deps are not installed from workspace
12
- exports.angularCliVersion = '~21.2.0';
12
+ exports.angularCliVersion = '~22.0.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/workspace",
3
- "version": "23.0.0",
3
+ "version": "23.1.0-beta.1",
4
4
  "private": false,
5
5
  "type": "commonjs",
6
6
  "files": [
@@ -85,11 +85,11 @@
85
85
  "semver": "^7.6.3",
86
86
  "tslib": "^2.3.0",
87
87
  "yargs-parser": "21.1.1",
88
- "nx": "23.0.0",
89
- "@nx/devkit": "23.0.0"
88
+ "nx": "23.1.0-beta.1",
89
+ "@nx/devkit": "23.1.0-beta.1"
90
90
  },
91
91
  "devDependencies": {
92
- "nx": "23.0.0"
92
+ "nx": "23.1.0-beta.1"
93
93
  },
94
94
  "publishConfig": {
95
95
  "access": "public"