@salesforce/plugin-release-management 5.6.31 → 5.6.32

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.
@@ -525,102 +525,6 @@
525
525
  "compare.js"
526
526
  ]
527
527
  },
528
- "cli:install:test": {
529
- "aliases": [],
530
- "args": {},
531
- "description": "install sf or sfdx",
532
- "examples": [
533
- "<%= config.bin %> <%= command.id %> --cli sfdx --method installer",
534
- "<%= config.bin %> <%= command.id %> --cli sfdx --method npm",
535
- "<%= config.bin %> <%= command.id %> --cli sfdx --method tarball",
536
- "<%= config.bin %> <%= command.id %> --cli sf --method tarball",
537
- "<%= config.bin %> <%= command.id %> --cli sf --method tarball --channel stable-rc"
538
- ],
539
- "flags": {
540
- "json": {
541
- "description": "Format output as json.",
542
- "helpGroup": "GLOBAL",
543
- "name": "json",
544
- "allowNo": false,
545
- "type": "boolean"
546
- },
547
- "flags-dir": {
548
- "helpGroup": "GLOBAL",
549
- "name": "flags-dir",
550
- "summary": "Import flag values from a directory.",
551
- "hasDynamicHelp": false,
552
- "multiple": false,
553
- "type": "option"
554
- },
555
- "cli": {
556
- "char": "c",
557
- "name": "cli",
558
- "required": true,
559
- "summary": "the cli to install",
560
- "hasDynamicHelp": false,
561
- "multiple": false,
562
- "options": [
563
- "sf",
564
- "sfdx"
565
- ],
566
- "type": "option"
567
- },
568
- "method": {
569
- "char": "m",
570
- "name": "method",
571
- "required": true,
572
- "summary": "the installation method to use",
573
- "hasDynamicHelp": false,
574
- "multiple": false,
575
- "options": [
576
- "installer",
577
- "npm",
578
- "tarball"
579
- ],
580
- "type": "option"
581
- },
582
- "channel": {
583
- "name": "channel",
584
- "summary": "the channel to install from",
585
- "default": "stable",
586
- "hasDynamicHelp": false,
587
- "multiple": false,
588
- "options": [
589
- "legacy",
590
- "stable",
591
- "stable-rc",
592
- "latest",
593
- "latest-rc"
594
- ],
595
- "type": "option"
596
- },
597
- "output-file": {
598
- "name": "output-file",
599
- "summary": "the file to write the JSON results to (must be .json)",
600
- "default": "test-results.json",
601
- "hasDynamicHelp": false,
602
- "multiple": false,
603
- "type": "option"
604
- }
605
- },
606
- "hasDynamicHelp": false,
607
- "hiddenAliases": [],
608
- "id": "cli:install:test",
609
- "pluginAlias": "@salesforce/plugin-release-management",
610
- "pluginName": "@salesforce/plugin-release-management",
611
- "pluginType": "core",
612
- "strict": true,
613
- "summary": "install sf or sfdx",
614
- "enableJsonFlag": true,
615
- "isESM": true,
616
- "relativePath": [
617
- "lib",
618
- "commands",
619
- "cli",
620
- "install",
621
- "test.js"
622
- ]
623
- },
624
528
  "cli:release:automerge": {
625
529
  "aliases": [],
626
530
  "args": {},
@@ -848,6 +752,102 @@
848
752
  "build.js"
849
753
  ]
850
754
  },
755
+ "cli:install:test": {
756
+ "aliases": [],
757
+ "args": {},
758
+ "description": "install sf or sfdx",
759
+ "examples": [
760
+ "<%= config.bin %> <%= command.id %> --cli sfdx --method installer",
761
+ "<%= config.bin %> <%= command.id %> --cli sfdx --method npm",
762
+ "<%= config.bin %> <%= command.id %> --cli sfdx --method tarball",
763
+ "<%= config.bin %> <%= command.id %> --cli sf --method tarball",
764
+ "<%= config.bin %> <%= command.id %> --cli sf --method tarball --channel stable-rc"
765
+ ],
766
+ "flags": {
767
+ "json": {
768
+ "description": "Format output as json.",
769
+ "helpGroup": "GLOBAL",
770
+ "name": "json",
771
+ "allowNo": false,
772
+ "type": "boolean"
773
+ },
774
+ "flags-dir": {
775
+ "helpGroup": "GLOBAL",
776
+ "name": "flags-dir",
777
+ "summary": "Import flag values from a directory.",
778
+ "hasDynamicHelp": false,
779
+ "multiple": false,
780
+ "type": "option"
781
+ },
782
+ "cli": {
783
+ "char": "c",
784
+ "name": "cli",
785
+ "required": true,
786
+ "summary": "the cli to install",
787
+ "hasDynamicHelp": false,
788
+ "multiple": false,
789
+ "options": [
790
+ "sf",
791
+ "sfdx"
792
+ ],
793
+ "type": "option"
794
+ },
795
+ "method": {
796
+ "char": "m",
797
+ "name": "method",
798
+ "required": true,
799
+ "summary": "the installation method to use",
800
+ "hasDynamicHelp": false,
801
+ "multiple": false,
802
+ "options": [
803
+ "installer",
804
+ "npm",
805
+ "tarball"
806
+ ],
807
+ "type": "option"
808
+ },
809
+ "channel": {
810
+ "name": "channel",
811
+ "summary": "the channel to install from",
812
+ "default": "stable",
813
+ "hasDynamicHelp": false,
814
+ "multiple": false,
815
+ "options": [
816
+ "legacy",
817
+ "stable",
818
+ "stable-rc",
819
+ "latest",
820
+ "latest-rc"
821
+ ],
822
+ "type": "option"
823
+ },
824
+ "output-file": {
825
+ "name": "output-file",
826
+ "summary": "the file to write the JSON results to (must be .json)",
827
+ "default": "test-results.json",
828
+ "hasDynamicHelp": false,
829
+ "multiple": false,
830
+ "type": "option"
831
+ }
832
+ },
833
+ "hasDynamicHelp": false,
834
+ "hiddenAliases": [],
835
+ "id": "cli:install:test",
836
+ "pluginAlias": "@salesforce/plugin-release-management",
837
+ "pluginName": "@salesforce/plugin-release-management",
838
+ "pluginType": "core",
839
+ "strict": true,
840
+ "summary": "install sf or sfdx",
841
+ "enableJsonFlag": true,
842
+ "isESM": true,
843
+ "relativePath": [
844
+ "lib",
845
+ "commands",
846
+ "cli",
847
+ "install",
848
+ "test.js"
849
+ ]
850
+ },
851
851
  "cli:tarballs:prepare": {
852
852
  "aliases": [],
853
853
  "args": {},
@@ -1187,6 +1187,61 @@
1187
1187
  "closed.js"
1188
1188
  ]
1189
1189
  },
1190
+ "npm:dependencies:pin": {
1191
+ "aliases": [],
1192
+ "args": {},
1193
+ "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1194
+ "flags": {
1195
+ "json": {
1196
+ "description": "Format output as json.",
1197
+ "helpGroup": "GLOBAL",
1198
+ "name": "json",
1199
+ "allowNo": false,
1200
+ "type": "boolean"
1201
+ },
1202
+ "flags-dir": {
1203
+ "helpGroup": "GLOBAL",
1204
+ "name": "flags-dir",
1205
+ "summary": "Import flag values from a directory.",
1206
+ "hasDynamicHelp": false,
1207
+ "multiple": false,
1208
+ "type": "option"
1209
+ },
1210
+ "dryrun": {
1211
+ "char": "d",
1212
+ "name": "dryrun",
1213
+ "summary": "If true, will not make any changes to the package.json",
1214
+ "allowNo": false,
1215
+ "type": "boolean"
1216
+ },
1217
+ "tag": {
1218
+ "char": "t",
1219
+ "name": "tag",
1220
+ "summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
1221
+ "default": "latest",
1222
+ "hasDynamicHelp": false,
1223
+ "multiple": false,
1224
+ "type": "option"
1225
+ }
1226
+ },
1227
+ "hasDynamicHelp": false,
1228
+ "hiddenAliases": [],
1229
+ "id": "npm:dependencies:pin",
1230
+ "pluginAlias": "@salesforce/plugin-release-management",
1231
+ "pluginName": "@salesforce/plugin-release-management",
1232
+ "pluginType": "core",
1233
+ "strict": true,
1234
+ "summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1235
+ "enableJsonFlag": true,
1236
+ "isESM": true,
1237
+ "relativePath": [
1238
+ "lib",
1239
+ "commands",
1240
+ "npm",
1241
+ "dependencies",
1242
+ "pin.js"
1243
+ ]
1244
+ },
1190
1245
  "npm:package:release": {
1191
1246
  "aliases": [],
1192
1247
  "args": {},
@@ -1333,62 +1388,7 @@
1333
1388
  "jit",
1334
1389
  "test.js"
1335
1390
  ]
1336
- },
1337
- "npm:dependencies:pin": {
1338
- "aliases": [],
1339
- "args": {},
1340
- "description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1341
- "flags": {
1342
- "json": {
1343
- "description": "Format output as json.",
1344
- "helpGroup": "GLOBAL",
1345
- "name": "json",
1346
- "allowNo": false,
1347
- "type": "boolean"
1348
- },
1349
- "flags-dir": {
1350
- "helpGroup": "GLOBAL",
1351
- "name": "flags-dir",
1352
- "summary": "Import flag values from a directory.",
1353
- "hasDynamicHelp": false,
1354
- "multiple": false,
1355
- "type": "option"
1356
- },
1357
- "dryrun": {
1358
- "char": "d",
1359
- "name": "dryrun",
1360
- "summary": "If true, will not make any changes to the package.json",
1361
- "allowNo": false,
1362
- "type": "boolean"
1363
- },
1364
- "tag": {
1365
- "char": "t",
1366
- "name": "tag",
1367
- "summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
1368
- "default": "latest",
1369
- "hasDynamicHelp": false,
1370
- "multiple": false,
1371
- "type": "option"
1372
- }
1373
- },
1374
- "hasDynamicHelp": false,
1375
- "hiddenAliases": [],
1376
- "id": "npm:dependencies:pin",
1377
- "pluginAlias": "@salesforce/plugin-release-management",
1378
- "pluginName": "@salesforce/plugin-release-management",
1379
- "pluginType": "core",
1380
- "strict": true,
1381
- "summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
1382
- "enableJsonFlag": true,
1383
- "isESM": true,
1384
- "relativePath": [
1385
- "lib",
1386
- "commands",
1387
- "npm",
1388
- "dependencies",
1389
- "pin.js"
1390
- ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.6.31"
1393
+ "version": "5.6.32"
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.31",
4
+ "version": "5.6.32",
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": "^4.0.37",
12
+ "@oclif/core": "^4.2.2",
13
13
  "@octokit/core": "^4.2.4",
14
14
  "@octokit/plugin-paginate-rest": "^6.1.2",
15
15
  "@octokit/plugin-throttling": "^5.2.3",
@@ -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.13",
43
- "oclif": "^4.17.4",
43
+ "oclif": "^4.17.7",
44
44
  "ts-node": "^10.9.2",
45
45
  "typescript": "^5.7.2"
46
46
  },