@depup/nx 23.1.1-depup.0 → 23.1.1-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 +4 -4
- package/changes.json +4 -4
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npm install @depup/nx
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [nx](https://www.npmjs.com/package/nx) @ 23.1.1 |
|
|
17
|
-
| Processed | 2026-
|
|
17
|
+
| Processed | 2026-08-12 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
19
|
| Deps updated | 71 |
|
|
20
20
|
|
|
@@ -26,11 +26,11 @@ 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.2.
|
|
29
|
+
| @napi-rs/wasm-runtime | 0.2.4 | ^1.2.3 |
|
|
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 |
|
|
33
|
-
| ansi-regex | 5.0.1 | ^6.
|
|
33
|
+
| ansi-regex | 5.0.1 | ^6.3.0 |
|
|
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 |
|
|
@@ -83,7 +83,7 @@ npm install @depup/nx
|
|
|
83
83
|
| run-applescript | 7.0.0 | ^7.1.0 |
|
|
84
84
|
| semver | 7.8.4 | ^7.8.5 |
|
|
85
85
|
| signal-exit | 3.0.7 | ^4.1.0 |
|
|
86
|
-
| smol-toml | 1.6.1 | ^1.
|
|
86
|
+
| smol-toml | 1.6.1 | ^1.8.0 |
|
|
87
87
|
| string-width | 4.2.3 | ^8.2.2 |
|
|
88
88
|
| strip-ansi | 6.0.1 | ^7.2.0 |
|
|
89
89
|
| strip-bom | 3.0.0 | ^5.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.2.
|
|
21
|
+
"to": "^1.2.3"
|
|
22
22
|
},
|
|
23
23
|
"@tybys/wasm-util": {
|
|
24
24
|
"from": "0.9.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"ansi-regex": {
|
|
36
36
|
"from": "5.0.1",
|
|
37
|
-
"to": "^6.
|
|
37
|
+
"to": "^6.3.0"
|
|
38
38
|
},
|
|
39
39
|
"ansi-styles": {
|
|
40
40
|
"from": "4.3.0",
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
},
|
|
247
247
|
"smol-toml": {
|
|
248
248
|
"from": "1.6.1",
|
|
249
|
-
"to": "^1.
|
|
249
|
+
"to": "^1.8.0"
|
|
250
250
|
},
|
|
251
251
|
"string-width": {
|
|
252
252
|
"from": "4.2.3",
|
|
@@ -285,6 +285,6 @@
|
|
|
285
285
|
"to": "^22.0.0"
|
|
286
286
|
}
|
|
287
287
|
},
|
|
288
|
-
"timestamp": "2026-
|
|
288
|
+
"timestamp": "2026-08-12T16:20:54.303Z",
|
|
289
289
|
"totalUpdated": 71
|
|
290
290
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/nx",
|
|
3
|
-
"version": "23.1.1-depup.
|
|
3
|
+
"version": "23.1.1-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": {
|
|
@@ -58,13 +58,13 @@
|
|
|
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.2.
|
|
61
|
+
"@napi-rs/wasm-runtime": "^1.2.3",
|
|
62
62
|
"@tybys/wasm-util": "^0.10.3",
|
|
63
63
|
"@yarnpkg/lockfile": "1.1.0",
|
|
64
64
|
"@zkochan/js-yaml": "^0.0.11",
|
|
65
65
|
"agent-base": "^9.0.0",
|
|
66
66
|
"ansi-colors": "4.1.3",
|
|
67
|
-
"ansi-regex": "^6.
|
|
67
|
+
"ansi-regex": "^6.3.0",
|
|
68
68
|
"ansi-styles": "^7.0.0",
|
|
69
69
|
"argparse": "^3.0.0",
|
|
70
70
|
"asynckit": "^0.5.0",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"safe-buffer": "5.2.1",
|
|
156
156
|
"semver": "^7.8.5",
|
|
157
157
|
"signal-exit": "^4.1.0",
|
|
158
|
-
"smol-toml": "^1.
|
|
158
|
+
"smol-toml": "^1.8.0",
|
|
159
159
|
"string-width": "^8.2.2",
|
|
160
160
|
"string_decoder": "1.3.0",
|
|
161
161
|
"strip-ansi": "^7.2.0",
|
|
@@ -561,7 +561,7 @@
|
|
|
561
561
|
},
|
|
562
562
|
"@napi-rs/wasm-runtime": {
|
|
563
563
|
"from": "0.2.4",
|
|
564
|
-
"to": "^1.2.
|
|
564
|
+
"to": "^1.2.3"
|
|
565
565
|
},
|
|
566
566
|
"@tybys/wasm-util": {
|
|
567
567
|
"from": "0.9.0",
|
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
},
|
|
578
578
|
"ansi-regex": {
|
|
579
579
|
"from": "5.0.1",
|
|
580
|
-
"to": "^6.
|
|
580
|
+
"to": "^6.3.0"
|
|
581
581
|
},
|
|
582
582
|
"ansi-styles": {
|
|
583
583
|
"from": "4.3.0",
|
|
@@ -789,7 +789,7 @@
|
|
|
789
789
|
},
|
|
790
790
|
"smol-toml": {
|
|
791
791
|
"from": "1.6.1",
|
|
792
|
-
"to": "^1.
|
|
792
|
+
"to": "^1.8.0"
|
|
793
793
|
},
|
|
794
794
|
"string-width": {
|
|
795
795
|
"from": "4.2.3",
|
|
@@ -831,7 +831,7 @@
|
|
|
831
831
|
"depsUpdated": 71,
|
|
832
832
|
"originalPackage": "nx",
|
|
833
833
|
"originalVersion": "23.1.1",
|
|
834
|
-
"processedAt": "2026-
|
|
834
|
+
"processedAt": "2026-08-12T16:21:03.382Z",
|
|
835
835
|
"smokeTest": "failed"
|
|
836
836
|
}
|
|
837
837
|
}
|