@depup/nx 23.1.0-depup.2 → 23.1.0-depup.4
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 +7 -6
- package/changes.json +10 -6
- package/package.json +16 -12
package/README.md
CHANGED
|
@@ -14,9 +14,9 @@ npm install @depup/nx
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [nx](https://www.npmjs.com/package/nx) @ 23.1.0 |
|
|
17
|
-
| Processed | 2026-07-
|
|
17
|
+
| Processed | 2026-07-30 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 69 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
@@ -26,7 +26,7 @@ npm install @depup/nx
|
|
|
26
26
|
| @emnapi/runtime | 1.4.5 | ^1.11.3 |
|
|
27
27
|
| @emnapi/wasi-threads | 1.0.4 | ^2.0.1 |
|
|
28
28
|
| @jest/diff-sequences | 30.0.1 | ^30.4.0 |
|
|
29
|
-
| @napi-rs/wasm-runtime | 0.2.4 | ^1.
|
|
29
|
+
| @napi-rs/wasm-runtime | 0.2.4 | ^1.2.0 |
|
|
30
30
|
| @tybys/wasm-util | 0.9.0 | ^0.10.3 |
|
|
31
31
|
| @zkochan/js-yaml | 0.0.7 | ^0.0.11 |
|
|
32
32
|
| agent-base | 6.0.2 | ^9.0.0 |
|
|
@@ -34,9 +34,9 @@ npm install @depup/nx
|
|
|
34
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
|
-
| axios | 1.16.1 | ^1.
|
|
37
|
+
| axios | 1.16.1 | ^1.19.0 |
|
|
38
38
|
| balanced-match | 4.0.3 | ^4.0.4 |
|
|
39
|
-
| bl | 4.1.0 | ^7.0.
|
|
39
|
+
| bl | 4.1.0 | ^7.0.11 |
|
|
40
40
|
| brace-expansion | 5.0.6 | ^5.0.8 |
|
|
41
41
|
| buffer | 5.7.1 | ^6.0.3 |
|
|
42
42
|
| chalk | 4.1.2 | ^6.0.0 |
|
|
@@ -49,7 +49,7 @@ npm install @depup/nx
|
|
|
49
49
|
| defaults | 1.0.4 | ^3.0.0 |
|
|
50
50
|
| define-lazy-prop | 2.0.0 | ^3.0.0 |
|
|
51
51
|
| dotenv | 16.4.7 | ^17.4.2 |
|
|
52
|
-
| dotenv-expand | 12.0.3 | ^
|
|
52
|
+
| dotenv-expand | 12.0.3 | ^1000.0.0 |
|
|
53
53
|
| ejs | 5.0.1 | ^6.0.1 |
|
|
54
54
|
| emoji-regex | 8.0.0 | ^10.6.0 |
|
|
55
55
|
| enquirer | 2.3.6 | ^2.4.1 |
|
|
@@ -71,6 +71,7 @@ npm install @depup/nx
|
|
|
71
71
|
| mime-db | 1.52.0 | ^1.54.0 |
|
|
72
72
|
| mime-types | 2.1.35 | ^3.0.2 |
|
|
73
73
|
| mimic-fn | 2.1.0 | ^5.0.0 |
|
|
74
|
+
| minimatch | 10.2.5 | ^10.2.6 |
|
|
74
75
|
| npm-run-path | 4.0.1 | ^6.0.0 |
|
|
75
76
|
| onetime | 5.1.2 | ^8.0.0 |
|
|
76
77
|
| open | 8.4.2 | ^11.0.0 |
|
package/changes.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"@napi-rs/wasm-runtime": {
|
|
20
20
|
"from": "0.2.4",
|
|
21
|
-
"to": "^1.
|
|
21
|
+
"to": "^1.2.0"
|
|
22
22
|
},
|
|
23
23
|
"@tybys/wasm-util": {
|
|
24
24
|
"from": "0.9.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"axios": {
|
|
52
52
|
"from": "1.16.1",
|
|
53
|
-
"to": "^1.
|
|
53
|
+
"to": "^1.19.0"
|
|
54
54
|
},
|
|
55
55
|
"balanced-match": {
|
|
56
56
|
"from": "4.0.3",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
},
|
|
59
59
|
"bl": {
|
|
60
60
|
"from": "4.1.0",
|
|
61
|
-
"to": "^7.0.
|
|
61
|
+
"to": "^7.0.11"
|
|
62
62
|
},
|
|
63
63
|
"brace-expansion": {
|
|
64
64
|
"from": "5.0.6",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
},
|
|
111
111
|
"dotenv-expand": {
|
|
112
112
|
"from": "12.0.3",
|
|
113
|
-
"to": "^
|
|
113
|
+
"to": "^1000.0.0"
|
|
114
114
|
},
|
|
115
115
|
"ejs": {
|
|
116
116
|
"from": "5.0.1",
|
|
@@ -196,6 +196,10 @@
|
|
|
196
196
|
"from": "2.1.0",
|
|
197
197
|
"to": "^5.0.0"
|
|
198
198
|
},
|
|
199
|
+
"minimatch": {
|
|
200
|
+
"from": "10.2.5",
|
|
201
|
+
"to": "^10.2.6"
|
|
202
|
+
},
|
|
199
203
|
"npm-run-path": {
|
|
200
204
|
"from": "4.0.1",
|
|
201
205
|
"to": "^6.0.0"
|
|
@@ -273,6 +277,6 @@
|
|
|
273
277
|
"to": "^22.0.0"
|
|
274
278
|
}
|
|
275
279
|
},
|
|
276
|
-
"timestamp": "2026-07-
|
|
277
|
-
"totalUpdated":
|
|
280
|
+
"timestamp": "2026-07-30T00:39:14.574Z",
|
|
281
|
+
"totalUpdated": 69
|
|
278
282
|
}
|
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.4",
|
|
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": {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@emnapi/runtime": "^1.11.3",
|
|
59
59
|
"@emnapi/wasi-threads": "^2.0.1",
|
|
60
60
|
"@jest/diff-sequences": "^30.4.0",
|
|
61
|
-
"@napi-rs/wasm-runtime": "^1.
|
|
61
|
+
"@napi-rs/wasm-runtime": "^1.2.0",
|
|
62
62
|
"@tybys/wasm-util": "^0.10.3",
|
|
63
63
|
"@yarnpkg/lockfile": "1.1.0",
|
|
64
64
|
"@zkochan/js-yaml": "^0.0.11",
|
|
@@ -68,10 +68,10 @@
|
|
|
68
68
|
"ansi-styles": "^7.0.0",
|
|
69
69
|
"argparse": "^3.0.0",
|
|
70
70
|
"asynckit": "^0.5.0",
|
|
71
|
-
"axios": "^1.
|
|
71
|
+
"axios": "^1.19.0",
|
|
72
72
|
"balanced-match": "^4.0.4",
|
|
73
73
|
"base64-js": "1.5.1",
|
|
74
|
-
"bl": "^7.0.
|
|
74
|
+
"bl": "^7.0.11",
|
|
75
75
|
"brace-expansion": "^5.0.8",
|
|
76
76
|
"buffer": "^6.0.3",
|
|
77
77
|
"call-bind-apply-helpers": "1.0.2",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"define-lazy-prop": "^3.0.0",
|
|
89
89
|
"delayed-stream": "1.0.0",
|
|
90
90
|
"dotenv": "^17.4.2",
|
|
91
|
-
"dotenv-expand": "^
|
|
91
|
+
"dotenv-expand": "^1000.0.0",
|
|
92
92
|
"dunder-proto": "1.0.1",
|
|
93
93
|
"ejs": "^6.0.1",
|
|
94
94
|
"emoji-regex": "^10.6.0",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"mime-db": "^1.54.0",
|
|
133
133
|
"mime-types": "^3.0.2",
|
|
134
134
|
"mimic-fn": "^5.0.0",
|
|
135
|
-
"minimatch": "10.2.
|
|
135
|
+
"minimatch": "^10.2.6",
|
|
136
136
|
"minimist": "1.2.8",
|
|
137
137
|
"ms": "2.1.3",
|
|
138
138
|
"npm-run-path": "^6.0.0",
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
},
|
|
557
557
|
"@napi-rs/wasm-runtime": {
|
|
558
558
|
"from": "0.2.4",
|
|
559
|
-
"to": "^1.
|
|
559
|
+
"to": "^1.2.0"
|
|
560
560
|
},
|
|
561
561
|
"@tybys/wasm-util": {
|
|
562
562
|
"from": "0.9.0",
|
|
@@ -588,7 +588,7 @@
|
|
|
588
588
|
},
|
|
589
589
|
"axios": {
|
|
590
590
|
"from": "1.16.1",
|
|
591
|
-
"to": "^1.
|
|
591
|
+
"to": "^1.19.0"
|
|
592
592
|
},
|
|
593
593
|
"balanced-match": {
|
|
594
594
|
"from": "4.0.3",
|
|
@@ -596,7 +596,7 @@
|
|
|
596
596
|
},
|
|
597
597
|
"bl": {
|
|
598
598
|
"from": "4.1.0",
|
|
599
|
-
"to": "^7.0.
|
|
599
|
+
"to": "^7.0.11"
|
|
600
600
|
},
|
|
601
601
|
"brace-expansion": {
|
|
602
602
|
"from": "5.0.6",
|
|
@@ -648,7 +648,7 @@
|
|
|
648
648
|
},
|
|
649
649
|
"dotenv-expand": {
|
|
650
650
|
"from": "12.0.3",
|
|
651
|
-
"to": "^
|
|
651
|
+
"to": "^1000.0.0"
|
|
652
652
|
},
|
|
653
653
|
"ejs": {
|
|
654
654
|
"from": "5.0.1",
|
|
@@ -734,6 +734,10 @@
|
|
|
734
734
|
"from": "2.1.0",
|
|
735
735
|
"to": "^5.0.0"
|
|
736
736
|
},
|
|
737
|
+
"minimatch": {
|
|
738
|
+
"from": "10.2.5",
|
|
739
|
+
"to": "^10.2.6"
|
|
740
|
+
},
|
|
737
741
|
"npm-run-path": {
|
|
738
742
|
"from": "4.0.1",
|
|
739
743
|
"to": "^6.0.0"
|
|
@@ -811,10 +815,10 @@
|
|
|
811
815
|
"to": "^22.0.0"
|
|
812
816
|
}
|
|
813
817
|
},
|
|
814
|
-
"depsUpdated":
|
|
818
|
+
"depsUpdated": 69,
|
|
815
819
|
"originalPackage": "nx",
|
|
816
820
|
"originalVersion": "23.1.0",
|
|
817
|
-
"processedAt": "2026-07-
|
|
821
|
+
"processedAt": "2026-07-30T00:39:21.826Z",
|
|
818
822
|
"smokeTest": "failed"
|
|
819
823
|
}
|
|
820
824
|
}
|