@nx/angular 19.2.0-beta.1 → 19.2.0-beta.2
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 +25 -0
- package/package.json +8 -8
- package/src/utils/versions.d.ts +1 -1
- package/src/utils/versions.js +1 -1
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-beta.
|
|
3
|
+
"version": "19.2.0-beta.2",
|
|
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-beta.
|
|
83
|
-
"@nx/js": "19.2.0-beta.
|
|
84
|
-
"@nx/eslint": "19.2.0-beta.
|
|
85
|
-
"@nx/webpack": "19.2.0-beta.
|
|
86
|
-
"@nx/web": "19.2.0-beta.
|
|
87
|
-
"@nx/workspace": "19.2.0-beta.
|
|
82
|
+
"@nx/devkit": "19.2.0-beta.2",
|
|
83
|
+
"@nx/js": "19.2.0-beta.2",
|
|
84
|
+
"@nx/eslint": "19.2.0-beta.2",
|
|
85
|
+
"@nx/webpack": "19.2.0-beta.2",
|
|
86
|
+
"@nx/web": "19.2.0-beta.2",
|
|
87
|
+
"@nx/workspace": "19.2.0-beta.2",
|
|
88
88
|
"piscina": "^4.4.0",
|
|
89
|
-
"@nrwl/angular": "19.2.0-beta.
|
|
89
|
+
"@nrwl/angular": "19.2.0-beta.2"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"@angular-devkit/build-angular": ">= 16.0.0 < 19.0.0",
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -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 = "
|
|
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";
|
package/src/utils/versions.js
CHANGED
|
@@ -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 = '
|
|
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';
|