@nx/angular 20.5.0-canary.20250226-202b49b → 20.5.0-canary.20250227-6d40b6a
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 +48 -0
- package/package.json +8 -8
package/migrations.json
CHANGED
|
@@ -1049,6 +1049,22 @@
|
|
|
1049
1049
|
"@angular-eslint/utils": {
|
|
1050
1050
|
"version": "^18.0.1",
|
|
1051
1051
|
"alwaysAddToPackageJson": false
|
|
1052
|
+
},
|
|
1053
|
+
"@angular-eslint/schematics": {
|
|
1054
|
+
"version": "^18.0.1",
|
|
1055
|
+
"alwaysAddToPackageJson": false
|
|
1056
|
+
},
|
|
1057
|
+
"@angular-eslint/test-utils": {
|
|
1058
|
+
"version": "^18.0.1",
|
|
1059
|
+
"alwaysAddToPackageJson": false
|
|
1060
|
+
},
|
|
1061
|
+
"@angular-eslint/builder": {
|
|
1062
|
+
"version": "^18.0.1",
|
|
1063
|
+
"alwaysAddToPackageJson": false
|
|
1064
|
+
},
|
|
1065
|
+
"@angular-eslint/bundled-angular-compiler": {
|
|
1066
|
+
"version": "^18.0.1",
|
|
1067
|
+
"alwaysAddToPackageJson": false
|
|
1052
1068
|
}
|
|
1053
1069
|
}
|
|
1054
1070
|
},
|
|
@@ -1368,6 +1384,22 @@
|
|
|
1368
1384
|
"@angular-eslint/utils": {
|
|
1369
1385
|
"version": "^19.0.0",
|
|
1370
1386
|
"alwaysAddToPackageJson": false
|
|
1387
|
+
},
|
|
1388
|
+
"@angular-eslint/schematics": {
|
|
1389
|
+
"version": "^19.0.0",
|
|
1390
|
+
"alwaysAddToPackageJson": false
|
|
1391
|
+
},
|
|
1392
|
+
"@angular-eslint/test-utils": {
|
|
1393
|
+
"version": "^19.0.0",
|
|
1394
|
+
"alwaysAddToPackageJson": false
|
|
1395
|
+
},
|
|
1396
|
+
"@angular-eslint/builder": {
|
|
1397
|
+
"version": "^19.0.0",
|
|
1398
|
+
"alwaysAddToPackageJson": false
|
|
1399
|
+
},
|
|
1400
|
+
"@angular-eslint/bundled-angular-compiler": {
|
|
1401
|
+
"version": "^19.0.0",
|
|
1402
|
+
"alwaysAddToPackageJson": false
|
|
1371
1403
|
}
|
|
1372
1404
|
}
|
|
1373
1405
|
},
|
|
@@ -1410,6 +1442,22 @@
|
|
|
1410
1442
|
"@angular-eslint/utils": {
|
|
1411
1443
|
"version": "^19.0.2",
|
|
1412
1444
|
"alwaysAddToPackageJson": false
|
|
1445
|
+
},
|
|
1446
|
+
"@angular-eslint/schematics": {
|
|
1447
|
+
"version": "^19.0.2",
|
|
1448
|
+
"alwaysAddToPackageJson": false
|
|
1449
|
+
},
|
|
1450
|
+
"@angular-eslint/test-utils": {
|
|
1451
|
+
"version": "^19.0.2",
|
|
1452
|
+
"alwaysAddToPackageJson": false
|
|
1453
|
+
},
|
|
1454
|
+
"@angular-eslint/builder": {
|
|
1455
|
+
"version": "^19.0.2",
|
|
1456
|
+
"alwaysAddToPackageJson": false
|
|
1457
|
+
},
|
|
1458
|
+
"@angular-eslint/bundled-angular-compiler": {
|
|
1459
|
+
"version": "^19.0.2",
|
|
1460
|
+
"alwaysAddToPackageJson": false
|
|
1413
1461
|
}
|
|
1414
1462
|
}
|
|
1415
1463
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/angular",
|
|
3
|
-
"version": "20.5.0-canary.
|
|
3
|
+
"version": "20.5.0-canary.20250227-6d40b6a",
|
|
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-canary.
|
|
75
|
-
"@nx/js": "20.5.0-canary.
|
|
76
|
-
"@nx/eslint": "20.5.0-canary.
|
|
77
|
-
"@nx/webpack": "20.5.0-canary.
|
|
78
|
-
"@nx/module-federation": "20.5.0-canary.
|
|
79
|
-
"@nx/web": "20.5.0-canary.
|
|
80
|
-
"@nx/workspace": "20.5.0-canary.
|
|
74
|
+
"@nx/devkit": "20.5.0-canary.20250227-6d40b6a",
|
|
75
|
+
"@nx/js": "20.5.0-canary.20250227-6d40b6a",
|
|
76
|
+
"@nx/eslint": "20.5.0-canary.20250227-6d40b6a",
|
|
77
|
+
"@nx/webpack": "20.5.0-canary.20250227-6d40b6a",
|
|
78
|
+
"@nx/module-federation": "20.5.0-canary.20250227-6d40b6a",
|
|
79
|
+
"@nx/web": "20.5.0-canary.20250227-6d40b6a",
|
|
80
|
+
"@nx/workspace": "20.5.0-canary.20250227-6d40b6a",
|
|
81
81
|
"piscina": "^4.4.0"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|