@salesforce/plugin-release-management 5.6.38 → 5.6.40

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.6.38/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.40/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.6.38/src/commands/cli/artifacts/compare.ts)_
172
+ _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.40/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.6.38/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.6.40/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.6.38/src/commands/cli/install/test.ts)_
234
+ _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.40/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.6.38/src/commands/cli/release/automerge.ts)_
265
+ _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.40/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.6.38/src/commands/cli/release/build.ts)_
328
+ _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.40/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.6.38/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.40/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.6.38/src/commands/cli/tarballs/prepare.ts)_
397
+ _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.40/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.6.38/src/commands/cli/tarballs/smoke.ts)_
427
+ _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.40/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.6.38/src/commands/cli/tarballs/verify.ts)_
459
+ _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.40/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.6.38/src/commands/cli/versions/inspect.ts)_
511
+ _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.40/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.6.38/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.40/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.6.38/src/commands/github/check/closed.ts)_
578
+ _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.40/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.6.38/src/commands/npm/dependencies/pin.ts)_
604
+ _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.40/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.6.38/src/commands/npm/package/release.ts)_
636
+ _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.40/src/commands/npm/package/release.ts)_
637
637
 
638
638
  ## `sfdx plugins trust verify`
639
639
 
@@ -662,7 +662,7 @@ EXAMPLES
662
662
  $ sfdx plugins trust verify --npm @scope/npmName
663
663
  ```
664
664
 
665
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.53/src/commands/plugins/trust/verify.ts)_
665
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.59/src/commands/plugins/trust/verify.ts)_
666
666
 
667
667
  ## `sfdx repositories`
668
668
 
@@ -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.6.38/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.40/src/commands/repositories/index.ts)_
705
705
 
706
706
  <!-- commandsstop -->
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.6.38",
3
+ "version": "5.6.40",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.6.38",
9
+ "version": "5.6.40",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@oclif/core": "^4.2.3",
12
+ "@oclif/core": "^4.2.4",
13
13
  "@octokit/core": "^4.2.4",
14
14
  "@octokit/plugin-paginate-rest": "^6.1.2",
15
15
  "@octokit/plugin-throttling": "^5.2.3",
@@ -17,7 +17,7 @@
17
17
  "@salesforce/core": "^8.8.2",
18
18
  "@salesforce/kit": "^3.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.1.41",
20
- "@salesforce/plugin-trust": "^3.7.53",
20
+ "@salesforce/plugin-trust": "^3.7.59",
21
21
  "@salesforce/sf-plugins-core": "^12.1.2",
22
22
  "@salesforce/ts-types": "^2.0.10",
23
23
  "aws-sdk": "^2.1692.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.13",
45
+ "eslint-plugin-sf-plugin": "^1.20.14",
46
46
  "oclif": "^4.17.13",
47
47
  "ts-node": "^10.9.2",
48
48
  "typescript": "^5.7.3"
@@ -4567,13 +4567,13 @@
4567
4567
  }
4568
4568
  },
4569
4569
  "node_modules/@oclif/core": {
4570
- "version": "4.2.3",
4571
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.3.tgz",
4572
- "integrity": "sha512-JVEONwSZAfTNZCS81ah2u42Ya1mSeutCtHpoqMq/U+vP9Ka3Ni15/AqtcVtpH1afdUUn5RgtJYj+zlsrvMwksA==",
4570
+ "version": "4.2.4",
4571
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.4.tgz",
4572
+ "integrity": "sha512-JDqdhX6fBbijY3ouubfmX7yFBXy95YSpiAVk0TAaXXCoSqoo/2WMcV2Ufv2V+8zriafPU/rvKgI+ZE07/7HwfQ==",
4573
4573
  "license": "MIT",
4574
4574
  "dependencies": {
4575
4575
  "ansi-escapes": "^4.3.2",
4576
- "ansis": "^3.8.1",
4576
+ "ansis": "^3.9.0",
4577
4577
  "clean-stack": "^3.0.1",
4578
4578
  "cli-spinners": "^2.9.2",
4579
4579
  "debug": "^4.4.0",
@@ -5376,9 +5376,9 @@
5376
5376
  }
5377
5377
  },
5378
5378
  "node_modules/@salesforce/plugin-info": {
5379
- "version": "3.4.30",
5380
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.30.tgz",
5381
- "integrity": "sha512-PQ4/6u85epah4w5Y7nC665PCgPTVta17eyB/5noRm0Inu/jzTLMqJnWRa9ZVHbQmWSraZSHt6fO25FWRLL5zHA==",
5379
+ "version": "3.4.32",
5380
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.32.tgz",
5381
+ "integrity": "sha512-vBLb7H1nhdpaev9Ef4ytfJj6irlhjO9Kmz+1EXGxkRmlfqWZO/Kfb5tb2RCM33twDEw7HKGgZzoAjJ6DsWkp8A==",
5382
5382
  "license": "BSD-3-Clause",
5383
5383
  "dependencies": {
5384
5384
  "@inquirer/input": "^2.3.0",
@@ -5459,15 +5459,15 @@
5459
5459
  }
5460
5460
  },
5461
5461
  "node_modules/@salesforce/plugin-trust": {
5462
- "version": "3.7.53",
5463
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.53.tgz",
5464
- "integrity": "sha512-orZlPf23WEwNvNzusqotP31GNwR9Csm7ZLPETqMWkpiI0vnWYKDxBlgzdmmPEpI8DqNUO/BURBTz+ZOSsUJiLw==",
5462
+ "version": "3.7.59",
5463
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.59.tgz",
5464
+ "integrity": "sha512-nfQdd7vsUCtB1+TBGwDU9a4TK2+L9rb2ZxKOypDu0xOlZCygL+poJ7k1v+tAEz9Mf3UnnrNtmW5FNhFAyl0h7A==",
5465
5465
  "license": "BSD-3-Clause",
5466
5466
  "dependencies": {
5467
5467
  "@oclif/core": "^4",
5468
- "@salesforce/core": "^8.8.0",
5468
+ "@salesforce/core": "^8.8.2",
5469
5469
  "@salesforce/kit": "^3.2.0",
5470
- "@salesforce/plugin-info": "^3.4.30",
5470
+ "@salesforce/plugin-info": "^3.4.32",
5471
5471
  "@salesforce/sf-plugins-core": "^12",
5472
5472
  "got": "^13.0.0",
5473
5473
  "npm": "^10.9.2",
@@ -10188,13 +10188,13 @@
10188
10188
  }
10189
10189
  },
10190
10190
  "node_modules/eslint-plugin-sf-plugin": {
10191
- "version": "1.20.13",
10192
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.13.tgz",
10193
- "integrity": "sha512-jGiQn55k7TDPgpz9Wr2heNbyjGkFvpy+rgBMj7zDWSSJPLLePsLYF2CI4twF9lufQDzLxnO+BNUr+ZkChy+/TQ==",
10191
+ "version": "1.20.14",
10192
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.14.tgz",
10193
+ "integrity": "sha512-193twioaAWsLPDPliXffLDOGciOX4v8SoKOnWLqfw8QEhQwaG9XTRp7GMjxCgeTnaFPFtOqTbVGCg5714YQGMQ==",
10194
10194
  "dev": true,
10195
10195
  "license": "BSD-3-Clause",
10196
10196
  "dependencies": {
10197
- "@salesforce/core": "^8.8.0",
10197
+ "@salesforce/core": "^8.8.2",
10198
10198
  "@typescript-eslint/utils": "^7.18.0"
10199
10199
  },
10200
10200
  "engines": {
package/oclif.lock CHANGED
@@ -1963,13 +1963,13 @@
1963
1963
  proc-log "^5.0.0"
1964
1964
  which "^5.0.0"
1965
1965
 
1966
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.3":
1967
- version "4.2.3"
1968
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.3.tgz#b81399b7cf4758b5fe59777e060fb84c7c7e6153"
1969
- integrity sha512-JVEONwSZAfTNZCS81ah2u42Ya1mSeutCtHpoqMq/U+vP9Ka3Ni15/AqtcVtpH1afdUUn5RgtJYj+zlsrvMwksA==
1966
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.4":
1967
+ version "4.2.4"
1968
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.4.tgz#0737063beb35e3d421135cd07983bc5306fb17bf"
1969
+ integrity sha512-JDqdhX6fBbijY3ouubfmX7yFBXy95YSpiAVk0TAaXXCoSqoo/2WMcV2Ufv2V+8zriafPU/rvKgI+ZE07/7HwfQ==
1970
1970
  dependencies:
1971
1971
  ansi-escapes "^4.3.2"
1972
- ansis "^3.8.1"
1972
+ ansis "^3.9.0"
1973
1973
  clean-stack "^3.0.1"
1974
1974
  cli-spinners "^2.9.2"
1975
1975
  debug "^4.4.0"
@@ -2261,10 +2261,10 @@
2261
2261
  debug "^4.4.0"
2262
2262
  handlebars "^4.7.8"
2263
2263
 
2264
- "@salesforce/plugin-info@^3.4.30":
2265
- version "3.4.30"
2266
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.30.tgz#6a62622c14bba4cd3920bf5951e2caf794957ae7"
2267
- integrity sha512-PQ4/6u85epah4w5Y7nC665PCgPTVta17eyB/5noRm0Inu/jzTLMqJnWRa9ZVHbQmWSraZSHt6fO25FWRLL5zHA==
2264
+ "@salesforce/plugin-info@^3.4.32":
2265
+ version "3.4.32"
2266
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.32.tgz#bf9e1811e49bc9e9c33e01826300e23013f41d50"
2267
+ integrity sha512-vBLb7H1nhdpaev9Ef4ytfJj6irlhjO9Kmz+1EXGxkRmlfqWZO/Kfb5tb2RCM33twDEw7HKGgZzoAjJ6DsWkp8A==
2268
2268
  dependencies:
2269
2269
  "@inquirer/input" "^2.3.0"
2270
2270
  "@jsforce/jsforce-node" "^3.6.3"
@@ -2279,15 +2279,15 @@
2279
2279
  proxy-agent "^6.5.0"
2280
2280
  semver "^7.6.3"
2281
2281
 
2282
- "@salesforce/plugin-trust@^3.7.53":
2283
- version "3.7.53"
2284
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-trust/-/plugin-trust-3.7.53.tgz#24474566ee1fe4c23026885e8aa35fdafa01caa4"
2285
- integrity sha512-orZlPf23WEwNvNzusqotP31GNwR9Csm7ZLPETqMWkpiI0vnWYKDxBlgzdmmPEpI8DqNUO/BURBTz+ZOSsUJiLw==
2282
+ "@salesforce/plugin-trust@^3.7.59":
2283
+ version "3.7.59"
2284
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-trust/-/plugin-trust-3.7.59.tgz#c4bec3e211d29f7af63945617d1d973b9fa7891b"
2285
+ integrity sha512-nfQdd7vsUCtB1+TBGwDU9a4TK2+L9rb2ZxKOypDu0xOlZCygL+poJ7k1v+tAEz9Mf3UnnrNtmW5FNhFAyl0h7A==
2286
2286
  dependencies:
2287
2287
  "@oclif/core" "^4"
2288
- "@salesforce/core" "^8.8.0"
2288
+ "@salesforce/core" "^8.8.2"
2289
2289
  "@salesforce/kit" "^3.2.0"
2290
- "@salesforce/plugin-info" "^3.4.30"
2290
+ "@salesforce/plugin-info" "^3.4.32"
2291
2291
  "@salesforce/sf-plugins-core" "^12"
2292
2292
  got "^13.0.0"
2293
2293
  npm "^10.9.2"
@@ -3477,7 +3477,7 @@ ansicolors@~0.3.2:
3477
3477
  resolved "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz"
3478
3478
  integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
3479
3479
 
3480
- ansis@^3.3.2, ansis@^3.5.2, ansis@^3.8.1:
3480
+ ansis@^3.3.2, ansis@^3.5.2, ansis@^3.8.1, ansis@^3.9.0:
3481
3481
  version "3.9.0"
3482
3482
  resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.9.0.tgz#d195c93c31a333916142ff8f0be4d7e3872f262e"
3483
3483
  integrity sha512-PcDrVe15ldexeZMsVLBAzBwF2KhZgaU0R+CHxH+x5kqn/pO+UWVBZJ+NEXMPpEOLUFeNsnNdoWYc2gwO+MVkDg==
@@ -5062,12 +5062,12 @@ eslint-plugin-jsdoc@^46.10.1:
5062
5062
  semver "^7.5.4"
5063
5063
  spdx-expression-parse "^4.0.0"
5064
5064
 
5065
- eslint-plugin-sf-plugin@^1.20.13:
5066
- version "1.20.13"
5067
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.13.tgz#cebe116f1c8c44595ae67e0e1c9dc61f86f69652"
5068
- integrity sha512-jGiQn55k7TDPgpz9Wr2heNbyjGkFvpy+rgBMj7zDWSSJPLLePsLYF2CI4twF9lufQDzLxnO+BNUr+ZkChy+/TQ==
5065
+ eslint-plugin-sf-plugin@^1.20.14:
5066
+ version "1.20.14"
5067
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.14.tgz#85c3821a5d62785a2c8af45e6ed4955f6eb83906"
5068
+ integrity sha512-193twioaAWsLPDPliXffLDOGciOX4v8SoKOnWLqfw8QEhQwaG9XTRp7GMjxCgeTnaFPFtOqTbVGCg5714YQGMQ==
5069
5069
  dependencies:
5070
- "@salesforce/core" "^8.8.0"
5070
+ "@salesforce/core" "^8.8.2"
5071
5071
  "@typescript-eslint/utils" "^7.18.0"
5072
5072
 
5073
5073
  eslint-plugin-unicorn@^50.0.1:
@@ -1,13 +1,11 @@
1
1
  {
2
2
  "commands": {
3
- "dependabot:automerge": {
3
+ "channel:promote": {
4
4
  "aliases": [],
5
5
  "args": {},
6
- "description": "automatically merge one green, mergeable PR up to the specified maximum bump type",
6
+ "description": "promote a s3 channel",
7
7
  "examples": [
8
- "<%= config.bin %> <%= command.id %> --max-version-bump patch",
9
- "<%= config.bin %> <%= command.id %> --max-version-bump minor",
10
- "<%= config.bin %> <%= command.id %> --max-version-bump major"
8
+ "<%= config.bin %> <%= command.id %> --candidate latest-rc --target latest --platform win --platform mac"
11
9
  ],
12
10
  "flags": {
13
11
  "json": {
@@ -25,86 +23,141 @@
25
23
  "multiple": false,
26
24
  "type": "option"
27
25
  },
28
- "owner": {
29
- "char": "o",
30
- "dependsOn": [
31
- "repo"
26
+ "dryrun": {
27
+ "char": "d",
28
+ "name": "dryrun",
29
+ "summary": "If true, only show what would happen",
30
+ "allowNo": false,
31
+ "type": "boolean"
32
+ },
33
+ "promote-to-channel": {
34
+ "aliases": [
35
+ "target"
32
36
  ],
33
- "name": "owner",
34
- "summary": "the organization that the repository belongs to. This defaults to the owner specified in the package.json",
37
+ "char": "t",
38
+ "name": "promote-to-channel",
39
+ "required": true,
40
+ "summary": "the channel name that you are promoting to",
41
+ "default": "stable",
35
42
  "hasDynamicHelp": false,
36
43
  "multiple": false,
37
44
  "type": "option"
38
45
  },
39
- "repo": {
40
- "char": "r",
41
- "dependsOn": [
42
- "owner"
46
+ "promote-from-channel": {
47
+ "aliases": [
48
+ "candidate"
43
49
  ],
44
- "name": "repo",
45
- "summary": "the repository you want to consolidate PRs on. This defaults to the repository specified in the package.json",
50
+ "char": "C",
51
+ "name": "promote-from-channel",
52
+ "summary": "the channel name that you want to promote",
46
53
  "hasDynamicHelp": false,
47
54
  "multiple": false,
48
55
  "type": "option"
49
56
  },
50
- "max-version-bump": {
51
- "char": "m",
52
- "description": "the maximum version bump you want to be included",
53
- "name": "max-version-bump",
57
+ "platform": {
58
+ "char": "p",
59
+ "name": "platform",
60
+ "summary": "the platform to promote",
61
+ "delimiter": ",",
62
+ "hasDynamicHelp": false,
63
+ "multiple": true,
64
+ "options": [
65
+ "win",
66
+ "macos",
67
+ "deb"
68
+ ],
69
+ "type": "option"
70
+ },
71
+ "cli": {
72
+ "char": "c",
73
+ "name": "cli",
54
74
  "required": true,
55
- "default": "minor",
75
+ "summary": "the cli name to promote",
56
76
  "hasDynamicHelp": false,
57
77
  "multiple": false,
58
78
  "options": [
59
- "major",
60
- "minor",
61
- "patch"
79
+ "sf",
80
+ "sfdx"
62
81
  ],
63
82
  "type": "option"
64
83
  },
65
- "dryrun": {
66
- "char": "d",
67
- "name": "dryrun",
68
- "summary": "only show what would happen if you consolidated dependabot PRs",
69
- "allowNo": false,
84
+ "sha": {
85
+ "char": "s",
86
+ "name": "sha",
87
+ "summary": "the short sha to promote",
88
+ "hasDynamicHelp": false,
89
+ "multiple": false,
90
+ "type": "option"
91
+ },
92
+ "max-age": {
93
+ "aliases": [
94
+ "maxage"
95
+ ],
96
+ "char": "m",
97
+ "name": "max-age",
98
+ "summary": "cache control max-age in seconds",
99
+ "default": 300,
100
+ "hasDynamicHelp": false,
101
+ "multiple": false,
102
+ "type": "option"
103
+ },
104
+ "indexes": {
105
+ "char": "i",
106
+ "name": "indexes",
107
+ "summary": "append the promoted urls into the index files",
108
+ "allowNo": true,
70
109
  "type": "boolean"
71
110
  },
72
- "skip-ci": {
73
- "char": "s",
74
- "name": "skip-ci",
75
- "summary": "add [skip ci] to the merge commit title",
76
- "allowNo": false,
111
+ "xz": {
112
+ "char": "x",
113
+ "name": "xz",
114
+ "summary": "also upload xz",
115
+ "allowNo": true,
77
116
  "type": "boolean"
78
117
  },
79
- "merge-method": {
80
- "name": "merge-method",
81
- "summary": "merge method to use",
82
- "default": "merge",
118
+ "architecture-target": {
119
+ "aliases": [
120
+ "targets"
121
+ ],
122
+ "char": "T",
123
+ "name": "architecture-target",
124
+ "summary": "comma-separated targets to promote (e.g.: linux-arm,win32-x64)",
125
+ "delimiter": ",",
83
126
  "hasDynamicHelp": false,
84
- "multiple": false,
127
+ "multiple": true,
85
128
  "options": [
86
- "merge",
87
- "squash",
88
- "rebase"
129
+ "linux-x64",
130
+ "linux-arm",
131
+ "win32-x64",
132
+ "win32-x86",
133
+ "darwin-x64"
89
134
  ],
90
135
  "type": "option"
136
+ },
137
+ "version": {
138
+ "char": "v",
139
+ "name": "version",
140
+ "summary": "the version of the candidate to be promoted, which must exist already in s3. Used to fetch the correct sha",
141
+ "hasDynamicHelp": false,
142
+ "multiple": false,
143
+ "type": "option"
91
144
  }
92
145
  },
93
146
  "hasDynamicHelp": false,
94
147
  "hiddenAliases": [],
95
- "id": "dependabot:automerge",
148
+ "id": "channel:promote",
96
149
  "pluginAlias": "@salesforce/plugin-release-management",
97
150
  "pluginName": "@salesforce/plugin-release-management",
98
151
  "pluginType": "core",
99
152
  "strict": true,
100
- "summary": "automatically merge one green, mergeable PR up to the specified maximum bump type",
153
+ "summary": "promote a s3 channel",
101
154
  "enableJsonFlag": true,
102
155
  "isESM": true,
103
156
  "relativePath": [
104
157
  "lib",
105
158
  "commands",
106
- "dependabot",
107
- "automerge.js"
159
+ "channel",
160
+ "promote.js"
108
161
  ]
109
162
  },
110
163
  "cli:releasenotes": {
@@ -181,12 +234,14 @@
181
234
  "releasenotes.js"
182
235
  ]
183
236
  },
184
- "channel:promote": {
237
+ "dependabot:automerge": {
185
238
  "aliases": [],
186
239
  "args": {},
187
- "description": "promote a s3 channel",
240
+ "description": "automatically merge one green, mergeable PR up to the specified maximum bump type",
188
241
  "examples": [
189
- "<%= config.bin %> <%= command.id %> --candidate latest-rc --target latest --platform win --platform mac"
242
+ "<%= config.bin %> <%= command.id %> --max-version-bump patch",
243
+ "<%= config.bin %> <%= command.id %> --max-version-bump minor",
244
+ "<%= config.bin %> <%= command.id %> --max-version-bump major"
190
245
  ],
191
246
  "flags": {
192
247
  "json": {
@@ -204,141 +259,86 @@
204
259
  "multiple": false,
205
260
  "type": "option"
206
261
  },
207
- "dryrun": {
208
- "char": "d",
209
- "name": "dryrun",
210
- "summary": "If true, only show what would happen",
211
- "allowNo": false,
212
- "type": "boolean"
213
- },
214
- "promote-to-channel": {
215
- "aliases": [
216
- "target"
262
+ "owner": {
263
+ "char": "o",
264
+ "dependsOn": [
265
+ "repo"
217
266
  ],
218
- "char": "t",
219
- "name": "promote-to-channel",
220
- "required": true,
221
- "summary": "the channel name that you are promoting to",
222
- "default": "stable",
267
+ "name": "owner",
268
+ "summary": "the organization that the repository belongs to. This defaults to the owner specified in the package.json",
223
269
  "hasDynamicHelp": false,
224
270
  "multiple": false,
225
271
  "type": "option"
226
272
  },
227
- "promote-from-channel": {
228
- "aliases": [
229
- "candidate"
273
+ "repo": {
274
+ "char": "r",
275
+ "dependsOn": [
276
+ "owner"
230
277
  ],
231
- "char": "C",
232
- "name": "promote-from-channel",
233
- "summary": "the channel name that you want to promote",
278
+ "name": "repo",
279
+ "summary": "the repository you want to consolidate PRs on. This defaults to the repository specified in the package.json",
234
280
  "hasDynamicHelp": false,
235
281
  "multiple": false,
236
282
  "type": "option"
237
283
  },
238
- "platform": {
239
- "char": "p",
240
- "name": "platform",
241
- "summary": "the platform to promote",
242
- "delimiter": ",",
243
- "hasDynamicHelp": false,
244
- "multiple": true,
245
- "options": [
246
- "win",
247
- "macos",
248
- "deb"
249
- ],
250
- "type": "option"
251
- },
252
- "cli": {
253
- "char": "c",
254
- "name": "cli",
284
+ "max-version-bump": {
285
+ "char": "m",
286
+ "description": "the maximum version bump you want to be included",
287
+ "name": "max-version-bump",
255
288
  "required": true,
256
- "summary": "the cli name to promote",
289
+ "default": "minor",
257
290
  "hasDynamicHelp": false,
258
291
  "multiple": false,
259
292
  "options": [
260
- "sf",
261
- "sfdx"
262
- ],
263
- "type": "option"
264
- },
265
- "sha": {
266
- "char": "s",
267
- "name": "sha",
268
- "summary": "the short sha to promote",
269
- "hasDynamicHelp": false,
270
- "multiple": false,
271
- "type": "option"
272
- },
273
- "max-age": {
274
- "aliases": [
275
- "maxage"
293
+ "major",
294
+ "minor",
295
+ "patch"
276
296
  ],
277
- "char": "m",
278
- "name": "max-age",
279
- "summary": "cache control max-age in seconds",
280
- "default": 300,
281
- "hasDynamicHelp": false,
282
- "multiple": false,
283
297
  "type": "option"
284
298
  },
285
- "indexes": {
286
- "char": "i",
287
- "name": "indexes",
288
- "summary": "append the promoted urls into the index files",
289
- "allowNo": true,
299
+ "dryrun": {
300
+ "char": "d",
301
+ "name": "dryrun",
302
+ "summary": "only show what would happen if you consolidated dependabot PRs",
303
+ "allowNo": false,
290
304
  "type": "boolean"
291
305
  },
292
- "xz": {
293
- "char": "x",
294
- "name": "xz",
295
- "summary": "also upload xz",
296
- "allowNo": true,
306
+ "skip-ci": {
307
+ "char": "s",
308
+ "name": "skip-ci",
309
+ "summary": "add [skip ci] to the merge commit title",
310
+ "allowNo": false,
297
311
  "type": "boolean"
298
312
  },
299
- "architecture-target": {
300
- "aliases": [
301
- "targets"
302
- ],
303
- "char": "T",
304
- "name": "architecture-target",
305
- "summary": "comma-separated targets to promote (e.g.: linux-arm,win32-x64)",
306
- "delimiter": ",",
313
+ "merge-method": {
314
+ "name": "merge-method",
315
+ "summary": "merge method to use",
316
+ "default": "merge",
307
317
  "hasDynamicHelp": false,
308
- "multiple": true,
318
+ "multiple": false,
309
319
  "options": [
310
- "linux-x64",
311
- "linux-arm",
312
- "win32-x64",
313
- "win32-x86",
314
- "darwin-x64"
320
+ "merge",
321
+ "squash",
322
+ "rebase"
315
323
  ],
316
324
  "type": "option"
317
- },
318
- "version": {
319
- "char": "v",
320
- "name": "version",
321
- "summary": "the version of the candidate to be promoted, which must exist already in s3. Used to fetch the correct sha",
322
- "hasDynamicHelp": false,
323
- "multiple": false,
324
- "type": "option"
325
325
  }
326
326
  },
327
327
  "hasDynamicHelp": false,
328
328
  "hiddenAliases": [],
329
- "id": "channel:promote",
329
+ "id": "dependabot:automerge",
330
330
  "pluginAlias": "@salesforce/plugin-release-management",
331
331
  "pluginName": "@salesforce/plugin-release-management",
332
332
  "pluginType": "core",
333
333
  "strict": true,
334
- "summary": "promote a s3 channel",
334
+ "summary": "automatically merge one green, mergeable PR up to the specified maximum bump type",
335
335
  "enableJsonFlag": true,
336
336
  "isESM": true,
337
337
  "relativePath": [
338
338
  "lib",
339
339
  "commands",
340
- "channel",
341
- "promote.js"
340
+ "dependabot",
341
+ "automerge.js"
342
342
  ]
343
343
  },
344
344
  "repositories": {
@@ -621,67 +621,6 @@
621
621
  "test.js"
622
622
  ]
623
623
  },
624
- "github:check:closed": {
625
- "aliases": [],
626
- "args": {},
627
- "description": "Description of a command.",
628
- "examples": [
629
- "<%= config.bin %> <%= command.id %> -o me@gus.com"
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
- "gus": {
648
- "char": "o",
649
- "name": "gus",
650
- "noCacheDefault": true,
651
- "required": true,
652
- "summary": "Username/alias of your GUS org connection",
653
- "hasDynamicHelp": true,
654
- "multiple": false,
655
- "type": "option"
656
- },
657
- "github-token": {
658
- "env": "GITHUB_TOKEN",
659
- "name": "github-token",
660
- "required": true,
661
- "summary": "Github token--store this in the environment as GITHUB_TOKEN",
662
- "hasDynamicHelp": false,
663
- "multiple": false,
664
- "type": "option"
665
- }
666
- },
667
- "hasDynamicHelp": true,
668
- "hiddenAliases": [],
669
- "id": "github:check:closed",
670
- "pluginAlias": "@salesforce/plugin-release-management",
671
- "pluginName": "@salesforce/plugin-release-management",
672
- "pluginType": "core",
673
- "strict": true,
674
- "summary": "Show open Github issues with GUS WI",
675
- "enableJsonFlag": true,
676
- "isESM": true,
677
- "relativePath": [
678
- "lib",
679
- "commands",
680
- "github",
681
- "check",
682
- "closed.js"
683
- ]
684
- },
685
624
  "cli:release:automerge": {
686
625
  "aliases": [],
687
626
  "args": {},
@@ -1187,6 +1126,67 @@
1187
1126
  "inspect.js"
1188
1127
  ]
1189
1128
  },
1129
+ "github:check:closed": {
1130
+ "aliases": [],
1131
+ "args": {},
1132
+ "description": "Description of a command.",
1133
+ "examples": [
1134
+ "<%= config.bin %> <%= command.id %> -o me@gus.com"
1135
+ ],
1136
+ "flags": {
1137
+ "json": {
1138
+ "description": "Format output as json.",
1139
+ "helpGroup": "GLOBAL",
1140
+ "name": "json",
1141
+ "allowNo": false,
1142
+ "type": "boolean"
1143
+ },
1144
+ "flags-dir": {
1145
+ "helpGroup": "GLOBAL",
1146
+ "name": "flags-dir",
1147
+ "summary": "Import flag values from a directory.",
1148
+ "hasDynamicHelp": false,
1149
+ "multiple": false,
1150
+ "type": "option"
1151
+ },
1152
+ "gus": {
1153
+ "char": "o",
1154
+ "name": "gus",
1155
+ "noCacheDefault": true,
1156
+ "required": true,
1157
+ "summary": "Username/alias of your GUS org connection",
1158
+ "hasDynamicHelp": true,
1159
+ "multiple": false,
1160
+ "type": "option"
1161
+ },
1162
+ "github-token": {
1163
+ "env": "GITHUB_TOKEN",
1164
+ "name": "github-token",
1165
+ "required": true,
1166
+ "summary": "Github token--store this in the environment as GITHUB_TOKEN",
1167
+ "hasDynamicHelp": false,
1168
+ "multiple": false,
1169
+ "type": "option"
1170
+ }
1171
+ },
1172
+ "hasDynamicHelp": true,
1173
+ "hiddenAliases": [],
1174
+ "id": "github:check:closed",
1175
+ "pluginAlias": "@salesforce/plugin-release-management",
1176
+ "pluginName": "@salesforce/plugin-release-management",
1177
+ "pluginType": "core",
1178
+ "strict": true,
1179
+ "summary": "Show open Github issues with GUS WI",
1180
+ "enableJsonFlag": true,
1181
+ "isESM": true,
1182
+ "relativePath": [
1183
+ "lib",
1184
+ "commands",
1185
+ "github",
1186
+ "check",
1187
+ "closed.js"
1188
+ ]
1189
+ },
1190
1190
  "npm:dependencies:pin": {
1191
1191
  "aliases": [],
1192
1192
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.6.38"
1393
+ "version": "5.6.40"
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.6.38",
4
+ "version": "5.6.40",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -9,7 +9,7 @@
9
9
  "sf-release": "bin/run.js"
10
10
  },
11
11
  "dependencies": {
12
- "@oclif/core": "^4.2.3",
12
+ "@oclif/core": "^4.2.4",
13
13
  "@octokit/core": "^4.2.4",
14
14
  "@octokit/plugin-paginate-rest": "^6.1.2",
15
15
  "@octokit/plugin-throttling": "^5.2.3",
@@ -17,7 +17,7 @@
17
17
  "@salesforce/core": "^8.8.2",
18
18
  "@salesforce/kit": "^3.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.1.41",
20
- "@salesforce/plugin-trust": "^3.7.53",
20
+ "@salesforce/plugin-trust": "^3.7.59",
21
21
  "@salesforce/sf-plugins-core": "^12.1.2",
22
22
  "@salesforce/ts-types": "^2.0.10",
23
23
  "aws-sdk": "^2.1692.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.13",
42
+ "eslint-plugin-sf-plugin": "^1.20.14",
43
43
  "oclif": "^4.17.13",
44
44
  "ts-node": "^10.9.2",
45
45
  "typescript": "^5.7.3"