@nx/angular 17.2.0-beta.2 → 17.2.0-beta.3

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
@@ -1505,6 +1505,18 @@
1505
1505
  "alwaysAddToPackageJson": false
1506
1506
  }
1507
1507
  }
1508
+ },
1509
+ "17.2.0-ngrx": {
1510
+ "version": "17.2.0-beta.3",
1511
+ "requires": {
1512
+ "@angular/core": "^17.0.0"
1513
+ },
1514
+ "packages": {
1515
+ "@ngrx/store": {
1516
+ "version": "~17.0.0",
1517
+ "alwaysAddToPackageJson": false
1518
+ }
1519
+ }
1508
1520
  }
1509
1521
  }
1510
1522
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "17.2.0-beta.2",
3
+ "version": "17.2.0-beta.3",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: \n\n- Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, and Cypress. \n\n- Generators to help scaffold code quickly (like: Micro Frontends, Libraries, both internal to your codebase and publishable to npm) \n\n- Upgrading AngularJS applications \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -78,15 +78,15 @@
78
78
  "tslib": "^2.3.0",
79
79
  "webpack": "^5.80.0",
80
80
  "webpack-merge": "^5.8.0",
81
- "@nx/devkit": "17.2.0-beta.2",
82
- "@nx/cypress": "17.2.0-beta.2",
83
- "@nx/jest": "17.2.0-beta.2",
84
- "@nx/js": "17.2.0-beta.2",
85
- "@nx/eslint": "17.2.0-beta.2",
86
- "@nx/webpack": "17.2.0-beta.2",
87
- "@nx/web": "17.2.0-beta.2",
88
- "@nx/workspace": "17.2.0-beta.2",
89
- "@nrwl/angular": "17.2.0-beta.2"
81
+ "@nx/devkit": "17.2.0-beta.3",
82
+ "@nx/cypress": "17.2.0-beta.3",
83
+ "@nx/jest": "17.2.0-beta.3",
84
+ "@nx/js": "17.2.0-beta.3",
85
+ "@nx/eslint": "17.2.0-beta.3",
86
+ "@nx/webpack": "17.2.0-beta.3",
87
+ "@nx/web": "17.2.0-beta.3",
88
+ "@nx/workspace": "17.2.0-beta.3",
89
+ "@nrwl/angular": "17.2.0-beta.3"
90
90
  },
91
91
  "peerDependencies": {
92
92
  "@angular-devkit/build-angular": ">= 15.0.0 < 18.0.0",
@@ -14,6 +14,9 @@ const child_process_1 = require("child_process");
14
14
  const rxjs_1 = require("rxjs");
15
15
  const fs_2 = require("fs");
16
16
  function buildStaticRemotes(remotes, nxBin, context, options) {
17
+ if (!remotes.staticRemotes.length) {
18
+ return Promise.resolve();
19
+ }
17
20
  const mappedLocationOfRemotes = {};
18
21
  for (const app of remotes.staticRemotes) {
19
22
  mappedLocationOfRemotes[app] = `http${options.ssl ? 's' : ''}://${options.host}:${options.staticRemotesPort}/${app}`;
@@ -2,7 +2,7 @@ export declare const nxVersion: any;
2
2
  export declare const angularVersion = "~17.0.0";
3
3
  export declare const angularDevkitVersion = "~17.0.0";
4
4
  export declare const ngPackagrVersion = "~17.0.0";
5
- export declare const ngrxVersion = "~16.0.0";
5
+ export declare const ngrxVersion = "~17.0.0";
6
6
  export declare const rxjsVersion = "~7.8.0";
7
7
  export declare const zoneJsVersion = "~0.14.0";
8
8
  export declare const angularJsVersion = "1.7.9";
@@ -5,7 +5,7 @@ exports.nxVersion = require('../../package.json').version;
5
5
  exports.angularVersion = '~17.0.0';
6
6
  exports.angularDevkitVersion = '~17.0.0';
7
7
  exports.ngPackagrVersion = '~17.0.0';
8
- exports.ngrxVersion = '~16.0.0';
8
+ exports.ngrxVersion = '~17.0.0';
9
9
  exports.rxjsVersion = '~7.8.0';
10
10
  exports.zoneJsVersion = '~0.14.0';
11
11
  exports.angularJsVersion = '1.7.9';