@salesforce/plugin-release-management 5.7.109 → 5.7.111
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 +640 -605
- package/oclif.lock +695 -680
- package/oclif.manifest.json +45 -45
- package/package.json +3 -3
package/oclif.manifest.json
CHANGED
|
@@ -1126,10 +1126,13 @@
|
|
|
1126
1126
|
"verify.js"
|
|
1127
1127
|
]
|
|
1128
1128
|
},
|
|
1129
|
-
"
|
|
1129
|
+
"github:check:closed": {
|
|
1130
1130
|
"aliases": [],
|
|
1131
1131
|
"args": {},
|
|
1132
|
-
"description": "
|
|
1132
|
+
"description": "Description of a command.",
|
|
1133
|
+
"examples": [
|
|
1134
|
+
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1135
|
+
],
|
|
1133
1136
|
"flags": {
|
|
1134
1137
|
"json": {
|
|
1135
1138
|
"description": "Format output as json.",
|
|
@@ -1146,39 +1149,42 @@
|
|
|
1146
1149
|
"multiple": false,
|
|
1147
1150
|
"type": "option"
|
|
1148
1151
|
},
|
|
1149
|
-
"
|
|
1150
|
-
"char": "
|
|
1151
|
-
"name": "
|
|
1152
|
-
"
|
|
1153
|
-
"
|
|
1154
|
-
"
|
|
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"
|
|
1155
1161
|
},
|
|
1156
|
-
"
|
|
1157
|
-
"
|
|
1158
|
-
"name": "
|
|
1159
|
-
"
|
|
1160
|
-
"
|
|
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",
|
|
1161
1167
|
"hasDynamicHelp": false,
|
|
1162
1168
|
"multiple": false,
|
|
1163
1169
|
"type": "option"
|
|
1164
1170
|
}
|
|
1165
1171
|
},
|
|
1166
|
-
"hasDynamicHelp":
|
|
1172
|
+
"hasDynamicHelp": true,
|
|
1167
1173
|
"hiddenAliases": [],
|
|
1168
|
-
"id": "
|
|
1174
|
+
"id": "github:check:closed",
|
|
1169
1175
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1170
1176
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1171
1177
|
"pluginType": "core",
|
|
1172
1178
|
"strict": true,
|
|
1173
|
-
"summary": "
|
|
1179
|
+
"summary": "Show open Github issues with GUS WI",
|
|
1174
1180
|
"enableJsonFlag": true,
|
|
1175
1181
|
"isESM": true,
|
|
1176
1182
|
"relativePath": [
|
|
1177
1183
|
"lib",
|
|
1178
1184
|
"commands",
|
|
1179
|
-
"
|
|
1180
|
-
"
|
|
1181
|
-
"
|
|
1185
|
+
"github",
|
|
1186
|
+
"check",
|
|
1187
|
+
"closed.js"
|
|
1182
1188
|
]
|
|
1183
1189
|
},
|
|
1184
1190
|
"npm:package:release": {
|
|
@@ -1278,13 +1284,10 @@
|
|
|
1278
1284
|
"release.js"
|
|
1279
1285
|
]
|
|
1280
1286
|
},
|
|
1281
|
-
"
|
|
1287
|
+
"npm:dependencies:pin": {
|
|
1282
1288
|
"aliases": [],
|
|
1283
1289
|
"args": {},
|
|
1284
|
-
"description": "
|
|
1285
|
-
"examples": [
|
|
1286
|
-
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1287
|
-
],
|
|
1290
|
+
"description": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
1288
1291
|
"flags": {
|
|
1289
1292
|
"json": {
|
|
1290
1293
|
"description": "Format output as json.",
|
|
@@ -1301,42 +1304,39 @@
|
|
|
1301
1304
|
"multiple": false,
|
|
1302
1305
|
"type": "option"
|
|
1303
1306
|
},
|
|
1304
|
-
"
|
|
1305
|
-
"char": "
|
|
1306
|
-
"name": "
|
|
1307
|
-
"
|
|
1308
|
-
"
|
|
1309
|
-
"
|
|
1310
|
-
"hasDynamicHelp": true,
|
|
1311
|
-
"multiple": false,
|
|
1312
|
-
"type": "option"
|
|
1307
|
+
"dryrun": {
|
|
1308
|
+
"char": "d",
|
|
1309
|
+
"name": "dryrun",
|
|
1310
|
+
"summary": "If true, will not make any changes to the package.json",
|
|
1311
|
+
"allowNo": false,
|
|
1312
|
+
"type": "boolean"
|
|
1313
1313
|
},
|
|
1314
|
-
"
|
|
1315
|
-
"
|
|
1316
|
-
"name": "
|
|
1317
|
-
"
|
|
1318
|
-
"
|
|
1314
|
+
"tag": {
|
|
1315
|
+
"char": "t",
|
|
1316
|
+
"name": "tag",
|
|
1317
|
+
"summary": "The name of the tag you want, e.g. 'latest-rc', or 'latest'",
|
|
1318
|
+
"default": "latest",
|
|
1319
1319
|
"hasDynamicHelp": false,
|
|
1320
1320
|
"multiple": false,
|
|
1321
1321
|
"type": "option"
|
|
1322
1322
|
}
|
|
1323
1323
|
},
|
|
1324
|
-
"hasDynamicHelp":
|
|
1324
|
+
"hasDynamicHelp": false,
|
|
1325
1325
|
"hiddenAliases": [],
|
|
1326
|
-
"id": "
|
|
1326
|
+
"id": "npm:dependencies:pin",
|
|
1327
1327
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1328
1328
|
"pluginName": "@salesforce/plugin-release-management",
|
|
1329
1329
|
"pluginType": "core",
|
|
1330
1330
|
"strict": true,
|
|
1331
|
-
"summary": "
|
|
1331
|
+
"summary": "lock a list of dependencies to a target tag or default to 'latest', place these entries in 'pinnedDependencies' entry in the package.json",
|
|
1332
1332
|
"enableJsonFlag": true,
|
|
1333
1333
|
"isESM": true,
|
|
1334
1334
|
"relativePath": [
|
|
1335
1335
|
"lib",
|
|
1336
1336
|
"commands",
|
|
1337
|
-
"
|
|
1338
|
-
"
|
|
1339
|
-
"
|
|
1337
|
+
"npm",
|
|
1338
|
+
"dependencies",
|
|
1339
|
+
"pin.js"
|
|
1340
1340
|
]
|
|
1341
1341
|
},
|
|
1342
1342
|
"cli:install:jit:test": {
|
|
@@ -1390,5 +1390,5 @@
|
|
|
1390
1390
|
]
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
|
-
"version": "5.7.
|
|
1393
|
+
"version": "5.7.111"
|
|
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.111",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"sf-release": "bin/run.js"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@aws-sdk/client-s3": "^3.
|
|
13
|
-
"@oclif/core": "^4.
|
|
12
|
+
"@aws-sdk/client-s3": "^3.1014.0",
|
|
13
|
+
"@oclif/core": "^4.10.1",
|
|
14
14
|
"@octokit/core": "^6.1.6",
|
|
15
15
|
"@octokit/plugin-paginate-rest": "^11.6.0",
|
|
16
16
|
"@octokit/plugin-throttling": "^9.6.1",
|