@salesforce/plugin-release-management 5.6.43 → 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.
@@ -341,125 +341,6 @@
341
341
  "automerge.js"
342
342
  ]
343
343
  },
344
- "repositories": {
345
- "aliases": [],
346
- "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.",
348
- "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"
351
- ],
352
- "flags": {
353
- "json": {
354
- "description": "Format output as json.",
355
- "helpGroup": "GLOBAL",
356
- "name": "json",
357
- "allowNo": false,
358
- "type": "boolean"
359
- },
360
- "flags-dir": {
361
- "helpGroup": "GLOBAL",
362
- "name": "flags-dir",
363
- "summary": "Import flag values from a directory.",
364
- "hasDynamicHelp": false,
365
- "multiple": false,
366
- "type": "option"
367
- },
368
- "columns": {
369
- "exclusive": [
370
- "extended"
371
- ],
372
- "name": "columns",
373
- "summary": "Only show provided columns (comma-separated).",
374
- "hasDynamicHelp": false,
375
- "multiple": false,
376
- "type": "option"
377
- },
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"
391
- ],
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.",
400
- "hasDynamicHelp": false,
401
- "multiple": false,
402
- "type": "option"
403
- },
404
- "no-header": {
405
- "exclusive": [
406
- "csv"
407
- ],
408
- "name": "no-header",
409
- "summary": "Hide table header from output.",
410
- "allowNo": false,
411
- "type": "boolean"
412
- },
413
- "no-truncate": {
414
- "exclusive": [
415
- "csv"
416
- ],
417
- "name": "no-truncate",
418
- "summary": "Do not truncate output to fit screen.",
419
- "allowNo": false,
420
- "type": "boolean"
421
- },
422
- "output": {
423
- "exclusive": [
424
- "no-truncate",
425
- "csv"
426
- ],
427
- "name": "output",
428
- "summary": "Output in a more machine friendly format.",
429
- "hasDynamicHelp": false,
430
- "multiple": false,
431
- "options": [
432
- "csv",
433
- "json",
434
- "yaml"
435
- ],
436
- "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
- }
445
- },
446
- "hasDynamicHelp": false,
447
- "hiddenAliases": [],
448
- "id": "repositories",
449
- "pluginAlias": "@salesforce/plugin-release-management",
450
- "pluginName": "@salesforce/plugin-release-management",
451
- "pluginType": "core",
452
- "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.",
454
- "enableJsonFlag": true,
455
- "isESM": true,
456
- "relativePath": [
457
- "lib",
458
- "commands",
459
- "repositories",
460
- "index.js"
461
- ]
462
- },
463
344
  "cli:artifacts:compare": {
464
345
  "aliases": [],
465
346
  "args": {},
@@ -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.43"
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.43",
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",
@@ -26,7 +26,7 @@
26
26
  "got": "^13",
27
27
  "just-diff": "^5.2.0",
28
28
  "proxy-agent": "^6.4.0",
29
- "semver": "^7.6.3",
29
+ "semver": "^7.7.0",
30
30
  "shelljs": "^0.8.5",
31
31
  "standard-version": "^9.5.0",
32
32
  "strip-ansi": "^6",
@@ -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
  },