@salesforce/plugin-release-management 5.2.6 → 5.2.7

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.6/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.7/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.6/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.7/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.6/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.7/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.6/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.7/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.6/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.7/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.6/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.7/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.6/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.7/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.6/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.7/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.6/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.7/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.6/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.7/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.6/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.7/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.6/src/commands/dependabot/automerge.ts)_
552
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.7/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.6/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.7/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.6/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.7/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.6/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.7/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.6/src/commands/repositories/index.ts)_
705
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.2.7/src/commands/repositories/index.ts)_
706
706
 
707
707
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.2.6",
3
+ "version": "5.2.7",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.2.6",
9
+ "version": "5.2.7",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3.26.4",
@@ -18,7 +18,7 @@
18
18
  "@salesforce/kit": "^3.1.0",
19
19
  "@salesforce/plugin-command-reference": "^3.0.78",
20
20
  "@salesforce/plugin-trust": "^3.6.3",
21
- "@salesforce/sf-plugins-core": "^9.0.1",
21
+ "@salesforce/sf-plugins-core": "^9.0.5",
22
22
  "@salesforce/ts-types": "^2.0.9",
23
23
  "aws-sdk": "^2.1599.0",
24
24
  "chalk": "^5.3.0",
@@ -36,7 +36,7 @@
36
36
  "sf-release": "bin/run.js"
37
37
  },
38
38
  "devDependencies": {
39
- "@oclif/plugin-command-snapshot": "^5.1.6",
39
+ "@oclif/plugin-command-snapshot": "^5.1.7",
40
40
  "@salesforce/dev-scripts": "^9.0.0",
41
41
  "@salesforce/ts-sinon": "1.4.19",
42
42
  "@types/semver": "^7.5.8",
@@ -3600,13 +3600,13 @@
3600
3600
  }
3601
3601
  },
3602
3602
  "node_modules/@oclif/plugin-command-snapshot": {
3603
- "version": "5.1.6",
3604
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.6.tgz",
3605
- "integrity": "sha512-i44oUyDOaMiUdloKN7darp4gE/Lio+K8yV0Qz04XkYzjHmGOz/41K5wcSMGvZc1EPmxCK2NBjR4W89TmCS8OjA==",
3603
+ "version": "5.1.7",
3604
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz",
3605
+ "integrity": "sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==",
3606
3606
  "dev": true,
3607
3607
  "license": "MIT",
3608
3608
  "dependencies": {
3609
- "@oclif/core": "3.26.3",
3609
+ "@oclif/core": "3.26.4",
3610
3610
  "@types/lodash.difference": "^4.5.9",
3611
3611
  "chalk": "^5.3.0",
3612
3612
  "globby": "^14.0.1",
@@ -3621,117 +3621,6 @@
3621
3621
  "node": ">=18.0.0"
3622
3622
  }
3623
3623
  },
3624
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
3625
- "version": "3.26.3",
3626
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.3.tgz",
3627
- "integrity": "sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==",
3628
- "dev": true,
3629
- "license": "MIT",
3630
- "dependencies": {
3631
- "@types/cli-progress": "^3.11.5",
3632
- "ansi-escapes": "^4.3.2",
3633
- "ansi-styles": "^4.3.0",
3634
- "cardinal": "^2.1.1",
3635
- "chalk": "^4.1.2",
3636
- "clean-stack": "^3.0.1",
3637
- "cli-progress": "^3.12.0",
3638
- "color": "^4.2.3",
3639
- "debug": "^4.3.4",
3640
- "ejs": "^3.1.10",
3641
- "get-package-type": "^0.1.0",
3642
- "globby": "^11.1.0",
3643
- "hyperlinker": "^1.0.0",
3644
- "indent-string": "^4.0.0",
3645
- "is-wsl": "^2.2.0",
3646
- "js-yaml": "^3.14.1",
3647
- "minimatch": "^9.0.4",
3648
- "natural-orderby": "^2.0.3",
3649
- "object-treeify": "^1.1.33",
3650
- "password-prompt": "^1.1.3",
3651
- "slice-ansi": "^4.0.0",
3652
- "string-width": "^4.2.3",
3653
- "strip-ansi": "^6.0.1",
3654
- "supports-color": "^8.1.1",
3655
- "supports-hyperlinks": "^2.2.0",
3656
- "widest-line": "^3.1.0",
3657
- "wordwrap": "^1.0.0",
3658
- "wrap-ansi": "^7.0.0"
3659
- },
3660
- "engines": {
3661
- "node": ">=18.0.0"
3662
- }
3663
- },
3664
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
3665
- "version": "4.1.2",
3666
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
3667
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
3668
- "dev": true,
3669
- "license": "MIT",
3670
- "dependencies": {
3671
- "ansi-styles": "^4.1.0",
3672
- "supports-color": "^7.1.0"
3673
- },
3674
- "engines": {
3675
- "node": ">=10"
3676
- },
3677
- "funding": {
3678
- "url": "https://github.com/chalk/chalk?sponsor=1"
3679
- }
3680
- },
3681
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
3682
- "version": "7.2.0",
3683
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3684
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3685
- "dev": true,
3686
- "license": "MIT",
3687
- "dependencies": {
3688
- "has-flag": "^4.0.0"
3689
- },
3690
- "engines": {
3691
- "node": ">=8"
3692
- }
3693
- },
3694
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
3695
- "version": "11.1.0",
3696
- "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
3697
- "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
3698
- "dev": true,
3699
- "license": "MIT",
3700
- "dependencies": {
3701
- "array-union": "^2.1.0",
3702
- "dir-glob": "^3.0.1",
3703
- "fast-glob": "^3.2.9",
3704
- "ignore": "^5.2.0",
3705
- "merge2": "^1.4.1",
3706
- "slash": "^3.0.0"
3707
- },
3708
- "engines": {
3709
- "node": ">=10"
3710
- },
3711
- "funding": {
3712
- "url": "https://github.com/sponsors/sindresorhus"
3713
- }
3714
- },
3715
- "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
3716
- "version": "3.0.0",
3717
- "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
3718
- "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
3719
- "dev": true,
3720
- "license": "MIT",
3721
- "engines": {
3722
- "node": ">=8"
3723
- }
3724
- },
3725
- "node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
3726
- "version": "1.0.10",
3727
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
3728
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
3729
- "dev": true,
3730
- "license": "MIT",
3731
- "dependencies": {
3732
- "sprintf-js": "~1.0.2"
3733
- }
3734
- },
3735
3624
  "node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
3736
3625
  "version": "14.0.1",
3737
3626
  "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
@@ -3753,20 +3642,6 @@
3753
3642
  "url": "https://github.com/sponsors/sindresorhus"
3754
3643
  }
3755
3644
  },
3756
- "node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
3757
- "version": "3.14.1",
3758
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
3759
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
3760
- "dev": true,
3761
- "license": "MIT",
3762
- "dependencies": {
3763
- "argparse": "^1.0.7",
3764
- "esprima": "^4.0.0"
3765
- },
3766
- "bin": {
3767
- "js-yaml": "bin/js-yaml.js"
3768
- }
3769
- },
3770
3645
  "node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
3771
3646
  "version": "5.0.0",
3772
3647
  "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
@@ -3793,40 +3668,6 @@
3793
3668
  "url": "https://github.com/sponsors/sindresorhus"
3794
3669
  }
3795
3670
  },
3796
- "node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
3797
- "version": "8.1.1",
3798
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
3799
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
3800
- "dev": true,
3801
- "license": "MIT",
3802
- "dependencies": {
3803
- "has-flag": "^4.0.0"
3804
- },
3805
- "engines": {
3806
- "node": ">=10"
3807
- },
3808
- "funding": {
3809
- "url": "https://github.com/chalk/supports-color?sponsor=1"
3810
- }
3811
- },
3812
- "node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
3813
- "version": "7.0.0",
3814
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
3815
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
3816
- "dev": true,
3817
- "license": "MIT",
3818
- "dependencies": {
3819
- "ansi-styles": "^4.0.0",
3820
- "string-width": "^4.1.0",
3821
- "strip-ansi": "^6.0.0"
3822
- },
3823
- "engines": {
3824
- "node": ">=10"
3825
- },
3826
- "funding": {
3827
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
3828
- }
3829
- },
3830
3671
  "node_modules/@oclif/plugin-help": {
3831
3672
  "version": "6.0.21",
3832
3673
  "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz",
@@ -4299,15 +4140,15 @@
4299
4140
  "license": "ISC"
4300
4141
  },
4301
4142
  "node_modules/@salesforce/sf-plugins-core": {
4302
- "version": "9.0.1",
4303
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.1.tgz",
4304
- "integrity": "sha512-5+qoCCDpQAdKE74qmL85Jhb0QDkzy/3MsmpzHSQf3ONi+V5vbwJK0BPc+9cOHShYzf8K0gIDdhbcjLuR3TTP/A==",
4143
+ "version": "9.0.5",
4144
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz",
4145
+ "integrity": "sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==",
4305
4146
  "license": "BSD-3-Clause",
4306
4147
  "dependencies": {
4307
4148
  "@inquirer/confirm": "^2.0.17",
4308
4149
  "@inquirer/password": "^1.1.16",
4309
- "@oclif/core": "^3.26.0",
4310
- "@salesforce/core": "^7.0.0",
4150
+ "@oclif/core": "^3.26.2",
4151
+ "@salesforce/core": "^7.3.0",
4311
4152
  "@salesforce/kit": "^3.1.0",
4312
4153
  "@salesforce/ts-types": "^2.0.9",
4313
4154
  "chalk": "^5.3.0"
package/oclif.lock CHANGED
@@ -1739,41 +1739,7 @@
1739
1739
  node-gyp "^10.0.0"
1740
1740
  which "^4.0.0"
1741
1741
 
1742
- "@oclif/core@3.26.3":
1743
- version "3.26.3"
1744
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
1745
- integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
1746
- dependencies:
1747
- "@types/cli-progress" "^3.11.5"
1748
- ansi-escapes "^4.3.2"
1749
- ansi-styles "^4.3.0"
1750
- cardinal "^2.1.1"
1751
- chalk "^4.1.2"
1752
- clean-stack "^3.0.1"
1753
- cli-progress "^3.12.0"
1754
- color "^4.2.3"
1755
- debug "^4.3.4"
1756
- ejs "^3.1.10"
1757
- get-package-type "^0.1.0"
1758
- globby "^11.1.0"
1759
- hyperlinker "^1.0.0"
1760
- indent-string "^4.0.0"
1761
- is-wsl "^2.2.0"
1762
- js-yaml "^3.14.1"
1763
- minimatch "^9.0.4"
1764
- natural-orderby "^2.0.3"
1765
- object-treeify "^1.1.33"
1766
- password-prompt "^1.1.3"
1767
- slice-ansi "^4.0.0"
1768
- string-width "^4.2.3"
1769
- strip-ansi "^6.0.1"
1770
- supports-color "^8.1.1"
1771
- supports-hyperlinks "^2.2.0"
1772
- widest-line "^3.1.0"
1773
- wordwrap "^1.0.0"
1774
- wrap-ansi "^7.0.0"
1775
-
1776
- "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3", "@oclif/core@^3.26.4":
1742
+ "@oclif/core@3.26.4", "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3", "@oclif/core@^3.26.4":
1777
1743
  version "3.26.4"
1778
1744
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
1779
1745
  integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
@@ -1807,12 +1773,12 @@
1807
1773
  wordwrap "^1.0.0"
1808
1774
  wrap-ansi "^7.0.0"
1809
1775
 
1810
- "@oclif/plugin-command-snapshot@^5.1.6":
1811
- version "5.1.6"
1812
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.6.tgz#7bf028cbbaac1dcb1b979b7e34cf6de75cedd104"
1813
- integrity sha512-i44oUyDOaMiUdloKN7darp4gE/Lio+K8yV0Qz04XkYzjHmGOz/41K5wcSMGvZc1EPmxCK2NBjR4W89TmCS8OjA==
1776
+ "@oclif/plugin-command-snapshot@^5.1.7":
1777
+ version "5.1.7"
1778
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
1779
+ integrity sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==
1814
1780
  dependencies:
1815
- "@oclif/core" "3.26.3"
1781
+ "@oclif/core" "3.26.4"
1816
1782
  "@types/lodash.difference" "^4.5.9"
1817
1783
  chalk "^5.3.0"
1818
1784
  globby "^14.0.1"
@@ -1961,7 +1927,7 @@
1961
1927
  strip-ansi "6.0.1"
1962
1928
  ts-retry-promise "^0.8.0"
1963
1929
 
1964
- "@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.1":
1930
+ "@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1":
1965
1931
  version "7.3.1"
1966
1932
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.1.tgz#cda324f7a5ff1be6d7381943b15b23dbe3cd5dec"
1967
1933
  integrity sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==
@@ -2069,15 +2035,15 @@
2069
2035
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
2070
2036
  integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
2071
2037
 
2072
- "@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.1":
2073
- version "9.0.1"
2074
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.1.tgz#e5617661de7c235b734f0faac679ac489053e4fb"
2075
- integrity sha512-5+qoCCDpQAdKE74qmL85Jhb0QDkzy/3MsmpzHSQf3ONi+V5vbwJK0BPc+9cOHShYzf8K0gIDdhbcjLuR3TTP/A==
2038
+ "@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.1", "@salesforce/sf-plugins-core@^9.0.5":
2039
+ version "9.0.5"
2040
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz#34732af855a6b3205e89765a446ea01024cad227"
2041
+ integrity sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==
2076
2042
  dependencies:
2077
2043
  "@inquirer/confirm" "^2.0.17"
2078
2044
  "@inquirer/password" "^1.1.16"
2079
- "@oclif/core" "^3.26.0"
2080
- "@salesforce/core" "^7.0.0"
2045
+ "@oclif/core" "^3.26.2"
2046
+ "@salesforce/core" "^7.3.0"
2081
2047
  "@salesforce/kit" "^3.1.0"
2082
2048
  "@salesforce/ts-types" "^2.0.9"
2083
2049
  chalk "^5.3.0"
@@ -160,6 +160,80 @@
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
+ },
163
237
  "dependabot:automerge": {
164
238
  "aliases": [],
165
239
  "args": {},
@@ -267,80 +341,6 @@
267
341
  "automerge.js"
268
342
  ]
269
343
  },
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.6"
1401
+ "version": "5.2.7"
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.6",
4
+ "version": "5.2.7",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -18,7 +18,7 @@
18
18
  "@salesforce/kit": "^3.1.0",
19
19
  "@salesforce/plugin-command-reference": "^3.0.78",
20
20
  "@salesforce/plugin-trust": "^3.6.3",
21
- "@salesforce/sf-plugins-core": "^9.0.1",
21
+ "@salesforce/sf-plugins-core": "^9.0.5",
22
22
  "@salesforce/ts-types": "^2.0.9",
23
23
  "aws-sdk": "^2.1599.0",
24
24
  "chalk": "^5.3.0",
@@ -33,7 +33,7 @@
33
33
  "yarn-deduplicate": "^6.0.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@oclif/plugin-command-snapshot": "^5.1.6",
36
+ "@oclif/plugin-command-snapshot": "^5.1.7",
37
37
  "@salesforce/dev-scripts": "^9.0.0",
38
38
  "@salesforce/ts-sinon": "1.4.19",
39
39
  "@types/semver": "^7.5.8",