@nx/angular 16.3.0-beta.14 → 16.3.0-beta.15
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 +4 -8
- package/package.json +10 -10
package/migrations.json
CHANGED
|
@@ -709,8 +709,7 @@
|
|
|
709
709
|
"version": "15.2.0-beta.0",
|
|
710
710
|
"x-prompt": "Do you want to update the Angular version to v15?",
|
|
711
711
|
"requires": {
|
|
712
|
-
"@angular/core": "^14.2.0"
|
|
713
|
-
"typescript": ">=4.8.2 <5.0"
|
|
712
|
+
"@angular/core": "^14.2.0"
|
|
714
713
|
},
|
|
715
714
|
"packages": {
|
|
716
715
|
"@angular-devkit/architect": {
|
|
@@ -842,8 +841,7 @@
|
|
|
842
841
|
"version": "15.5.0-beta.0",
|
|
843
842
|
"x-prompt": "Do you want to update the Angular version to v15.1?",
|
|
844
843
|
"requires": {
|
|
845
|
-
"@angular/core": ">=15.0.0 <15.1.0"
|
|
846
|
-
"typescript": ">=4.8.2 <5.0"
|
|
844
|
+
"@angular/core": ">=15.0.0 <15.1.0"
|
|
847
845
|
},
|
|
848
846
|
"packages": {
|
|
849
847
|
"@angular-devkit/architect": {
|
|
@@ -908,8 +906,7 @@
|
|
|
908
906
|
"version": "15.8.0-beta.4",
|
|
909
907
|
"x-prompt": "Do you want to update the Angular version to v15.2?",
|
|
910
908
|
"requires": {
|
|
911
|
-
"@angular/core": ">=15.1.0 <15.2.0"
|
|
912
|
-
"typescript": ">=4.8.2 <5.0"
|
|
909
|
+
"@angular/core": ">=15.1.0 <15.2.0"
|
|
913
910
|
},
|
|
914
911
|
"packages": {
|
|
915
912
|
"@angular-devkit/architect": {
|
|
@@ -1034,8 +1031,7 @@
|
|
|
1034
1031
|
"version": "16.1.0-beta.1",
|
|
1035
1032
|
"x-prompt": "Do you want to update the Angular version to v16?",
|
|
1036
1033
|
"requires": {
|
|
1037
|
-
"@angular/core": ">=15.2.0 <16.0.0"
|
|
1038
|
-
"typescript": ">=4.9.3 <5.1"
|
|
1034
|
+
"@angular/core": ">=15.2.0 <16.0.0"
|
|
1039
1035
|
},
|
|
1040
1036
|
"packages": {
|
|
1041
1037
|
"@angular/core": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/angular",
|
|
3
|
-
"version": "16.3.0-beta.
|
|
3
|
+
"version": "16.3.0-beta.15",
|
|
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, 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- Upgrading AngularJS applications \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
|
|
6
6
|
"repository": {
|
|
@@ -67,14 +67,14 @@
|
|
|
67
67
|
"migrations": "./migrations.json"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@nrwl/angular": "16.3.0-beta.
|
|
71
|
-
"@nx/cypress": "16.3.0-beta.
|
|
72
|
-
"@nx/devkit": "16.3.0-beta.
|
|
73
|
-
"@nx/jest": "16.3.0-beta.
|
|
74
|
-
"@nx/js": "16.3.0-beta.
|
|
75
|
-
"@nx/linter": "16.3.0-beta.
|
|
76
|
-
"@nx/webpack": "16.3.0-beta.
|
|
77
|
-
"@nx/workspace": "16.3.0-beta.
|
|
70
|
+
"@nrwl/angular": "16.3.0-beta.15",
|
|
71
|
+
"@nx/cypress": "16.3.0-beta.15",
|
|
72
|
+
"@nx/devkit": "16.3.0-beta.15",
|
|
73
|
+
"@nx/jest": "16.3.0-beta.15",
|
|
74
|
+
"@nx/js": "16.3.0-beta.15",
|
|
75
|
+
"@nx/linter": "16.3.0-beta.15",
|
|
76
|
+
"@nx/webpack": "16.3.0-beta.15",
|
|
77
|
+
"@nx/workspace": "16.3.0-beta.15",
|
|
78
78
|
"@phenomnomnominal/tsquery": "~5.0.1",
|
|
79
79
|
"@typescript-eslint/type-utils": "^5.36.1",
|
|
80
80
|
"chalk": "^4.1.0",
|
|
@@ -110,5 +110,5 @@
|
|
|
110
110
|
"module": "fesm2022/nx-angular.mjs",
|
|
111
111
|
"typings": "index.d.ts",
|
|
112
112
|
"sideEffects": false,
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "465831db10da2ed5df591df66b419a4628ecb8f0"
|
|
114
114
|
}
|