@depup/nx 23.1.0-depup.1 → 23.1.0-depup.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/README.md +3 -3
- package/changes.json +4 -4
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ npm install @depup/nx
|
|
|
31
31
|
| @zkochan/js-yaml | 0.0.7 | ^0.0.11 |
|
|
32
32
|
| agent-base | 6.0.2 | ^9.0.0 |
|
|
33
33
|
| ansi-regex | 5.0.1 | ^6.2.2 |
|
|
34
|
-
| ansi-styles | 4.3.0 | ^
|
|
34
|
+
| ansi-styles | 4.3.0 | ^7.0.0 |
|
|
35
35
|
| argparse | 2.0.1 | ^3.0.0 |
|
|
36
36
|
| asynckit | 0.4.0 | ^0.5.0 |
|
|
37
37
|
| axios | 1.16.1 | ^1.18.1 |
|
|
@@ -39,7 +39,7 @@ npm install @depup/nx
|
|
|
39
39
|
| bl | 4.1.0 | ^7.0.8 |
|
|
40
40
|
| brace-expansion | 5.0.6 | ^5.0.8 |
|
|
41
41
|
| buffer | 5.7.1 | ^6.0.3 |
|
|
42
|
-
| chalk | 4.1.2 | ^
|
|
42
|
+
| chalk | 4.1.2 | ^6.0.0 |
|
|
43
43
|
| cli-cursor | 3.1.0 | ^5.0.0 |
|
|
44
44
|
| cli-spinners | 2.6.1 | ^3.4.0 |
|
|
45
45
|
| cliui | 8.0.1 | ^9.0.1 |
|
|
@@ -84,7 +84,7 @@ npm install @depup/nx
|
|
|
84
84
|
| string-width | 4.2.3 | ^8.2.2 |
|
|
85
85
|
| strip-ansi | 6.0.1 | ^7.2.0 |
|
|
86
86
|
| strip-bom | 3.0.0 | ^5.0.0 |
|
|
87
|
-
| supports-color | 7.2.0 | ^
|
|
87
|
+
| supports-color | 7.2.0 | ^11.0.0 |
|
|
88
88
|
| tar-stream | 2.2.0 | ^3.2.0 |
|
|
89
89
|
| which | 3.0.1 | ^7.0.0 |
|
|
90
90
|
| wrap-ansi | 7.0.0 | ^10.0.0 |
|
package/changes.json
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"ansi-styles": {
|
|
40
40
|
"from": "4.3.0",
|
|
41
|
-
"to": "^
|
|
41
|
+
"to": "^7.0.0"
|
|
42
42
|
},
|
|
43
43
|
"argparse": {
|
|
44
44
|
"from": "2.0.1",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
},
|
|
71
71
|
"chalk": {
|
|
72
72
|
"from": "4.1.2",
|
|
73
|
-
"to": "^
|
|
73
|
+
"to": "^6.0.0"
|
|
74
74
|
},
|
|
75
75
|
"cli-cursor": {
|
|
76
76
|
"from": "3.1.0",
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
},
|
|
251
251
|
"supports-color": {
|
|
252
252
|
"from": "7.2.0",
|
|
253
|
-
"to": "^
|
|
253
|
+
"to": "^11.0.0"
|
|
254
254
|
},
|
|
255
255
|
"tar-stream": {
|
|
256
256
|
"from": "2.2.0",
|
|
@@ -273,6 +273,6 @@
|
|
|
273
273
|
"to": "^22.0.0"
|
|
274
274
|
}
|
|
275
275
|
},
|
|
276
|
-
"timestamp": "2026-07-
|
|
276
|
+
"timestamp": "2026-07-26T16:26:47.073Z",
|
|
277
277
|
"totalUpdated": 68
|
|
278
278
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/nx",
|
|
3
|
-
"version": "23.1.0-depup.
|
|
3
|
+
"version": "23.1.0-depup.2",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration. (with updated dependencies)",
|
|
6
6
|
"repository": {
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"agent-base": "^9.0.0",
|
|
66
66
|
"ansi-colors": "4.1.3",
|
|
67
67
|
"ansi-regex": "^6.2.2",
|
|
68
|
-
"ansi-styles": "^
|
|
68
|
+
"ansi-styles": "^7.0.0",
|
|
69
69
|
"argparse": "^3.0.0",
|
|
70
70
|
"asynckit": "^0.5.0",
|
|
71
71
|
"axios": "^1.18.1",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"brace-expansion": "^5.0.8",
|
|
76
76
|
"buffer": "^6.0.3",
|
|
77
77
|
"call-bind-apply-helpers": "1.0.2",
|
|
78
|
-
"chalk": "^
|
|
78
|
+
"chalk": "^6.0.0",
|
|
79
79
|
"cli-cursor": "^5.0.0",
|
|
80
80
|
"cli-spinners": "^3.4.0",
|
|
81
81
|
"cliui": "^9.0.1",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"string_decoder": "1.3.0",
|
|
156
156
|
"strip-ansi": "^7.2.0",
|
|
157
157
|
"strip-bom": "^5.0.0",
|
|
158
|
-
"supports-color": "^
|
|
158
|
+
"supports-color": "^11.0.0",
|
|
159
159
|
"tar-stream": "^3.2.0",
|
|
160
160
|
"tmp": "0.2.7",
|
|
161
161
|
"tsconfig-paths": "4.2.0",
|
|
@@ -576,7 +576,7 @@
|
|
|
576
576
|
},
|
|
577
577
|
"ansi-styles": {
|
|
578
578
|
"from": "4.3.0",
|
|
579
|
-
"to": "^
|
|
579
|
+
"to": "^7.0.0"
|
|
580
580
|
},
|
|
581
581
|
"argparse": {
|
|
582
582
|
"from": "2.0.1",
|
|
@@ -608,7 +608,7 @@
|
|
|
608
608
|
},
|
|
609
609
|
"chalk": {
|
|
610
610
|
"from": "4.1.2",
|
|
611
|
-
"to": "^
|
|
611
|
+
"to": "^6.0.0"
|
|
612
612
|
},
|
|
613
613
|
"cli-cursor": {
|
|
614
614
|
"from": "3.1.0",
|
|
@@ -788,7 +788,7 @@
|
|
|
788
788
|
},
|
|
789
789
|
"supports-color": {
|
|
790
790
|
"from": "7.2.0",
|
|
791
|
-
"to": "^
|
|
791
|
+
"to": "^11.0.0"
|
|
792
792
|
},
|
|
793
793
|
"tar-stream": {
|
|
794
794
|
"from": "2.2.0",
|
|
@@ -814,7 +814,7 @@
|
|
|
814
814
|
"depsUpdated": 68,
|
|
815
815
|
"originalPackage": "nx",
|
|
816
816
|
"originalVersion": "23.1.0",
|
|
817
|
-
"processedAt": "2026-07-
|
|
817
|
+
"processedAt": "2026-07-26T16:26:52.599Z",
|
|
818
818
|
"smokeTest": "failed"
|
|
819
819
|
}
|
|
820
820
|
}
|