@salesforce/plugin-release-management 5.2.15 → 5.2.17

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 CHANGED
@@ -145,7 +145,7 @@ EXAMPLES
145
145
  $ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac
146
146
  ```
147
147
 
148
- _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.15/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.17/src/commands/channel/promote.ts)_
149
149
 
150
150
  ## `sfdx cli artifacts compare`
151
151
 
@@ -169,7 +169,7 @@ EXAMPLES
169
169
  $ sfdx cli artifacts compare
170
170
  ```
171
171
 
172
- _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.15/src/commands/cli/artifacts/compare.ts)_
172
+ _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.17/src/commands/cli/artifacts/compare.ts)_
173
173
 
174
174
  ## `sfdx cli install jit test`
175
175
 
@@ -190,7 +190,7 @@ EXAMPLES
190
190
  $ sfdx cli install jit test
191
191
  ```
192
192
 
193
- _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.15/src/commands/cli/install/jit/test.ts)_
193
+ _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.17/src/commands/cli/install/jit/test.ts)_
194
194
 
195
195
  ## `sfdx cli install test`
196
196
 
@@ -231,7 +231,7 @@ EXAMPLES
231
231
  $ sfdx cli install test --cli sf --method tarball --channel stable-rc
232
232
  ```
233
233
 
234
- _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.15/src/commands/cli/install/test.ts)_
234
+ _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.17/src/commands/cli/install/test.ts)_
235
235
 
236
236
  ## `sfdx cli release automerge`
237
237
 
@@ -262,7 +262,7 @@ EXAMPLES
262
262
  $ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
263
263
  ```
264
264
 
265
- _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.15/src/commands/cli/release/automerge.ts)_
265
+ _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.17/src/commands/cli/release/automerge.ts)_
266
266
 
267
267
  ## `sfdx cli release build`
268
268
 
@@ -325,7 +325,7 @@ EXAMPLES
325
325
  $ sfdx cli release build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3
326
326
  ```
327
327
 
328
- _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.15/src/commands/cli/release/build.ts)_
328
+ _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.17/src/commands/cli/release/build.ts)_
329
329
 
330
330
  ## `sfdx cli releasenotes`
331
331
 
@@ -366,7 +366,7 @@ EXAMPLES
366
366
  $ sfdx cli releasenotes --cli sf --markdown > changes.md
367
367
  ```
368
368
 
369
- _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.15/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.17/src/commands/cli/releasenotes.ts)_
370
370
 
371
371
  ## `sfdx cli tarballs prepare`
372
372
 
@@ -394,7 +394,7 @@ EXAMPLES
394
394
  $ sfdx cli tarballs prepare
395
395
  ```
396
396
 
397
- _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.15/src/commands/cli/tarballs/prepare.ts)_
397
+ _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.17/src/commands/cli/tarballs/prepare.ts)_
398
398
 
399
399
  ## `sfdx cli tarballs smoke`
400
400
 
@@ -424,7 +424,7 @@ EXAMPLES
424
424
  $ sfdx cli tarballs smoke
425
425
  ```
426
426
 
427
- _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.15/src/commands/cli/tarballs/smoke.ts)_
427
+ _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.17/src/commands/cli/tarballs/smoke.ts)_
428
428
 
429
429
  ## `sfdx cli tarballs verify`
430
430
 
@@ -456,7 +456,7 @@ EXAMPLES
456
456
  $ sfdx cli tarballs verify --cli sf
457
457
  ```
458
458
 
459
- _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.15/src/commands/cli/tarballs/verify.ts)_
459
+ _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.17/src/commands/cli/tarballs/verify.ts)_
460
460
 
461
461
  ## `sfdx cli versions inspect`
462
462
 
@@ -509,7 +509,7 @@ EXAMPLES
509
509
  $ sfdx cli versions inspect -l npm -c latest -d chalk -s
510
510
  ```
511
511
 
512
- _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.15/src/commands/cli/versions/inspect.ts)_
512
+ _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.17/src/commands/cli/versions/inspect.ts)_
513
513
 
514
514
  ## `sfdx dependabot automerge`
515
515
 
@@ -549,7 +549,7 @@ EXAMPLES
549
549
  $ sfdx dependabot automerge --max-version-bump major
550
550
  ```
551
551
 
552
- _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.15/src/commands/dependabot/automerge.ts)_
552
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.17/src/commands/dependabot/automerge.ts)_
553
553
 
554
554
  ## `sfdx github check closed`
555
555
 
@@ -576,7 +576,7 @@ EXAMPLES
576
576
  $ sfdx github check closed -o me@gus.com
577
577
  ```
578
578
 
579
- _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.15/src/commands/github/check/closed.ts)_
579
+ _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.17/src/commands/github/check/closed.ts)_
580
580
 
581
581
  ## `sfdx npm dependencies pin`
582
582
 
@@ -602,7 +602,7 @@ DESCRIPTION
602
602
  in the package.json
603
603
  ```
604
604
 
605
- _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.15/src/commands/npm/dependencies/pin.ts)_
605
+ _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.17/src/commands/npm/dependencies/pin.ts)_
606
606
 
607
607
  ## `sfdx npm package release`
608
608
 
@@ -634,7 +634,7 @@ DESCRIPTION
634
634
  publish npm package
635
635
  ```
636
636
 
637
- _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.15/src/commands/npm/package/release.ts)_
637
+ _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.17/src/commands/npm/package/release.ts)_
638
638
 
639
639
  ## `sfdx plugins trust verify`
640
640
 
@@ -702,6 +702,6 @@ EXAMPLES
702
702
  $ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
703
703
  ```
704
704
 
705
- _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.15/src/commands/repositories/index.ts)_
705
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.17/src/commands/repositories/index.ts)_
706
706
 
707
707
  <!-- commandsstop -->
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.2.15",
3
+ "version": "5.2.17",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.2.15",
9
+ "version": "5.2.17",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3.26.4",
13
13
  "@octokit/core": "^4.2.4",
14
14
  "@octokit/plugin-paginate-rest": "^6.1.2",
15
15
  "@octokit/plugin-throttling": "^5.2.3",
16
- "@salesforce/cli-plugins-testkit": "^5.3.2",
16
+ "@salesforce/cli-plugins-testkit": "^5.3.4",
17
17
  "@salesforce/core": "^7.3.1",
18
18
  "@salesforce/kit": "^3.1.0",
19
19
  "@salesforce/plugin-command-reference": "^3.0.83",
20
20
  "@salesforce/plugin-trust": "^3.6.11",
21
21
  "@salesforce/sf-plugins-core": "^9.0.7",
22
22
  "@salesforce/ts-types": "^2.0.9",
23
- "aws-sdk": "^2.1618.0",
23
+ "aws-sdk": "^2.1623.0",
24
24
  "chalk": "^5.3.0",
25
25
  "fast-glob": "^3.3.2",
26
26
  "got": "^13",
@@ -36,7 +36,7 @@
36
36
  "sf-release": "bin/run.js"
37
37
  },
38
38
  "devDependencies": {
39
- "@oclif/plugin-command-snapshot": "^5.1.8",
39
+ "@oclif/plugin-command-snapshot": "^5.1.9",
40
40
  "@salesforce/dev-scripts": "^9.0.0",
41
41
  "@salesforce/ts-sinon": "1.4.19",
42
42
  "@types/semver": "^7.5.8",
@@ -5188,13 +5188,13 @@
5188
5188
  }
5189
5189
  },
5190
5190
  "node_modules/@oclif/plugin-command-snapshot": {
5191
- "version": "5.1.8",
5192
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.8.tgz",
5193
- "integrity": "sha512-s8ZtqiB8+s7KdBqfOwWccgEnRB8eJ/7rJAQFG8RuSGfGGdFUe5yICAnuRwggw3bgm8Q/o3zTv1S4G59K3fBLvA==",
5191
+ "version": "5.1.9",
5192
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.9.tgz",
5193
+ "integrity": "sha512-PeSQP2IxzL34e3DYoEdAw8UCcsuawcJqnQe97HNUSBpBSC2PY/7uL887TfmMIo/rhzM7PtSUNxfNwOiKw5cNUw==",
5194
5194
  "dev": true,
5195
5195
  "license": "MIT",
5196
5196
  "dependencies": {
5197
- "@oclif/core": "3.26.5",
5197
+ "@oclif/core": "3.26.6",
5198
5198
  "@types/lodash.difference": "^4.5.9",
5199
5199
  "chalk": "^5.3.0",
5200
5200
  "globby": "^14.0.1",
@@ -5209,117 +5209,6 @@
5209
5209
  "node": ">=18.0.0"
5210
5210
  }
5211
5211
  },
5212
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
5213
- "version": "3.26.5",
5214
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.5.tgz",
5215
- "integrity": "sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==",
5216
- "dev": true,
5217
- "license": "MIT",
5218
- "dependencies": {
5219
- "@types/cli-progress": "^3.11.5",
5220
- "ansi-escapes": "^4.3.2",
5221
- "ansi-styles": "^4.3.0",
5222
- "cardinal": "^2.1.1",
5223
- "chalk": "^4.1.2",
5224
- "clean-stack": "^3.0.1",
5225
- "cli-progress": "^3.12.0",
5226
- "color": "^4.2.3",
5227
- "debug": "^4.3.4",
5228
- "ejs": "^3.1.10",
5229
- "get-package-type": "^0.1.0",
5230
- "globby": "^11.1.0",
5231
- "hyperlinker": "^1.0.0",
5232
- "indent-string": "^4.0.0",
5233
- "is-wsl": "^2.2.0",
5234
- "js-yaml": "^3.14.1",
5235
- "minimatch": "^9.0.4",
5236
- "natural-orderby": "^2.0.3",
5237
- "object-treeify": "^1.1.33",
5238
- "password-prompt": "^1.1.3",
5239
- "slice-ansi": "^4.0.0",
5240
- "string-width": "^4.2.3",
5241
- "strip-ansi": "^6.0.1",
5242
- "supports-color": "^8.1.1",
5243
- "supports-hyperlinks": "^2.2.0",
5244
- "widest-line": "^3.1.0",
5245
- "wordwrap": "^1.0.0",
5246
- "wrap-ansi": "^7.0.0"
5247
- },
5248
- "engines": {
5249
- "node": ">=18.0.0"
5250
- }
5251
- },
5252
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
5253
- "version": "4.1.2",
5254
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
5255
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
5256
- "dev": true,
5257
- "license": "MIT",
5258
- "dependencies": {
5259
- "ansi-styles": "^4.1.0",
5260
- "supports-color": "^7.1.0"
5261
- },
5262
- "engines": {
5263
- "node": ">=10"
5264
- },
5265
- "funding": {
5266
- "url": "https://github.com/chalk/chalk?sponsor=1"
5267
- }
5268
- },
5269
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
5270
- "version": "7.2.0",
5271
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
5272
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
5273
- "dev": true,
5274
- "license": "MIT",
5275
- "dependencies": {
5276
- "has-flag": "^4.0.0"
5277
- },
5278
- "engines": {
5279
- "node": ">=8"
5280
- }
5281
- },
5282
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
5283
- "version": "11.1.0",
5284
- "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
5285
- "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
5286
- "dev": true,
5287
- "license": "MIT",
5288
- "dependencies": {
5289
- "array-union": "^2.1.0",
5290
- "dir-glob": "^3.0.1",
5291
- "fast-glob": "^3.2.9",
5292
- "ignore": "^5.2.0",
5293
- "merge2": "^1.4.1",
5294
- "slash": "^3.0.0"
5295
- },
5296
- "engines": {
5297
- "node": ">=10"
5298
- },
5299
- "funding": {
5300
- "url": "https://github.com/sponsors/sindresorhus"
5301
- }
5302
- },
5303
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
5304
- "version": "3.0.0",
5305
- "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
5306
- "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
5307
- "dev": true,
5308
- "license": "MIT",
5309
- "engines": {
5310
- "node": ">=8"
5311
- }
5312
- },
5313
- "node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
5314
- "version": "1.0.10",
5315
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
5316
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
5317
- "dev": true,
5318
- "license": "MIT",
5319
- "dependencies": {
5320
- "sprintf-js": "~1.0.2"
5321
- }
5322
- },
5323
5212
  "node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
5324
5213
  "version": "14.0.1",
5325
5214
  "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
@@ -5341,20 +5230,6 @@
5341
5230
  "url": "https://github.com/sponsors/sindresorhus"
5342
5231
  }
5343
5232
  },
5344
- "node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
5345
- "version": "3.14.1",
5346
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
5347
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
5348
- "dev": true,
5349
- "license": "MIT",
5350
- "dependencies": {
5351
- "argparse": "^1.0.7",
5352
- "esprima": "^4.0.0"
5353
- },
5354
- "bin": {
5355
- "js-yaml": "bin/js-yaml.js"
5356
- }
5357
- },
5358
5233
  "node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
5359
5234
  "version": "5.0.0",
5360
5235
  "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
@@ -5381,40 +5256,6 @@
5381
5256
  "url": "https://github.com/sponsors/sindresorhus"
5382
5257
  }
5383
5258
  },
5384
- "node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
5385
- "version": "8.1.1",
5386
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
5387
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
5388
- "dev": true,
5389
- "license": "MIT",
5390
- "dependencies": {
5391
- "has-flag": "^4.0.0"
5392
- },
5393
- "engines": {
5394
- "node": ">=10"
5395
- },
5396
- "funding": {
5397
- "url": "https://github.com/chalk/supports-color?sponsor=1"
5398
- }
5399
- },
5400
- "node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
5401
- "version": "7.0.0",
5402
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
5403
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
5404
- "dev": true,
5405
- "license": "MIT",
5406
- "dependencies": {
5407
- "ansi-styles": "^4.0.0",
5408
- "string-width": "^4.1.0",
5409
- "strip-ansi": "^6.0.0"
5410
- },
5411
- "engines": {
5412
- "node": ">=10"
5413
- },
5414
- "funding": {
5415
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5416
- }
5417
- },
5418
5259
  "node_modules/@oclif/plugin-help": {
5419
5260
  "version": "6.0.21",
5420
5261
  "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
@@ -5611,19 +5452,19 @@
5611
5452
  }
5612
5453
  },
5613
5454
  "node_modules/@salesforce/cli-plugins-testkit": {
5614
- "version": "5.3.2",
5615
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.2.tgz",
5616
- "integrity": "sha512-/0ZR9PrRpmbtYzkGee7Sc8b1qzNyojq1Smk0RY7gM439rDKS90Tqq8W3b9hNXtTzHNe98MxQUGq819mCxok+Mw==",
5455
+ "version": "5.3.4",
5456
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.4.tgz",
5457
+ "integrity": "sha512-VgEIKuf3nr1HKwQ3t+cIoLqe7Xo4TGfzDoqXNdwPyMLneCrrktYZFnZs6sAi4gTQYuXIE4X23tzaEfjqRgwpvA==",
5617
5458
  "license": "BSD-3-Clause",
5618
5459
  "dependencies": {
5619
- "@salesforce/core": "^7.3.3",
5460
+ "@salesforce/core": "^7.3.5",
5620
5461
  "@salesforce/kit": "^3.1.1",
5621
5462
  "@salesforce/ts-types": "^2.0.9",
5622
5463
  "@types/shelljs": "^0.8.15",
5623
5464
  "debug": "^4.3.1",
5624
5465
  "jszip": "^3.10.1",
5625
5466
  "shelljs": "^0.8.4",
5626
- "sinon": "^17.0.1",
5467
+ "sinon": "^17.0.2",
5627
5468
  "strip-ansi": "6.0.1",
5628
5469
  "ts-retry-promise": "^0.8.0"
5629
5470
  },
@@ -7941,9 +7782,9 @@
7941
7782
  }
7942
7783
  },
7943
7784
  "node_modules/aws-sdk": {
7944
- "version": "2.1618.0",
7945
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1618.0.tgz",
7946
- "integrity": "sha512-yfDi9cOpT+dnKMHaR8aFhRyISMItQrRW0v5usaNh7WvXl/YVN1YI0tMSdF1riqaOpbwKgk7162YBj+RoALimHg==",
7785
+ "version": "2.1623.0",
7786
+ "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1623.0.tgz",
7787
+ "integrity": "sha512-SFPc+QJqoghsE0nn6YSmrDDDPpWc3m4rcDQYg6W3GQek+f1v6kycxM5+N58pMZ2iWhRSOTf9NQRcZj0ZU3PklQ==",
7947
7788
  "hasInstallScript": true,
7948
7789
  "license": "Apache-2.0",
7949
7790
  "dependencies": {
@@ -14791,9 +14632,9 @@
14791
14632
  }
14792
14633
  },
14793
14634
  "node_modules/nise": {
14794
- "version": "5.1.7",
14795
- "resolved": "https://registry.npmjs.org/nise/-/nise-5.1.7.tgz",
14796
- "integrity": "sha512-wWtNUhkT7k58uvWTB/Gy26eA/EJKtPZFVAhEilN5UYVmmGRYOURbejRUyKm0Uu9XVEW7K5nBOZfR8VMB4QR2RQ==",
14635
+ "version": "5.1.9",
14636
+ "resolved": "https://registry.npmjs.org/nise/-/nise-5.1.9.tgz",
14637
+ "integrity": "sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==",
14797
14638
  "license": "BSD-3-Clause",
14798
14639
  "dependencies": {
14799
14640
  "@sinonjs/commons": "^3.0.0",
@@ -20574,17 +20415,17 @@
20574
20415
  "license": "MIT"
20575
20416
  },
20576
20417
  "node_modules/sinon": {
20577
- "version": "17.0.1",
20578
- "resolved": "https://registry.npmjs.org/sinon/-/sinon-17.0.1.tgz",
20579
- "integrity": "sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==",
20418
+ "version": "17.0.2",
20419
+ "resolved": "https://registry.npmjs.org/sinon/-/sinon-17.0.2.tgz",
20420
+ "integrity": "sha512-uihLiaB9FhzesElPDFZA7hDcNABzsVHwr3YfmM9sBllVwab3l0ltGlRV1XhpNfIacNDLGD1QRZNLs5nU5+hTuA==",
20580
20421
  "license": "BSD-3-Clause",
20581
20422
  "dependencies": {
20582
- "@sinonjs/commons": "^3.0.0",
20423
+ "@sinonjs/commons": "^3.0.1",
20583
20424
  "@sinonjs/fake-timers": "^11.2.2",
20584
20425
  "@sinonjs/samsam": "^8.0.0",
20585
- "diff": "^5.1.0",
20586
- "nise": "^5.1.5",
20587
- "supports-color": "^7.2.0"
20426
+ "diff": "^5.2.0",
20427
+ "nise": "^5.1.9",
20428
+ "supports-color": "^7"
20588
20429
  },
20589
20430
  "funding": {
20590
20431
  "type": "opencollective",
@@ -20592,18 +20433,18 @@
20592
20433
  }
20593
20434
  },
20594
20435
  "node_modules/sinon/node_modules/@sinonjs/commons": {
20595
- "version": "3.0.0",
20596
- "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.0.tgz",
20597
- "integrity": "sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==",
20436
+ "version": "3.0.1",
20437
+ "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
20438
+ "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
20598
20439
  "license": "BSD-3-Clause",
20599
20440
  "dependencies": {
20600
20441
  "type-detect": "4.0.8"
20601
20442
  }
20602
20443
  },
20603
20444
  "node_modules/sinon/node_modules/diff": {
20604
- "version": "5.1.0",
20605
- "resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz",
20606
- "integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==",
20445
+ "version": "5.2.0",
20446
+ "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
20447
+ "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
20607
20448
  "license": "BSD-3-Clause",
20608
20449
  "engines": {
20609
20450
  "node": ">=0.3.1"
package/oclif.lock CHANGED
@@ -1908,41 +1908,7 @@
1908
1908
  proc-log "^4.0.0"
1909
1909
  which "^4.0.0"
1910
1910
 
1911
- "@oclif/core@3.26.5":
1912
- version "3.26.5"
1913
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
1914
- integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
1915
- dependencies:
1916
- "@types/cli-progress" "^3.11.5"
1917
- ansi-escapes "^4.3.2"
1918
- ansi-styles "^4.3.0"
1919
- cardinal "^2.1.1"
1920
- chalk "^4.1.2"
1921
- clean-stack "^3.0.1"
1922
- cli-progress "^3.12.0"
1923
- color "^4.2.3"
1924
- debug "^4.3.4"
1925
- ejs "^3.1.10"
1926
- get-package-type "^0.1.0"
1927
- globby "^11.1.0"
1928
- hyperlinker "^1.0.0"
1929
- indent-string "^4.0.0"
1930
- is-wsl "^2.2.0"
1931
- js-yaml "^3.14.1"
1932
- minimatch "^9.0.4"
1933
- natural-orderby "^2.0.3"
1934
- object-treeify "^1.1.33"
1935
- password-prompt "^1.1.3"
1936
- slice-ansi "^4.0.0"
1937
- string-width "^4.2.3"
1938
- strip-ansi "^6.0.1"
1939
- supports-color "^8.1.1"
1940
- supports-hyperlinks "^2.2.0"
1941
- widest-line "^3.1.0"
1942
- wordwrap "^1.0.0"
1943
- wrap-ansi "^7.0.0"
1944
-
1945
- "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6":
1911
+ "@oclif/core@3.26.6", "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6":
1946
1912
  version "3.26.6"
1947
1913
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971"
1948
1914
  integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==
@@ -1976,12 +1942,12 @@
1976
1942
  wordwrap "^1.0.0"
1977
1943
  wrap-ansi "^7.0.0"
1978
1944
 
1979
- "@oclif/plugin-command-snapshot@^5.1.8":
1980
- version "5.1.8"
1981
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.8.tgz#6f9f04daa4c1a4923b4a1689b3ba7c7e76a3ce2e"
1982
- integrity sha512-s8ZtqiB8+s7KdBqfOwWccgEnRB8eJ/7rJAQFG8RuSGfGGdFUe5yICAnuRwggw3bgm8Q/o3zTv1S4G59K3fBLvA==
1945
+ "@oclif/plugin-command-snapshot@^5.1.9":
1946
+ version "5.1.9"
1947
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.9.tgz#f530b72cd13a3344961569d5084298f07acdb2be"
1948
+ integrity sha512-PeSQP2IxzL34e3DYoEdAw8UCcsuawcJqnQe97HNUSBpBSC2PY/7uL887TfmMIo/rhzM7PtSUNxfNwOiKw5cNUw==
1983
1949
  dependencies:
1984
- "@oclif/core" "3.26.5"
1950
+ "@oclif/core" "3.26.6"
1985
1951
  "@types/lodash.difference" "^4.5.9"
1986
1952
  chalk "^5.3.0"
1987
1953
  globby "^14.0.1"
@@ -2114,23 +2080,23 @@
2114
2080
  resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
2115
2081
  integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
2116
2082
 
2117
- "@salesforce/cli-plugins-testkit@^5.3.2":
2118
- version "5.3.2"
2119
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.2.tgz#39b12513baf230cbfa2a831d1e1ad567512dcb18"
2120
- integrity sha512-/0ZR9PrRpmbtYzkGee7Sc8b1qzNyojq1Smk0RY7gM439rDKS90Tqq8W3b9hNXtTzHNe98MxQUGq819mCxok+Mw==
2083
+ "@salesforce/cli-plugins-testkit@^5.3.4":
2084
+ version "5.3.4"
2085
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.4.tgz#7ada47df669a8f643638e25059af9e34ffc4119a"
2086
+ integrity sha512-VgEIKuf3nr1HKwQ3t+cIoLqe7Xo4TGfzDoqXNdwPyMLneCrrktYZFnZs6sAi4gTQYuXIE4X23tzaEfjqRgwpvA==
2121
2087
  dependencies:
2122
- "@salesforce/core" "^7.3.3"
2088
+ "@salesforce/core" "^7.3.5"
2123
2089
  "@salesforce/kit" "^3.1.1"
2124
2090
  "@salesforce/ts-types" "^2.0.9"
2125
2091
  "@types/shelljs" "^0.8.15"
2126
2092
  debug "^4.3.1"
2127
2093
  jszip "^3.10.1"
2128
2094
  shelljs "^0.8.4"
2129
- sinon "^17.0.1"
2095
+ sinon "^17.0.2"
2130
2096
  strip-ansi "6.0.1"
2131
2097
  ts-retry-promise "^0.8.0"
2132
2098
 
2133
- "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3", "@salesforce/core@^7.3.6":
2099
+ "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3", "@salesforce/core@^7.3.5", "@salesforce/core@^7.3.6":
2134
2100
  version "7.3.8"
2135
2101
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.8.tgz#8a646b5321f08c0fb4d22e2fa8b1d60b3a20df9b"
2136
2102
  integrity sha512-VWhXHfjwjtC3pJWYp8wt5/fnNQ5tK61ovMG5eteXzVD2oFd7og1f6YjwuAzoYIZK7kYWWv7KJfGtCsPs7Zw+Ww==
@@ -2347,6 +2313,13 @@
2347
2313
  dependencies:
2348
2314
  type-detect "4.0.8"
2349
2315
 
2316
+ "@sinonjs/commons@^3.0.1":
2317
+ version "3.0.1"
2318
+ resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.1.tgz#1029357e44ca901a615585f6d27738dbc89084cd"
2319
+ integrity sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==
2320
+ dependencies:
2321
+ type-detect "4.0.8"
2322
+
2350
2323
  "@sinonjs/fake-timers@^11.2.2":
2351
2324
  version "11.2.2"
2352
2325
  resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz#50063cc3574f4a27bd8453180a04171c85cc9699"
@@ -3482,10 +3455,10 @@ aws-sdk-mock@^5.9.0:
3482
3455
  sinon "^17.0.0"
3483
3456
  traverse "^0.6.6"
3484
3457
 
3485
- aws-sdk@^2.1231.0, aws-sdk@^2.1618.0:
3486
- version "2.1618.0"
3487
- resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1618.0.tgz#591b27e0ea38dcfd2d1492dc31aaf98a39ee1035"
3488
- integrity sha512-yfDi9cOpT+dnKMHaR8aFhRyISMItQrRW0v5usaNh7WvXl/YVN1YI0tMSdF1riqaOpbwKgk7162YBj+RoALimHg==
3458
+ aws-sdk@^2.1231.0, aws-sdk@^2.1623.0:
3459
+ version "2.1623.0"
3460
+ resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1623.0.tgz#d797fea335266c1c639d31a2e4a53b4f2cee5e42"
3461
+ integrity sha512-SFPc+QJqoghsE0nn6YSmrDDDPpWc3m4rcDQYg6W3GQek+f1v6kycxM5+N58pMZ2iWhRSOTf9NQRcZj0ZU3PklQ==
3489
3462
  dependencies:
3490
3463
  buffer "4.9.2"
3491
3464
  events "1.1.1"
@@ -4427,6 +4400,11 @@ diff@^5.1.0:
4427
4400
  resolved "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz"
4428
4401
  integrity sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==
4429
4402
 
4403
+ diff@^5.2.0:
4404
+ version "5.2.0"
4405
+ resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
4406
+ integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
4407
+
4430
4408
  dir-glob@^3.0.1:
4431
4409
  version "3.0.1"
4432
4410
  resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz"
@@ -7188,10 +7166,10 @@ nise@^4.1.0:
7188
7166
  just-extend "^4.0.2"
7189
7167
  path-to-regexp "^1.7.0"
7190
7168
 
7191
- nise@^5.1.5:
7192
- version "5.1.7"
7193
- resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.7.tgz#03ca96539efb306612eb60a8c5d6beeb208e27e5"
7194
- integrity sha512-wWtNUhkT7k58uvWTB/Gy26eA/EJKtPZFVAhEilN5UYVmmGRYOURbejRUyKm0Uu9XVEW7K5nBOZfR8VMB4QR2RQ==
7169
+ nise@^5.1.9:
7170
+ version "5.1.9"
7171
+ resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.9.tgz#0cb73b5e4499d738231a473cd89bd8afbb618139"
7172
+ integrity sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==
7195
7173
  dependencies:
7196
7174
  "@sinonjs/commons" "^3.0.0"
7197
7175
  "@sinonjs/fake-timers" "^11.2.2"
@@ -8716,17 +8694,17 @@ sinon@10.0.0:
8716
8694
  nise "^4.1.0"
8717
8695
  supports-color "^7.1.0"
8718
8696
 
8719
- sinon@^17.0.0, sinon@^17.0.1:
8720
- version "17.0.1"
8721
- resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.1.tgz#26b8ef719261bf8df43f925924cccc96748e407a"
8722
- integrity sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==
8697
+ sinon@^17.0.0, sinon@^17.0.2:
8698
+ version "17.0.2"
8699
+ resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.2.tgz#470894bcc2d24b01bad539722ea46da949892405"
8700
+ integrity sha512-uihLiaB9FhzesElPDFZA7hDcNABzsVHwr3YfmM9sBllVwab3l0ltGlRV1XhpNfIacNDLGD1QRZNLs5nU5+hTuA==
8723
8701
  dependencies:
8724
- "@sinonjs/commons" "^3.0.0"
8702
+ "@sinonjs/commons" "^3.0.1"
8725
8703
  "@sinonjs/fake-timers" "^11.2.2"
8726
8704
  "@sinonjs/samsam" "^8.0.0"
8727
- diff "^5.1.0"
8728
- nise "^5.1.5"
8729
- supports-color "^7.2.0"
8705
+ diff "^5.2.0"
8706
+ nise "^5.1.9"
8707
+ supports-color "^7"
8730
8708
 
8731
8709
  sinon@^5.1.1:
8732
8710
  version "5.1.1"
@@ -9076,7 +9054,7 @@ supports-color@^5.3.0, supports-color@^5.4.0:
9076
9054
  dependencies:
9077
9055
  has-flag "^3.0.0"
9078
9056
 
9079
- supports-color@^7.0.0, supports-color@^7.1.0, supports-color@^7.2.0:
9057
+ supports-color@^7, supports-color@^7.0.0, supports-color@^7.1.0:
9080
9058
  version "7.2.0"
9081
9059
  resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz"
9082
9060
  integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
@@ -1398,5 +1398,5 @@
1398
1398
  ]
1399
1399
  }
1400
1400
  },
1401
- "version": "5.2.15"
1401
+ "version": "5.2.17"
1402
1402
  }
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.2.15",
4
+ "version": "5.2.17",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -13,14 +13,14 @@
13
13
  "@octokit/core": "^4.2.4",
14
14
  "@octokit/plugin-paginate-rest": "^6.1.2",
15
15
  "@octokit/plugin-throttling": "^5.2.3",
16
- "@salesforce/cli-plugins-testkit": "^5.3.2",
16
+ "@salesforce/cli-plugins-testkit": "^5.3.4",
17
17
  "@salesforce/core": "^7.3.1",
18
18
  "@salesforce/kit": "^3.1.0",
19
19
  "@salesforce/plugin-command-reference": "^3.0.83",
20
20
  "@salesforce/plugin-trust": "^3.6.11",
21
21
  "@salesforce/sf-plugins-core": "^9.0.7",
22
22
  "@salesforce/ts-types": "^2.0.9",
23
- "aws-sdk": "^2.1618.0",
23
+ "aws-sdk": "^2.1623.0",
24
24
  "chalk": "^5.3.0",
25
25
  "fast-glob": "^3.3.2",
26
26
  "got": "^13",
@@ -33,7 +33,7 @@
33
33
  "yarn-deduplicate": "^6.0.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@oclif/plugin-command-snapshot": "^5.1.8",
36
+ "@oclif/plugin-command-snapshot": "^5.1.9",
37
37
  "@salesforce/dev-scripts": "^9.0.0",
38
38
  "@salesforce/ts-sinon": "1.4.19",
39
39
  "@types/semver": "^7.5.8",