@salesforce/plugin-release-management 5.5.1 → 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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1",
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.1",
9
+ "version": "5.5.3",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
@@ -14,9 +14,9 @@
14
14
  "@octokit/plugin-paginate-rest": "^6.1.2",
15
15
  "@octokit/plugin-throttling": "^5.2.3",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.9",
17
- "@salesforce/core": "^7.3.1",
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",
@@ -36,7 +36,7 @@
36
36
  "sf-release": "bin/run.js"
37
37
  },
38
38
  "devDependencies": {
39
- "@oclif/plugin-command-snapshot": "^5.2.0",
39
+ "@oclif/plugin-command-snapshot": "^5.2.1",
40
40
  "@salesforce/dev-scripts": "^10",
41
41
  "@salesforce/ts-sinon": "1.4.19",
42
42
  "@types/semver": "^7.5.8",
@@ -3227,13 +3227,13 @@
3227
3227
  }
3228
3228
  },
3229
3229
  "node_modules/@oclif/plugin-command-snapshot": {
3230
- "version": "5.2.0",
3231
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.0.tgz",
3232
- "integrity": "sha512-F4vba5e25dLkPGVgkPnyNnXX1DVSewTzQJUGtI2bvdV+RMwvKa3p2qT3tOI1Dwbo1uTHNjQSMN9OF3+iy7Ok8Q==",
3230
+ "version": "5.2.1",
3231
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.1.tgz",
3232
+ "integrity": "sha512-Qzz4OLjmaB0uVVHe5TMVsyd412+racLRbnWsi54PIQQN68vfcLTHwiDoFTTgSkCkbraMxsPbjsxazcqXhUcSxQ==",
3233
3233
  "dev": true,
3234
3234
  "license": "MIT",
3235
3235
  "dependencies": {
3236
- "@oclif/core": "^4.0.0-beta.13",
3236
+ "@oclif/core": "^4",
3237
3237
  "ansis": "^3.2.0",
3238
3238
  "globby": "^14.0.1",
3239
3239
  "just-diff": "^5.2.0",
@@ -3926,17 +3926,18 @@
3926
3926
  }
3927
3927
  },
3928
3928
  "node_modules/@salesforce/core": {
3929
- "version": "7.3.10",
3930
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.10.tgz",
3931
- "integrity": "sha512-kEKoqkmhWNoiucAE3Ylv6FpC4iVgk4aE0dmcwSmNrMjxSbtjQJGUybprfO/itrLJv+56eM7/4FARQQ2gDbRzQQ==",
3929
+ "version": "7.3.12",
3930
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.12.tgz",
3931
+ "integrity": "sha512-a53KYv2xaJpmFlN4haI7ewaMpRqdRwaqbm11wLn0il6+LNR1/2zkRdqE3opdTW6aXNvVecNu0YQj5/u3Uz3oPw==",
3932
3932
  "license": "BSD-3-Clause",
3933
3933
  "dependencies": {
3934
3934
  "@jsforce/jsforce-node": "^3.2.0",
3935
- "@salesforce/kit": "^3.1.1",
3935
+ "@salesforce/kit": "^3.1.2",
3936
3936
  "@salesforce/schemas": "^1.9.0",
3937
3937
  "@salesforce/ts-types": "^2.0.9",
3938
3938
  "ajv": "^8.15.0",
3939
3939
  "change-case": "^4.1.2",
3940
+ "fast-levenshtein": "^3.0.0",
3940
3941
  "faye": "^1.4.0",
3941
3942
  "form-data": "^4.0.0",
3942
3943
  "js2xmlparser": "^4.0.1",
@@ -4116,15 +4117,15 @@
4116
4117
  }
4117
4118
  },
4118
4119
  "node_modules/@salesforce/plugin-command-reference": {
4119
- "version": "3.0.83",
4120
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.83.tgz",
4121
- "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==",
4122
4123
  "license": "BSD-3-Clause",
4123
4124
  "dependencies": {
4124
- "@oclif/core": "^3.26.5",
4125
- "@salesforce/core": "^7.3.1",
4125
+ "@oclif/core": "^4",
4126
+ "@salesforce/core": "^7.3.12",
4126
4127
  "@salesforce/kit": "^3.1.1",
4127
- "@salesforce/sf-plugins-core": "^9.0.5",
4128
+ "@salesforce/sf-plugins-core": "^10.0.0",
4128
4129
  "@salesforce/ts-types": "^2.0.9",
4129
4130
  "chalk": "^5.3.0",
4130
4131
  "debug": "^4.3.4",
@@ -4134,154 +4135,6 @@
4134
4135
  "node": ">=18.0.0"
4135
4136
  }
4136
4137
  },
4137
- "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/core": {
4138
- "version": "3.26.6",
4139
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.6.tgz",
4140
- "integrity": "sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==",
4141
- "license": "MIT",
4142
- "dependencies": {
4143
- "@types/cli-progress": "^3.11.5",
4144
- "ansi-escapes": "^4.3.2",
4145
- "ansi-styles": "^4.3.0",
4146
- "cardinal": "^2.1.1",
4147
- "chalk": "^4.1.2",
4148
- "clean-stack": "^3.0.1",
4149
- "cli-progress": "^3.12.0",
4150
- "color": "^4.2.3",
4151
- "debug": "^4.3.4",
4152
- "ejs": "^3.1.10",
4153
- "get-package-type": "^0.1.0",
4154
- "globby": "^11.1.0",
4155
- "hyperlinker": "^1.0.0",
4156
- "indent-string": "^4.0.0",
4157
- "is-wsl": "^2.2.0",
4158
- "js-yaml": "^3.14.1",
4159
- "minimatch": "^9.0.4",
4160
- "natural-orderby": "^2.0.3",
4161
- "object-treeify": "^1.1.33",
4162
- "password-prompt": "^1.1.3",
4163
- "slice-ansi": "^4.0.0",
4164
- "string-width": "^4.2.3",
4165
- "strip-ansi": "^6.0.1",
4166
- "supports-color": "^8.1.1",
4167
- "supports-hyperlinks": "^2.2.0",
4168
- "widest-line": "^3.1.0",
4169
- "wordwrap": "^1.0.0",
4170
- "wrap-ansi": "^7.0.0"
4171
- },
4172
- "engines": {
4173
- "node": ">=18.0.0"
4174
- }
4175
- },
4176
- "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/core/node_modules/chalk": {
4177
- "version": "4.1.2",
4178
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
4179
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
4180
- "license": "MIT",
4181
- "dependencies": {
4182
- "ansi-styles": "^4.1.0",
4183
- "supports-color": "^7.1.0"
4184
- },
4185
- "engines": {
4186
- "node": ">=10"
4187
- },
4188
- "funding": {
4189
- "url": "https://github.com/chalk/chalk?sponsor=1"
4190
- }
4191
- },
4192
- "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
4193
- "version": "7.2.0",
4194
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
4195
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
4196
- "license": "MIT",
4197
- "dependencies": {
4198
- "has-flag": "^4.0.0"
4199
- },
4200
- "engines": {
4201
- "node": ">=8"
4202
- }
4203
- },
4204
- "node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
4205
- "version": "9.1.1",
4206
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz",
4207
- "integrity": "sha512-5d4vGLqb1NZoHvDpuTu96TsFg/lexdnQNWC0h7GhOqxikJBpxk6P1DEbk9HrZWL18Gs1YXO9OCj2g8nKqbIC/Q==",
4208
- "license": "BSD-3-Clause",
4209
- "dependencies": {
4210
- "@inquirer/confirm": "^3.1.9",
4211
- "@inquirer/password": "^2.1.9",
4212
- "@oclif/core": "^3.26.6",
4213
- "@salesforce/core": "^7.3.9",
4214
- "@salesforce/kit": "^3.1.2",
4215
- "@salesforce/ts-types": "^2.0.9",
4216
- "chalk": "^5.3.0"
4217
- },
4218
- "engines": {
4219
- "node": ">=18.0.0"
4220
- }
4221
- },
4222
- "node_modules/@salesforce/plugin-command-reference/node_modules/argparse": {
4223
- "version": "1.0.10",
4224
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
4225
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
4226
- "license": "MIT",
4227
- "dependencies": {
4228
- "sprintf-js": "~1.0.2"
4229
- }
4230
- },
4231
- "node_modules/@salesforce/plugin-command-reference/node_modules/js-yaml": {
4232
- "version": "3.14.1",
4233
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
4234
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
4235
- "license": "MIT",
4236
- "dependencies": {
4237
- "argparse": "^1.0.7",
4238
- "esprima": "^4.0.0"
4239
- },
4240
- "bin": {
4241
- "js-yaml": "bin/js-yaml.js"
4242
- }
4243
- },
4244
- "node_modules/@salesforce/plugin-command-reference/node_modules/natural-orderby": {
4245
- "version": "2.0.3",
4246
- "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz",
4247
- "integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==",
4248
- "license": "MIT",
4249
- "engines": {
4250
- "node": "*"
4251
- }
4252
- },
4253
- "node_modules/@salesforce/plugin-command-reference/node_modules/slice-ansi": {
4254
- "version": "4.0.0",
4255
- "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
4256
- "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
4257
- "license": "MIT",
4258
- "dependencies": {
4259
- "ansi-styles": "^4.0.0",
4260
- "astral-regex": "^2.0.0",
4261
- "is-fullwidth-code-point": "^3.0.0"
4262
- },
4263
- "engines": {
4264
- "node": ">=10"
4265
- },
4266
- "funding": {
4267
- "url": "https://github.com/chalk/slice-ansi?sponsor=1"
4268
- }
4269
- },
4270
- "node_modules/@salesforce/plugin-command-reference/node_modules/supports-color": {
4271
- "version": "8.1.1",
4272
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
4273
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
4274
- "license": "MIT",
4275
- "dependencies": {
4276
- "has-flag": "^4.0.0"
4277
- },
4278
- "engines": {
4279
- "node": ">=10"
4280
- },
4281
- "funding": {
4282
- "url": "https://github.com/chalk/supports-color?sponsor=1"
4283
- }
4284
- },
4285
4138
  "node_modules/@salesforce/plugin-info": {
4286
4139
  "version": "3.3.0",
4287
4140
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.0.tgz",
@@ -9297,7 +9150,6 @@
9297
9150
  "version": "3.0.0",
9298
9151
  "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-3.0.0.tgz",
9299
9152
  "integrity": "sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==",
9300
- "dev": true,
9301
9153
  "license": "MIT",
9302
9154
  "dependencies": {
9303
9155
  "fastest-levenshtein": "^1.0.7"
@@ -9345,7 +9197,6 @@
9345
9197
  "version": "1.0.16",
9346
9198
  "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
9347
9199
  "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
9348
- "dev": true,
9349
9200
  "license": "MIT",
9350
9201
  "engines": {
9351
9202
  "node": ">= 4.9.1"
package/oclif.lock CHANGED
@@ -1521,7 +1521,7 @@
1521
1521
  wordwrap "^1.0.0"
1522
1522
  wrap-ansi "^7.0.0"
1523
1523
 
1524
- "@oclif/core@^4", "@oclif/core@^4.0.0-beta.13":
1524
+ "@oclif/core@^4":
1525
1525
  version "4.0.3"
1526
1526
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.3.tgz#6231272447c7057813986860448613ed38cfdc47"
1527
1527
  integrity sha512-yM8R/M2WfSNfL9eF8clS/SbQvanvHZJgoij5bLs3ro7uAFCkL/LYcagyj0UVGbysx5AI+SNIof6OHQUXYZpOZw==
@@ -1544,12 +1544,12 @@
1544
1544
  wordwrap "^1.0.0"
1545
1545
  wrap-ansi "^7.0.0"
1546
1546
 
1547
- "@oclif/plugin-command-snapshot@^5.2.0":
1548
- version "5.2.0"
1549
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.0.tgz#315ec592f43faf417dbd6dc5af03c21cf06e5f35"
1550
- integrity sha512-F4vba5e25dLkPGVgkPnyNnXX1DVSewTzQJUGtI2bvdV+RMwvKa3p2qT3tOI1Dwbo1uTHNjQSMN9OF3+iy7Ok8Q==
1547
+ "@oclif/plugin-command-snapshot@^5.2.1":
1548
+ version "5.2.1"
1549
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.1.tgz#f570ffc2c7f46f56654b42231ad27785bd228299"
1550
+ integrity sha512-Qzz4OLjmaB0uVVHe5TMVsyd412+racLRbnWsi54PIQQN68vfcLTHwiDoFTTgSkCkbraMxsPbjsxazcqXhUcSxQ==
1551
1551
  dependencies:
1552
- "@oclif/core" "^4.0.0-beta.13"
1552
+ "@oclif/core" "^4"
1553
1553
  ansis "^3.2.0"
1554
1554
  globby "^14.0.1"
1555
1555
  just-diff "^5.2.0"
@@ -1698,17 +1698,18 @@
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.5", "@salesforce/core@^7.3.8", "@salesforce/core@^7.3.9":
1702
- version "7.3.10"
1703
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.10.tgz#83da85c4e93ca625e2c13118aad9c1df2931bc0f"
1704
- integrity sha512-kEKoqkmhWNoiucAE3Ylv6FpC4iVgk4aE0dmcwSmNrMjxSbtjQJGUybprfO/itrLJv+56eM7/4FARQQ2gDbRzQQ==
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
+ version "7.3.12"
1703
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.12.tgz#9138980db21566c467f35afe9192f33bf77f160c"
1704
+ integrity sha512-a53KYv2xaJpmFlN4haI7ewaMpRqdRwaqbm11wLn0il6+LNR1/2zkRdqE3opdTW6aXNvVecNu0YQj5/u3Uz3oPw==
1705
1705
  dependencies:
1706
1706
  "@jsforce/jsforce-node" "^3.2.0"
1707
- "@salesforce/kit" "^3.1.1"
1707
+ "@salesforce/kit" "^3.1.2"
1708
1708
  "@salesforce/schemas" "^1.9.0"
1709
1709
  "@salesforce/ts-types" "^2.0.9"
1710
1710
  ajv "^8.15.0"
1711
1711
  change-case "^4.1.2"
1712
+ fast-levenshtein "^3.0.0"
1712
1713
  faye "^1.4.0"
1713
1714
  form-data "^4.0.0"
1714
1715
  js2xmlparser "^4.0.1"
@@ -1766,15 +1767,15 @@
1766
1767
  "@salesforce/ts-types" "^2.0.9"
1767
1768
  tslib "^2.6.2"
1768
1769
 
1769
- "@salesforce/plugin-command-reference@^3.0.83":
1770
- version "3.0.83"
1771
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.83.tgz#1dfb07c2720a1e7b3475c39685cf4d209b57cce2"
1772
- 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==
1773
1774
  dependencies:
1774
- "@oclif/core" "^3.26.5"
1775
- "@salesforce/core" "^7.3.1"
1775
+ "@oclif/core" "^4"
1776
+ "@salesforce/core" "^7.3.12"
1776
1777
  "@salesforce/kit" "^3.1.1"
1777
- "@salesforce/sf-plugins-core" "^9.0.5"
1778
+ "@salesforce/sf-plugins-core" "^10.0.0"
1778
1779
  "@salesforce/ts-types" "^2.0.9"
1779
1780
  chalk "^5.3.0"
1780
1781
  debug "^4.3.4"
@@ -1843,7 +1844,7 @@
1843
1844
  string-width "^7.1.0"
1844
1845
  terminal-link "^3.0.0"
1845
1846
 
1846
- "@salesforce/sf-plugins-core@^9.0.5", "@salesforce/sf-plugins-core@^9.0.7":
1847
+ "@salesforce/sf-plugins-core@^9.0.7":
1847
1848
  version "9.1.1"
1848
1849
  resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz#8818fdb23e0f174d9e6dded0cf34a88be5e3cc44"
1849
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.1"
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.1",
4
+ "version": "5.5.3",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -14,9 +14,9 @@
14
14
  "@octokit/plugin-paginate-rest": "^6.1.2",
15
15
  "@octokit/plugin-throttling": "^5.2.3",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.9",
17
- "@salesforce/core": "^7.3.1",
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",
@@ -33,7 +33,7 @@
33
33
  "yarn-deduplicate": "^6.0.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@oclif/plugin-command-snapshot": "^5.2.0",
36
+ "@oclif/plugin-command-snapshot": "^5.2.1",
37
37
  "@salesforce/dev-scripts": "^10",
38
38
  "@salesforce/ts-sinon": "1.4.19",
39
39
  "@types/semver": "^7.5.8",