@salesforce/plugin-release-management 5.2.14 → 5.2.16

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.14/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.16/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.14/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.16/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.14/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.16/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.14/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.16/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.14/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.16/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.14/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.16/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.14/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.16/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.14/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.16/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.14/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.16/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.14/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.16/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.14/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.16/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.14/src/commands/dependabot/automerge.ts)_
552
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.16/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.14/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.16/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.14/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.16/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.14/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.16/src/commands/npm/package/release.ts)_
638
638
 
639
639
  ## `sfdx plugins trust verify`
640
640
 
@@ -663,7 +663,7 @@ EXAMPLES
663
663
  $ sfdx plugins trust verify --npm @scope/npmName
664
664
  ```
665
665
 
666
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.6.8/src/commands/plugins/trust/verify.ts)_
666
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.6.11/src/commands/plugins/trust/verify.ts)_
667
667
 
668
668
  ## `sfdx repositories`
669
669
 
@@ -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.14/src/commands/repositories/index.ts)_
705
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.16/src/commands/repositories/index.ts)_
706
706
 
707
707
  <!-- commandsstop -->
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.2.14",
3
+ "version": "5.2.16",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.2.14",
9
+ "version": "5.2.16",
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
- "@salesforce/plugin-trust": "^3.6.8",
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
23
  "aws-sdk": "^2.1618.0",
@@ -3509,13 +3509,6 @@
3509
3509
  "url": "https://github.com/sponsors/epoberezkin"
3510
3510
  }
3511
3511
  },
3512
- "node_modules/@commitlint/config-validator/node_modules/json-schema-traverse": {
3513
- "version": "1.0.0",
3514
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
3515
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
3516
- "dev": true,
3517
- "license": "MIT"
3518
- },
3519
3512
  "node_modules/@commitlint/ensure": {
3520
3513
  "version": "17.4.4",
3521
3514
  "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.4.4.tgz",
@@ -5074,9 +5067,9 @@
5074
5067
  }
5075
5068
  },
5076
5069
  "node_modules/@oclif/core": {
5077
- "version": "3.26.5",
5078
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.5.tgz",
5079
- "integrity": "sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==",
5070
+ "version": "3.26.6",
5071
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.6.tgz",
5072
+ "integrity": "sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==",
5080
5073
  "license": "MIT",
5081
5074
  "dependencies": {
5082
5075
  "@types/cli-progress": "^3.11.5",
@@ -5216,6 +5209,117 @@
5216
5209
  "node": ">=18.0.0"
5217
5210
  }
5218
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
+ },
5219
5323
  "node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
5220
5324
  "version": "14.0.1",
5221
5325
  "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
@@ -5237,6 +5341,20 @@
5237
5341
  "url": "https://github.com/sponsors/sindresorhus"
5238
5342
  }
5239
5343
  },
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
+ },
5240
5358
  "node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
5241
5359
  "version": "5.0.0",
5242
5360
  "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
@@ -5263,6 +5381,40 @@
5263
5381
  "url": "https://github.com/sponsors/sindresorhus"
5264
5382
  }
5265
5383
  },
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
+ },
5266
5418
  "node_modules/@oclif/plugin-help": {
5267
5419
  "version": "6.0.21",
5268
5420
  "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
@@ -5459,19 +5611,19 @@
5459
5611
  }
5460
5612
  },
5461
5613
  "node_modules/@salesforce/cli-plugins-testkit": {
5462
- "version": "5.3.2",
5463
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.2.tgz",
5464
- "integrity": "sha512-/0ZR9PrRpmbtYzkGee7Sc8b1qzNyojq1Smk0RY7gM439rDKS90Tqq8W3b9hNXtTzHNe98MxQUGq819mCxok+Mw==",
5614
+ "version": "5.3.4",
5615
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.4.tgz",
5616
+ "integrity": "sha512-VgEIKuf3nr1HKwQ3t+cIoLqe7Xo4TGfzDoqXNdwPyMLneCrrktYZFnZs6sAi4gTQYuXIE4X23tzaEfjqRgwpvA==",
5465
5617
  "license": "BSD-3-Clause",
5466
5618
  "dependencies": {
5467
- "@salesforce/core": "^7.3.3",
5619
+ "@salesforce/core": "^7.3.5",
5468
5620
  "@salesforce/kit": "^3.1.1",
5469
5621
  "@salesforce/ts-types": "^2.0.9",
5470
5622
  "@types/shelljs": "^0.8.15",
5471
5623
  "debug": "^4.3.1",
5472
5624
  "jszip": "^3.10.1",
5473
5625
  "shelljs": "^0.8.4",
5474
- "sinon": "^17.0.1",
5626
+ "sinon": "^17.0.2",
5475
5627
  "strip-ansi": "6.0.1",
5476
5628
  "ts-retry-promise": "^0.8.0"
5477
5629
  },
@@ -5489,16 +5641,16 @@
5489
5641
  }
5490
5642
  },
5491
5643
  "node_modules/@salesforce/core": {
5492
- "version": "7.3.3",
5493
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.3.tgz",
5494
- "integrity": "sha512-THjYnOrfj0vW+qvlm70NDasH3RHD03cm884yi1+1axA4ugS4FFxXrPDPWAEU5ve5B4vnT7CJfuD/Q56l67ug8w==",
5644
+ "version": "7.3.8",
5645
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.8.tgz",
5646
+ "integrity": "sha512-VWhXHfjwjtC3pJWYp8wt5/fnNQ5tK61ovMG5eteXzVD2oFd7og1f6YjwuAzoYIZK7kYWWv7KJfGtCsPs7Zw+Ww==",
5495
5647
  "license": "BSD-3-Clause",
5496
5648
  "dependencies": {
5497
5649
  "@jsforce/jsforce-node": "^3.2.0",
5498
5650
  "@salesforce/kit": "^3.1.1",
5499
5651
  "@salesforce/schemas": "^1.7.0",
5500
5652
  "@salesforce/ts-types": "^2.0.9",
5501
- "ajv": "^8.12.0",
5653
+ "ajv": "^8.13.0",
5502
5654
  "change-case": "^4.1.2",
5503
5655
  "faye": "^1.4.0",
5504
5656
  "form-data": "^4.0.0",
@@ -5509,7 +5661,7 @@
5509
5661
  "pino-abstract-transport": "^1.1.0",
5510
5662
  "pino-pretty": "^10.3.1",
5511
5663
  "proper-lockfile": "^4.1.2",
5512
- "semver": "^7.6.0",
5664
+ "semver": "^7.6.2",
5513
5665
  "ts-retry-promise": "^0.7.1"
5514
5666
  },
5515
5667
  "engines": {
@@ -5517,27 +5669,21 @@
5517
5669
  }
5518
5670
  },
5519
5671
  "node_modules/@salesforce/core/node_modules/ajv": {
5520
- "version": "8.12.0",
5521
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
5522
- "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
5672
+ "version": "8.13.0",
5673
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz",
5674
+ "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==",
5523
5675
  "license": "MIT",
5524
5676
  "dependencies": {
5525
- "fast-deep-equal": "^3.1.1",
5677
+ "fast-deep-equal": "^3.1.3",
5526
5678
  "json-schema-traverse": "^1.0.0",
5527
5679
  "require-from-string": "^2.0.2",
5528
- "uri-js": "^4.2.2"
5680
+ "uri-js": "^4.4.1"
5529
5681
  },
5530
5682
  "funding": {
5531
5683
  "type": "github",
5532
5684
  "url": "https://github.com/sponsors/epoberezkin"
5533
5685
  }
5534
5686
  },
5535
- "node_modules/@salesforce/core/node_modules/json-schema-traverse": {
5536
- "version": "1.0.0",
5537
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
5538
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
5539
- "license": "MIT"
5540
- },
5541
5687
  "node_modules/@salesforce/dev-config": {
5542
5688
  "version": "4.1.0",
5543
5689
  "resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz",
@@ -5698,20 +5844,20 @@
5698
5844
  }
5699
5845
  },
5700
5846
  "node_modules/@salesforce/plugin-trust": {
5701
- "version": "3.6.8",
5702
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.6.8.tgz",
5703
- "integrity": "sha512-j9GjJ1Fk9jSR0IE/V1Btb2sfG+nnYjWaLPGs+Tebn5PKLHDeuSLVGybYW5Ue6mzy1XsFZHswh0uVamhshTWSnQ==",
5847
+ "version": "3.6.11",
5848
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.6.11.tgz",
5849
+ "integrity": "sha512-n8Kek3v5NvViW5ITPPtH7MLs68llibAZFk1poxOkYVnNDqPvHJZI8UBN+yH/Hn6r4PpnJv+G9GdOQu1f59kfjg==",
5704
5850
  "license": "BSD-3-Clause",
5705
5851
  "dependencies": {
5706
- "@oclif/core": "^3.26.4",
5707
- "@salesforce/core": "^7.3.0",
5852
+ "@oclif/core": "^3.26.6",
5853
+ "@salesforce/core": "^7.3.6",
5708
5854
  "@salesforce/kit": "^3.1.1",
5709
5855
  "@salesforce/sf-plugins-core": "^9.0.7",
5710
5856
  "got": "^13.0.0",
5711
5857
  "npm": "^10.7.0",
5712
5858
  "npm-run-path": "^4.0.1",
5713
5859
  "proxy-agent": "^6.4.0",
5714
- "semver": "^7.6.0",
5860
+ "semver": "^7.6.2",
5715
5861
  "shelljs": "^0.8.4"
5716
5862
  },
5717
5863
  "bin": {
@@ -7347,6 +7493,13 @@
7347
7493
  "url": "https://github.com/sponsors/epoberezkin"
7348
7494
  }
7349
7495
  },
7496
+ "node_modules/ajv/node_modules/json-schema-traverse": {
7497
+ "version": "0.4.1",
7498
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
7499
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
7500
+ "dev": true,
7501
+ "license": "MIT"
7502
+ },
7350
7503
  "node_modules/ansi-colors": {
7351
7504
  "version": "4.1.1",
7352
7505
  "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
@@ -12751,10 +12904,9 @@
12751
12904
  }
12752
12905
  },
12753
12906
  "node_modules/json-schema-traverse": {
12754
- "version": "0.4.1",
12755
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
12756
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
12757
- "dev": true,
12907
+ "version": "1.0.0",
12908
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
12909
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
12758
12910
  "license": "MIT"
12759
12911
  },
12760
12912
  "node_modules/json-stable-stringify-without-jsonify": {
@@ -14639,9 +14791,9 @@
14639
14791
  }
14640
14792
  },
14641
14793
  "node_modules/nise": {
14642
- "version": "5.1.7",
14643
- "resolved": "https://registry.npmjs.org/nise/-/nise-5.1.7.tgz",
14644
- "integrity": "sha512-wWtNUhkT7k58uvWTB/Gy26eA/EJKtPZFVAhEilN5UYVmmGRYOURbejRUyKm0Uu9XVEW7K5nBOZfR8VMB4QR2RQ==",
14794
+ "version": "5.1.9",
14795
+ "resolved": "https://registry.npmjs.org/nise/-/nise-5.1.9.tgz",
14796
+ "integrity": "sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==",
14645
14797
  "license": "BSD-3-Clause",
14646
14798
  "dependencies": {
14647
14799
  "@sinonjs/commons": "^3.0.0",
@@ -17478,8 +17630,6 @@
17478
17630
  },
17479
17631
  "node_modules/npm/node_modules/semver": {
17480
17632
  "version": "7.6.0",
17481
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
17482
- "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
17483
17633
  "inBundle": true,
17484
17634
  "license": "ISC",
17485
17635
  "dependencies": {
@@ -20185,13 +20335,10 @@
20185
20335
  "license": "BSD-3-Clause"
20186
20336
  },
20187
20337
  "node_modules/semver": {
20188
- "version": "7.6.0",
20189
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
20190
- "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
20338
+ "version": "7.6.2",
20339
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
20340
+ "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==",
20191
20341
  "license": "ISC",
20192
- "dependencies": {
20193
- "lru-cache": "^6.0.0"
20194
- },
20195
20342
  "bin": {
20196
20343
  "semver": "bin/semver.js"
20197
20344
  },
@@ -20199,18 +20346,6 @@
20199
20346
  "node": ">=10"
20200
20347
  }
20201
20348
  },
20202
- "node_modules/semver/node_modules/lru-cache": {
20203
- "version": "6.0.0",
20204
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
20205
- "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
20206
- "license": "ISC",
20207
- "dependencies": {
20208
- "yallist": "^4.0.0"
20209
- },
20210
- "engines": {
20211
- "node": ">=10"
20212
- }
20213
- },
20214
20349
  "node_modules/sentence-case": {
20215
20350
  "version": "3.0.4",
20216
20351
  "resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.4.tgz",
@@ -20439,17 +20574,17 @@
20439
20574
  "license": "MIT"
20440
20575
  },
20441
20576
  "node_modules/sinon": {
20442
- "version": "17.0.1",
20443
- "resolved": "https://registry.npmjs.org/sinon/-/sinon-17.0.1.tgz",
20444
- "integrity": "sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==",
20577
+ "version": "17.0.2",
20578
+ "resolved": "https://registry.npmjs.org/sinon/-/sinon-17.0.2.tgz",
20579
+ "integrity": "sha512-uihLiaB9FhzesElPDFZA7hDcNABzsVHwr3YfmM9sBllVwab3l0ltGlRV1XhpNfIacNDLGD1QRZNLs5nU5+hTuA==",
20445
20580
  "license": "BSD-3-Clause",
20446
20581
  "dependencies": {
20447
- "@sinonjs/commons": "^3.0.0",
20582
+ "@sinonjs/commons": "^3.0.1",
20448
20583
  "@sinonjs/fake-timers": "^11.2.2",
20449
20584
  "@sinonjs/samsam": "^8.0.0",
20450
- "diff": "^5.1.0",
20451
- "nise": "^5.1.5",
20452
- "supports-color": "^7.2.0"
20585
+ "diff": "^5.2.0",
20586
+ "nise": "^5.1.9",
20587
+ "supports-color": "^7"
20453
20588
  },
20454
20589
  "funding": {
20455
20590
  "type": "opencollective",
@@ -20457,18 +20592,18 @@
20457
20592
  }
20458
20593
  },
20459
20594
  "node_modules/sinon/node_modules/@sinonjs/commons": {
20460
- "version": "3.0.0",
20461
- "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.0.tgz",
20462
- "integrity": "sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==",
20595
+ "version": "3.0.1",
20596
+ "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
20597
+ "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
20463
20598
  "license": "BSD-3-Clause",
20464
20599
  "dependencies": {
20465
20600
  "type-detect": "4.0.8"
20466
20601
  }
20467
20602
  },
20468
20603
  "node_modules/sinon/node_modules/diff": {
20469
- "version": "5.1.0",
20470
- "resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz",
20471
- "integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==",
20604
+ "version": "5.2.0",
20605
+ "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
20606
+ "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
20472
20607
  "license": "BSD-3-Clause",
20473
20608
  "engines": {
20474
20609
  "node": ">=0.3.1"
package/oclif.lock CHANGED
@@ -1908,7 +1908,7 @@
1908
1908
  proc-log "^4.0.0"
1909
1909
  which "^4.0.0"
1910
1910
 
1911
- "@oclif/core@3.26.5", "@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":
1911
+ "@oclif/core@3.26.5":
1912
1912
  version "3.26.5"
1913
1913
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
1914
1914
  integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
@@ -1942,6 +1942,40 @@
1942
1942
  wordwrap "^1.0.0"
1943
1943
  wrap-ansi "^7.0.0"
1944
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":
1946
+ version "3.26.6"
1947
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971"
1948
+ integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==
1949
+ dependencies:
1950
+ "@types/cli-progress" "^3.11.5"
1951
+ ansi-escapes "^4.3.2"
1952
+ ansi-styles "^4.3.0"
1953
+ cardinal "^2.1.1"
1954
+ chalk "^4.1.2"
1955
+ clean-stack "^3.0.1"
1956
+ cli-progress "^3.12.0"
1957
+ color "^4.2.3"
1958
+ debug "^4.3.4"
1959
+ ejs "^3.1.10"
1960
+ get-package-type "^0.1.0"
1961
+ globby "^11.1.0"
1962
+ hyperlinker "^1.0.0"
1963
+ indent-string "^4.0.0"
1964
+ is-wsl "^2.2.0"
1965
+ js-yaml "^3.14.1"
1966
+ minimatch "^9.0.4"
1967
+ natural-orderby "^2.0.3"
1968
+ object-treeify "^1.1.33"
1969
+ password-prompt "^1.1.3"
1970
+ slice-ansi "^4.0.0"
1971
+ string-width "^4.2.3"
1972
+ strip-ansi "^6.0.1"
1973
+ supports-color "^8.1.1"
1974
+ supports-hyperlinks "^2.2.0"
1975
+ widest-line "^3.1.0"
1976
+ wordwrap "^1.0.0"
1977
+ wrap-ansi "^7.0.0"
1978
+
1945
1979
  "@oclif/plugin-command-snapshot@^5.1.8":
1946
1980
  version "5.1.8"
1947
1981
  resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.8.tgz#6f9f04daa4c1a4923b4a1689b3ba7c7e76a3ce2e"
@@ -2080,32 +2114,32 @@
2080
2114
  resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
2081
2115
  integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
2082
2116
 
2083
- "@salesforce/cli-plugins-testkit@^5.3.2":
2084
- version "5.3.2"
2085
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.2.tgz#39b12513baf230cbfa2a831d1e1ad567512dcb18"
2086
- integrity sha512-/0ZR9PrRpmbtYzkGee7Sc8b1qzNyojq1Smk0RY7gM439rDKS90Tqq8W3b9hNXtTzHNe98MxQUGq819mCxok+Mw==
2117
+ "@salesforce/cli-plugins-testkit@^5.3.4":
2118
+ version "5.3.4"
2119
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.4.tgz#7ada47df669a8f643638e25059af9e34ffc4119a"
2120
+ integrity sha512-VgEIKuf3nr1HKwQ3t+cIoLqe7Xo4TGfzDoqXNdwPyMLneCrrktYZFnZs6sAi4gTQYuXIE4X23tzaEfjqRgwpvA==
2087
2121
  dependencies:
2088
- "@salesforce/core" "^7.3.3"
2122
+ "@salesforce/core" "^7.3.5"
2089
2123
  "@salesforce/kit" "^3.1.1"
2090
2124
  "@salesforce/ts-types" "^2.0.9"
2091
2125
  "@types/shelljs" "^0.8.15"
2092
2126
  debug "^4.3.1"
2093
2127
  jszip "^3.10.1"
2094
2128
  shelljs "^0.8.4"
2095
- sinon "^17.0.1"
2129
+ sinon "^17.0.2"
2096
2130
  strip-ansi "6.0.1"
2097
2131
  ts-retry-promise "^0.8.0"
2098
2132
 
2099
- "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3":
2100
- version "7.3.3"
2101
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.3.tgz#4b84aba806264dd13716f4c4774bd5a417259662"
2102
- integrity sha512-THjYnOrfj0vW+qvlm70NDasH3RHD03cm884yi1+1axA4ugS4FFxXrPDPWAEU5ve5B4vnT7CJfuD/Q56l67ug8w==
2133
+ "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3", "@salesforce/core@^7.3.5", "@salesforce/core@^7.3.6":
2134
+ version "7.3.8"
2135
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.8.tgz#8a646b5321f08c0fb4d22e2fa8b1d60b3a20df9b"
2136
+ integrity sha512-VWhXHfjwjtC3pJWYp8wt5/fnNQ5tK61ovMG5eteXzVD2oFd7og1f6YjwuAzoYIZK7kYWWv7KJfGtCsPs7Zw+Ww==
2103
2137
  dependencies:
2104
2138
  "@jsforce/jsforce-node" "^3.2.0"
2105
2139
  "@salesforce/kit" "^3.1.1"
2106
2140
  "@salesforce/schemas" "^1.7.0"
2107
2141
  "@salesforce/ts-types" "^2.0.9"
2108
- ajv "^8.12.0"
2142
+ ajv "^8.13.0"
2109
2143
  change-case "^4.1.2"
2110
2144
  faye "^1.4.0"
2111
2145
  form-data "^4.0.0"
@@ -2116,7 +2150,7 @@
2116
2150
  pino-abstract-transport "^1.1.0"
2117
2151
  pino-pretty "^10.3.1"
2118
2152
  proper-lockfile "^4.1.2"
2119
- semver "^7.6.0"
2153
+ semver "^7.6.2"
2120
2154
  ts-retry-promise "^0.7.1"
2121
2155
 
2122
2156
  "@salesforce/dev-config@^4.1.0":
@@ -2178,20 +2212,20 @@
2178
2212
  debug "^4.3.4"
2179
2213
  handlebars "^4.7.8"
2180
2214
 
2181
- "@salesforce/plugin-trust@^3.6.8":
2182
- version "3.6.8"
2183
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-trust/-/plugin-trust-3.6.8.tgz#d0495a9133423ac6b855838fdbb57ce26c8898ee"
2184
- integrity sha512-j9GjJ1Fk9jSR0IE/V1Btb2sfG+nnYjWaLPGs+Tebn5PKLHDeuSLVGybYW5Ue6mzy1XsFZHswh0uVamhshTWSnQ==
2215
+ "@salesforce/plugin-trust@^3.6.11":
2216
+ version "3.6.11"
2217
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-trust/-/plugin-trust-3.6.11.tgz#0e98293861798012e069aa7af6a88ab706cccb21"
2218
+ integrity sha512-n8Kek3v5NvViW5ITPPtH7MLs68llibAZFk1poxOkYVnNDqPvHJZI8UBN+yH/Hn6r4PpnJv+G9GdOQu1f59kfjg==
2185
2219
  dependencies:
2186
- "@oclif/core" "^3.26.4"
2187
- "@salesforce/core" "^7.3.0"
2220
+ "@oclif/core" "^3.26.6"
2221
+ "@salesforce/core" "^7.3.6"
2188
2222
  "@salesforce/kit" "^3.1.1"
2189
2223
  "@salesforce/sf-plugins-core" "^9.0.7"
2190
2224
  got "^13.0.0"
2191
2225
  npm "^10.7.0"
2192
2226
  npm-run-path "^4.0.1"
2193
2227
  proxy-agent "^6.4.0"
2194
- semver "^7.6.0"
2228
+ semver "^7.6.2"
2195
2229
  shelljs "^0.8.4"
2196
2230
 
2197
2231
  "@salesforce/prettier-config@^0.0.3":
@@ -2313,6 +2347,13 @@
2313
2347
  dependencies:
2314
2348
  type-detect "4.0.8"
2315
2349
 
2350
+ "@sinonjs/commons@^3.0.1":
2351
+ version "3.0.1"
2352
+ resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.1.tgz#1029357e44ca901a615585f6d27738dbc89084cd"
2353
+ integrity sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==
2354
+ dependencies:
2355
+ type-detect "4.0.8"
2356
+
2316
2357
  "@sinonjs/fake-timers@^11.2.2":
2317
2358
  version "11.2.2"
2318
2359
  resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz#50063cc3574f4a27bd8453180a04171c85cc9699"
@@ -3181,7 +3222,7 @@ ajv@^6.12.4:
3181
3222
  json-schema-traverse "^0.4.1"
3182
3223
  uri-js "^4.2.2"
3183
3224
 
3184
- ajv@^8.11.0, ajv@^8.12.0:
3225
+ ajv@^8.11.0:
3185
3226
  version "8.12.0"
3186
3227
  resolved "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz"
3187
3228
  integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
@@ -3191,6 +3232,16 @@ ajv@^8.11.0, ajv@^8.12.0:
3191
3232
  require-from-string "^2.0.2"
3192
3233
  uri-js "^4.2.2"
3193
3234
 
3235
+ ajv@^8.13.0:
3236
+ version "8.13.0"
3237
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.13.0.tgz#a3939eaec9fb80d217ddf0c3376948c023f28c91"
3238
+ integrity sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==
3239
+ dependencies:
3240
+ fast-deep-equal "^3.1.3"
3241
+ json-schema-traverse "^1.0.0"
3242
+ require-from-string "^2.0.2"
3243
+ uri-js "^4.4.1"
3244
+
3194
3245
  ansi-colors@4.1.1:
3195
3246
  version "4.1.1"
3196
3247
  resolved "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz"
@@ -4383,6 +4434,11 @@ diff@^5.1.0:
4383
4434
  resolved "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz"
4384
4435
  integrity sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==
4385
4436
 
4437
+ diff@^5.2.0:
4438
+ version "5.2.0"
4439
+ resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
4440
+ integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
4441
+
4386
4442
  dir-glob@^3.0.1:
4387
4443
  version "3.0.1"
4388
4444
  resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz"
@@ -7144,10 +7200,10 @@ nise@^4.1.0:
7144
7200
  just-extend "^4.0.2"
7145
7201
  path-to-regexp "^1.7.0"
7146
7202
 
7147
- nise@^5.1.5:
7148
- version "5.1.7"
7149
- resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.7.tgz#03ca96539efb306612eb60a8c5d6beeb208e27e5"
7150
- integrity sha512-wWtNUhkT7k58uvWTB/Gy26eA/EJKtPZFVAhEilN5UYVmmGRYOURbejRUyKm0Uu9XVEW7K5nBOZfR8VMB4QR2RQ==
7203
+ nise@^5.1.9:
7204
+ version "5.1.9"
7205
+ resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.9.tgz#0cb73b5e4499d738231a473cd89bd8afbb618139"
7206
+ integrity sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==
7151
7207
  dependencies:
7152
7208
  "@sinonjs/commons" "^3.0.0"
7153
7209
  "@sinonjs/fake-timers" "^11.2.2"
@@ -8531,12 +8587,10 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
8531
8587
  resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
8532
8588
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
8533
8589
 
8534
- semver@^7.0.0, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
8535
- version "7.6.0"
8536
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
8537
- integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
8538
- dependencies:
8539
- lru-cache "^6.0.0"
8590
+ semver@^7.0.0, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.2:
8591
+ version "7.6.2"
8592
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
8593
+ integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
8540
8594
 
8541
8595
  sentence-case@^3.0.4:
8542
8596
  version "3.0.4"
@@ -8674,17 +8728,17 @@ sinon@10.0.0:
8674
8728
  nise "^4.1.0"
8675
8729
  supports-color "^7.1.0"
8676
8730
 
8677
- sinon@^17.0.0, sinon@^17.0.1:
8678
- version "17.0.1"
8679
- resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.1.tgz#26b8ef719261bf8df43f925924cccc96748e407a"
8680
- integrity sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==
8731
+ sinon@^17.0.0, sinon@^17.0.2:
8732
+ version "17.0.2"
8733
+ resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.2.tgz#470894bcc2d24b01bad539722ea46da949892405"
8734
+ integrity sha512-uihLiaB9FhzesElPDFZA7hDcNABzsVHwr3YfmM9sBllVwab3l0ltGlRV1XhpNfIacNDLGD1QRZNLs5nU5+hTuA==
8681
8735
  dependencies:
8682
- "@sinonjs/commons" "^3.0.0"
8736
+ "@sinonjs/commons" "^3.0.1"
8683
8737
  "@sinonjs/fake-timers" "^11.2.2"
8684
8738
  "@sinonjs/samsam" "^8.0.0"
8685
- diff "^5.1.0"
8686
- nise "^5.1.5"
8687
- supports-color "^7.2.0"
8739
+ diff "^5.2.0"
8740
+ nise "^5.1.9"
8741
+ supports-color "^7"
8688
8742
 
8689
8743
  sinon@^5.1.1:
8690
8744
  version "5.1.1"
@@ -9034,7 +9088,7 @@ supports-color@^5.3.0, supports-color@^5.4.0:
9034
9088
  dependencies:
9035
9089
  has-flag "^3.0.0"
9036
9090
 
9037
- supports-color@^7.0.0, supports-color@^7.1.0, supports-color@^7.2.0:
9091
+ supports-color@^7, supports-color@^7.0.0, supports-color@^7.1.0:
9038
9092
  version "7.2.0"
9039
9093
  resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz"
9040
9094
  integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
@@ -9436,7 +9490,7 @@ upper-case@^2.0.2:
9436
9490
  dependencies:
9437
9491
  tslib "^2.0.3"
9438
9492
 
9439
- uri-js@^4.2.2:
9493
+ uri-js@^4.2.2, uri-js@^4.4.1:
9440
9494
  version "4.4.1"
9441
9495
  resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz"
9442
9496
  integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
@@ -160,80 +160,6 @@
160
160
  "promote.js"
161
161
  ]
162
162
  },
163
- "cli:releasenotes": {
164
- "aliases": [],
165
- "args": {},
166
- "description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
167
- "examples": [
168
- "<%= config.bin %> <%= command.id %> --cli sf",
169
- "<%= config.bin %> <%= command.id %> --cli sfdx",
170
- "<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
171
- "<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
172
- "<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
173
- "<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
174
- ],
175
- "flags": {
176
- "json": {
177
- "description": "Format output as json.",
178
- "helpGroup": "GLOBAL",
179
- "name": "json",
180
- "allowNo": false,
181
- "type": "boolean"
182
- },
183
- "flags-dir": {
184
- "helpGroup": "GLOBAL",
185
- "name": "flags-dir",
186
- "summary": "Import flag values from a directory.",
187
- "hasDynamicHelp": false,
188
- "multiple": false,
189
- "type": "option"
190
- },
191
- "cli": {
192
- "char": "c",
193
- "name": "cli",
194
- "required": true,
195
- "summary": "the cli to pull information for",
196
- "hasDynamicHelp": false,
197
- "multiple": false,
198
- "options": [
199
- "sf",
200
- "sfdx"
201
- ],
202
- "type": "option"
203
- },
204
- "since": {
205
- "char": "s",
206
- "name": "since",
207
- "summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
208
- "hasDynamicHelp": false,
209
- "multiple": false,
210
- "type": "option"
211
- },
212
- "markdown": {
213
- "char": "m",
214
- "name": "markdown",
215
- "summary": "format the output in markdown",
216
- "allowNo": false,
217
- "type": "boolean"
218
- }
219
- },
220
- "hasDynamicHelp": false,
221
- "hiddenAliases": [],
222
- "id": "cli:releasenotes",
223
- "pluginAlias": "@salesforce/plugin-release-management",
224
- "pluginName": "@salesforce/plugin-release-management",
225
- "pluginType": "core",
226
- "strict": true,
227
- "summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
228
- "enableJsonFlag": true,
229
- "isESM": true,
230
- "relativePath": [
231
- "lib",
232
- "commands",
233
- "cli",
234
- "releasenotes.js"
235
- ]
236
- },
237
163
  "dependabot:automerge": {
238
164
  "aliases": [],
239
165
  "args": {},
@@ -341,6 +267,80 @@
341
267
  "automerge.js"
342
268
  ]
343
269
  },
270
+ "cli:releasenotes": {
271
+ "aliases": [],
272
+ "args": {},
273
+ "description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
274
+ "examples": [
275
+ "<%= config.bin %> <%= command.id %> --cli sf",
276
+ "<%= config.bin %> <%= command.id %> --cli sfdx",
277
+ "<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
278
+ "<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
279
+ "<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
280
+ "<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
281
+ ],
282
+ "flags": {
283
+ "json": {
284
+ "description": "Format output as json.",
285
+ "helpGroup": "GLOBAL",
286
+ "name": "json",
287
+ "allowNo": false,
288
+ "type": "boolean"
289
+ },
290
+ "flags-dir": {
291
+ "helpGroup": "GLOBAL",
292
+ "name": "flags-dir",
293
+ "summary": "Import flag values from a directory.",
294
+ "hasDynamicHelp": false,
295
+ "multiple": false,
296
+ "type": "option"
297
+ },
298
+ "cli": {
299
+ "char": "c",
300
+ "name": "cli",
301
+ "required": true,
302
+ "summary": "the cli to pull information for",
303
+ "hasDynamicHelp": false,
304
+ "multiple": false,
305
+ "options": [
306
+ "sf",
307
+ "sfdx"
308
+ ],
309
+ "type": "option"
310
+ },
311
+ "since": {
312
+ "char": "s",
313
+ "name": "since",
314
+ "summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
315
+ "hasDynamicHelp": false,
316
+ "multiple": false,
317
+ "type": "option"
318
+ },
319
+ "markdown": {
320
+ "char": "m",
321
+ "name": "markdown",
322
+ "summary": "format the output in markdown",
323
+ "allowNo": false,
324
+ "type": "boolean"
325
+ }
326
+ },
327
+ "hasDynamicHelp": false,
328
+ "hiddenAliases": [],
329
+ "id": "cli:releasenotes",
330
+ "pluginAlias": "@salesforce/plugin-release-management",
331
+ "pluginName": "@salesforce/plugin-release-management",
332
+ "pluginType": "core",
333
+ "strict": true,
334
+ "summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
335
+ "enableJsonFlag": true,
336
+ "isESM": true,
337
+ "relativePath": [
338
+ "lib",
339
+ "commands",
340
+ "cli",
341
+ "releasenotes.js"
342
+ ]
343
+ },
344
344
  "repositories": {
345
345
  "aliases": [],
346
346
  "args": {},
@@ -1398,5 +1398,5 @@
1398
1398
  ]
1399
1399
  }
1400
1400
  },
1401
- "version": "5.2.14"
1401
+ "version": "5.2.16"
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.14",
4
+ "version": "5.2.16",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -13,11 +13,11 @@
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
- "@salesforce/plugin-trust": "^3.6.8",
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
23
  "aws-sdk": "^2.1618.0",