@depup/nx 23.1.0-depup.1 → 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.
Files changed (3) hide show
  1. package/README.md +8 -7
  2. package/changes.json +11 -7
  3. package/package.json +18 -14
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-26 |
17
+ | Processed | 2026-07-28 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 68 |
19
+ | Deps updated | 69 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
@@ -26,20 +26,20 @@ 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.1.6 |
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 |
33
33
  | ansi-regex | 5.0.1 | ^6.2.2 |
34
- | ansi-styles | 4.3.0 | ^6.2.3 |
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 |
38
38
  | balanced-match | 4.0.3 | ^4.0.4 |
39
- | bl | 4.1.0 | ^7.0.8 |
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
- | chalk | 4.1.2 | ^5.6.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 |
@@ -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 |
@@ -84,7 +85,7 @@ npm install @depup/nx
84
85
  | string-width | 4.2.3 | ^8.2.2 |
85
86
  | strip-ansi | 6.0.1 | ^7.2.0 |
86
87
  | strip-bom | 3.0.0 | ^5.0.0 |
87
- | supports-color | 7.2.0 | ^10.2.2 |
88
+ | supports-color | 7.2.0 | ^11.0.0 |
88
89
  | tar-stream | 2.2.0 | ^3.2.0 |
89
90
  | which | 3.0.1 | ^7.0.0 |
90
91
  | wrap-ansi | 7.0.0 | ^10.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.1.6"
21
+ "to": "^1.2.0"
22
22
  },
23
23
  "@tybys/wasm-util": {
24
24
  "from": "0.9.0",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "ansi-styles": {
40
40
  "from": "4.3.0",
41
- "to": "^6.2.3"
41
+ "to": "^7.0.0"
42
42
  },
43
43
  "argparse": {
44
44
  "from": "2.0.1",
@@ -58,7 +58,7 @@
58
58
  },
59
59
  "bl": {
60
60
  "from": "4.1.0",
61
- "to": "^7.0.8"
61
+ "to": "^7.0.10"
62
62
  },
63
63
  "brace-expansion": {
64
64
  "from": "5.0.6",
@@ -70,7 +70,7 @@
70
70
  },
71
71
  "chalk": {
72
72
  "from": "4.1.2",
73
- "to": "^5.6.2"
73
+ "to": "^6.0.0"
74
74
  },
75
75
  "cli-cursor": {
76
76
  "from": "3.1.0",
@@ -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"
@@ -250,7 +254,7 @@
250
254
  },
251
255
  "supports-color": {
252
256
  "from": "7.2.0",
253
- "to": "^10.2.2"
257
+ "to": "^11.0.0"
254
258
  },
255
259
  "tar-stream": {
256
260
  "from": "2.2.0",
@@ -273,6 +277,6 @@
273
277
  "to": "^22.0.0"
274
278
  }
275
279
  },
276
- "timestamp": "2026-07-26T08:50:28.727Z",
277
- "totalUpdated": 68
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.1",
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,24 +58,24 @@
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.1.6",
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",
65
65
  "agent-base": "^9.0.0",
66
66
  "ansi-colors": "4.1.3",
67
67
  "ansi-regex": "^6.2.2",
68
- "ansi-styles": "^6.2.3",
68
+ "ansi-styles": "^7.0.0",
69
69
  "argparse": "^3.0.0",
70
70
  "asynckit": "^0.5.0",
71
71
  "axios": "^1.18.1",
72
72
  "balanced-match": "^4.0.4",
73
73
  "base64-js": "1.5.1",
74
- "bl": "^7.0.8",
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",
78
- "chalk": "^5.6.2",
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",
@@ -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.5",
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",
@@ -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": "^10.2.2",
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",
@@ -556,7 +556,7 @@
556
556
  },
557
557
  "@napi-rs/wasm-runtime": {
558
558
  "from": "0.2.4",
559
- "to": "^1.1.6"
559
+ "to": "^1.2.0"
560
560
  },
561
561
  "@tybys/wasm-util": {
562
562
  "from": "0.9.0",
@@ -576,7 +576,7 @@
576
576
  },
577
577
  "ansi-styles": {
578
578
  "from": "4.3.0",
579
- "to": "^6.2.3"
579
+ "to": "^7.0.0"
580
580
  },
581
581
  "argparse": {
582
582
  "from": "2.0.1",
@@ -596,7 +596,7 @@
596
596
  },
597
597
  "bl": {
598
598
  "from": "4.1.0",
599
- "to": "^7.0.8"
599
+ "to": "^7.0.10"
600
600
  },
601
601
  "brace-expansion": {
602
602
  "from": "5.0.6",
@@ -608,7 +608,7 @@
608
608
  },
609
609
  "chalk": {
610
610
  "from": "4.1.2",
611
- "to": "^5.6.2"
611
+ "to": "^6.0.0"
612
612
  },
613
613
  "cli-cursor": {
614
614
  "from": "3.1.0",
@@ -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"
@@ -788,7 +792,7 @@
788
792
  },
789
793
  "supports-color": {
790
794
  "from": "7.2.0",
791
- "to": "^10.2.2"
795
+ "to": "^11.0.0"
792
796
  },
793
797
  "tar-stream": {
794
798
  "from": "2.2.0",
@@ -811,10 +815,10 @@
811
815
  "to": "^22.0.0"
812
816
  }
813
817
  },
814
- "depsUpdated": 68,
818
+ "depsUpdated": 69,
815
819
  "originalPackage": "nx",
816
820
  "originalVersion": "23.1.0",
817
- "processedAt": "2026-07-26T08:50:33.490Z",
821
+ "processedAt": "2026-07-28T16:37:31.891Z",
818
822
  "smokeTest": "failed"
819
823
  }
820
824
  }