@salesforce/plugin-release-management 5.7.74 → 5.7.75
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 +16 -16
- package/npm-shrinkwrap.json +1222 -1569
- package/oclif.lock +424 -600
- package/oclif.manifest.json +93 -93
- package/package.json +3 -3
package/oclif.manifest.json
CHANGED
|
@@ -1126,67 +1126,6 @@
|
|
|
1126
1126
|
"inspect.js"
|
|
1127
1127
|
]
|
|
1128
1128
|
},
|
|
1129
|
-
"github:check:closed": {
|
|
1130
|
-
"aliases": [],
|
|
1131
|
-
"args": {},
|
|
1132
|
-
"description": "Description of a command.",
|
|
1133
|
-
"examples": [
|
|
1134
|
-
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1135
|
-
],
|
|
1136
|
-
"flags": {
|
|
1137
|
-
"json": {
|
|
1138
|
-
"description": "Format output as json.",
|
|
1139
|
-
"helpGroup": "GLOBAL",
|
|
1140
|
-
"name": "json",
|
|
1141
|
-
"allowNo": false,
|
|
1142
|
-
"type": "boolean"
|
|
1143
|
-
},
|
|
1144
|
-
"flags-dir": {
|
|
1145
|
-
"helpGroup": "GLOBAL",
|
|
1146
|
-
"name": "flags-dir",
|
|
1147
|
-
"summary": "Import flag values from a directory.",
|
|
1148
|
-
"hasDynamicHelp": false,
|
|
1149
|
-
"multiple": false,
|
|
1150
|
-
"type": "option"
|
|
1151
|
-
},
|
|
1152
|
-
"gus": {
|
|
1153
|
-
"char": "o",
|
|
1154
|
-
"name": "gus",
|
|
1155
|
-
"noCacheDefault": true,
|
|
1156
|
-
"required": true,
|
|
1157
|
-
"summary": "Username/alias of your GUS org connection",
|
|
1158
|
-
"hasDynamicHelp": true,
|
|
1159
|
-
"multiple": false,
|
|
1160
|
-
"type": "option"
|
|
1161
|
-
},
|
|
1162
|
-
"github-token": {
|
|
1163
|
-
"env": "GITHUB_TOKEN",
|
|
1164
|
-
"name": "github-token",
|
|
1165
|
-
"required": true,
|
|
1166
|
-
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
1167
|
-
"hasDynamicHelp": false,
|
|
1168
|
-
"multiple": false,
|
|
1169
|
-
"type": "option"
|
|
1170
|
-
}
|
|
1171
|
-
},
|
|
1172
|
-
"hasDynamicHelp": true,
|
|
1173
|
-
"hiddenAliases": [],
|
|
1174
|
-
"id": "github:check:closed",
|
|
1175
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1176
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
1177
|
-
"pluginType": "core",
|
|
1178
|
-
"strict": true,
|
|
1179
|
-
"summary": "Show open Github issues with GUS WI",
|
|
1180
|
-
"enableJsonFlag": true,
|
|
1181
|
-
"isESM": true,
|
|
1182
|
-
"relativePath": [
|
|
1183
|
-
"lib",
|
|
1184
|
-
"commands",
|
|
1185
|
-
"github",
|
|
1186
|
-
"check",
|
|
1187
|
-
"closed.js"
|
|
1188
|
-
]
|
|
1189
|
-
},
|
|
1190
1129
|
"npm:package:release": {
|
|
1191
1130
|
"aliases": [],
|
|
1192
1131
|
"args": {},
|
|
@@ -1284,12 +1223,10 @@
|
|
|
1284
1223
|
"release.js"
|
|
1285
1224
|
]
|
|
1286
1225
|
},
|
|
1287
|
-
"
|
|
1226
|
+
"npm:dependencies:pin": {
|
|
1288
1227
|
"aliases": [],
|
|
1289
1228
|
"args": {},
|
|
1290
|
-
"
|
|
1291
|
-
"<%= config.bin %> <%= command.id %>"
|
|
1292
|
-
],
|
|
1229
|
+
"description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
1293
1230
|
"flags": {
|
|
1294
1231
|
"json": {
|
|
1295
1232
|
"description": "Format output as json.",
|
|
@@ -1306,38 +1243,48 @@
|
|
|
1306
1243
|
"multiple": false,
|
|
1307
1244
|
"type": "option"
|
|
1308
1245
|
},
|
|
1309
|
-
"
|
|
1310
|
-
"char": "
|
|
1311
|
-
"name": "
|
|
1312
|
-
"summary": "
|
|
1246
|
+
"dryrun": {
|
|
1247
|
+
"char": "d",
|
|
1248
|
+
"name": "dryrun",
|
|
1249
|
+
"summary": "If true, will not make any changes to the package.json",
|
|
1250
|
+
"allowNo": false,
|
|
1251
|
+
"type": "boolean"
|
|
1252
|
+
},
|
|
1253
|
+
"tag": {
|
|
1254
|
+
"char": "t",
|
|
1255
|
+
"name": "tag",
|
|
1256
|
+
"summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
|
|
1257
|
+
"default": "latest",
|
|
1313
1258
|
"hasDynamicHelp": false,
|
|
1314
|
-
"multiple":
|
|
1259
|
+
"multiple": false,
|
|
1315
1260
|
"type": "option"
|
|
1316
1261
|
}
|
|
1317
1262
|
},
|
|
1318
1263
|
"hasDynamicHelp": false,
|
|
1319
1264
|
"hiddenAliases": [],
|
|
1320
|
-
"id": "
|
|
1265
|
+
"id": "npm:dependencies:pin",
|
|
1321
1266
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1322
1267
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1323
1268
|
"pluginType": "core",
|
|
1324
1269
|
"strict": true,
|
|
1325
|
-
"summary": "
|
|
1270
|
+
"summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
1326
1271
|
"enableJsonFlag": true,
|
|
1327
1272
|
"isESM": true,
|
|
1328
1273
|
"relativePath": [
|
|
1329
1274
|
"lib",
|
|
1330
1275
|
"commands",
|
|
1331
|
-
"
|
|
1332
|
-
"
|
|
1333
|
-
"
|
|
1334
|
-
"test.js"
|
|
1276
|
+
"npm",
|
|
1277
|
+
"dependencies",
|
|
1278
|
+
"pin.js"
|
|
1335
1279
|
]
|
|
1336
1280
|
},
|
|
1337
|
-
"
|
|
1281
|
+
"github:check:closed": {
|
|
1338
1282
|
"aliases": [],
|
|
1339
1283
|
"args": {},
|
|
1340
|
-
"description": "
|
|
1284
|
+
"description": "Description of a command.",
|
|
1285
|
+
"examples": [
|
|
1286
|
+
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1287
|
+
],
|
|
1341
1288
|
"flags": {
|
|
1342
1289
|
"json": {
|
|
1343
1290
|
"description": "Format output as json.",
|
|
@@ -1354,41 +1301,94 @@
|
|
|
1354
1301
|
"multiple": false,
|
|
1355
1302
|
"type": "option"
|
|
1356
1303
|
},
|
|
1357
|
-
"
|
|
1358
|
-
"char": "
|
|
1359
|
-
"name": "
|
|
1360
|
-
"
|
|
1304
|
+
"gus": {
|
|
1305
|
+
"char": "o",
|
|
1306
|
+
"name": "gus",
|
|
1307
|
+
"noCacheDefault": true,
|
|
1308
|
+
"required": true,
|
|
1309
|
+
"summary": "Username/alias of your GUS org connection",
|
|
1310
|
+
"hasDynamicHelp": true,
|
|
1311
|
+
"multiple": false,
|
|
1312
|
+
"type": "option"
|
|
1313
|
+
},
|
|
1314
|
+
"github-token": {
|
|
1315
|
+
"env": "GITHUB_TOKEN",
|
|
1316
|
+
"name": "github-token",
|
|
1317
|
+
"required": true,
|
|
1318
|
+
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
1319
|
+
"hasDynamicHelp": false,
|
|
1320
|
+
"multiple": false,
|
|
1321
|
+
"type": "option"
|
|
1322
|
+
}
|
|
1323
|
+
},
|
|
1324
|
+
"hasDynamicHelp": true,
|
|
1325
|
+
"hiddenAliases": [],
|
|
1326
|
+
"id": "github:check:closed",
|
|
1327
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1328
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
1329
|
+
"pluginType": "core",
|
|
1330
|
+
"strict": true,
|
|
1331
|
+
"summary": "Show open Github issues with GUS WI",
|
|
1332
|
+
"enableJsonFlag": true,
|
|
1333
|
+
"isESM": true,
|
|
1334
|
+
"relativePath": [
|
|
1335
|
+
"lib",
|
|
1336
|
+
"commands",
|
|
1337
|
+
"github",
|
|
1338
|
+
"check",
|
|
1339
|
+
"closed.js"
|
|
1340
|
+
]
|
|
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",
|
|
1361
1353
|
"allowNo": false,
|
|
1362
1354
|
"type": "boolean"
|
|
1363
1355
|
},
|
|
1364
|
-
"
|
|
1365
|
-
"
|
|
1366
|
-
"name": "
|
|
1367
|
-
"summary": "
|
|
1368
|
-
"default": "latest",
|
|
1356
|
+
"flags-dir": {
|
|
1357
|
+
"helpGroup": "GLOBAL",
|
|
1358
|
+
"name": "flags-dir",
|
|
1359
|
+
"summary": "Import flag values from a directory.",
|
|
1369
1360
|
"hasDynamicHelp": false,
|
|
1370
1361
|
"multiple": false,
|
|
1371
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"
|
|
1372
1371
|
}
|
|
1373
1372
|
},
|
|
1374
1373
|
"hasDynamicHelp": false,
|
|
1375
1374
|
"hiddenAliases": [],
|
|
1376
|
-
"id": "
|
|
1375
|
+
"id": "cli:install:jit:test",
|
|
1377
1376
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1378
1377
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1379
1378
|
"pluginType": "core",
|
|
1380
1379
|
"strict": true,
|
|
1381
|
-
"summary": "
|
|
1380
|
+
"summary": "Test that all JIT plugins can be successfully installed.",
|
|
1382
1381
|
"enableJsonFlag": true,
|
|
1383
1382
|
"isESM": true,
|
|
1384
1383
|
"relativePath": [
|
|
1385
1384
|
"lib",
|
|
1386
1385
|
"commands",
|
|
1387
|
-
"
|
|
1388
|
-
"
|
|
1389
|
-
"
|
|
1386
|
+
"cli",
|
|
1387
|
+
"install",
|
|
1388
|
+
"jit",
|
|
1389
|
+
"test.js"
|
|
1390
1390
|
]
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
|
-
"version": "5.7.
|
|
1393
|
+
"version": "5.7.75"
|
|
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.7.
|
|
4
|
+
"version": "5.7.75",
|
|
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
|
-
"@aws-sdk/client-s3": "^3.
|
|
12
|
+
"@aws-sdk/client-s3": "^3.940.0",
|
|
13
13
|
"@oclif/core": "^4.8.0",
|
|
14
14
|
"@octokit/core": "^6.1.6",
|
|
15
15
|
"@octokit/plugin-paginate-rest": "^11.6.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@types/shelljs": "^0.8.17",
|
|
43
43
|
"aws-sdk-client-mock": "^4.1.0",
|
|
44
44
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
45
|
-
"oclif": "^4.22.
|
|
45
|
+
"oclif": "^4.22.47",
|
|
46
46
|
"ts-node": "^10.9.2",
|
|
47
47
|
"typescript": "^5.9.3"
|
|
48
48
|
},
|