@depup/lerna 9.0.7-depup.1 → 9.0.7-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 +5 -5
- package/changes.json +218 -0
- package/package.json +19 -15
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ 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-
|
|
17
|
+
| Processed | 2026-03-18 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
19
|
| Deps updated | 53 |
|
|
20
20
|
|
|
@@ -25,7 +25,7 @@ npm install @depup/lerna
|
|
|
25
25
|
| @npmcli/arborist | 9.1.6 | ^9.4.1 |
|
|
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.
|
|
28
|
+
| @nx/devkit | >=21.5.2 < 23.0.0 | ^22.6.0 |
|
|
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 |
|
|
@@ -45,17 +45,17 @@ npm install @depup/lerna
|
|
|
45
45
|
| import-local | 3.1.0 | ^3.2.0 |
|
|
46
46
|
| ini | ^1.3.8 | ^6.0.0 |
|
|
47
47
|
| init-package-json | 8.2.2 | ^8.2.5 |
|
|
48
|
-
| inquirer | 12.9.6 | ^13.3.
|
|
48
|
+
| inquirer | 12.9.6 | ^13.3.2 |
|
|
49
49
|
| is-ci | 3.0.1 | ^4.1.0 |
|
|
50
50
|
| jest-diff | >=30.0.0 < 31 | ^30.3.0 |
|
|
51
51
|
| libnpmpublish | 11.1.2 | ^11.1.3 |
|
|
52
52
|
| load-json-file | 6.2.0 | ^7.0.1 |
|
|
53
|
-
| make-fetch-happen | 15.0.2 | ^15.0.
|
|
53
|
+
| make-fetch-happen | 15.0.2 | ^15.0.5 |
|
|
54
54
|
| minimatch | 3.1.4 | ^10.2.4 |
|
|
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.
|
|
58
|
+
| nx | >=21.5.3 < 23.0.0 | ^22.6.0 |
|
|
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 |
|
package/changes.json
ADDED
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bumped": {
|
|
3
|
+
"@npmcli/arborist": {
|
|
4
|
+
"from": "9.1.6",
|
|
5
|
+
"to": "^9.4.1"
|
|
6
|
+
},
|
|
7
|
+
"@npmcli/package-json": {
|
|
8
|
+
"from": "7.0.2",
|
|
9
|
+
"to": "^7.0.5"
|
|
10
|
+
},
|
|
11
|
+
"@npmcli/run-script": {
|
|
12
|
+
"from": "10.0.3",
|
|
13
|
+
"to": "^10.0.4"
|
|
14
|
+
},
|
|
15
|
+
"@nx/devkit": {
|
|
16
|
+
"from": ">=21.5.2 < 23.0.0",
|
|
17
|
+
"to": "^22.6.0"
|
|
18
|
+
},
|
|
19
|
+
"@octokit/rest": {
|
|
20
|
+
"from": "20.1.2",
|
|
21
|
+
"to": "^22.0.1"
|
|
22
|
+
},
|
|
23
|
+
"aproba": {
|
|
24
|
+
"from": "2.0.0",
|
|
25
|
+
"to": "^2.1.0"
|
|
26
|
+
},
|
|
27
|
+
"byte-size": {
|
|
28
|
+
"from": "8.1.1",
|
|
29
|
+
"to": "^9.0.1"
|
|
30
|
+
},
|
|
31
|
+
"chalk": {
|
|
32
|
+
"from": "4.1.0",
|
|
33
|
+
"to": "^5.6.2"
|
|
34
|
+
},
|
|
35
|
+
"ci-info": {
|
|
36
|
+
"from": "4.3.1",
|
|
37
|
+
"to": "^4.4.0"
|
|
38
|
+
},
|
|
39
|
+
"cmd-shim": {
|
|
40
|
+
"from": "6.0.3",
|
|
41
|
+
"to": "^8.0.0"
|
|
42
|
+
},
|
|
43
|
+
"conventional-changelog-angular": {
|
|
44
|
+
"from": "7.0.0",
|
|
45
|
+
"to": "^8.3.0"
|
|
46
|
+
},
|
|
47
|
+
"conventional-changelog-core": {
|
|
48
|
+
"from": "5.0.1",
|
|
49
|
+
"to": "^9.0.0"
|
|
50
|
+
},
|
|
51
|
+
"conventional-recommended-bump": {
|
|
52
|
+
"from": "7.0.1",
|
|
53
|
+
"to": "^11.2.0"
|
|
54
|
+
},
|
|
55
|
+
"cosmiconfig": {
|
|
56
|
+
"from": "9.0.0",
|
|
57
|
+
"to": "^9.0.1"
|
|
58
|
+
},
|
|
59
|
+
"dedent": {
|
|
60
|
+
"from": "1.5.3",
|
|
61
|
+
"to": "^1.7.2"
|
|
62
|
+
},
|
|
63
|
+
"envinfo": {
|
|
64
|
+
"from": "7.13.0",
|
|
65
|
+
"to": "^7.21.0"
|
|
66
|
+
},
|
|
67
|
+
"execa": {
|
|
68
|
+
"from": "5.0.0",
|
|
69
|
+
"to": "^9.6.1"
|
|
70
|
+
},
|
|
71
|
+
"fs-extra": {
|
|
72
|
+
"from": "^11.2.0",
|
|
73
|
+
"to": "^11.3.4"
|
|
74
|
+
},
|
|
75
|
+
"get-stream": {
|
|
76
|
+
"from": "6.0.0",
|
|
77
|
+
"to": "^9.0.1"
|
|
78
|
+
},
|
|
79
|
+
"git-url-parse": {
|
|
80
|
+
"from": "14.0.0",
|
|
81
|
+
"to": "^16.1.0"
|
|
82
|
+
},
|
|
83
|
+
"import-local": {
|
|
84
|
+
"from": "3.1.0",
|
|
85
|
+
"to": "^3.2.0"
|
|
86
|
+
},
|
|
87
|
+
"ini": {
|
|
88
|
+
"from": "^1.3.8",
|
|
89
|
+
"to": "^6.0.0"
|
|
90
|
+
},
|
|
91
|
+
"init-package-json": {
|
|
92
|
+
"from": "8.2.2",
|
|
93
|
+
"to": "^8.2.5"
|
|
94
|
+
},
|
|
95
|
+
"inquirer": {
|
|
96
|
+
"from": "12.9.6",
|
|
97
|
+
"to": "^13.3.2"
|
|
98
|
+
},
|
|
99
|
+
"is-ci": {
|
|
100
|
+
"from": "3.0.1",
|
|
101
|
+
"to": "^4.1.0"
|
|
102
|
+
},
|
|
103
|
+
"jest-diff": {
|
|
104
|
+
"from": ">=30.0.0 < 31",
|
|
105
|
+
"to": "^30.3.0"
|
|
106
|
+
},
|
|
107
|
+
"libnpmpublish": {
|
|
108
|
+
"from": "11.1.2",
|
|
109
|
+
"to": "^11.1.3"
|
|
110
|
+
},
|
|
111
|
+
"load-json-file": {
|
|
112
|
+
"from": "6.2.0",
|
|
113
|
+
"to": "^7.0.1"
|
|
114
|
+
},
|
|
115
|
+
"make-fetch-happen": {
|
|
116
|
+
"from": "15.0.2",
|
|
117
|
+
"to": "^15.0.5"
|
|
118
|
+
},
|
|
119
|
+
"minimatch": {
|
|
120
|
+
"from": "3.1.4",
|
|
121
|
+
"to": "^10.2.4"
|
|
122
|
+
},
|
|
123
|
+
"npm-package-arg": {
|
|
124
|
+
"from": "13.0.1",
|
|
125
|
+
"to": "^13.0.2"
|
|
126
|
+
},
|
|
127
|
+
"npm-packlist": {
|
|
128
|
+
"from": "10.0.3",
|
|
129
|
+
"to": "^10.0.4"
|
|
130
|
+
},
|
|
131
|
+
"npm-registry-fetch": {
|
|
132
|
+
"from": "19.1.0",
|
|
133
|
+
"to": "^19.1.1"
|
|
134
|
+
},
|
|
135
|
+
"nx": {
|
|
136
|
+
"from": ">=21.5.3 < 23.0.0",
|
|
137
|
+
"to": "^22.6.0"
|
|
138
|
+
},
|
|
139
|
+
"p-map": {
|
|
140
|
+
"from": "4.0.0",
|
|
141
|
+
"to": "^7.0.4"
|
|
142
|
+
},
|
|
143
|
+
"p-map-series": {
|
|
144
|
+
"from": "2.1.0",
|
|
145
|
+
"to": "^3.0.0"
|
|
146
|
+
},
|
|
147
|
+
"p-pipe": {
|
|
148
|
+
"from": "3.1.0",
|
|
149
|
+
"to": "^4.0.0"
|
|
150
|
+
},
|
|
151
|
+
"p-queue": {
|
|
152
|
+
"from": "6.6.2",
|
|
153
|
+
"to": "^9.1.0"
|
|
154
|
+
},
|
|
155
|
+
"p-reduce": {
|
|
156
|
+
"from": "2.1.0",
|
|
157
|
+
"to": "^3.0.0"
|
|
158
|
+
},
|
|
159
|
+
"p-waterfall": {
|
|
160
|
+
"from": "2.1.1",
|
|
161
|
+
"to": "^3.0.0"
|
|
162
|
+
},
|
|
163
|
+
"pacote": {
|
|
164
|
+
"from": "21.0.1",
|
|
165
|
+
"to": "^21.5.0"
|
|
166
|
+
},
|
|
167
|
+
"read-cmd-shim": {
|
|
168
|
+
"from": "4.0.0",
|
|
169
|
+
"to": "^6.0.0"
|
|
170
|
+
},
|
|
171
|
+
"semver": {
|
|
172
|
+
"from": "7.7.2",
|
|
173
|
+
"to": "^7.7.4"
|
|
174
|
+
},
|
|
175
|
+
"signal-exit": {
|
|
176
|
+
"from": "3.0.7",
|
|
177
|
+
"to": "^4.1.0"
|
|
178
|
+
},
|
|
179
|
+
"slash": {
|
|
180
|
+
"from": "3.0.0",
|
|
181
|
+
"to": "^5.1.0"
|
|
182
|
+
},
|
|
183
|
+
"ssri": {
|
|
184
|
+
"from": "12.0.0",
|
|
185
|
+
"to": "^13.0.1"
|
|
186
|
+
},
|
|
187
|
+
"string-width": {
|
|
188
|
+
"from": "^4.2.3",
|
|
189
|
+
"to": "^8.2.0"
|
|
190
|
+
},
|
|
191
|
+
"tinyglobby": {
|
|
192
|
+
"from": "0.2.12",
|
|
193
|
+
"to": "^0.2.15"
|
|
194
|
+
},
|
|
195
|
+
"typescript": {
|
|
196
|
+
"from": ">=3 < 6",
|
|
197
|
+
"to": "^5.9.3"
|
|
198
|
+
},
|
|
199
|
+
"validate-npm-package-name": {
|
|
200
|
+
"from": "6.0.2",
|
|
201
|
+
"to": "^7.0.2"
|
|
202
|
+
},
|
|
203
|
+
"write-file-atomic": {
|
|
204
|
+
"from": "5.0.1",
|
|
205
|
+
"to": "^7.0.1"
|
|
206
|
+
},
|
|
207
|
+
"yargs": {
|
|
208
|
+
"from": "17.7.2",
|
|
209
|
+
"to": "^18.0.0"
|
|
210
|
+
},
|
|
211
|
+
"yargs-parser": {
|
|
212
|
+
"from": "21.1.1",
|
|
213
|
+
"to": "^22.0.0"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"timestamp": "2026-03-18T16:30:43.383Z",
|
|
217
|
+
"totalUpdated": 53
|
|
218
|
+
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/lerna",
|
|
3
|
-
"version": "9.0.7-depup.
|
|
3
|
+
"version": "9.0.7-depup.2",
|
|
4
4
|
"type": "commonjs",
|
|
5
|
-
"description": "
|
|
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": [
|
|
7
|
-
"depup",
|
|
8
|
-
"dependency-bumped",
|
|
9
|
-
"updated-deps",
|
|
10
7
|
"lerna",
|
|
8
|
+
"depup",
|
|
9
|
+
"updated-dependencies",
|
|
10
|
+
"security",
|
|
11
|
+
"latest",
|
|
12
|
+
"patched",
|
|
11
13
|
"monorepo",
|
|
12
14
|
"multi-package"
|
|
13
15
|
],
|
|
@@ -23,7 +25,9 @@
|
|
|
23
25
|
"files": [
|
|
24
26
|
"dist",
|
|
25
27
|
"schemas/lerna-schema.json",
|
|
26
|
-
"migrations.json"
|
|
28
|
+
"migrations.json",
|
|
29
|
+
"changes.json",
|
|
30
|
+
"README.md"
|
|
27
31
|
],
|
|
28
32
|
"main": "./dist/index.js",
|
|
29
33
|
"engines": {
|
|
@@ -41,7 +45,7 @@
|
|
|
41
45
|
"@npmcli/arborist": "^9.4.1",
|
|
42
46
|
"@npmcli/package-json": "^7.0.5",
|
|
43
47
|
"@npmcli/run-script": "^10.0.4",
|
|
44
|
-
"@nx/devkit": "^22.
|
|
48
|
+
"@nx/devkit": "^22.6.0",
|
|
45
49
|
"@octokit/plugin-enterprise-rest": "6.0.1",
|
|
46
50
|
"@octokit/rest": "^22.0.1",
|
|
47
51
|
"aproba": "^2.1.0",
|
|
@@ -67,19 +71,19 @@
|
|
|
67
71
|
"import-local": "^3.2.0",
|
|
68
72
|
"ini": "^6.0.0",
|
|
69
73
|
"init-package-json": "^8.2.5",
|
|
70
|
-
"inquirer": "^13.3.
|
|
74
|
+
"inquirer": "^13.3.2",
|
|
71
75
|
"is-ci": "^4.1.0",
|
|
72
76
|
"jest-diff": "^30.3.0",
|
|
73
77
|
"js-yaml": "4.1.1",
|
|
74
78
|
"libnpmaccess": "10.0.3",
|
|
75
79
|
"libnpmpublish": "^11.1.3",
|
|
76
80
|
"load-json-file": "^7.0.1",
|
|
77
|
-
"make-fetch-happen": "^15.0.
|
|
81
|
+
"make-fetch-happen": "^15.0.5",
|
|
78
82
|
"minimatch": "^10.2.4",
|
|
79
83
|
"npm-package-arg": "^13.0.2",
|
|
80
84
|
"npm-packlist": "^10.0.4",
|
|
81
85
|
"npm-registry-fetch": "^19.1.1",
|
|
82
|
-
"nx": "^22.
|
|
86
|
+
"nx": "^22.6.0",
|
|
83
87
|
"p-map": "^7.0.4",
|
|
84
88
|
"p-map-series": "^3.0.0",
|
|
85
89
|
"p-pipe": "^4.0.0",
|
|
@@ -134,7 +138,7 @@
|
|
|
134
138
|
},
|
|
135
139
|
"@nx/devkit": {
|
|
136
140
|
"from": ">=21.5.2 < 23.0.0",
|
|
137
|
-
"to": "^22.
|
|
141
|
+
"to": "^22.6.0"
|
|
138
142
|
},
|
|
139
143
|
"@octokit/rest": {
|
|
140
144
|
"from": "20.1.2",
|
|
@@ -214,7 +218,7 @@
|
|
|
214
218
|
},
|
|
215
219
|
"inquirer": {
|
|
216
220
|
"from": "12.9.6",
|
|
217
|
-
"to": "^13.3.
|
|
221
|
+
"to": "^13.3.2"
|
|
218
222
|
},
|
|
219
223
|
"is-ci": {
|
|
220
224
|
"from": "3.0.1",
|
|
@@ -234,7 +238,7 @@
|
|
|
234
238
|
},
|
|
235
239
|
"make-fetch-happen": {
|
|
236
240
|
"from": "15.0.2",
|
|
237
|
-
"to": "^15.0.
|
|
241
|
+
"to": "^15.0.5"
|
|
238
242
|
},
|
|
239
243
|
"minimatch": {
|
|
240
244
|
"from": "3.1.4",
|
|
@@ -254,7 +258,7 @@
|
|
|
254
258
|
},
|
|
255
259
|
"nx": {
|
|
256
260
|
"from": ">=21.5.3 < 23.0.0",
|
|
257
|
-
"to": "^22.
|
|
261
|
+
"to": "^22.6.0"
|
|
258
262
|
},
|
|
259
263
|
"p-map": {
|
|
260
264
|
"from": "4.0.0",
|
|
@@ -336,7 +340,7 @@
|
|
|
336
340
|
"depsUpdated": 53,
|
|
337
341
|
"originalPackage": "lerna",
|
|
338
342
|
"originalVersion": "9.0.7",
|
|
339
|
-
"processedAt": "2026-03-
|
|
343
|
+
"processedAt": "2026-03-18T16:31:05.302Z",
|
|
340
344
|
"smokeTest": "failed"
|
|
341
345
|
}
|
|
342
346
|
}
|