@salesforce/plugin-release-management 5.6.44 → 5.6.45

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.
@@ -160,113 +160,6 @@
160
160
  "promote.js"
161
161
  ]
162
162
  },
163
- "dependabot:automerge": {
164
- "aliases": [],
165
- "args": {},
166
- "description": "automatically merge one green, mergeable PR up to the specified maximum bump type",
167
- "examples": [
168
- "<%= config.bin %> <%= command.id %> --max-version-bump patch",
169
- "<%= config.bin %> <%= command.id %> --max-version-bump minor",
170
- "<%= config.bin %> <%= command.id %> --max-version-bump major"
171
- ],
172
- "flags": {
173
- "json": {
174
- "description": "Format output as json.",
175
- "helpGroup": "GLOBAL",
176
- "name": "json",
177
- "allowNo": false,
178
- "type": "boolean"
179
- },
180
- "flags-dir": {
181
- "helpGroup": "GLOBAL",
182
- "name": "flags-dir",
183
- "summary": "Import flag values from a directory.",
184
- "hasDynamicHelp": false,
185
- "multiple": false,
186
- "type": "option"
187
- },
188
- "owner": {
189
- "char": "o",
190
- "dependsOn": [
191
- "repo"
192
- ],
193
- "name": "owner",
194
- "summary": "the organization that the repository belongs to. This defaults to the owner specified in the package.json",
195
- "hasDynamicHelp": false,
196
- "multiple": false,
197
- "type": "option"
198
- },
199
- "repo": {
200
- "char": "r",
201
- "dependsOn": [
202
- "owner"
203
- ],
204
- "name": "repo",
205
- "summary": "the repository you want to consolidate PRs on. This defaults to the repository specified in the package.json",
206
- "hasDynamicHelp": false,
207
- "multiple": false,
208
- "type": "option"
209
- },
210
- "max-version-bump": {
211
- "char": "m",
212
- "description": "the maximum version bump you want to be included",
213
- "name": "max-version-bump",
214
- "required": true,
215
- "default": "minor",
216
- "hasDynamicHelp": false,
217
- "multiple": false,
218
- "options": [
219
- "major",
220
- "minor",
221
- "patch"
222
- ],
223
- "type": "option"
224
- },
225
- "dryrun": {
226
- "char": "d",
227
- "name": "dryrun",
228
- "summary": "only show what would happen if you consolidated dependabot PRs",
229
- "allowNo": false,
230
- "type": "boolean"
231
- },
232
- "skip-ci": {
233
- "char": "s",
234
- "name": "skip-ci",
235
- "summary": "add [skip ci] to the merge commit title",
236
- "allowNo": false,
237
- "type": "boolean"
238
- },
239
- "merge-method": {
240
- "name": "merge-method",
241
- "summary": "merge method to use",
242
- "default": "merge",
243
- "hasDynamicHelp": false,
244
- "multiple": false,
245
- "options": [
246
- "merge",
247
- "squash",
248
- "rebase"
249
- ],
250
- "type": "option"
251
- }
252
- },
253
- "hasDynamicHelp": false,
254
- "hiddenAliases": [],
255
- "id": "dependabot:automerge",
256
- "pluginAlias": "@salesforce/plugin-release-management",
257
- "pluginName": "@salesforce/plugin-release-management",
258
- "pluginType": "core",
259
- "strict": true,
260
- "summary": "automatically merge one green, mergeable PR up to the specified maximum bump type",
261
- "enableJsonFlag": true,
262
- "isESM": true,
263
- "relativePath": [
264
- "lib",
265
- "commands",
266
- "dependabot",
267
- "automerge.js"
268
- ]
269
- },
270
163
  "cli:releasenotes": {
271
164
  "aliases": [],
272
165
  "args": {},
@@ -341,13 +234,14 @@
341
234
  "releasenotes.js"
342
235
  ]
343
236
  },
344
- "repositories": {
237
+ "dependabot:automerge": {
345
238
  "aliases": [],
346
239
  "args": {},
347
- "description": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
240
+ "description": "automatically merge one green, mergeable PR up to the specified maximum bump type",
348
241
  "examples": [
349
- "<%= config.bin %> <%= command.id %> --columns=url --filter='Name=sfdx-core' --no-header | xargs open",
350
- "<%= config.bin %> <%= command.id %> --json | jq -r '.result[] | select(.name==\"sfdx-core\") | .packages[] | .url"
242
+ "<%= config.bin %> <%= command.id %> --max-version-bump patch",
243
+ "<%= config.bin %> <%= command.id %> --max-version-bump minor",
244
+ "<%= config.bin %> <%= command.id %> --max-version-bump major"
351
245
  ],
352
246
  "flags": {
353
247
  "json": {
@@ -365,99 +259,86 @@
365
259
  "multiple": false,
366
260
  "type": "option"
367
261
  },
368
- "columns": {
369
- "exclusive": [
370
- "extended"
262
+ "owner": {
263
+ "char": "o",
264
+ "dependsOn": [
265
+ "repo"
371
266
  ],
372
- "name": "columns",
373
- "summary": "Only show provided columns (comma-separated).",
267
+ "name": "owner",
268
+ "summary": "the organization that the repository belongs to. This defaults to the owner specified in the package.json",
374
269
  "hasDynamicHelp": false,
375
270
  "multiple": false,
376
271
  "type": "option"
377
272
  },
378
- "csv": {
379
- "exclusive": [
380
- "no-truncate"
381
- ],
382
- "name": "csv",
383
- "summary": "Output is csv format.",
384
- "allowNo": false,
385
- "type": "boolean"
386
- },
387
- "extended": {
388
- "char": "x",
389
- "exclusive": [
390
- "columns"
273
+ "repo": {
274
+ "char": "r",
275
+ "dependsOn": [
276
+ "owner"
391
277
  ],
392
- "name": "extended",
393
- "summary": "Show extra columns.",
394
- "allowNo": false,
395
- "type": "boolean"
396
- },
397
- "filter": {
398
- "name": "filter",
399
- "summary": "Filter property by partial string matching, ex: name=foo.",
278
+ "name": "repo",
279
+ "summary": "the repository you want to consolidate PRs on. This defaults to the repository specified in the package.json",
400
280
  "hasDynamicHelp": false,
401
281
  "multiple": false,
402
282
  "type": "option"
403
283
  },
404
- "no-header": {
405
- "exclusive": [
406
- "csv"
284
+ "max-version-bump": {
285
+ "char": "m",
286
+ "description": "the maximum version bump you want to be included",
287
+ "name": "max-version-bump",
288
+ "required": true,
289
+ "default": "minor",
290
+ "hasDynamicHelp": false,
291
+ "multiple": false,
292
+ "options": [
293
+ "major",
294
+ "minor",
295
+ "patch"
407
296
  ],
408
- "name": "no-header",
409
- "summary": "Hide table header from output.",
297
+ "type": "option"
298
+ },
299
+ "dryrun": {
300
+ "char": "d",
301
+ "name": "dryrun",
302
+ "summary": "only show what would happen if you consolidated dependabot PRs",
410
303
  "allowNo": false,
411
304
  "type": "boolean"
412
305
  },
413
- "no-truncate": {
414
- "exclusive": [
415
- "csv"
416
- ],
417
- "name": "no-truncate",
418
- "summary": "Do not truncate output to fit screen.",
306
+ "skip-ci": {
307
+ "char": "s",
308
+ "name": "skip-ci",
309
+ "summary": "add [skip ci] to the merge commit title",
419
310
  "allowNo": false,
420
311
  "type": "boolean"
421
312
  },
422
- "output": {
423
- "exclusive": [
424
- "no-truncate",
425
- "csv"
426
- ],
427
- "name": "output",
428
- "summary": "Output in a more machine friendly format.",
313
+ "merge-method": {
314
+ "name": "merge-method",
315
+ "summary": "merge method to use",
316
+ "default": "merge",
429
317
  "hasDynamicHelp": false,
430
318
  "multiple": false,
431
319
  "options": [
432
- "csv",
433
- "json",
434
- "yaml"
320
+ "merge",
321
+ "squash",
322
+ "rebase"
435
323
  ],
436
324
  "type": "option"
437
- },
438
- "sort": {
439
- "name": "sort",
440
- "summary": "Property to sort by (prepend '-' for descending).",
441
- "hasDynamicHelp": false,
442
- "multiple": false,
443
- "type": "option"
444
325
  }
445
326
  },
446
327
  "hasDynamicHelp": false,
447
328
  "hiddenAliases": [],
448
- "id": "repositories",
329
+ "id": "dependabot:automerge",
449
330
  "pluginAlias": "@salesforce/plugin-release-management",
450
331
  "pluginName": "@salesforce/plugin-release-management",
451
332
  "pluginType": "core",
452
333
  "strict": true,
453
- "summary": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
334
+ "summary": "automatically merge one green, mergeable PR up to the specified maximum bump type",
454
335
  "enableJsonFlag": true,
455
336
  "isESM": true,
456
337
  "relativePath": [
457
338
  "lib",
458
339
  "commands",
459
- "repositories",
460
- "index.js"
340
+ "dependabot",
341
+ "automerge.js"
461
342
  ]
462
343
  },
463
344
  "cli:artifacts:compare": {
@@ -621,6 +502,125 @@
621
502
  "test.js"
622
503
  ]
623
504
  },
505
+ "repositories": {
506
+ "aliases": [],
507
+ "args": {},
508
+ "description": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
509
+ "examples": [
510
+ "<%= config.bin %> <%= command.id %> --columns=url --filter='Name=sfdx-core' --no-header | xargs open",
511
+ "<%= config.bin %> <%= command.id %> --json | jq -r '.result[] | select(.name==\"sfdx-core\") | .packages[] | .url"
512
+ ],
513
+ "flags": {
514
+ "json": {
515
+ "description": "Format output as json.",
516
+ "helpGroup": "GLOBAL",
517
+ "name": "json",
518
+ "allowNo": false,
519
+ "type": "boolean"
520
+ },
521
+ "flags-dir": {
522
+ "helpGroup": "GLOBAL",
523
+ "name": "flags-dir",
524
+ "summary": "Import flag values from a directory.",
525
+ "hasDynamicHelp": false,
526
+ "multiple": false,
527
+ "type": "option"
528
+ },
529
+ "columns": {
530
+ "exclusive": [
531
+ "extended"
532
+ ],
533
+ "name": "columns",
534
+ "summary": "Only show provided columns (comma-separated).",
535
+ "hasDynamicHelp": false,
536
+ "multiple": false,
537
+ "type": "option"
538
+ },
539
+ "csv": {
540
+ "exclusive": [
541
+ "no-truncate"
542
+ ],
543
+ "name": "csv",
544
+ "summary": "Output is csv format.",
545
+ "allowNo": false,
546
+ "type": "boolean"
547
+ },
548
+ "extended": {
549
+ "char": "x",
550
+ "exclusive": [
551
+ "columns"
552
+ ],
553
+ "name": "extended",
554
+ "summary": "Show extra columns.",
555
+ "allowNo": false,
556
+ "type": "boolean"
557
+ },
558
+ "filter": {
559
+ "name": "filter",
560
+ "summary": "Filter property by partial string matching, ex: name=foo.",
561
+ "hasDynamicHelp": false,
562
+ "multiple": false,
563
+ "type": "option"
564
+ },
565
+ "no-header": {
566
+ "exclusive": [
567
+ "csv"
568
+ ],
569
+ "name": "no-header",
570
+ "summary": "Hide table header from output.",
571
+ "allowNo": false,
572
+ "type": "boolean"
573
+ },
574
+ "no-truncate": {
575
+ "exclusive": [
576
+ "csv"
577
+ ],
578
+ "name": "no-truncate",
579
+ "summary": "Do not truncate output to fit screen.",
580
+ "allowNo": false,
581
+ "type": "boolean"
582
+ },
583
+ "output": {
584
+ "exclusive": [
585
+ "no-truncate",
586
+ "csv"
587
+ ],
588
+ "name": "output",
589
+ "summary": "Output in a more machine friendly format.",
590
+ "hasDynamicHelp": false,
591
+ "multiple": false,
592
+ "options": [
593
+ "csv",
594
+ "json",
595
+ "yaml"
596
+ ],
597
+ "type": "option"
598
+ },
599
+ "sort": {
600
+ "name": "sort",
601
+ "summary": "Property to sort by (prepend '-' for descending).",
602
+ "hasDynamicHelp": false,
603
+ "multiple": false,
604
+ "type": "option"
605
+ }
606
+ },
607
+ "hasDynamicHelp": false,
608
+ "hiddenAliases": [],
609
+ "id": "repositories",
610
+ "pluginAlias": "@salesforce/plugin-release-management",
611
+ "pluginName": "@salesforce/plugin-release-management",
612
+ "pluginType": "core",
613
+ "strict": true,
614
+ "summary": "list repositories owned and supported by Salesforce CLI\nFor more information on the list of repositories, visit https://github.com/salesforcecli/status.",
615
+ "enableJsonFlag": true,
616
+ "isESM": true,
617
+ "relativePath": [
618
+ "lib",
619
+ "commands",
620
+ "repositories",
621
+ "index.js"
622
+ ]
623
+ },
624
624
  "cli:release:automerge": {
625
625
  "aliases": [],
626
626
  "args": {},
@@ -1187,6 +1187,56 @@
1187
1187
  "closed.js"
1188
1188
  ]
1189
1189
  },
1190
+ "cli:install:jit:test": {
1191
+ "aliases": [],
1192
+ "args": {},
1193
+ "examples": [
1194
+ "<%= config.bin %> <%= command.id %>"
1195
+ ],
1196
+ "flags": {
1197
+ "json": {
1198
+ "description": "Format output as json.",
1199
+ "helpGroup": "GLOBAL",
1200
+ "name": "json",
1201
+ "allowNo": false,
1202
+ "type": "boolean"
1203
+ },
1204
+ "flags-dir": {
1205
+ "helpGroup": "GLOBAL",
1206
+ "name": "flags-dir",
1207
+ "summary": "Import flag values from a directory.",
1208
+ "hasDynamicHelp": false,
1209
+ "multiple": false,
1210
+ "type": "option"
1211
+ },
1212
+ "jit-plugin": {
1213
+ "char": "j",
1214
+ "name": "jit-plugin",
1215
+ "summary": "JIT plugin(s) to test, example: @salesforce/plugin-community",
1216
+ "hasDynamicHelp": false,
1217
+ "multiple": true,
1218
+ "type": "option"
1219
+ }
1220
+ },
1221
+ "hasDynamicHelp": false,
1222
+ "hiddenAliases": [],
1223
+ "id": "cli:install:jit:test",
1224
+ "pluginAlias": "@salesforce/plugin-release-management",
1225
+ "pluginName": "@salesforce/plugin-release-management",
1226
+ "pluginType": "core",
1227
+ "strict": true,
1228
+ "summary": "Test that all JIT plugins can be successfully installed.",
1229
+ "enableJsonFlag": true,
1230
+ "isESM": true,
1231
+ "relativePath": [
1232
+ "lib",
1233
+ "commands",
1234
+ "cli",
1235
+ "install",
1236
+ "jit",
1237
+ "test.js"
1238
+ ]
1239
+ },
1190
1240
  "npm:dependencies:pin": {
1191
1241
  "aliases": [],
1192
1242
  "args": {},
@@ -1338,57 +1388,7 @@
1338
1388
  "package",
1339
1389
  "release.js"
1340
1390
  ]
1341
- },
1342
- "cli:install:jit:test": {
1343
- "aliases": [],
1344
- "args": {},
1345
- "examples": [
1346
- "<%= config.bin %> <%= command.id %>"
1347
- ],
1348
- "flags": {
1349
- "json": {
1350
- "description": "Format output as json.",
1351
- "helpGroup": "GLOBAL",
1352
- "name": "json",
1353
- "allowNo": false,
1354
- "type": "boolean"
1355
- },
1356
- "flags-dir": {
1357
- "helpGroup": "GLOBAL",
1358
- "name": "flags-dir",
1359
- "summary": "Import flag values from a directory.",
1360
- "hasDynamicHelp": false,
1361
- "multiple": false,
1362
- "type": "option"
1363
- },
1364
- "jit-plugin": {
1365
- "char": "j",
1366
- "name": "jit-plugin",
1367
- "summary": "JIT plugin(s) to test, example: @salesforce/plugin-community",
1368
- "hasDynamicHelp": false,
1369
- "multiple": true,
1370
- "type": "option"
1371
- }
1372
- },
1373
- "hasDynamicHelp": false,
1374
- "hiddenAliases": [],
1375
- "id": "cli:install:jit:test",
1376
- "pluginAlias": "@salesforce/plugin-release-management",
1377
- "pluginName": "@salesforce/plugin-release-management",
1378
- "pluginType": "core",
1379
- "strict": true,
1380
- "summary": "Test that all JIT plugins can be successfully installed.",
1381
- "enableJsonFlag": true,
1382
- "isESM": true,
1383
- "relativePath": [
1384
- "lib",
1385
- "commands",
1386
- "cli",
1387
- "install",
1388
- "jit",
1389
- "test.js"
1390
- ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.6.44"
1393
+ "version": "5.6.45"
1394
1394
  }
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.6.44",
4
+ "version": "5.6.45",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -18,7 +18,7 @@
18
18
  "@salesforce/kit": "^3.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.1.42",
20
20
  "@salesforce/plugin-trust": "^3.7.59",
21
- "@salesforce/sf-plugins-core": "^12.1.3",
21
+ "@salesforce/sf-plugins-core": "^12.1.4",
22
22
  "@salesforce/ts-types": "^2.0.10",
23
23
  "aws-sdk": "^2.1692.0",
24
24
  "chalk": "^5.4.0",
@@ -40,7 +40,7 @@
40
40
  "@types/shelljs": "^0.8.15",
41
41
  "aws-sdk-mock": "^5.9.0",
42
42
  "eslint-plugin-sf-plugin": "^1.20.14",
43
- "oclif": "^4.17.13",
43
+ "oclif": "^4.17.21",
44
44
  "ts-node": "^10.9.2",
45
45
  "typescript": "^5.7.3"
46
46
  },