@depup/nx 23.1.0-depup.2 → 23.1.0-depup.3
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 +5 -4
- package/changes.json +8 -4
- package/package.json +12 -8
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-28 |
|
|
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 |
|
|
@@ -36,7 +36,7 @@ npm install @depup/nx
|
|
|
36
36
|
| asynckit | 0.4.0 | ^0.5.0 |
|
|
37
37
|
| axios | 1.16.1 | ^1.18.1 |
|
|
38
38
|
| balanced-match | 4.0.3 | ^4.0.4 |
|
|
39
|
-
| bl | 4.1.0 | ^7.0.
|
|
39
|
+
| bl | 4.1.0 | ^7.0.10 |
|
|
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 |
|
|
@@ -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",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
},
|
|
59
59
|
"bl": {
|
|
60
60
|
"from": "4.1.0",
|
|
61
|
-
"to": "^7.0.
|
|
61
|
+
"to": "^7.0.10"
|
|
62
62
|
},
|
|
63
63
|
"brace-expansion": {
|
|
64
64
|
"from": "5.0.6",
|
|
@@ -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-28T16:37:21.462Z",
|
|
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.3",
|
|
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",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"axios": "^1.18.1",
|
|
72
72
|
"balanced-match": "^4.0.4",
|
|
73
73
|
"base64-js": "1.5.1",
|
|
74
|
-
"bl": "^7.0.
|
|
74
|
+
"bl": "^7.0.10",
|
|
75
75
|
"brace-expansion": "^5.0.8",
|
|
76
76
|
"buffer": "^6.0.3",
|
|
77
77
|
"call-bind-apply-helpers": "1.0.2",
|
|
@@ -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",
|
|
@@ -596,7 +596,7 @@
|
|
|
596
596
|
},
|
|
597
597
|
"bl": {
|
|
598
598
|
"from": "4.1.0",
|
|
599
|
-
"to": "^7.0.
|
|
599
|
+
"to": "^7.0.10"
|
|
600
600
|
},
|
|
601
601
|
"brace-expansion": {
|
|
602
602
|
"from": "5.0.6",
|
|
@@ -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-28T16:37:31.891Z",
|
|
818
822
|
"smokeTest": "failed"
|
|
819
823
|
}
|
|
820
824
|
}
|