@salesforce/plugin-release-management 5.4.8 → 5.5.0
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 +24 -24
- package/lib/commands/cli/install/jit/test.d.ts +1 -1
- package/lib/commands/cli/install/test.d.ts +4 -4
- package/lib/commands/cli/install/test.js +7 -7
- package/lib/commands/cli/install/test.js.map +1 -1
- package/lib/commands/cli/release/automerge.d.ts +5 -5
- package/lib/commands/cli/release/build.d.ts +12 -12
- package/lib/commands/cli/releasenotes.d.ts +3 -3
- package/lib/commands/dependabot/automerge.d.ts +6 -6
- package/lib/commands/github/check/closed.d.ts +2 -2
- package/lib/commands/npm/dependencies/pin.d.ts +2 -2
- package/lib/commands/npm/package/release.d.ts +8 -8
- package/lib/commands/repositories/index.d.ts +10 -1
- package/lib/commands/repositories/index.js +48 -20
- package/lib/commands/repositories/index.js.map +1 -1
- package/lib/dependabot.d.ts +1 -1
- package/lib/dependencies.d.ts +1 -1
- package/messages/repositories.md +32 -0
- package/npm-shrinkwrap.json +1524 -991
- package/oclif.lock +118 -129
- package/oclif.manifest.json +83 -83
- package/package.json +4 -4
package/oclif.manifest.json
CHANGED
|
@@ -160,80 +160,6 @@
|
|
|
160
160
|
"promote.js"
|
|
161
161
|
]
|
|
162
162
|
},
|
|
163
|
-
"cli:releasenotes": {
|
|
164
|
-
"aliases": [],
|
|
165
|
-
"args": {},
|
|
166
|
-
"description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
167
|
-
"examples": [
|
|
168
|
-
"<%= config.bin %> <%= command.id %> --cli sf",
|
|
169
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx",
|
|
170
|
-
"<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
|
|
171
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
|
|
172
|
-
"<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
|
|
173
|
-
"<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
|
|
174
|
-
],
|
|
175
|
-
"flags": {
|
|
176
|
-
"json": {
|
|
177
|
-
"description": "Format output as json.",
|
|
178
|
-
"helpGroup": "GLOBAL",
|
|
179
|
-
"name": "json",
|
|
180
|
-
"allowNo": false,
|
|
181
|
-
"type": "boolean"
|
|
182
|
-
},
|
|
183
|
-
"flags-dir": {
|
|
184
|
-
"helpGroup": "GLOBAL",
|
|
185
|
-
"name": "flags-dir",
|
|
186
|
-
"summary": "Import flag values from a directory.",
|
|
187
|
-
"hasDynamicHelp": false,
|
|
188
|
-
"multiple": false,
|
|
189
|
-
"type": "option"
|
|
190
|
-
},
|
|
191
|
-
"cli": {
|
|
192
|
-
"char": "c",
|
|
193
|
-
"name": "cli",
|
|
194
|
-
"required": true,
|
|
195
|
-
"summary": "the cli to pull information for",
|
|
196
|
-
"hasDynamicHelp": false,
|
|
197
|
-
"multiple": false,
|
|
198
|
-
"options": [
|
|
199
|
-
"sf",
|
|
200
|
-
"sfdx"
|
|
201
|
-
],
|
|
202
|
-
"type": "option"
|
|
203
|
-
},
|
|
204
|
-
"since": {
|
|
205
|
-
"char": "s",
|
|
206
|
-
"name": "since",
|
|
207
|
-
"summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
|
|
208
|
-
"hasDynamicHelp": false,
|
|
209
|
-
"multiple": false,
|
|
210
|
-
"type": "option"
|
|
211
|
-
},
|
|
212
|
-
"markdown": {
|
|
213
|
-
"char": "m",
|
|
214
|
-
"name": "markdown",
|
|
215
|
-
"summary": "format the output in markdown",
|
|
216
|
-
"allowNo": false,
|
|
217
|
-
"type": "boolean"
|
|
218
|
-
}
|
|
219
|
-
},
|
|
220
|
-
"hasDynamicHelp": false,
|
|
221
|
-
"hiddenAliases": [],
|
|
222
|
-
"id": "cli:releasenotes",
|
|
223
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
224
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
225
|
-
"pluginType": "core",
|
|
226
|
-
"strict": true,
|
|
227
|
-
"summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
228
|
-
"enableJsonFlag": true,
|
|
229
|
-
"isESM": true,
|
|
230
|
-
"relativePath": [
|
|
231
|
-
"lib",
|
|
232
|
-
"commands",
|
|
233
|
-
"cli",
|
|
234
|
-
"releasenotes.js"
|
|
235
|
-
]
|
|
236
|
-
},
|
|
237
163
|
"dependabot:automerge": {
|
|
238
164
|
"aliases": [],
|
|
239
165
|
"args": {},
|
|
@@ -341,6 +267,80 @@
|
|
|
341
267
|
"automerge.js"
|
|
342
268
|
]
|
|
343
269
|
},
|
|
270
|
+
"cli:releasenotes": {
|
|
271
|
+
"aliases": [],
|
|
272
|
+
"args": {},
|
|
273
|
+
"description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
274
|
+
"examples": [
|
|
275
|
+
"<%= config.bin %> <%= command.id %> --cli sf",
|
|
276
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx",
|
|
277
|
+
"<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
|
|
278
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
|
|
279
|
+
"<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
|
|
280
|
+
"<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
|
|
281
|
+
],
|
|
282
|
+
"flags": {
|
|
283
|
+
"json": {
|
|
284
|
+
"description": "Format output as json.",
|
|
285
|
+
"helpGroup": "GLOBAL",
|
|
286
|
+
"name": "json",
|
|
287
|
+
"allowNo": false,
|
|
288
|
+
"type": "boolean"
|
|
289
|
+
},
|
|
290
|
+
"flags-dir": {
|
|
291
|
+
"helpGroup": "GLOBAL",
|
|
292
|
+
"name": "flags-dir",
|
|
293
|
+
"summary": "Import flag values from a directory.",
|
|
294
|
+
"hasDynamicHelp": false,
|
|
295
|
+
"multiple": false,
|
|
296
|
+
"type": "option"
|
|
297
|
+
},
|
|
298
|
+
"cli": {
|
|
299
|
+
"char": "c",
|
|
300
|
+
"name": "cli",
|
|
301
|
+
"required": true,
|
|
302
|
+
"summary": "the cli to pull information for",
|
|
303
|
+
"hasDynamicHelp": false,
|
|
304
|
+
"multiple": false,
|
|
305
|
+
"options": [
|
|
306
|
+
"sf",
|
|
307
|
+
"sfdx"
|
|
308
|
+
],
|
|
309
|
+
"type": "option"
|
|
310
|
+
},
|
|
311
|
+
"since": {
|
|
312
|
+
"char": "s",
|
|
313
|
+
"name": "since",
|
|
314
|
+
"summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
|
|
315
|
+
"hasDynamicHelp": false,
|
|
316
|
+
"multiple": false,
|
|
317
|
+
"type": "option"
|
|
318
|
+
},
|
|
319
|
+
"markdown": {
|
|
320
|
+
"char": "m",
|
|
321
|
+
"name": "markdown",
|
|
322
|
+
"summary": "format the output in markdown",
|
|
323
|
+
"allowNo": false,
|
|
324
|
+
"type": "boolean"
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
"hasDynamicHelp": false,
|
|
328
|
+
"hiddenAliases": [],
|
|
329
|
+
"id": "cli:releasenotes",
|
|
330
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
331
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
332
|
+
"pluginType": "core",
|
|
333
|
+
"strict": true,
|
|
334
|
+
"summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
335
|
+
"enableJsonFlag": true,
|
|
336
|
+
"isESM": true,
|
|
337
|
+
"relativePath": [
|
|
338
|
+
"lib",
|
|
339
|
+
"commands",
|
|
340
|
+
"cli",
|
|
341
|
+
"releasenotes.js"
|
|
342
|
+
]
|
|
343
|
+
},
|
|
344
344
|
"repositories": {
|
|
345
345
|
"aliases": [],
|
|
346
346
|
"args": {},
|
|
@@ -366,66 +366,66 @@
|
|
|
366
366
|
"type": "option"
|
|
367
367
|
},
|
|
368
368
|
"columns": {
|
|
369
|
-
"description": "only show provided columns (comma-separated)",
|
|
370
369
|
"exclusive": [
|
|
371
370
|
"extended"
|
|
372
371
|
],
|
|
373
372
|
"name": "columns",
|
|
373
|
+
"summary": "Only show provided columns (comma-separated).",
|
|
374
374
|
"hasDynamicHelp": false,
|
|
375
375
|
"multiple": false,
|
|
376
376
|
"type": "option"
|
|
377
377
|
},
|
|
378
378
|
"csv": {
|
|
379
|
-
"description": "output is csv format [alias: --output=csv]",
|
|
380
379
|
"exclusive": [
|
|
381
380
|
"no-truncate"
|
|
382
381
|
],
|
|
383
382
|
"name": "csv",
|
|
383
|
+
"summary": "Output is csv format.",
|
|
384
384
|
"allowNo": false,
|
|
385
385
|
"type": "boolean"
|
|
386
386
|
},
|
|
387
387
|
"extended": {
|
|
388
388
|
"char": "x",
|
|
389
|
-
"description": "show extra columns",
|
|
390
389
|
"exclusive": [
|
|
391
390
|
"columns"
|
|
392
391
|
],
|
|
393
392
|
"name": "extended",
|
|
393
|
+
"summary": "Show extra columns.",
|
|
394
394
|
"allowNo": false,
|
|
395
395
|
"type": "boolean"
|
|
396
396
|
},
|
|
397
397
|
"filter": {
|
|
398
|
-
"description": "filter property by partial string matching, ex: name=foo",
|
|
399
398
|
"name": "filter",
|
|
399
|
+
"summary": "Filter property by partial string matching, ex: name=foo.",
|
|
400
400
|
"hasDynamicHelp": false,
|
|
401
401
|
"multiple": false,
|
|
402
402
|
"type": "option"
|
|
403
403
|
},
|
|
404
404
|
"no-header": {
|
|
405
|
-
"description": "hide table header from output",
|
|
406
405
|
"exclusive": [
|
|
407
406
|
"csv"
|
|
408
407
|
],
|
|
409
408
|
"name": "no-header",
|
|
409
|
+
"summary": "Hide table header from output.",
|
|
410
410
|
"allowNo": false,
|
|
411
411
|
"type": "boolean"
|
|
412
412
|
},
|
|
413
413
|
"no-truncate": {
|
|
414
|
-
"description": "do not truncate output to fit screen",
|
|
415
414
|
"exclusive": [
|
|
416
415
|
"csv"
|
|
417
416
|
],
|
|
418
417
|
"name": "no-truncate",
|
|
418
|
+
"summary": "Do not truncate output to fit screen.",
|
|
419
419
|
"allowNo": false,
|
|
420
420
|
"type": "boolean"
|
|
421
421
|
},
|
|
422
422
|
"output": {
|
|
423
|
-
"description": "output in a more machine friendly format",
|
|
424
423
|
"exclusive": [
|
|
425
424
|
"no-truncate",
|
|
426
425
|
"csv"
|
|
427
426
|
],
|
|
428
427
|
"name": "output",
|
|
428
|
+
"summary": "Output in a more machine friendly format.",
|
|
429
429
|
"hasDynamicHelp": false,
|
|
430
430
|
"multiple": false,
|
|
431
431
|
"options": [
|
|
@@ -436,8 +436,8 @@
|
|
|
436
436
|
"type": "option"
|
|
437
437
|
},
|
|
438
438
|
"sort": {
|
|
439
|
-
"description": "property to sort by (prepend '-' for descending)",
|
|
440
439
|
"name": "sort",
|
|
440
|
+
"summary": "Property to sort by (prepend '-' for descending).",
|
|
441
441
|
"hasDynamicHelp": false,
|
|
442
442
|
"multiple": false,
|
|
443
443
|
"type": "option"
|
|
@@ -1398,5 +1398,5 @@
|
|
|
1398
1398
|
]
|
|
1399
1399
|
}
|
|
1400
1400
|
},
|
|
1401
|
-
"version": "5.
|
|
1401
|
+
"version": "5.5.0"
|
|
1402
1402
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
3
|
"description": "A plugin for preparing and publishing npm packages",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.5.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"sf-release": "bin/run.js"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^
|
|
12
|
+
"@oclif/core": "^4",
|
|
13
13
|
"@octokit/core": "^4.2.4",
|
|
14
14
|
"@octokit/plugin-paginate-rest": "^6.1.2",
|
|
15
15
|
"@octokit/plugin-throttling": "^5.2.3",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@salesforce/kit": "^3.1.2",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.83",
|
|
20
20
|
"@salesforce/plugin-trust": "^3.7.0",
|
|
21
|
-
"@salesforce/sf-plugins-core": "^
|
|
21
|
+
"@salesforce/sf-plugins-core": "^10.0.0",
|
|
22
22
|
"@salesforce/ts-types": "^2.0.9",
|
|
23
23
|
"aws-sdk": "^2.1632.0",
|
|
24
24
|
"chalk": "^5.3.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@oclif/plugin-command-snapshot": "^5.2.0",
|
|
37
|
-
"@salesforce/dev-scripts": "^
|
|
37
|
+
"@salesforce/dev-scripts": "^10",
|
|
38
38
|
"@salesforce/ts-sinon": "1.4.19",
|
|
39
39
|
"@types/semver": "^7.5.8",
|
|
40
40
|
"@types/shelljs": "^0.8.15",
|