@nx/angular 19.2.0-canary.20240528-7f11a1d → 19.2.0-canary.20240531-2cb7ecb

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
26
26
 
27
- This package is an [Angular plugin for Nx](https://nx.dev/packages/angular).
27
+ This package is an [Angular plugin for Nx](https://nx.dev/nx-api/angular).
28
28
 
29
29
  ## Getting Started
30
30
 
package/migrations.json CHANGED
@@ -1887,6 +1887,31 @@
1887
1887
  "alwaysAddToPackageJson": false
1888
1888
  }
1889
1889
  }
1890
+ },
1891
+ "19.1.2": {
1892
+ "version": "19.1.2-beta.1",
1893
+ "requires": {
1894
+ "eslint": "^8.57.0 || ^9.0.0",
1895
+ "@angular/core": ">= 18.0.0 < 19.0.0"
1896
+ },
1897
+ "packages": {
1898
+ "@angular-eslint/eslint-plugin": {
1899
+ "version": "^18.0.1",
1900
+ "alwaysAddToPackageJson": false
1901
+ },
1902
+ "@angular-eslint/eslint-plugin-template": {
1903
+ "version": "^18.0.1",
1904
+ "alwaysAddToPackageJson": false
1905
+ },
1906
+ "@angular-eslint/template-parser": {
1907
+ "version": "^18.0.1",
1908
+ "alwaysAddToPackageJson": false
1909
+ },
1910
+ "@angular-eslint/utils": {
1911
+ "version": "^18.0.1",
1912
+ "alwaysAddToPackageJson": false
1913
+ }
1914
+ }
1890
1915
  }
1891
1916
  }
1892
1917
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "19.2.0-canary.20240528-7f11a1d",
3
+ "version": "19.2.0-canary.20240531-2cb7ecb",
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.2.0-canary.20240528-7f11a1d",
83
- "@nx/js": "19.2.0-canary.20240528-7f11a1d",
84
- "@nx/eslint": "19.2.0-canary.20240528-7f11a1d",
85
- "@nx/webpack": "19.2.0-canary.20240528-7f11a1d",
86
- "@nx/web": "19.2.0-canary.20240528-7f11a1d",
87
- "@nx/workspace": "19.2.0-canary.20240528-7f11a1d",
82
+ "@nx/devkit": "19.2.0-canary.20240531-2cb7ecb",
83
+ "@nx/js": "19.2.0-canary.20240531-2cb7ecb",
84
+ "@nx/eslint": "19.2.0-canary.20240531-2cb7ecb",
85
+ "@nx/webpack": "19.2.0-canary.20240531-2cb7ecb",
86
+ "@nx/web": "19.2.0-canary.20240531-2cb7ecb",
87
+ "@nx/workspace": "19.2.0-canary.20240531-2cb7ecb",
88
88
  "piscina": "^4.4.0",
89
- "@nrwl/angular": "19.2.0-canary.20240528-7f11a1d"
89
+ "@nrwl/angular": "19.2.0-canary.20240531-2cb7ecb"
90
90
  },
91
91
  "peerDependencies": {
92
92
  "@angular-devkit/build-angular": ">= 16.0.0 < 19.0.0",
@@ -13,7 +13,7 @@ export declare const expressVersion = "~4.18.2";
13
13
  export declare const typesExpressVersion = "4.17.14";
14
14
  export declare const browserSyncVersion = "^3.0.0";
15
15
  export declare const moduleFederationNodeVersion = "~1.0.5";
16
- export declare const angularEslintVersion = "~17.3.0";
16
+ export declare const angularEslintVersion = "^18.0.1";
17
17
  export declare const tailwindVersion = "^3.0.2";
18
18
  export declare const postcssVersion = "^8.4.5";
19
19
  export declare const postcssUrlVersion = "~10.1.3";
@@ -16,7 +16,7 @@ exports.expressVersion = '~4.18.2';
16
16
  exports.typesExpressVersion = '4.17.14';
17
17
  exports.browserSyncVersion = '^3.0.0';
18
18
  exports.moduleFederationNodeVersion = '~1.0.5';
19
- exports.angularEslintVersion = '~17.3.0';
19
+ exports.angularEslintVersion = '^18.0.1';
20
20
  exports.tailwindVersion = '^3.0.2';
21
21
  exports.postcssVersion = '^8.4.5';
22
22
  exports.postcssUrlVersion = '~10.1.3';