@depup/nx 23.1.0-depup.0 → 23.1.0-depup.1

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 -8
  2. package/changes.json +8 -8
  3. package/package.json +16 -16
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.0 |
17
- | Processed | 2026-07-21 |
17
+ | Processed | 2026-07-26 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 68 |
20
20
 
@@ -22,8 +22,8 @@ npm install @depup/nx
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @emnapi/core | 1.4.5 | ^1.11.2 |
26
- | @emnapi/runtime | 1.4.5 | ^1.11.2 |
25
+ | @emnapi/core | 1.4.5 | ^1.11.3 |
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
29
  | @napi-rs/wasm-runtime | 0.2.4 | ^1.1.6 |
@@ -36,8 +36,8 @@ 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.7 |
40
- | brace-expansion | 5.0.6 | ^5.0.7 |
39
+ | bl | 4.1.0 | ^7.0.8 |
40
+ | brace-expansion | 5.0.6 | ^5.0.8 |
41
41
  | buffer | 5.7.1 | ^6.0.3 |
42
42
  | chalk | 4.1.2 | ^5.6.2 |
43
43
  | cli-cursor | 3.1.0 | ^5.0.0 |
@@ -45,7 +45,7 @@ npm install @depup/nx
45
45
  | cliui | 8.0.1 | ^9.0.1 |
46
46
  | clone | 1.0.4 | ^2.1.2 |
47
47
  | color-convert | 2.0.1 | ^3.1.3 |
48
- | color-name | 1.1.4 | ^2.1.0 |
48
+ | color-name | 1.1.4 | ^2.1.1 |
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 |
@@ -80,7 +80,7 @@ npm install @depup/nx
80
80
  | restore-cursor | 3.1.0 | ^5.1.0 |
81
81
  | semver | 7.8.4 | ^7.8.5 |
82
82
  | signal-exit | 3.0.7 | ^4.1.0 |
83
- | smol-toml | 1.6.1 | ^1.7.0 |
83
+ | smol-toml | 1.6.1 | ^1.7.1 |
84
84
  | string-width | 4.2.3 | ^8.2.2 |
85
85
  | strip-ansi | 6.0.1 | ^7.2.0 |
86
86
  | strip-bom | 3.0.0 | ^5.0.0 |
@@ -88,7 +88,7 @@ npm install @depup/nx
88
88
  | tar-stream | 2.2.0 | ^3.2.0 |
89
89
  | which | 3.0.1 | ^7.0.0 |
90
90
  | wrap-ansi | 7.0.0 | ^10.0.0 |
91
- | yargs | 17.7.2 | ^18.0.0 |
91
+ | yargs | 17.7.2 | ^18.1.0 |
92
92
  | yargs-parser | 21.1.1 | ^22.0.0 |
93
93
 
94
94
  ---
package/changes.json CHANGED
@@ -2,11 +2,11 @@
2
2
  "bumped": {
3
3
  "@emnapi/core": {
4
4
  "from": "1.4.5",
5
- "to": "^1.11.2"
5
+ "to": "^1.11.3"
6
6
  },
7
7
  "@emnapi/runtime": {
8
8
  "from": "1.4.5",
9
- "to": "^1.11.2"
9
+ "to": "^1.11.3"
10
10
  },
11
11
  "@emnapi/wasi-threads": {
12
12
  "from": "1.0.4",
@@ -58,11 +58,11 @@
58
58
  },
59
59
  "bl": {
60
60
  "from": "4.1.0",
61
- "to": "^7.0.7"
61
+ "to": "^7.0.8"
62
62
  },
63
63
  "brace-expansion": {
64
64
  "from": "5.0.6",
65
- "to": "^5.0.7"
65
+ "to": "^5.0.8"
66
66
  },
67
67
  "buffer": {
68
68
  "from": "5.7.1",
@@ -94,7 +94,7 @@
94
94
  },
95
95
  "color-name": {
96
96
  "from": "1.1.4",
97
- "to": "^2.1.0"
97
+ "to": "^2.1.1"
98
98
  },
99
99
  "defaults": {
100
100
  "from": "1.0.4",
@@ -234,7 +234,7 @@
234
234
  },
235
235
  "smol-toml": {
236
236
  "from": "1.6.1",
237
- "to": "^1.7.0"
237
+ "to": "^1.7.1"
238
238
  },
239
239
  "string-width": {
240
240
  "from": "4.2.3",
@@ -266,13 +266,13 @@
266
266
  },
267
267
  "yargs": {
268
268
  "from": "17.7.2",
269
- "to": "^18.0.0"
269
+ "to": "^18.1.0"
270
270
  },
271
271
  "yargs-parser": {
272
272
  "from": "21.1.1",
273
273
  "to": "^22.0.0"
274
274
  }
275
275
  },
276
- "timestamp": "2026-07-21T17:18:47.842Z",
276
+ "timestamp": "2026-07-26T08:50:28.727Z",
277
277
  "totalUpdated": 68
278
278
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/nx",
3
- "version": "23.1.0-depup.0",
3
+ "version": "23.1.0-depup.1",
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
- "@emnapi/core": "^1.11.2",
58
- "@emnapi/runtime": "^1.11.2",
57
+ "@emnapi/core": "^1.11.3",
58
+ "@emnapi/runtime": "^1.11.3",
59
59
  "@emnapi/wasi-threads": "^2.0.1",
60
60
  "@jest/diff-sequences": "^30.4.0",
61
61
  "@napi-rs/wasm-runtime": "^1.1.6",
@@ -71,8 +71,8 @@
71
71
  "axios": "^1.18.1",
72
72
  "balanced-match": "^4.0.4",
73
73
  "base64-js": "1.5.1",
74
- "bl": "^7.0.7",
75
- "brace-expansion": "^5.0.7",
74
+ "bl": "^7.0.8",
75
+ "brace-expansion": "^5.0.8",
76
76
  "buffer": "^6.0.3",
77
77
  "call-bind-apply-helpers": "1.0.2",
78
78
  "chalk": "^5.6.2",
@@ -81,7 +81,7 @@
81
81
  "cliui": "^9.0.1",
82
82
  "clone": "^2.1.2",
83
83
  "color-convert": "^3.1.3",
84
- "color-name": "^2.1.0",
84
+ "color-name": "^2.1.1",
85
85
  "combined-stream": "1.0.8",
86
86
  "debug": "4.4.3",
87
87
  "defaults": "^3.0.0",
@@ -150,7 +150,7 @@
150
150
  "safe-buffer": "5.2.1",
151
151
  "semver": "^7.8.5",
152
152
  "signal-exit": "^4.1.0",
153
- "smol-toml": "^1.7.0",
153
+ "smol-toml": "^1.7.1",
154
154
  "string-width": "^8.2.2",
155
155
  "string_decoder": "1.3.0",
156
156
  "strip-ansi": "^7.2.0",
@@ -167,7 +167,7 @@
167
167
  "wrappy": "1.0.2",
168
168
  "y18n": "5.0.8",
169
169
  "yaml": "2.9.0",
170
- "yargs": "^18.0.0",
170
+ "yargs": "^18.1.0",
171
171
  "yargs-parser": "^22.0.0"
172
172
  },
173
173
  "peerDependencies": {
@@ -540,11 +540,11 @@
540
540
  "changes": {
541
541
  "@emnapi/core": {
542
542
  "from": "1.4.5",
543
- "to": "^1.11.2"
543
+ "to": "^1.11.3"
544
544
  },
545
545
  "@emnapi/runtime": {
546
546
  "from": "1.4.5",
547
- "to": "^1.11.2"
547
+ "to": "^1.11.3"
548
548
  },
549
549
  "@emnapi/wasi-threads": {
550
550
  "from": "1.0.4",
@@ -596,11 +596,11 @@
596
596
  },
597
597
  "bl": {
598
598
  "from": "4.1.0",
599
- "to": "^7.0.7"
599
+ "to": "^7.0.8"
600
600
  },
601
601
  "brace-expansion": {
602
602
  "from": "5.0.6",
603
- "to": "^5.0.7"
603
+ "to": "^5.0.8"
604
604
  },
605
605
  "buffer": {
606
606
  "from": "5.7.1",
@@ -632,7 +632,7 @@
632
632
  },
633
633
  "color-name": {
634
634
  "from": "1.1.4",
635
- "to": "^2.1.0"
635
+ "to": "^2.1.1"
636
636
  },
637
637
  "defaults": {
638
638
  "from": "1.0.4",
@@ -772,7 +772,7 @@
772
772
  },
773
773
  "smol-toml": {
774
774
  "from": "1.6.1",
775
- "to": "^1.7.0"
775
+ "to": "^1.7.1"
776
776
  },
777
777
  "string-width": {
778
778
  "from": "4.2.3",
@@ -804,7 +804,7 @@
804
804
  },
805
805
  "yargs": {
806
806
  "from": "17.7.2",
807
- "to": "^18.0.0"
807
+ "to": "^18.1.0"
808
808
  },
809
809
  "yargs-parser": {
810
810
  "from": "21.1.1",
@@ -814,7 +814,7 @@
814
814
  "depsUpdated": 68,
815
815
  "originalPackage": "nx",
816
816
  "originalVersion": "23.1.0",
817
- "processedAt": "2026-07-21T17:18:54.990Z",
817
+ "processedAt": "2026-07-26T08:50:33.490Z",
818
818
  "smokeTest": "failed"
819
819
  }
820
820
  }