@depup/nx 23.2.0-depup.1 → 23.2.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 +4 -2
- package/changes.json +10 -2
- package/package.json +13 -5
package/README.md
CHANGED
|
@@ -14,14 +14,16 @@ npm install @depup/nx
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [nx](https://www.npmjs.com/package/nx) @ 23.2.0 |
|
|
17
|
-
| Processed | 2026-09-
|
|
17
|
+
| Processed | 2026-09-08 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
|
-
| Deps updated |
|
|
19
|
+
| Deps updated | 73 |
|
|
20
20
|
|
|
21
21
|
## Dependency Changes
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
+
| @clack/core | 1.4.3 | ^1.5.0 |
|
|
26
|
+
| @clack/prompts | 1.7.0 | ^1.8.0 |
|
|
25
27
|
| @emnapi/core | 1.4.5 | ^1.11.3 |
|
|
26
28
|
| @emnapi/runtime | 1.4.5 | ^1.11.3 |
|
|
27
29
|
| @emnapi/wasi-threads | 1.0.4 | ^2.1.0 |
|
package/changes.json
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bumped": {
|
|
3
|
+
"@clack/core": {
|
|
4
|
+
"from": "1.4.3",
|
|
5
|
+
"to": "^1.5.0"
|
|
6
|
+
},
|
|
7
|
+
"@clack/prompts": {
|
|
8
|
+
"from": "1.7.0",
|
|
9
|
+
"to": "^1.8.0"
|
|
10
|
+
},
|
|
3
11
|
"@emnapi/core": {
|
|
4
12
|
"from": "1.4.5",
|
|
5
13
|
"to": "^1.11.3"
|
|
@@ -285,6 +293,6 @@
|
|
|
285
293
|
"to": "^22.0.0"
|
|
286
294
|
}
|
|
287
295
|
},
|
|
288
|
-
"timestamp": "2026-09-
|
|
289
|
-
"totalUpdated":
|
|
296
|
+
"timestamp": "2026-09-08T00:33:29.143Z",
|
|
297
|
+
"totalUpdated": 73
|
|
290
298
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/nx",
|
|
3
|
-
"version": "23.2.0-depup.
|
|
3
|
+
"version": "23.2.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": {
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
},
|
|
55
55
|
"homepage": "https://nx.dev",
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@clack/core": "1.
|
|
58
|
-
"@clack/prompts": "1.
|
|
57
|
+
"@clack/core": "^1.5.0",
|
|
58
|
+
"@clack/prompts": "^1.8.0",
|
|
59
59
|
"@emnapi/core": "^1.11.3",
|
|
60
60
|
"@emnapi/runtime": "^1.11.3",
|
|
61
61
|
"@emnapi/wasi-threads": "^2.1.0",
|
|
@@ -548,6 +548,14 @@
|
|
|
548
548
|
"scripts": {},
|
|
549
549
|
"depup": {
|
|
550
550
|
"changes": {
|
|
551
|
+
"@clack/core": {
|
|
552
|
+
"from": "1.4.3",
|
|
553
|
+
"to": "^1.5.0"
|
|
554
|
+
},
|
|
555
|
+
"@clack/prompts": {
|
|
556
|
+
"from": "1.7.0",
|
|
557
|
+
"to": "^1.8.0"
|
|
558
|
+
},
|
|
551
559
|
"@emnapi/core": {
|
|
552
560
|
"from": "1.4.5",
|
|
553
561
|
"to": "^1.11.3"
|
|
@@ -833,10 +841,10 @@
|
|
|
833
841
|
"to": "^22.0.0"
|
|
834
842
|
}
|
|
835
843
|
},
|
|
836
|
-
"depsUpdated":
|
|
844
|
+
"depsUpdated": 73,
|
|
837
845
|
"originalPackage": "nx",
|
|
838
846
|
"originalVersion": "23.2.0",
|
|
839
|
-
"processedAt": "2026-09-
|
|
847
|
+
"processedAt": "2026-09-08T00:33:36.165Z",
|
|
840
848
|
"smokeTest": "failed"
|
|
841
849
|
}
|
|
842
850
|
}
|