@salesforce/plugin-release-management 5.5.2 → 5.5.3

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.5.2/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.3/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.5.2/src/commands/cli/artifacts/compare.ts)_
172
+ _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.3/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.5.2/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.5.3/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.5.2/src/commands/cli/install/test.ts)_
234
+ _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.3/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.5.2/src/commands/cli/release/automerge.ts)_
265
+ _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.3/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.5.2/src/commands/cli/release/build.ts)_
328
+ _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.3/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.5.2/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.3/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.5.2/src/commands/cli/tarballs/prepare.ts)_
397
+ _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.3/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.5.2/src/commands/cli/tarballs/smoke.ts)_
427
+ _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.3/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.5.2/src/commands/cli/tarballs/verify.ts)_
459
+ _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.3/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.5.2/src/commands/cli/versions/inspect.ts)_
512
+ _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.3/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.5.2/src/commands/dependabot/automerge.ts)_
552
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.3/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.5.2/src/commands/github/check/closed.ts)_
579
+ _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.3/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.5.2/src/commands/npm/dependencies/pin.ts)_
605
+ _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.3/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.5.2/src/commands/npm/package/release.ts)_
637
+ _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.3/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.5.2/src/commands/repositories/index.ts)_
705
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.3/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.5.2",
3
+ "version": "5.5.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.5.2",
9
+ "version": "5.5.3",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
@@ -16,7 +16,7 @@
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.9",
17
17
  "@salesforce/core": "^7.3.12",
18
18
  "@salesforce/kit": "^3.1.2",
19
- "@salesforce/plugin-command-reference": "^3.0.83",
19
+ "@salesforce/plugin-command-reference": "^3.1.1",
20
20
  "@salesforce/plugin-trust": "^3.7.5",
21
21
  "@salesforce/sf-plugins-core": "^10.0.0",
22
22
  "@salesforce/ts-types": "^2.0.9",
@@ -4117,15 +4117,15 @@
4117
4117
  }
4118
4118
  },
4119
4119
  "node_modules/@salesforce/plugin-command-reference": {
4120
- "version": "3.0.83",
4121
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.83.tgz",
4122
- "integrity": "sha512-x/QS3vTkO5/3bleCTv943fPxGrcMbJ0N4AjhfZ0CsahHgI3CiH+0ClKk/vssPthzFp1NedKT774q7fYLgegCVw==",
4120
+ "version": "3.1.1",
4121
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.1.tgz",
4122
+ "integrity": "sha512-N/r93z63nCsAr3tCHZmJgQ3z1gbBowBhn2fD6EvXtBIBtfzYdcj9nC/spo/JhmiaaRmFopVluvsqNJV8qZ7TMw==",
4123
4123
  "license": "BSD-3-Clause",
4124
4124
  "dependencies": {
4125
- "@oclif/core": "^3.26.5",
4126
- "@salesforce/core": "^7.3.1",
4125
+ "@oclif/core": "^4",
4126
+ "@salesforce/core": "^7.3.12",
4127
4127
  "@salesforce/kit": "^3.1.1",
4128
- "@salesforce/sf-plugins-core": "^9.0.5",
4128
+ "@salesforce/sf-plugins-core": "^10.0.0",
4129
4129
  "@salesforce/ts-types": "^2.0.9",
4130
4130
  "chalk": "^5.3.0",
4131
4131
  "debug": "^4.3.4",
@@ -4135,154 +4135,6 @@
4135
4135
  "node": ">=18.0.0"
4136
4136
  }
4137
4137
  },
4138
- "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/core": {
4139
- "version": "3.26.6",
4140
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.6.tgz",
4141
- "integrity": "sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==",
4142
- "license": "MIT",
4143
- "dependencies": {
4144
- "@types/cli-progress": "^3.11.5",
4145
- "ansi-escapes": "^4.3.2",
4146
- "ansi-styles": "^4.3.0",
4147
- "cardinal": "^2.1.1",
4148
- "chalk": "^4.1.2",
4149
- "clean-stack": "^3.0.1",
4150
- "cli-progress": "^3.12.0",
4151
- "color": "^4.2.3",
4152
- "debug": "^4.3.4",
4153
- "ejs": "^3.1.10",
4154
- "get-package-type": "^0.1.0",
4155
- "globby": "^11.1.0",
4156
- "hyperlinker": "^1.0.0",
4157
- "indent-string": "^4.0.0",
4158
- "is-wsl": "^2.2.0",
4159
- "js-yaml": "^3.14.1",
4160
- "minimatch": "^9.0.4",
4161
- "natural-orderby": "^2.0.3",
4162
- "object-treeify": "^1.1.33",
4163
- "password-prompt": "^1.1.3",
4164
- "slice-ansi": "^4.0.0",
4165
- "string-width": "^4.2.3",
4166
- "strip-ansi": "^6.0.1",
4167
- "supports-color": "^8.1.1",
4168
- "supports-hyperlinks": "^2.2.0",
4169
- "widest-line": "^3.1.0",
4170
- "wordwrap": "^1.0.0",
4171
- "wrap-ansi": "^7.0.0"
4172
- },
4173
- "engines": {
4174
- "node": ">=18.0.0"
4175
- }
4176
- },
4177
- "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/core/node_modules/chalk": {
4178
- "version": "4.1.2",
4179
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
4180
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
4181
- "license": "MIT",
4182
- "dependencies": {
4183
- "ansi-styles": "^4.1.0",
4184
- "supports-color": "^7.1.0"
4185
- },
4186
- "engines": {
4187
- "node": ">=10"
4188
- },
4189
- "funding": {
4190
- "url": "https://github.com/chalk/chalk?sponsor=1"
4191
- }
4192
- },
4193
- "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
4194
- "version": "7.2.0",
4195
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
4196
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
4197
- "license": "MIT",
4198
- "dependencies": {
4199
- "has-flag": "^4.0.0"
4200
- },
4201
- "engines": {
4202
- "node": ">=8"
4203
- }
4204
- },
4205
- "node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
4206
- "version": "9.1.1",
4207
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz",
4208
- "integrity": "sha512-5d4vGLqb1NZoHvDpuTu96TsFg/lexdnQNWC0h7GhOqxikJBpxk6P1DEbk9HrZWL18Gs1YXO9OCj2g8nKqbIC/Q==",
4209
- "license": "BSD-3-Clause",
4210
- "dependencies": {
4211
- "@inquirer/confirm": "^3.1.9",
4212
- "@inquirer/password": "^2.1.9",
4213
- "@oclif/core": "^3.26.6",
4214
- "@salesforce/core": "^7.3.9",
4215
- "@salesforce/kit": "^3.1.2",
4216
- "@salesforce/ts-types": "^2.0.9",
4217
- "chalk": "^5.3.0"
4218
- },
4219
- "engines": {
4220
- "node": ">=18.0.0"
4221
- }
4222
- },
4223
- "node_modules/@salesforce/plugin-command-reference/node_modules/argparse": {
4224
- "version": "1.0.10",
4225
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
4226
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
4227
- "license": "MIT",
4228
- "dependencies": {
4229
- "sprintf-js": "~1.0.2"
4230
- }
4231
- },
4232
- "node_modules/@salesforce/plugin-command-reference/node_modules/js-yaml": {
4233
- "version": "3.14.1",
4234
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
4235
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
4236
- "license": "MIT",
4237
- "dependencies": {
4238
- "argparse": "^1.0.7",
4239
- "esprima": "^4.0.0"
4240
- },
4241
- "bin": {
4242
- "js-yaml": "bin/js-yaml.js"
4243
- }
4244
- },
4245
- "node_modules/@salesforce/plugin-command-reference/node_modules/natural-orderby": {
4246
- "version": "2.0.3",
4247
- "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz",
4248
- "integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==",
4249
- "license": "MIT",
4250
- "engines": {
4251
- "node": "*"
4252
- }
4253
- },
4254
- "node_modules/@salesforce/plugin-command-reference/node_modules/slice-ansi": {
4255
- "version": "4.0.0",
4256
- "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
4257
- "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
4258
- "license": "MIT",
4259
- "dependencies": {
4260
- "ansi-styles": "^4.0.0",
4261
- "astral-regex": "^2.0.0",
4262
- "is-fullwidth-code-point": "^3.0.0"
4263
- },
4264
- "engines": {
4265
- "node": ">=10"
4266
- },
4267
- "funding": {
4268
- "url": "https://github.com/chalk/slice-ansi?sponsor=1"
4269
- }
4270
- },
4271
- "node_modules/@salesforce/plugin-command-reference/node_modules/supports-color": {
4272
- "version": "8.1.1",
4273
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
4274
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
4275
- "license": "MIT",
4276
- "dependencies": {
4277
- "has-flag": "^4.0.0"
4278
- },
4279
- "engines": {
4280
- "node": ">=10"
4281
- },
4282
- "funding": {
4283
- "url": "https://github.com/chalk/supports-color?sponsor=1"
4284
- }
4285
- },
4286
4138
  "node_modules/@salesforce/plugin-info": {
4287
4139
  "version": "3.3.0",
4288
4140
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.0.tgz",
package/oclif.lock CHANGED
@@ -1698,7 +1698,7 @@
1698
1698
  strip-ansi "6.0.1"
1699
1699
  ts-retry-promise "^0.8.1"
1700
1700
 
1701
- "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.10", "@salesforce/core@^7.3.12", "@salesforce/core@^7.3.5", "@salesforce/core@^7.3.8", "@salesforce/core@^7.3.9":
1701
+ "@salesforce/core@^7.3.10", "@salesforce/core@^7.3.12", "@salesforce/core@^7.3.5", "@salesforce/core@^7.3.8", "@salesforce/core@^7.3.9":
1702
1702
  version "7.3.12"
1703
1703
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.12.tgz#9138980db21566c467f35afe9192f33bf77f160c"
1704
1704
  integrity sha512-a53KYv2xaJpmFlN4haI7ewaMpRqdRwaqbm11wLn0il6+LNR1/2zkRdqE3opdTW6aXNvVecNu0YQj5/u3Uz3oPw==
@@ -1767,15 +1767,15 @@
1767
1767
  "@salesforce/ts-types" "^2.0.9"
1768
1768
  tslib "^2.6.2"
1769
1769
 
1770
- "@salesforce/plugin-command-reference@^3.0.83":
1771
- version "3.0.83"
1772
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.83.tgz#1dfb07c2720a1e7b3475c39685cf4d209b57cce2"
1773
- integrity sha512-x/QS3vTkO5/3bleCTv943fPxGrcMbJ0N4AjhfZ0CsahHgI3CiH+0ClKk/vssPthzFp1NedKT774q7fYLgegCVw==
1770
+ "@salesforce/plugin-command-reference@^3.1.1":
1771
+ version "3.1.1"
1772
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.1.tgz#66eaa5a98d9c841bd15ca09fc8d00e012fbc9d13"
1773
+ integrity sha512-N/r93z63nCsAr3tCHZmJgQ3z1gbBowBhn2fD6EvXtBIBtfzYdcj9nC/spo/JhmiaaRmFopVluvsqNJV8qZ7TMw==
1774
1774
  dependencies:
1775
- "@oclif/core" "^3.26.5"
1776
- "@salesforce/core" "^7.3.1"
1775
+ "@oclif/core" "^4"
1776
+ "@salesforce/core" "^7.3.12"
1777
1777
  "@salesforce/kit" "^3.1.1"
1778
- "@salesforce/sf-plugins-core" "^9.0.5"
1778
+ "@salesforce/sf-plugins-core" "^10.0.0"
1779
1779
  "@salesforce/ts-types" "^2.0.9"
1780
1780
  chalk "^5.3.0"
1781
1781
  debug "^4.3.4"
@@ -1844,7 +1844,7 @@
1844
1844
  string-width "^7.1.0"
1845
1845
  terminal-link "^3.0.0"
1846
1846
 
1847
- "@salesforce/sf-plugins-core@^9.0.5", "@salesforce/sf-plugins-core@^9.0.7":
1847
+ "@salesforce/sf-plugins-core@^9.0.7":
1848
1848
  version "9.1.1"
1849
1849
  resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz#8818fdb23e0f174d9e6dded0cf34a88be5e3cc44"
1850
1850
  integrity sha512-5d4vGLqb1NZoHvDpuTu96TsFg/lexdnQNWC0h7GhOqxikJBpxk6P1DEbk9HrZWL18Gs1YXO9OCj2g8nKqbIC/Q==
@@ -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.5.2"
1401
+ "version": "5.5.3"
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.5.2",
4
+ "version": "5.5.3",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -16,7 +16,7 @@
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.9",
17
17
  "@salesforce/core": "^7.3.12",
18
18
  "@salesforce/kit": "^3.1.2",
19
- "@salesforce/plugin-command-reference": "^3.0.83",
19
+ "@salesforce/plugin-command-reference": "^3.1.1",
20
20
  "@salesforce/plugin-trust": "^3.7.5",
21
21
  "@salesforce/sf-plugins-core": "^10.0.0",
22
22
  "@salesforce/ts-types": "^2.0.9",