@nx/angular 19.3.0 → 19.4.0-beta.1

Sign up to get free protection for your applications and to get access to all the features.
package/migrations.json CHANGED
@@ -1921,6 +1921,18 @@
1921
1921
  "alwaysAddToPackageJson": false
1922
1922
  }
1923
1923
  }
1924
+ },
1925
+ "19.4.0-ngrx": {
1926
+ "version": "19.4.0-beta.1",
1927
+ "requires": {
1928
+ "@angular/core": "^18.0.0"
1929
+ },
1930
+ "packages": {
1931
+ "@ngrx/store": {
1932
+ "version": "^18.0.0",
1933
+ "alwaysAddToPackageJson": false
1934
+ }
1935
+ }
1924
1936
  }
1925
1937
  }
1926
1938
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "19.3.0",
3
+ "version": "19.4.0-beta.1",
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, Playwright 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- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -79,14 +79,14 @@
79
79
  "tslib": "^2.3.0",
80
80
  "webpack": "^5.80.0",
81
81
  "webpack-merge": "^5.8.0",
82
- "@nx/devkit": "19.3.0",
83
- "@nx/js": "19.3.0",
84
- "@nx/eslint": "19.3.0",
85
- "@nx/webpack": "19.3.0",
86
- "@nx/web": "19.3.0",
87
- "@nx/workspace": "19.3.0",
82
+ "@nx/devkit": "19.4.0-beta.1",
83
+ "@nx/js": "19.4.0-beta.1",
84
+ "@nx/eslint": "19.4.0-beta.1",
85
+ "@nx/webpack": "19.4.0-beta.1",
86
+ "@nx/web": "19.4.0-beta.1",
87
+ "@nx/workspace": "19.4.0-beta.1",
88
88
  "piscina": "^4.4.0",
89
- "@nrwl/angular": "19.3.0"
89
+ "@nrwl/angular": "19.4.0-beta.1"
90
90
  },
91
91
  "peerDependencies": {
92
92
  "@angular-devkit/build-angular": ">= 16.0.0 < 19.0.0",
@@ -268,4 +268,4 @@ export declare function fetch<T extends Array<unknown>, A extends Action>(opts:
268
268
  * @param component
269
269
  * @param opts
270
270
  */
271
- export declare function navigation<T extends Array<unknown>, A extends Action>(component: Type<any>, opts: HandleNavigationOpts<T>): (source: ActionStatesStream<T, A>) => Observable<Action>;
271
+ export declare function navigation<T extends Array<unknown>, A extends Action>(component: Type<any>, opts: HandleNavigationOpts<T>): (source: ActionStatesStream<T, A>) => Observable<Action<string>>;
@@ -2,7 +2,7 @@ export declare const nxVersion: any;
2
2
  export declare const angularVersion = "~18.0.0";
3
3
  export declare const angularDevkitVersion = "~18.0.0";
4
4
  export declare const ngPackagrVersion = "~18.0.0";
5
- export declare const ngrxVersion = "~17.0.0";
5
+ export declare const ngrxVersion = "^18.0.0";
6
6
  export declare const rxjsVersion = "~7.8.0";
7
7
  export declare const zoneJsVersion = "~0.14.3";
8
8
  export declare const angularJsVersion = "1.7.9";
@@ -5,7 +5,7 @@ exports.nxVersion = require('../../package.json').version;
5
5
  exports.angularVersion = '~18.0.0';
6
6
  exports.angularDevkitVersion = '~18.0.0';
7
7
  exports.ngPackagrVersion = '~18.0.0';
8
- exports.ngrxVersion = '~17.0.0';
8
+ exports.ngrxVersion = '^18.0.0';
9
9
  exports.rxjsVersion = '~7.8.0';
10
10
  exports.zoneJsVersion = '~0.14.3';
11
11
  exports.angularJsVersion = '1.7.9';