@depup/lerna 9.0.7-depup.2 → 9.0.7-depup.4

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 +11 -9
  2. package/changes.json +17 -9
  3. package/package.json +27 -19
package/README.md CHANGED
@@ -14,25 +14,25 @@ npm install @depup/lerna
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [lerna](https://www.npmjs.com/package/lerna) @ 9.0.7 |
17
- | Processed | 2026-03-18 |
17
+ | Processed | 2026-04-06 |
18
18
  | Smoke test | failed |
19
- | Deps updated | 53 |
19
+ | Deps updated | 55 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @npmcli/arborist | 9.1.6 | ^9.4.1 |
25
+ | @npmcli/arborist | 9.1.6 | ^9.4.2 |
26
26
  | @npmcli/package-json | 7.0.2 | ^7.0.5 |
27
27
  | @npmcli/run-script | 10.0.3 | ^10.0.4 |
28
- | @nx/devkit | >=21.5.2 < 23.0.0 | ^22.6.0 |
28
+ | @nx/devkit | >=21.5.2 < 23.0.0 | ^22.6.4 |
29
29
  | @octokit/rest | 20.1.2 | ^22.0.1 |
30
30
  | aproba | 2.0.0 | ^2.1.0 |
31
31
  | byte-size | 8.1.1 | ^9.0.1 |
32
32
  | chalk | 4.1.0 | ^5.6.2 |
33
33
  | ci-info | 4.3.1 | ^4.4.0 |
34
34
  | cmd-shim | 6.0.3 | ^8.0.0 |
35
- | conventional-changelog-angular | 7.0.0 | ^8.3.0 |
35
+ | conventional-changelog-angular | 7.0.0 | ^8.3.1 |
36
36
  | conventional-changelog-core | 5.0.1 | ^9.0.0 |
37
37
  | conventional-recommended-bump | 7.0.1 | ^11.2.0 |
38
38
  | cosmiconfig | 9.0.0 | ^9.0.1 |
@@ -51,15 +51,15 @@ npm install @depup/lerna
51
51
  | libnpmpublish | 11.1.2 | ^11.1.3 |
52
52
  | load-json-file | 6.2.0 | ^7.0.1 |
53
53
  | make-fetch-happen | 15.0.2 | ^15.0.5 |
54
- | minimatch | 3.1.4 | ^10.2.4 |
54
+ | minimatch | 3.1.4 | ^10.2.5 |
55
55
  | npm-package-arg | 13.0.1 | ^13.0.2 |
56
56
  | npm-packlist | 10.0.3 | ^10.0.4 |
57
57
  | npm-registry-fetch | 19.1.0 | ^19.1.1 |
58
- | nx | >=21.5.3 < 23.0.0 | ^22.6.0 |
58
+ | nx | >=21.5.3 < 23.0.0 | ^22.6.4 |
59
59
  | p-map | 4.0.0 | ^7.0.4 |
60
60
  | p-map-series | 2.1.0 | ^3.0.0 |
61
61
  | p-pipe | 3.1.0 | ^4.0.0 |
62
- | p-queue | 6.6.2 | ^9.1.0 |
62
+ | p-queue | 6.6.2 | ^9.1.1 |
63
63
  | p-reduce | 2.1.0 | ^3.0.0 |
64
64
  | p-waterfall | 2.1.1 | ^3.0.0 |
65
65
  | pacote | 21.0.1 | ^21.5.0 |
@@ -69,8 +69,10 @@ npm install @depup/lerna
69
69
  | slash | 3.0.0 | ^5.1.0 |
70
70
  | ssri | 12.0.0 | ^13.0.1 |
71
71
  | string-width | ^4.2.3 | ^8.2.0 |
72
+ | tar | 7.5.11 | ^7.5.13 |
72
73
  | tinyglobby | 0.2.12 | ^0.2.15 |
73
- | typescript | >=3 < 6 | ^5.9.3 |
74
+ | typescript | >=3 < 6 | ^6.0.2 |
75
+ | upath | 2.0.1 | ^3.0.0 |
74
76
  | validate-npm-package-name | 6.0.2 | ^7.0.2 |
75
77
  | write-file-atomic | 5.0.1 | ^7.0.1 |
76
78
  | yargs | 17.7.2 | ^18.0.0 |
package/changes.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "bumped": {
3
3
  "@npmcli/arborist": {
4
4
  "from": "9.1.6",
5
- "to": "^9.4.1"
5
+ "to": "^9.4.2"
6
6
  },
7
7
  "@npmcli/package-json": {
8
8
  "from": "7.0.2",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "@nx/devkit": {
16
16
  "from": ">=21.5.2 < 23.0.0",
17
- "to": "^22.6.0"
17
+ "to": "^22.6.4"
18
18
  },
19
19
  "@octokit/rest": {
20
20
  "from": "20.1.2",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "conventional-changelog-angular": {
44
44
  "from": "7.0.0",
45
- "to": "^8.3.0"
45
+ "to": "^8.3.1"
46
46
  },
47
47
  "conventional-changelog-core": {
48
48
  "from": "5.0.1",
@@ -118,7 +118,7 @@
118
118
  },
119
119
  "minimatch": {
120
120
  "from": "3.1.4",
121
- "to": "^10.2.4"
121
+ "to": "^10.2.5"
122
122
  },
123
123
  "npm-package-arg": {
124
124
  "from": "13.0.1",
@@ -134,7 +134,7 @@
134
134
  },
135
135
  "nx": {
136
136
  "from": ">=21.5.3 < 23.0.0",
137
- "to": "^22.6.0"
137
+ "to": "^22.6.4"
138
138
  },
139
139
  "p-map": {
140
140
  "from": "4.0.0",
@@ -150,7 +150,7 @@
150
150
  },
151
151
  "p-queue": {
152
152
  "from": "6.6.2",
153
- "to": "^9.1.0"
153
+ "to": "^9.1.1"
154
154
  },
155
155
  "p-reduce": {
156
156
  "from": "2.1.0",
@@ -188,13 +188,21 @@
188
188
  "from": "^4.2.3",
189
189
  "to": "^8.2.0"
190
190
  },
191
+ "tar": {
192
+ "from": "7.5.11",
193
+ "to": "^7.5.13"
194
+ },
191
195
  "tinyglobby": {
192
196
  "from": "0.2.12",
193
197
  "to": "^0.2.15"
194
198
  },
195
199
  "typescript": {
196
200
  "from": ">=3 < 6",
197
- "to": "^5.9.3"
201
+ "to": "^6.0.2"
202
+ },
203
+ "upath": {
204
+ "from": "2.0.1",
205
+ "to": "^3.0.0"
198
206
  },
199
207
  "validate-npm-package-name": {
200
208
  "from": "6.0.2",
@@ -213,6 +221,6 @@
213
221
  "to": "^22.0.0"
214
222
  }
215
223
  },
216
- "timestamp": "2026-03-18T16:30:43.383Z",
217
- "totalUpdated": 53
224
+ "timestamp": "2026-04-06T00:43:03.711Z",
225
+ "totalUpdated": 55
218
226
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/lerna",
3
- "version": "9.0.7-depup.2",
3
+ "version": "9.0.7-depup.4",
4
4
  "type": "commonjs",
5
5
  "description": "Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository (with updated dependencies)",
6
6
  "keywords": [
@@ -42,10 +42,10 @@
42
42
  "migrations": "./migrations.json"
43
43
  },
44
44
  "dependencies": {
45
- "@npmcli/arborist": "^9.4.1",
45
+ "@npmcli/arborist": "^9.4.2",
46
46
  "@npmcli/package-json": "^7.0.5",
47
47
  "@npmcli/run-script": "^10.0.4",
48
- "@nx/devkit": "^22.6.0",
48
+ "@nx/devkit": "^22.6.4",
49
49
  "@octokit/plugin-enterprise-rest": "6.0.1",
50
50
  "@octokit/rest": "^22.0.1",
51
51
  "aproba": "^2.1.0",
@@ -56,7 +56,7 @@
56
56
  "color-support": "1.1.3",
57
57
  "columnify": "1.6.0",
58
58
  "console-control-strings": "^1.1.0",
59
- "conventional-changelog-angular": "^8.3.0",
59
+ "conventional-changelog-angular": "^8.3.1",
60
60
  "conventional-changelog-core": "^9.0.0",
61
61
  "conventional-recommended-bump": "^11.2.0",
62
62
  "cosmiconfig": "^9.0.1",
@@ -79,15 +79,15 @@
79
79
  "libnpmpublish": "^11.1.3",
80
80
  "load-json-file": "^7.0.1",
81
81
  "make-fetch-happen": "^15.0.5",
82
- "minimatch": "^10.2.4",
82
+ "minimatch": "^10.2.5",
83
83
  "npm-package-arg": "^13.0.2",
84
84
  "npm-packlist": "^10.0.4",
85
85
  "npm-registry-fetch": "^19.1.1",
86
- "nx": "^22.6.0",
86
+ "nx": "^22.6.4",
87
87
  "p-map": "^7.0.4",
88
88
  "p-map-series": "^3.0.0",
89
89
  "p-pipe": "^4.0.0",
90
- "p-queue": "^9.1.0",
90
+ "p-queue": "^9.1.1",
91
91
  "p-reduce": "^3.0.0",
92
92
  "p-waterfall": "^3.0.0",
93
93
  "pacote": "^21.5.0",
@@ -97,11 +97,11 @@
97
97
  "slash": "^5.1.0",
98
98
  "ssri": "^13.0.1",
99
99
  "string-width": "^8.2.0",
100
- "tar": "7.5.11",
100
+ "tar": "^7.5.13",
101
101
  "through": "2.3.8",
102
102
  "tinyglobby": "^0.2.15",
103
- "typescript": "^5.9.3",
104
- "upath": "2.0.1",
103
+ "typescript": "^6.0.2",
104
+ "upath": "^3.0.0",
105
105
  "validate-npm-package-license": "3.0.4",
106
106
  "validate-npm-package-name": "^7.0.2",
107
107
  "wide-align": "1.1.5",
@@ -126,7 +126,7 @@
126
126
  "changes": {
127
127
  "@npmcli/arborist": {
128
128
  "from": "9.1.6",
129
- "to": "^9.4.1"
129
+ "to": "^9.4.2"
130
130
  },
131
131
  "@npmcli/package-json": {
132
132
  "from": "7.0.2",
@@ -138,7 +138,7 @@
138
138
  },
139
139
  "@nx/devkit": {
140
140
  "from": ">=21.5.2 < 23.0.0",
141
- "to": "^22.6.0"
141
+ "to": "^22.6.4"
142
142
  },
143
143
  "@octokit/rest": {
144
144
  "from": "20.1.2",
@@ -166,7 +166,7 @@
166
166
  },
167
167
  "conventional-changelog-angular": {
168
168
  "from": "7.0.0",
169
- "to": "^8.3.0"
169
+ "to": "^8.3.1"
170
170
  },
171
171
  "conventional-changelog-core": {
172
172
  "from": "5.0.1",
@@ -242,7 +242,7 @@
242
242
  },
243
243
  "minimatch": {
244
244
  "from": "3.1.4",
245
- "to": "^10.2.4"
245
+ "to": "^10.2.5"
246
246
  },
247
247
  "npm-package-arg": {
248
248
  "from": "13.0.1",
@@ -258,7 +258,7 @@
258
258
  },
259
259
  "nx": {
260
260
  "from": ">=21.5.3 < 23.0.0",
261
- "to": "^22.6.0"
261
+ "to": "^22.6.4"
262
262
  },
263
263
  "p-map": {
264
264
  "from": "4.0.0",
@@ -274,7 +274,7 @@
274
274
  },
275
275
  "p-queue": {
276
276
  "from": "6.6.2",
277
- "to": "^9.1.0"
277
+ "to": "^9.1.1"
278
278
  },
279
279
  "p-reduce": {
280
280
  "from": "2.1.0",
@@ -312,13 +312,21 @@
312
312
  "from": "^4.2.3",
313
313
  "to": "^8.2.0"
314
314
  },
315
+ "tar": {
316
+ "from": "7.5.11",
317
+ "to": "^7.5.13"
318
+ },
315
319
  "tinyglobby": {
316
320
  "from": "0.2.12",
317
321
  "to": "^0.2.15"
318
322
  },
319
323
  "typescript": {
320
324
  "from": ">=3 < 6",
321
- "to": "^5.9.3"
325
+ "to": "^6.0.2"
326
+ },
327
+ "upath": {
328
+ "from": "2.0.1",
329
+ "to": "^3.0.0"
322
330
  },
323
331
  "validate-npm-package-name": {
324
332
  "from": "6.0.2",
@@ -337,10 +345,10 @@
337
345
  "to": "^22.0.0"
338
346
  }
339
347
  },
340
- "depsUpdated": 53,
348
+ "depsUpdated": 55,
341
349
  "originalPackage": "lerna",
342
350
  "originalVersion": "9.0.7",
343
- "processedAt": "2026-03-18T16:31:05.302Z",
351
+ "processedAt": "2026-04-06T00:43:17.450Z",
344
352
  "smokeTest": "failed"
345
353
  }
346
354
  }