@salesforce/plugin-release-management 5.7.8 → 5.7.9

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.7.8/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.9/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.7.8/src/commands/cli/artifacts/compare.ts)_
172
+ _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.9/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.7.8/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.7.9/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.7.8/src/commands/cli/install/test.ts)_
234
+ _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.9/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.7.8/src/commands/cli/release/automerge.ts)_
265
+ _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.9/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.7.8/src/commands/cli/release/build.ts)_
328
+ _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.9/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.7.8/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.9/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.7.8/src/commands/cli/tarballs/prepare.ts)_
397
+ _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.9/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.7.8/src/commands/cli/tarballs/smoke.ts)_
427
+ _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.9/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.7.8/src/commands/cli/tarballs/verify.ts)_
459
+ _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.9/src/commands/cli/tarballs/verify.ts)_
460
460
 
461
461
  ## `sfdx cli versions inspect`
462
462
 
@@ -508,7 +508,7 @@ EXAMPLES
508
508
  $ sfdx cli versions inspect -l npm -c latest -d chalk -s
509
509
  ```
510
510
 
511
- _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.8/src/commands/cli/versions/inspect.ts)_
511
+ _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.9/src/commands/cli/versions/inspect.ts)_
512
512
 
513
513
  ## `sfdx dependabot automerge`
514
514
 
@@ -548,7 +548,7 @@ EXAMPLES
548
548
  $ sfdx dependabot automerge --max-version-bump major
549
549
  ```
550
550
 
551
- _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.8/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.9/src/commands/dependabot/automerge.ts)_
552
552
 
553
553
  ## `sfdx github check closed`
554
554
 
@@ -575,7 +575,7 @@ EXAMPLES
575
575
  $ sfdx github check closed -o me@gus.com
576
576
  ```
577
577
 
578
- _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.8/src/commands/github/check/closed.ts)_
578
+ _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.9/src/commands/github/check/closed.ts)_
579
579
 
580
580
  ## `sfdx npm dependencies pin`
581
581
 
@@ -601,7 +601,7 @@ DESCRIPTION
601
601
  in the package.json
602
602
  ```
603
603
 
604
- _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.8/src/commands/npm/dependencies/pin.ts)_
604
+ _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.9/src/commands/npm/dependencies/pin.ts)_
605
605
 
606
606
  ## `sfdx npm package release`
607
607
 
@@ -633,7 +633,7 @@ DESCRIPTION
633
633
  publish npm package
634
634
  ```
635
635
 
636
- _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.8/src/commands/npm/package/release.ts)_
636
+ _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.9/src/commands/npm/package/release.ts)_
637
637
 
638
638
  ## `sfdx plugins trust verify`
639
639
 
@@ -701,6 +701,6 @@ EXAMPLES
701
701
  $ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
702
702
  ```
703
703
 
704
- _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.8/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.9/src/commands/repositories/index.ts)_
705
705
 
706
706
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.7.8",
3
+ "version": "5.7.9",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.7.8",
9
+ "version": "5.7.9",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.2.8",
@@ -18,7 +18,7 @@
18
18
  "@salesforce/kit": "^3.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.1.49",
20
20
  "@salesforce/plugin-trust": "^3.7.70",
21
- "@salesforce/sf-plugins-core": "^12.2.0",
21
+ "@salesforce/sf-plugins-core": "^12.2.1",
22
22
  "@salesforce/ts-types": "^2.0.10",
23
23
  "aws-sdk": "^2.1692.0",
24
24
  "chalk": "^5.4.0",
@@ -42,7 +42,7 @@
42
42
  "@types/semver": "^7.5.8",
43
43
  "@types/shelljs": "^0.8.15",
44
44
  "aws-sdk-mock": "^5.9.0",
45
- "eslint-plugin-sf-plugin": "^1.20.15",
45
+ "eslint-plugin-sf-plugin": "^1.20.17",
46
46
  "oclif": "^4.17.37",
47
47
  "ts-node": "^10.9.2",
48
48
  "typescript": "^5.8.2"
@@ -4456,13 +4456,13 @@
4456
4456
  }
4457
4457
  },
4458
4458
  "node_modules/@oclif/core": {
4459
- "version": "4.2.8",
4460
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.8.tgz",
4461
- "integrity": "sha512-OWv4Va6bERxIhrYcnUGzyhGRqktc64lJO6cZ3UwkzJDpfR8ZrbCxRfKRBBah1i8kzUlOAeAXnpbMBMah3skKwA==",
4459
+ "version": "4.2.10",
4460
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.10.tgz",
4461
+ "integrity": "sha512-fAqcXgqkUm4v5FYy7qWP4w1HaOlVSVJveah+yVTo5Nm5kTiXhmD5mQQ7+knGeBaStyrtQy6WardoC2xSic9rlQ==",
4462
4462
  "license": "MIT",
4463
4463
  "dependencies": {
4464
4464
  "ansi-escapes": "^4.3.2",
4465
- "ansis": "^3.16.0",
4465
+ "ansis": "^3.17.0",
4466
4466
  "clean-stack": "^3.0.1",
4467
4467
  "cli-spinners": "^2.9.2",
4468
4468
  "debug": "^4.4.0",
@@ -4638,16 +4638,6 @@
4638
4638
  "node": ">=18.0.0"
4639
4639
  }
4640
4640
  },
4641
- "node_modules/@oclif/plugin-not-found/node_modules/ansis": {
4642
- "version": "3.17.0",
4643
- "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.17.0.tgz",
4644
- "integrity": "sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==",
4645
- "dev": true,
4646
- "license": "ISC",
4647
- "engines": {
4648
- "node": ">=14"
4649
- }
4650
- },
4651
4641
  "node_modules/@oclif/plugin-warn-if-update-available": {
4652
4642
  "version": "3.1.31",
4653
4643
  "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.31.tgz",
@@ -5575,16 +5565,16 @@
5575
5565
  "license": "ISC"
5576
5566
  },
5577
5567
  "node_modules/@salesforce/sf-plugins-core": {
5578
- "version": "12.2.0",
5579
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.0.tgz",
5580
- "integrity": "sha512-aGNk74rMt8I+HTP7hRsX6kxiGTuun9ONrWkX7JvWDdtIoO9TsEbNVZENH8GFxHFalWPFCj31IMUQD/bGbxMFbg==",
5568
+ "version": "12.2.1",
5569
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.1.tgz",
5570
+ "integrity": "sha512-b3eRSzGO0weBLL1clHaJNgNP1aKkD1Qy2DQEc0ieteEm+fh1FfPA0QpJ9rh/hdmkJRip2x2R2zz9tflJ0wflbg==",
5581
5571
  "license": "BSD-3-Clause",
5582
5572
  "dependencies": {
5583
5573
  "@inquirer/confirm": "^3.1.22",
5584
5574
  "@inquirer/password": "^2.2.0",
5585
- "@oclif/core": "^4.2.4",
5575
+ "@oclif/core": "^4.2.10",
5586
5576
  "@oclif/table": "^0.4.6",
5587
- "@salesforce/core": "^8.5.1",
5577
+ "@salesforce/core": "^8.8.5",
5588
5578
  "@salesforce/kit": "^3.2.3",
5589
5579
  "@salesforce/ts-types": "^2.0.12",
5590
5580
  "ansis": "^3.3.2",
@@ -7287,9 +7277,9 @@
7287
7277
  "license": "MIT"
7288
7278
  },
7289
7279
  "node_modules/ansis": {
7290
- "version": "3.16.0",
7291
- "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.16.0.tgz",
7292
- "integrity": "sha512-sU7d/tfZiYrsIAXbdL/CNZld5bCkruzwT5KmqmadCJYxuLxHAOBjidxD5+iLmN/6xEfjcQq1l7OpsiCBlc4LzA==",
7280
+ "version": "3.17.0",
7281
+ "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.17.0.tgz",
7282
+ "integrity": "sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==",
7293
7283
  "license": "ISC",
7294
7284
  "engines": {
7295
7285
  "node": ">=14"
@@ -10248,13 +10238,13 @@
10248
10238
  }
10249
10239
  },
10250
10240
  "node_modules/eslint-plugin-sf-plugin": {
10251
- "version": "1.20.15",
10252
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.15.tgz",
10253
- "integrity": "sha512-3KVeIZs80bTHuURTMtsUdQxt6TodewF6h13Z2OtePAwPh651Vg8sZM7Y/+R2Tsvpom+SW9WWNRkF9P9HuLSAXg==",
10241
+ "version": "1.20.17",
10242
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.17.tgz",
10243
+ "integrity": "sha512-KULt5U7hqHPzgJ9596naQ06UV1WCR2LDAeaN1/We9N1NxQwZu/HWKQVOjJ6gLceLxdmKUhe1YTD2PHliIkMNmA==",
10254
10244
  "dev": true,
10255
10245
  "license": "BSD-3-Clause",
10256
10246
  "dependencies": {
10257
- "@salesforce/core": "^8.8.3",
10247
+ "@salesforce/core": "^8.8.6",
10258
10248
  "@typescript-eslint/utils": "^7.18.0"
10259
10249
  },
10260
10250
  "engines": {
package/oclif.lock CHANGED
@@ -1857,13 +1857,13 @@
1857
1857
  proc-log "^5.0.0"
1858
1858
  which "^5.0.0"
1859
1859
 
1860
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.4", "@oclif/core@^4.2.8":
1861
- version "4.2.8"
1862
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.8.tgz#6e71c76b8ea91064ffc8390a3fd2502c5d32a3db"
1863
- integrity sha512-OWv4Va6bERxIhrYcnUGzyhGRqktc64lJO6cZ3UwkzJDpfR8ZrbCxRfKRBBah1i8kzUlOAeAXnpbMBMah3skKwA==
1860
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.2.8":
1861
+ version "4.2.10"
1862
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.10.tgz#31dfb7481c79887c3e672e10c981fcc01fcbaeb3"
1863
+ integrity sha512-fAqcXgqkUm4v5FYy7qWP4w1HaOlVSVJveah+yVTo5Nm5kTiXhmD5mQQ7+knGeBaStyrtQy6WardoC2xSic9rlQ==
1864
1864
  dependencies:
1865
1865
  ansi-escapes "^4.3.2"
1866
- ansis "^3.16.0"
1866
+ ansis "^3.17.0"
1867
1867
  clean-stack "^3.0.1"
1868
1868
  cli-spinners "^2.9.2"
1869
1869
  debug "^4.4.0"
@@ -2062,7 +2062,7 @@
2062
2062
  strip-ansi "6.0.1"
2063
2063
  ts-retry-promise "^0.8.1"
2064
2064
 
2065
- "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.3", "@salesforce/core@^8.8.4", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.6":
2065
+ "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.4", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.6":
2066
2066
  version "8.8.6"
2067
2067
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.6.tgz#a7e4e7a6ed074efa60cca30d1ef620d62f443d8c"
2068
2068
  integrity sha512-RQK7iUvOv579qZkz93DtXOTFY6HZrOF1iJB5JntnzzmWgKXwdeRdoyIYlLksrDp0vkNtjtNTZZz+IJY4x6eCig==
@@ -2207,16 +2207,16 @@
2207
2207
  string-width "^7.2.0"
2208
2208
  terminal-link "^3.0.0"
2209
2209
 
2210
- "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.0":
2211
- version "12.2.0"
2212
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.0.tgz#c53f5342841cc490752b78f2707e84d8946dd740"
2213
- integrity sha512-aGNk74rMt8I+HTP7hRsX6kxiGTuun9ONrWkX7JvWDdtIoO9TsEbNVZENH8GFxHFalWPFCj31IMUQD/bGbxMFbg==
2210
+ "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.1":
2211
+ version "12.2.1"
2212
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.1.tgz#1048a5d1245f07f0e864f0f76e8818fd21a84fe6"
2213
+ integrity sha512-b3eRSzGO0weBLL1clHaJNgNP1aKkD1Qy2DQEc0ieteEm+fh1FfPA0QpJ9rh/hdmkJRip2x2R2zz9tflJ0wflbg==
2214
2214
  dependencies:
2215
2215
  "@inquirer/confirm" "^3.1.22"
2216
2216
  "@inquirer/password" "^2.2.0"
2217
- "@oclif/core" "^4.2.4"
2217
+ "@oclif/core" "^4.2.10"
2218
2218
  "@oclif/table" "^0.4.6"
2219
- "@salesforce/core" "^8.5.1"
2219
+ "@salesforce/core" "^8.8.5"
2220
2220
  "@salesforce/kit" "^3.2.3"
2221
2221
  "@salesforce/ts-types" "^2.0.12"
2222
2222
  ansis "^3.3.2"
@@ -3465,12 +3465,7 @@ ansicolors@~0.3.2:
3465
3465
  resolved "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz"
3466
3466
  integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
3467
3467
 
3468
- ansis@^3.16.0, ansis@^3.3.2, ansis@^3.5.2:
3469
- version "3.16.0"
3470
- resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.16.0.tgz#5e365fd173133756a01199c77fc9146bb22fb5eb"
3471
- integrity sha512-sU7d/tfZiYrsIAXbdL/CNZld5bCkruzwT5KmqmadCJYxuLxHAOBjidxD5+iLmN/6xEfjcQq1l7OpsiCBlc4LzA==
3472
-
3473
- ansis@^3.17.0:
3468
+ ansis@^3.16.0, ansis@^3.17.0, ansis@^3.3.2, ansis@^3.5.2:
3474
3469
  version "3.17.0"
3475
3470
  resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.17.0.tgz#fa8d9c2a93fe7d1177e0c17f9eeb562a58a832d7"
3476
3471
  integrity sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==
@@ -5056,12 +5051,12 @@ eslint-plugin-jsdoc@^46.10.1:
5056
5051
  semver "^7.5.4"
5057
5052
  spdx-expression-parse "^4.0.0"
5058
5053
 
5059
- eslint-plugin-sf-plugin@^1.20.15:
5060
- version "1.20.15"
5061
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.15.tgz#01ccf535b98719b60fd206778a1d507420396547"
5062
- integrity sha512-3KVeIZs80bTHuURTMtsUdQxt6TodewF6h13Z2OtePAwPh651Vg8sZM7Y/+R2Tsvpom+SW9WWNRkF9P9HuLSAXg==
5054
+ eslint-plugin-sf-plugin@^1.20.17:
5055
+ version "1.20.17"
5056
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.17.tgz#3ab229426d046c278a87fd12a290453573d9680e"
5057
+ integrity sha512-KULt5U7hqHPzgJ9596naQ06UV1WCR2LDAeaN1/We9N1NxQwZu/HWKQVOjJ6gLceLxdmKUhe1YTD2PHliIkMNmA==
5063
5058
  dependencies:
5064
- "@salesforce/core" "^8.8.3"
5059
+ "@salesforce/core" "^8.8.6"
5065
5060
  "@typescript-eslint/utils" "^7.18.0"
5066
5061
 
5067
5062
  eslint-plugin-unicorn@^50.0.1:
@@ -621,6 +621,233 @@
621
621
  "test.js"
622
622
  ]
623
623
  },
624
+ "cli:release:automerge": {
625
+ "aliases": [],
626
+ "args": {},
627
+ "description": "Attempt to automerge nightly PR",
628
+ "examples": [
629
+ "<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
630
+ ],
631
+ "flags": {
632
+ "json": {
633
+ "description": "Format output as json.",
634
+ "helpGroup": "GLOBAL",
635
+ "name": "json",
636
+ "allowNo": false,
637
+ "type": "boolean"
638
+ },
639
+ "flags-dir": {
640
+ "helpGroup": "GLOBAL",
641
+ "name": "flags-dir",
642
+ "summary": "Import flag values from a directory.",
643
+ "hasDynamicHelp": false,
644
+ "multiple": false,
645
+ "type": "option"
646
+ },
647
+ "owner": {
648
+ "aliases": [
649
+ "org"
650
+ ],
651
+ "dependsOn": [
652
+ "repo"
653
+ ],
654
+ "name": "owner",
655
+ "required": true,
656
+ "summary": "Github owner (org), example: salesforcecli",
657
+ "hasDynamicHelp": false,
658
+ "multiple": false,
659
+ "type": "option"
660
+ },
661
+ "repo": {
662
+ "dependsOn": [
663
+ "owner"
664
+ ],
665
+ "name": "repo",
666
+ "required": true,
667
+ "summary": "Github repo, example: sfdx-cli",
668
+ "hasDynamicHelp": false,
669
+ "multiple": false,
670
+ "type": "option"
671
+ },
672
+ "pull-number": {
673
+ "name": "pull-number",
674
+ "required": true,
675
+ "summary": "Github pull request number to merge",
676
+ "hasDynamicHelp": false,
677
+ "multiple": false,
678
+ "type": "option"
679
+ },
680
+ "dry-run": {
681
+ "char": "d",
682
+ "name": "dry-run",
683
+ "summary": "Run all checks, but do not merge PR",
684
+ "allowNo": false,
685
+ "type": "boolean"
686
+ },
687
+ "verbose": {
688
+ "name": "verbose",
689
+ "summary": "Show additional debug output",
690
+ "allowNo": false,
691
+ "type": "boolean"
692
+ }
693
+ },
694
+ "hasDynamicHelp": false,
695
+ "hiddenAliases": [],
696
+ "id": "cli:release:automerge",
697
+ "pluginAlias": "@salesforce/plugin-release-management",
698
+ "pluginName": "@salesforce/plugin-release-management",
699
+ "pluginType": "core",
700
+ "strict": true,
701
+ "summary": "Attempt to automerge nightly PR",
702
+ "enableJsonFlag": true,
703
+ "isESM": true,
704
+ "relativePath": [
705
+ "lib",
706
+ "commands",
707
+ "cli",
708
+ "release",
709
+ "automerge.js"
710
+ ]
711
+ },
712
+ "cli:release:build": {
713
+ "aliases": [
714
+ "cli:latestrc:build"
715
+ ],
716
+ "args": {},
717
+ "description": "builds a new release from a designated starting point and optionally creates PR in Github",
718
+ "examples": [
719
+ "<%= config.bin %> <%= command.id %>",
720
+ "<%= config.bin %> <%= command.id %> --patch",
721
+ "<%= config.bin %> <%= command.id %> --start-from-npm-dist-tag latest-rc --patch",
722
+ "<%= config.bin %> <%= command.id %> --start-from-github-ref 7.144.0",
723
+ "<%= config.bin %> <%= command.id %> --start-from-github-ref main",
724
+ "<%= config.bin %> <%= command.id %> --start-from-github-ref f476e8e",
725
+ "<%= config.bin %> <%= command.id %> --start-from-github-ref main --prerelease beta",
726
+ "<%= config.bin %> <%= command.id %> --build-only",
727
+ "<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3"
728
+ ],
729
+ "flags": {
730
+ "json": {
731
+ "description": "Format output as json.",
732
+ "helpGroup": "GLOBAL",
733
+ "name": "json",
734
+ "allowNo": false,
735
+ "type": "boolean"
736
+ },
737
+ "flags-dir": {
738
+ "helpGroup": "GLOBAL",
739
+ "name": "flags-dir",
740
+ "summary": "Import flag values from a directory.",
741
+ "hasDynamicHelp": false,
742
+ "multiple": false,
743
+ "type": "option"
744
+ },
745
+ "start-from-npm-dist-tag": {
746
+ "aliases": [
747
+ "rctag"
748
+ ],
749
+ "char": "d",
750
+ "deprecateAliases": true,
751
+ "name": "start-from-npm-dist-tag",
752
+ "summary": "the npm dist-tag to start the release from, examples: nightly, latest-rc",
753
+ "hasDynamicHelp": false,
754
+ "multiple": false,
755
+ "type": "option"
756
+ },
757
+ "start-from-github-ref": {
758
+ "char": "g",
759
+ "name": "start-from-github-ref",
760
+ "summary": "a Github ref to start the release from, examples: main, 7.144.0, f476e8e",
761
+ "hasDynamicHelp": false,
762
+ "multiple": false,
763
+ "type": "option"
764
+ },
765
+ "release-channel": {
766
+ "char": "c",
767
+ "name": "release-channel",
768
+ "required": true,
769
+ "summary": "the channel intended for this release, examples: nightly, latest-rc, latest, dev, beta, etc...",
770
+ "hasDynamicHelp": false,
771
+ "multiple": false,
772
+ "type": "option"
773
+ },
774
+ "build-only": {
775
+ "name": "build-only",
776
+ "summary": "only build the release, do not git add/commit/push",
777
+ "allowNo": false,
778
+ "type": "boolean"
779
+ },
780
+ "resolutions": {
781
+ "name": "resolutions",
782
+ "summary": "bump the versions of packages listed in the resolutions section",
783
+ "allowNo": true,
784
+ "type": "boolean"
785
+ },
786
+ "only": {
787
+ "name": "only",
788
+ "summary": "only bump the version of the packages passed in, uses latest if version is not provided",
789
+ "delimiter": ",",
790
+ "hasDynamicHelp": false,
791
+ "multiple": true,
792
+ "type": "option"
793
+ },
794
+ "pinned-deps": {
795
+ "name": "pinned-deps",
796
+ "summary": "bump the versions of the packages listed in the pinnedDependencies section",
797
+ "allowNo": true,
798
+ "type": "boolean"
799
+ },
800
+ "jit": {
801
+ "name": "jit",
802
+ "summary": "bump the versions of the packages listed in the jitPlugins (just-in-time) section",
803
+ "allowNo": true,
804
+ "type": "boolean"
805
+ },
806
+ "label": {
807
+ "name": "label",
808
+ "summary": "add one or more labels to the Github PR",
809
+ "hasDynamicHelp": false,
810
+ "multiple": true,
811
+ "type": "option"
812
+ },
813
+ "patch": {
814
+ "name": "patch",
815
+ "summary": "bump the release as a patch of an existing version, not a new minor version",
816
+ "allowNo": false,
817
+ "type": "boolean"
818
+ },
819
+ "empty": {
820
+ "name": "empty",
821
+ "summary": "create an empty release PR for pushing changes to later (version will still be bumped)",
822
+ "allowNo": false,
823
+ "type": "boolean"
824
+ },
825
+ "pr-base-branch": {
826
+ "name": "pr-base-branch",
827
+ "summary": "base branch to create the PR against; if not specified, the build determines the branch for you",
828
+ "hasDynamicHelp": false,
829
+ "multiple": false,
830
+ "type": "option"
831
+ }
832
+ },
833
+ "hasDynamicHelp": false,
834
+ "hiddenAliases": [],
835
+ "id": "cli:release:build",
836
+ "pluginAlias": "@salesforce/plugin-release-management",
837
+ "pluginName": "@salesforce/plugin-release-management",
838
+ "pluginType": "core",
839
+ "strict": true,
840
+ "summary": "builds a new release from a designated starting point and optionally creates PR in Github",
841
+ "enableJsonFlag": true,
842
+ "isESM": true,
843
+ "relativePath": [
844
+ "lib",
845
+ "commands",
846
+ "cli",
847
+ "release",
848
+ "build.js"
849
+ ]
850
+ },
624
851
  "cli:tarballs:prepare": {
625
852
  "aliases": [],
626
853
  "args": {},
@@ -899,233 +1126,6 @@
899
1126
  "inspect.js"
900
1127
  ]
901
1128
  },
902
- "cli:release:automerge": {
903
- "aliases": [],
904
- "args": {},
905
- "description": "Attempt to automerge nightly PR",
906
- "examples": [
907
- "<%= config.bin %> <%= command.id %> --owner salesforcecli --repo sfdx-cli --pul-number 1049"
908
- ],
909
- "flags": {
910
- "json": {
911
- "description": "Format output as json.",
912
- "helpGroup": "GLOBAL",
913
- "name": "json",
914
- "allowNo": false,
915
- "type": "boolean"
916
- },
917
- "flags-dir": {
918
- "helpGroup": "GLOBAL",
919
- "name": "flags-dir",
920
- "summary": "Import flag values from a directory.",
921
- "hasDynamicHelp": false,
922
- "multiple": false,
923
- "type": "option"
924
- },
925
- "owner": {
926
- "aliases": [
927
- "org"
928
- ],
929
- "dependsOn": [
930
- "repo"
931
- ],
932
- "name": "owner",
933
- "required": true,
934
- "summary": "Github owner (org), example: salesforcecli",
935
- "hasDynamicHelp": false,
936
- "multiple": false,
937
- "type": "option"
938
- },
939
- "repo": {
940
- "dependsOn": [
941
- "owner"
942
- ],
943
- "name": "repo",
944
- "required": true,
945
- "summary": "Github repo, example: sfdx-cli",
946
- "hasDynamicHelp": false,
947
- "multiple": false,
948
- "type": "option"
949
- },
950
- "pull-number": {
951
- "name": "pull-number",
952
- "required": true,
953
- "summary": "Github pull request number to merge",
954
- "hasDynamicHelp": false,
955
- "multiple": false,
956
- "type": "option"
957
- },
958
- "dry-run": {
959
- "char": "d",
960
- "name": "dry-run",
961
- "summary": "Run all checks, but do not merge PR",
962
- "allowNo": false,
963
- "type": "boolean"
964
- },
965
- "verbose": {
966
- "name": "verbose",
967
- "summary": "Show additional debug output",
968
- "allowNo": false,
969
- "type": "boolean"
970
- }
971
- },
972
- "hasDynamicHelp": false,
973
- "hiddenAliases": [],
974
- "id": "cli:release:automerge",
975
- "pluginAlias": "@salesforce/plugin-release-management",
976
- "pluginName": "@salesforce/plugin-release-management",
977
- "pluginType": "core",
978
- "strict": true,
979
- "summary": "Attempt to automerge nightly PR",
980
- "enableJsonFlag": true,
981
- "isESM": true,
982
- "relativePath": [
983
- "lib",
984
- "commands",
985
- "cli",
986
- "release",
987
- "automerge.js"
988
- ]
989
- },
990
- "cli:release:build": {
991
- "aliases": [
992
- "cli:latestrc:build"
993
- ],
994
- "args": {},
995
- "description": "builds a new release from a designated starting point and optionally creates PR in Github",
996
- "examples": [
997
- "<%= config.bin %> <%= command.id %>",
998
- "<%= config.bin %> <%= command.id %> --patch",
999
- "<%= config.bin %> <%= command.id %> --start-from-npm-dist-tag latest-rc --patch",
1000
- "<%= config.bin %> <%= command.id %> --start-from-github-ref 7.144.0",
1001
- "<%= config.bin %> <%= command.id %> --start-from-github-ref main",
1002
- "<%= config.bin %> <%= command.id %> --start-from-github-ref f476e8e",
1003
- "<%= config.bin %> <%= command.id %> --start-from-github-ref main --prerelease beta",
1004
- "<%= config.bin %> <%= command.id %> --build-only",
1005
- "<%= config.bin %> <%= command.id %> --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3"
1006
- ],
1007
- "flags": {
1008
- "json": {
1009
- "description": "Format output as json.",
1010
- "helpGroup": "GLOBAL",
1011
- "name": "json",
1012
- "allowNo": false,
1013
- "type": "boolean"
1014
- },
1015
- "flags-dir": {
1016
- "helpGroup": "GLOBAL",
1017
- "name": "flags-dir",
1018
- "summary": "Import flag values from a directory.",
1019
- "hasDynamicHelp": false,
1020
- "multiple": false,
1021
- "type": "option"
1022
- },
1023
- "start-from-npm-dist-tag": {
1024
- "aliases": [
1025
- "rctag"
1026
- ],
1027
- "char": "d",
1028
- "deprecateAliases": true,
1029
- "name": "start-from-npm-dist-tag",
1030
- "summary": "the npm dist-tag to start the release from, examples: nightly, latest-rc",
1031
- "hasDynamicHelp": false,
1032
- "multiple": false,
1033
- "type": "option"
1034
- },
1035
- "start-from-github-ref": {
1036
- "char": "g",
1037
- "name": "start-from-github-ref",
1038
- "summary": "a Github ref to start the release from, examples: main, 7.144.0, f476e8e",
1039
- "hasDynamicHelp": false,
1040
- "multiple": false,
1041
- "type": "option"
1042
- },
1043
- "release-channel": {
1044
- "char": "c",
1045
- "name": "release-channel",
1046
- "required": true,
1047
- "summary": "the channel intended for this release, examples: nightly, latest-rc, latest, dev, beta, etc...",
1048
- "hasDynamicHelp": false,
1049
- "multiple": false,
1050
- "type": "option"
1051
- },
1052
- "build-only": {
1053
- "name": "build-only",
1054
- "summary": "only build the release, do not git add/commit/push",
1055
- "allowNo": false,
1056
- "type": "boolean"
1057
- },
1058
- "resolutions": {
1059
- "name": "resolutions",
1060
- "summary": "bump the versions of packages listed in the resolutions section",
1061
- "allowNo": true,
1062
- "type": "boolean"
1063
- },
1064
- "only": {
1065
- "name": "only",
1066
- "summary": "only bump the version of the packages passed in, uses latest if version is not provided",
1067
- "delimiter": ",",
1068
- "hasDynamicHelp": false,
1069
- "multiple": true,
1070
- "type": "option"
1071
- },
1072
- "pinned-deps": {
1073
- "name": "pinned-deps",
1074
- "summary": "bump the versions of the packages listed in the pinnedDependencies section",
1075
- "allowNo": true,
1076
- "type": "boolean"
1077
- },
1078
- "jit": {
1079
- "name": "jit",
1080
- "summary": "bump the versions of the packages listed in the jitPlugins (just-in-time) section",
1081
- "allowNo": true,
1082
- "type": "boolean"
1083
- },
1084
- "label": {
1085
- "name": "label",
1086
- "summary": "add one or more labels to the Github PR",
1087
- "hasDynamicHelp": false,
1088
- "multiple": true,
1089
- "type": "option"
1090
- },
1091
- "patch": {
1092
- "name": "patch",
1093
- "summary": "bump the release as a patch of an existing version, not a new minor version",
1094
- "allowNo": false,
1095
- "type": "boolean"
1096
- },
1097
- "empty": {
1098
- "name": "empty",
1099
- "summary": "create an empty release PR for pushing changes to later (version will still be bumped)",
1100
- "allowNo": false,
1101
- "type": "boolean"
1102
- },
1103
- "pr-base-branch": {
1104
- "name": "pr-base-branch",
1105
- "summary": "base branch to create the PR against; if not specified, the build determines the branch for you",
1106
- "hasDynamicHelp": false,
1107
- "multiple": false,
1108
- "type": "option"
1109
- }
1110
- },
1111
- "hasDynamicHelp": false,
1112
- "hiddenAliases": [],
1113
- "id": "cli:release:build",
1114
- "pluginAlias": "@salesforce/plugin-release-management",
1115
- "pluginName": "@salesforce/plugin-release-management",
1116
- "pluginType": "core",
1117
- "strict": true,
1118
- "summary": "builds a new release from a designated starting point and optionally creates PR in Github",
1119
- "enableJsonFlag": true,
1120
- "isESM": true,
1121
- "relativePath": [
1122
- "lib",
1123
- "commands",
1124
- "cli",
1125
- "release",
1126
- "build.js"
1127
- ]
1128
- },
1129
1129
  "github:check:closed": {
1130
1130
  "aliases": [],
1131
1131
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.8"
1393
+ "version": "5.7.9"
1394
1394
  }
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.7.8",
4
+ "version": "5.7.9",
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.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.1.49",
20
20
  "@salesforce/plugin-trust": "^3.7.70",
21
- "@salesforce/sf-plugins-core": "^12.2.0",
21
+ "@salesforce/sf-plugins-core": "^12.2.1",
22
22
  "@salesforce/ts-types": "^2.0.10",
23
23
  "aws-sdk": "^2.1692.0",
24
24
  "chalk": "^5.4.0",
@@ -39,7 +39,7 @@
39
39
  "@types/semver": "^7.5.8",
40
40
  "@types/shelljs": "^0.8.15",
41
41
  "aws-sdk-mock": "^5.9.0",
42
- "eslint-plugin-sf-plugin": "^1.20.15",
42
+ "eslint-plugin-sf-plugin": "^1.20.17",
43
43
  "oclif": "^4.17.37",
44
44
  "ts-node": "^10.9.2",
45
45
  "typescript": "^5.8.2"