@nx/angular 20.5.0-rc.0 → 20.5.0-rc.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/migrations.json CHANGED
@@ -1547,7 +1547,7 @@
1547
1547
  "version": "20.5.0-beta.5",
1548
1548
  "x-prompt": "Do you want to update the Angular version to v19.2?",
1549
1549
  "requires": {
1550
- "@angular/core": ">=19.2.0 <20.0.0-next.0"
1550
+ "@angular/core": ">=19.1.0 <19.2.0"
1551
1551
  },
1552
1552
  "packages": {
1553
1553
  "@angular-devkit/build-angular": {
@@ -1603,6 +1603,51 @@
1603
1603
  "alwaysAddToPackageJson": false
1604
1604
  }
1605
1605
  }
1606
+ },
1607
+ "20.5.0-angular-eslint": {
1608
+ "version": "20.5.0-rc.1",
1609
+ "requires": {
1610
+ "eslint": "^8.57.0 || ^9.0.0",
1611
+ "@angular/core": ">= 19.0.0 < 20.0.0"
1612
+ },
1613
+ "packages": {
1614
+ "angular-eslint": {
1615
+ "version": "^19.2.0",
1616
+ "alwaysAddToPackageJson": false
1617
+ },
1618
+ "@angular-eslint/eslint-plugin": {
1619
+ "version": "^19.2.0",
1620
+ "alwaysAddToPackageJson": false
1621
+ },
1622
+ "@angular-eslint/eslint-plugin-template": {
1623
+ "version": "^19.2.0",
1624
+ "alwaysAddToPackageJson": false
1625
+ },
1626
+ "@angular-eslint/template-parser": {
1627
+ "version": "^19.2.0",
1628
+ "alwaysAddToPackageJson": false
1629
+ },
1630
+ "@angular-eslint/utils": {
1631
+ "version": "^19.2.0",
1632
+ "alwaysAddToPackageJson": false
1633
+ },
1634
+ "@angular-eslint/schematics": {
1635
+ "version": "^19.2.0",
1636
+ "alwaysAddToPackageJson": false
1637
+ },
1638
+ "@angular-eslint/test-utils": {
1639
+ "version": "^19.2.0",
1640
+ "alwaysAddToPackageJson": false
1641
+ },
1642
+ "@angular-eslint/builder": {
1643
+ "version": "^19.2.0",
1644
+ "alwaysAddToPackageJson": false
1645
+ },
1646
+ "@angular-eslint/bundled-angular-compiler": {
1647
+ "version": "^19.2.0",
1648
+ "alwaysAddToPackageJson": false
1649
+ }
1650
+ }
1606
1651
  }
1607
1652
  }
1608
1653
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "20.5.0-rc.0",
3
+ "version": "20.5.0-rc.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": {
@@ -71,13 +71,13 @@
71
71
  "semver": "^7.5.3",
72
72
  "tslib": "^2.3.0",
73
73
  "webpack-merge": "^5.8.0",
74
- "@nx/devkit": "20.5.0-rc.0",
75
- "@nx/js": "20.5.0-rc.0",
76
- "@nx/eslint": "20.5.0-rc.0",
77
- "@nx/webpack": "20.5.0-rc.0",
78
- "@nx/module-federation": "20.5.0-rc.0",
79
- "@nx/web": "20.5.0-rc.0",
80
- "@nx/workspace": "20.5.0-rc.0",
74
+ "@nx/devkit": "20.5.0-rc.1",
75
+ "@nx/js": "20.5.0-rc.1",
76
+ "@nx/eslint": "20.5.0-rc.1",
77
+ "@nx/webpack": "20.5.0-rc.1",
78
+ "@nx/module-federation": "20.5.0-rc.1",
79
+ "@nx/web": "20.5.0-rc.1",
80
+ "@nx/workspace": "20.5.0-rc.1",
81
81
  "piscina": "^4.4.0"
82
82
  },
83
83
  "peerDependencies": {
@@ -14,7 +14,7 @@ export declare const typesExpressVersion = "^4.17.21";
14
14
  export declare const browserSyncVersion = "^3.0.0";
15
15
  export declare const moduleFederationNodeVersion = "^2.6.26";
16
16
  export declare const moduleFederationEnhancedVersion = "^0.9.0";
17
- export declare const angularEslintVersion = "^19.0.2";
17
+ export declare const angularEslintVersion = "^19.2.0";
18
18
  export declare const typescriptEslintVersion = "^7.16.0";
19
19
  export declare const tailwindVersion = "^3.0.2";
20
20
  export declare const postcssVersion = "^8.4.5";
@@ -17,7 +17,7 @@ exports.typesExpressVersion = '^4.17.21';
17
17
  exports.browserSyncVersion = '^3.0.0';
18
18
  exports.moduleFederationNodeVersion = '^2.6.26';
19
19
  exports.moduleFederationEnhancedVersion = '^0.9.0';
20
- exports.angularEslintVersion = '^19.0.2';
20
+ exports.angularEslintVersion = '^19.2.0';
21
21
  exports.typescriptEslintVersion = '^7.16.0';
22
22
  exports.tailwindVersion = '^3.0.2';
23
23
  exports.postcssVersion = '^8.4.5';