@nx/angular 21.4.0-canary.20250729-c2d0ecf → 21.4.0-canary.20250731-b9bfeeb

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
@@ -1898,6 +1898,18 @@
1898
1898
  "alwaysAddToPackageJson": false
1899
1899
  }
1900
1900
  }
1901
+ },
1902
+ "21.4.0-ngrx": {
1903
+ "version": "21.4.0-beta.3",
1904
+ "requires": {
1905
+ "@angular/core": "^20.0.0"
1906
+ },
1907
+ "packages": {
1908
+ "@ngrx/store": {
1909
+ "version": "^20.0.0",
1910
+ "alwaysAddToPackageJson": false
1911
+ }
1912
+ }
1901
1913
  }
1902
1914
  }
1903
1915
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "21.4.0-canary.20250729-c2d0ecf",
3
+ "version": "21.4.0-canary.20250731-b9bfeeb",
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": {
@@ -58,14 +58,14 @@
58
58
  "migrations": "./migrations.json"
59
59
  },
60
60
  "dependencies": {
61
- "@nx/devkit": "21.4.0-canary.20250729-c2d0ecf",
62
- "@nx/eslint": "21.4.0-canary.20250729-c2d0ecf",
63
- "@nx/js": "21.4.0-canary.20250729-c2d0ecf",
64
- "@nx/module-federation": "21.4.0-canary.20250729-c2d0ecf",
65
- "@nx/rspack": "21.4.0-canary.20250729-c2d0ecf",
66
- "@nx/web": "21.4.0-canary.20250729-c2d0ecf",
67
- "@nx/webpack": "21.4.0-canary.20250729-c2d0ecf",
68
- "@nx/workspace": "21.4.0-canary.20250729-c2d0ecf",
61
+ "@nx/devkit": "21.4.0-canary.20250731-b9bfeeb",
62
+ "@nx/eslint": "21.4.0-canary.20250731-b9bfeeb",
63
+ "@nx/js": "21.4.0-canary.20250731-b9bfeeb",
64
+ "@nx/module-federation": "21.4.0-canary.20250731-b9bfeeb",
65
+ "@nx/rspack": "21.4.0-canary.20250731-b9bfeeb",
66
+ "@nx/web": "21.4.0-canary.20250731-b9bfeeb",
67
+ "@nx/webpack": "21.4.0-canary.20250731-b9bfeeb",
68
+ "@nx/workspace": "21.4.0-canary.20250731-b9bfeeb",
69
69
  "@phenomnomnominal/tsquery": "~5.0.1",
70
70
  "@typescript-eslint/type-utils": "^8.0.0",
71
71
  "enquirer": "~2.3.6",
@@ -3,7 +3,7 @@ export declare const angularVersion = "~20.1.0";
3
3
  export declare const angularDevkitVersion = "~20.1.0";
4
4
  export declare const ngPackagrVersion = "~20.1.0";
5
5
  export declare const angularRspackVersion = "^21.1.0";
6
- export declare const ngrxVersion = "^19.0.0";
6
+ export declare const ngrxVersion = "^20.0.0";
7
7
  export declare const rxjsVersion = "~7.8.0";
8
8
  export declare const zoneJsVersion = "~0.15.0";
9
9
  export declare const angularJsVersion = "1.7.9";
@@ -6,7 +6,7 @@ exports.angularVersion = '~20.1.0';
6
6
  exports.angularDevkitVersion = '~20.1.0';
7
7
  exports.ngPackagrVersion = '~20.1.0';
8
8
  exports.angularRspackVersion = '^21.1.0';
9
- exports.ngrxVersion = '^19.0.0';
9
+ exports.ngrxVersion = '^20.0.0';
10
10
  exports.rxjsVersion = '~7.8.0';
11
11
  exports.zoneJsVersion = '~0.15.0';
12
12
  exports.angularJsVersion = '1.7.9';