@salesforce/plugin-release-management 5.7.33 → 5.7.35

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.33/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.35/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.33/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.35/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.33/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.35/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.33/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.35/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.33/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.35/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.33/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.35/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.33/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.35/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.33/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.35/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.33/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.35/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.33/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.35/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.33/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.35/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.33/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.35/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.33/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.35/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.33/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.35/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.33/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.35/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.33/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.35/src/commands/repositories/index.ts)_
705
705
 
706
706
  <!-- commandsstop -->
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.7.33",
3
+ "version": "5.7.35",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.7.33",
9
+ "version": "5.7.35",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@oclif/core": "^4.3.0",
12
+ "@oclif/core": "^4.3.2",
13
13
  "@octokit/core": "^6.1.5",
14
14
  "@octokit/plugin-paginate-rest": "^11.6.0",
15
15
  "@octokit/plugin-throttling": "^9.6.1",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/core": "^8.12.0",
18
18
  "@salesforce/kit": "^3.2.0",
19
- "@salesforce/plugin-command-reference": "^3.1.54",
19
+ "@salesforce/plugin-command-reference": "^3.1.56",
20
20
  "@salesforce/plugin-trust": "^3.7.89",
21
21
  "@salesforce/sf-plugins-core": "^12.2.2",
22
22
  "@salesforce/ts-types": "^2.0.10",
@@ -36,14 +36,14 @@
36
36
  "sf-release": "bin/run.js"
37
37
  },
38
38
  "devDependencies": {
39
- "@oclif/plugin-command-snapshot": "^5.2.40",
39
+ "@oclif/plugin-command-snapshot": "^5.3.0",
40
40
  "@salesforce/dev-scripts": "^10.2.4",
41
41
  "@salesforce/ts-sinon": "^1.4.30",
42
42
  "@types/semver": "^7.7.0",
43
43
  "@types/shelljs": "^0.8.16",
44
44
  "aws-sdk-mock": "^5.9.0",
45
- "eslint-plugin-sf-plugin": "^1.20.24",
46
- "oclif": "^4.17.46",
45
+ "eslint-plugin-sf-plugin": "^1.20.25",
46
+ "oclif": "^4.18.0",
47
47
  "ts-node": "^10.9.2",
48
48
  "typescript": "^5.8.3"
49
49
  },
@@ -4632,9 +4632,9 @@
4632
4632
  }
4633
4633
  },
4634
4634
  "node_modules/@oclif/core": {
4635
- "version": "4.3.0",
4636
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.0.tgz",
4637
- "integrity": "sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==",
4635
+ "version": "4.3.2",
4636
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.2.tgz",
4637
+ "integrity": "sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==",
4638
4638
  "license": "MIT",
4639
4639
  "dependencies": {
4640
4640
  "ansi-escapes": "^4.3.2",
@@ -4644,7 +4644,6 @@
4644
4644
  "debug": "^4.4.0",
4645
4645
  "ejs": "^3.1.10",
4646
4646
  "get-package-type": "^0.1.0",
4647
- "globby": "^11.1.0",
4648
4647
  "indent-string": "^4.0.0",
4649
4648
  "is-wsl": "^2.2.0",
4650
4649
  "lilconfig": "^3.1.3",
@@ -4652,6 +4651,7 @@
4652
4651
  "semver": "^7.6.3",
4653
4652
  "string-width": "^4.2.3",
4654
4653
  "supports-color": "^8",
4654
+ "tinyglobby": "^0.2.13",
4655
4655
  "widest-line": "^3.1.0",
4656
4656
  "wordwrap": "^1.0.0",
4657
4657
  "wrap-ansi": "^7.0.0"
@@ -4708,9 +4708,9 @@
4708
4708
  }
4709
4709
  },
4710
4710
  "node_modules/@oclif/plugin-command-snapshot": {
4711
- "version": "5.2.40",
4712
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz",
4713
- "integrity": "sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==",
4711
+ "version": "5.3.0",
4712
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.0.tgz",
4713
+ "integrity": "sha512-m5wbiYk6yWfQI+EK40Nmtyfdm9YzyP4KRjBE8N366qYl7gdqvAO4VzlZcwyaFGKQhQmkDXYUIYV1btw0gshNog==",
4714
4714
  "dev": true,
4715
4715
  "license": "MIT",
4716
4716
  "dependencies": {
@@ -4724,6 +4724,9 @@
4724
4724
  "semver": "^7.7.2",
4725
4725
  "ts-json-schema-generator": "^1.5.1"
4726
4726
  },
4727
+ "bin": {
4728
+ "oclif-snapshot": "bin/run.js"
4729
+ },
4727
4730
  "engines": {
4728
4731
  "node": ">=18.0.0"
4729
4732
  }
@@ -5574,13 +5577,13 @@
5574
5577
  }
5575
5578
  },
5576
5579
  "node_modules/@salesforce/plugin-command-reference": {
5577
- "version": "3.1.54",
5578
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.54.tgz",
5579
- "integrity": "sha512-6iZPSbzJ7ISlx40+iKtN9gfwQJfB1c7G1bFIxheGQX0zSQ8NZuNHLWVSuj7VbCH7rWDF+NKG0/hX+LtVL/0Mlw==",
5580
+ "version": "3.1.56",
5581
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.56.tgz",
5582
+ "integrity": "sha512-rBslUjAZSWNf6dUS9ZB29KfzdoTBTx+A5PW12ZPXTL17kJb/iRNgJV8g1FQLq0yLKRvmhjHcQODXrH3YluZxWg==",
5580
5583
  "license": "Apache-2.0",
5581
5584
  "dependencies": {
5582
5585
  "@oclif/core": "^4",
5583
- "@salesforce/core": "^8.11.0",
5586
+ "@salesforce/core": "^8.12.0",
5584
5587
  "@salesforce/kit": "^3.2.3",
5585
5588
  "@salesforce/sf-plugins-core": "^11.3.12",
5586
5589
  "@salesforce/ts-types": "^2.0.11",
@@ -7637,6 +7640,7 @@
7637
7640
  "version": "2.1.0",
7638
7641
  "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
7639
7642
  "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
7643
+ "dev": true,
7640
7644
  "license": "MIT",
7641
7645
  "engines": {
7642
7646
  "node": ">=8"
@@ -9730,6 +9734,7 @@
9730
9734
  "version": "3.0.1",
9731
9735
  "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
9732
9736
  "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
9737
+ "dev": true,
9733
9738
  "license": "MIT",
9734
9739
  "dependencies": {
9735
9740
  "path-type": "^4.0.0"
@@ -10459,13 +10464,13 @@
10459
10464
  }
10460
10465
  },
10461
10466
  "node_modules/eslint-plugin-sf-plugin": {
10462
- "version": "1.20.24",
10463
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz",
10464
- "integrity": "sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==",
10467
+ "version": "1.20.25",
10468
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.25.tgz",
10469
+ "integrity": "sha512-uknNSP5+CRHeA7PRGErKD5nCoehJY/UVofspAiwEmtzhNBfS1eUxORN9fU6WEjb9Mc3O6i7YrMznTYFhJYWr1Q==",
10465
10470
  "dev": true,
10466
10471
  "license": "BSD-3-Clause",
10467
10472
  "dependencies": {
10468
- "@salesforce/core": "^8.11.1",
10473
+ "@salesforce/core": "^8.12.0",
10469
10474
  "@typescript-eslint/utils": "^7.18.0"
10470
10475
  },
10471
10476
  "engines": {
@@ -11840,6 +11845,7 @@
11840
11845
  "version": "11.1.0",
11841
11846
  "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
11842
11847
  "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
11848
+ "dev": true,
11843
11849
  "license": "MIT",
11844
11850
  "dependencies": {
11845
11851
  "array-union": "^2.1.0",
@@ -12259,6 +12265,7 @@
12259
12265
  "version": "5.3.1",
12260
12266
  "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
12261
12267
  "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
12268
+ "dev": true,
12262
12269
  "license": "MIT",
12263
12270
  "engines": {
12264
12271
  "node": ">= 4"
@@ -18727,9 +18734,9 @@
18727
18734
  }
18728
18735
  },
18729
18736
  "node_modules/oclif": {
18730
- "version": "4.17.46",
18731
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.46.tgz",
18732
- "integrity": "sha512-huMvamv0zzIXrCbW5sgy40P1L6fJjPe4IfZKSmkmuPNGSpTy+fcNZ0gYwIuMlxiT3RarLYxYie+RVTyJLE3zXw==",
18737
+ "version": "4.18.0",
18738
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.0.tgz",
18739
+ "integrity": "sha512-w5b35fT1tIZhJUv+GZLdEo4ZwF/wDeuNVL1cbOcgrQebcg0RMJE0ykFymVlfIPtOZqJzwfO6xeNEwqMy5fVtOw==",
18733
18740
  "dev": true,
18734
18741
  "license": "MIT",
18735
18742
  "dependencies": {
@@ -18742,8 +18749,8 @@
18742
18749
  "@oclif/plugin-help": "^6.2.27",
18743
18750
  "@oclif/plugin-not-found": "^3.2.48",
18744
18751
  "@oclif/plugin-warn-if-update-available": "^3.1.38",
18752
+ "ansis": "^3.16.0",
18745
18753
  "async-retry": "^1.3.3",
18746
- "chalk": "^4",
18747
18754
  "change-case": "^4",
18748
18755
  "debug": "^4.4.0",
18749
18756
  "ejs": "^3.1.10",
@@ -18765,39 +18772,6 @@
18765
18772
  "node": ">=18.0.0"
18766
18773
  }
18767
18774
  },
18768
- "node_modules/oclif/node_modules/ansi-styles": {
18769
- "version": "4.3.0",
18770
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
18771
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
18772
- "dev": true,
18773
- "license": "MIT",
18774
- "dependencies": {
18775
- "color-convert": "^2.0.1"
18776
- },
18777
- "engines": {
18778
- "node": ">=8"
18779
- },
18780
- "funding": {
18781
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
18782
- }
18783
- },
18784
- "node_modules/oclif/node_modules/chalk": {
18785
- "version": "4.1.2",
18786
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
18787
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
18788
- "dev": true,
18789
- "license": "MIT",
18790
- "dependencies": {
18791
- "ansi-styles": "^4.1.0",
18792
- "supports-color": "^7.1.0"
18793
- },
18794
- "engines": {
18795
- "node": ">=10"
18796
- },
18797
- "funding": {
18798
- "url": "https://github.com/chalk/chalk?sponsor=1"
18799
- }
18800
- },
18801
18775
  "node_modules/oclif/node_modules/hosted-git-info": {
18802
18776
  "version": "7.0.2",
18803
18777
  "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
@@ -19266,6 +19240,7 @@
19266
19240
  "version": "4.0.0",
19267
19241
  "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
19268
19242
  "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
19243
+ "dev": true,
19269
19244
  "license": "MIT",
19270
19245
  "engines": {
19271
19246
  "node": ">=8"
@@ -20794,6 +20769,7 @@
20794
20769
  "version": "3.0.0",
20795
20770
  "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
20796
20771
  "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
20772
+ "dev": true,
20797
20773
  "license": "MIT",
20798
20774
  "engines": {
20799
20775
  "node": ">=8"
@@ -21739,24 +21715,25 @@
21739
21715
  "license": "MIT"
21740
21716
  },
21741
21717
  "node_modules/tinyglobby": {
21742
- "version": "0.2.10",
21743
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz",
21744
- "integrity": "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==",
21745
- "dev": true,
21718
+ "version": "0.2.14",
21719
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
21720
+ "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
21746
21721
  "license": "MIT",
21747
21722
  "dependencies": {
21748
- "fdir": "^6.4.2",
21723
+ "fdir": "^6.4.4",
21749
21724
  "picomatch": "^4.0.2"
21750
21725
  },
21751
21726
  "engines": {
21752
21727
  "node": ">=12.0.0"
21728
+ },
21729
+ "funding": {
21730
+ "url": "https://github.com/sponsors/SuperchupuDev"
21753
21731
  }
21754
21732
  },
21755
21733
  "node_modules/tinyglobby/node_modules/fdir": {
21756
- "version": "6.4.2",
21757
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.2.tgz",
21758
- "integrity": "sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==",
21759
- "dev": true,
21734
+ "version": "6.4.5",
21735
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz",
21736
+ "integrity": "sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==",
21760
21737
  "license": "MIT",
21761
21738
  "peerDependencies": {
21762
21739
  "picomatch": "^3 || ^4"
@@ -21771,7 +21748,6 @@
21771
21748
  "version": "4.0.2",
21772
21749
  "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
21773
21750
  "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
21774
- "dev": true,
21775
21751
  "license": "MIT",
21776
21752
  "engines": {
21777
21753
  "node": ">=12"
package/oclif.lock CHANGED
@@ -1847,10 +1847,10 @@
1847
1847
  proc-log "^5.0.0"
1848
1848
  which "^5.0.0"
1849
1849
 
1850
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.3.0":
1851
- version "4.3.0"
1852
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.0.tgz#9a2951f05f81a4c7ae5ffcc00b2d720cca0898e6"
1853
- integrity sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==
1850
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2":
1851
+ version "4.3.2"
1852
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.2.tgz#522d5f94044ebde5f4041b0bad4f1abfe7a73f61"
1853
+ integrity sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==
1854
1854
  dependencies:
1855
1855
  ansi-escapes "^4.3.2"
1856
1856
  ansis "^3.17.0"
@@ -1859,7 +1859,6 @@
1859
1859
  debug "^4.4.0"
1860
1860
  ejs "^3.1.10"
1861
1861
  get-package-type "^0.1.0"
1862
- globby "^11.1.0"
1863
1862
  indent-string "^4.0.0"
1864
1863
  is-wsl "^2.2.0"
1865
1864
  lilconfig "^3.1.3"
@@ -1867,14 +1866,15 @@
1867
1866
  semver "^7.6.3"
1868
1867
  string-width "^4.2.3"
1869
1868
  supports-color "^8"
1869
+ tinyglobby "^0.2.13"
1870
1870
  widest-line "^3.1.0"
1871
1871
  wordwrap "^1.0.0"
1872
1872
  wrap-ansi "^7.0.0"
1873
1873
 
1874
- "@oclif/plugin-command-snapshot@^5.2.40":
1875
- version "5.2.40"
1876
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz#911130e805ee0117dc3c7aa7de3ff7b5832debc8"
1877
- integrity sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==
1874
+ "@oclif/plugin-command-snapshot@^5.3.0":
1875
+ version "5.3.0"
1876
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.0.tgz#d1afcffbe0ab4ad29b19d02f5d881e073a936b56"
1877
+ integrity sha512-m5wbiYk6yWfQI+EK40Nmtyfdm9YzyP4KRjBE8N366qYl7gdqvAO4VzlZcwyaFGKQhQmkDXYUIYV1btw0gshNog==
1878
1878
  dependencies:
1879
1879
  "@oclif/core" "^4"
1880
1880
  ansis "^3.17.0"
@@ -2064,7 +2064,7 @@
2064
2064
  strip-ansi "6.0.1"
2065
2065
  ts-retry-promise "^0.8.1"
2066
2066
 
2067
- "@salesforce/core@^8.10.0", "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.11.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.12.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
2067
+ "@salesforce/core@^8.10.0", "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.12.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
2068
2068
  version "8.12.0"
2069
2069
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.12.0.tgz#a458cc3e39f4e7df57d94f0deaaa0fd0660b18c9"
2070
2070
  integrity sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==
@@ -2132,13 +2132,13 @@
2132
2132
  dependencies:
2133
2133
  "@salesforce/ts-types" "^2.0.12"
2134
2134
 
2135
- "@salesforce/plugin-command-reference@^3.1.54":
2136
- version "3.1.54"
2137
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.54.tgz#62b48fa16fcefa27efa2ce0b7ba4c4be60249830"
2138
- integrity sha512-6iZPSbzJ7ISlx40+iKtN9gfwQJfB1c7G1bFIxheGQX0zSQ8NZuNHLWVSuj7VbCH7rWDF+NKG0/hX+LtVL/0Mlw==
2135
+ "@salesforce/plugin-command-reference@^3.1.56":
2136
+ version "3.1.56"
2137
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.56.tgz#648bb75ea629b046ca868dda443aff779a5c67a4"
2138
+ integrity sha512-rBslUjAZSWNf6dUS9ZB29KfzdoTBTx+A5PW12ZPXTL17kJb/iRNgJV8g1FQLq0yLKRvmhjHcQODXrH3YluZxWg==
2139
2139
  dependencies:
2140
2140
  "@oclif/core" "^4"
2141
- "@salesforce/core" "^8.11.0"
2141
+ "@salesforce/core" "^8.12.0"
2142
2142
  "@salesforce/kit" "^3.2.3"
2143
2143
  "@salesforce/sf-plugins-core" "^11.3.12"
2144
2144
  "@salesforce/ts-types" "^2.0.11"
@@ -3369,7 +3369,7 @@ ansicolors@~0.3.2:
3369
3369
  resolved "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz"
3370
3370
  integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
3371
3371
 
3372
- ansis@^3.17.0, ansis@^3.3.2:
3372
+ ansis@^3.16.0, ansis@^3.17.0, ansis@^3.3.2:
3373
3373
  version "3.17.0"
3374
3374
  resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.17.0.tgz#fa8d9c2a93fe7d1177e0c17f9eeb562a58a832d7"
3375
3375
  integrity sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==
@@ -3866,7 +3866,7 @@ chalk@^2.4.2:
3866
3866
  escape-string-regexp "^1.0.5"
3867
3867
  supports-color "^5.3.0"
3868
3868
 
3869
- chalk@^4, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
3869
+ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
3870
3870
  version "4.1.2"
3871
3871
  resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
3872
3872
  integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -4944,12 +4944,12 @@ eslint-plugin-jsdoc@^46.10.1:
4944
4944
  semver "^7.5.4"
4945
4945
  spdx-expression-parse "^4.0.0"
4946
4946
 
4947
- eslint-plugin-sf-plugin@^1.20.24:
4948
- version "1.20.24"
4949
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz#a16ce6d252ff3f3504005485050aa023bfef89a4"
4950
- integrity sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==
4947
+ eslint-plugin-sf-plugin@^1.20.25:
4948
+ version "1.20.25"
4949
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.25.tgz#943d861c73579d982a2c09eb5d8d5907cfdd7956"
4950
+ integrity sha512-uknNSP5+CRHeA7PRGErKD5nCoehJY/UVofspAiwEmtzhNBfS1eUxORN9fU6WEjb9Mc3O6i7YrMznTYFhJYWr1Q==
4951
4951
  dependencies:
4952
- "@salesforce/core" "^8.11.1"
4952
+ "@salesforce/core" "^8.12.0"
4953
4953
  "@typescript-eslint/utils" "^7.18.0"
4954
4954
 
4955
4955
  eslint-plugin-unicorn@^50.0.1:
@@ -5229,10 +5229,10 @@ faye@^1.4.0:
5229
5229
  tough-cookie "*"
5230
5230
  tunnel-agent "*"
5231
5231
 
5232
- fdir@^6.4.2:
5233
- version "6.4.2"
5234
- resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.2.tgz#ddaa7ce1831b161bc3657bb99cb36e1622702689"
5235
- integrity sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==
5232
+ fdir@^6.4.4:
5233
+ version "6.4.5"
5234
+ resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.5.tgz#328e280f3a23699362f95f2e82acf978a0c0cb49"
5235
+ integrity sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==
5236
5236
 
5237
5237
  figures@^3.1.0:
5238
5238
  version "3.2.0"
@@ -7885,10 +7885,10 @@ object.values@^1.1.7:
7885
7885
  define-properties "^1.2.0"
7886
7886
  es-abstract "^1.22.1"
7887
7887
 
7888
- oclif@^4.17.46:
7889
- version "4.17.46"
7890
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.46.tgz#c7bd4315ae4903ad5f9893f6d6e7b3b78c4209fb"
7891
- integrity sha512-huMvamv0zzIXrCbW5sgy40P1L6fJjPe4IfZKSmkmuPNGSpTy+fcNZ0gYwIuMlxiT3RarLYxYie+RVTyJLE3zXw==
7888
+ oclif@^4.18.0:
7889
+ version "4.18.0"
7890
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.18.0.tgz#4216a87ae947ae233a92f94448e970fce621b11a"
7891
+ integrity sha512-w5b35fT1tIZhJUv+GZLdEo4ZwF/wDeuNVL1cbOcgrQebcg0RMJE0ykFymVlfIPtOZqJzwfO6xeNEwqMy5fVtOw==
7892
7892
  dependencies:
7893
7893
  "@aws-sdk/client-cloudfront" "^3.787.0"
7894
7894
  "@aws-sdk/client-s3" "^3.787.0"
@@ -7899,8 +7899,8 @@ oclif@^4.17.46:
7899
7899
  "@oclif/plugin-help" "^6.2.27"
7900
7900
  "@oclif/plugin-not-found" "^3.2.48"
7901
7901
  "@oclif/plugin-warn-if-update-available" "^3.1.38"
7902
+ ansis "^3.16.0"
7902
7903
  async-retry "^1.3.3"
7903
- chalk "^4"
7904
7904
  change-case "^4"
7905
7905
  debug "^4.4.0"
7906
7906
  ejs "^3.1.10"
@@ -9604,12 +9604,12 @@ tiny-relative-date@^1.3.0:
9604
9604
  resolved "https://registry.npmjs.org/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz"
9605
9605
  integrity sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A==
9606
9606
 
9607
- tinyglobby@^0.2.9:
9608
- version "0.2.10"
9609
- resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.10.tgz#e712cf2dc9b95a1f5c5bbd159720e15833977a0f"
9610
- integrity sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==
9607
+ tinyglobby@^0.2.13, tinyglobby@^0.2.9:
9608
+ version "0.2.14"
9609
+ resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
9610
+ integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
9611
9611
  dependencies:
9612
- fdir "^6.4.2"
9612
+ fdir "^6.4.4"
9613
9613
  picomatch "^4.0.2"
9614
9614
 
9615
9615
  tmp@^0.0.33:
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.33"
1393
+ "version": "5.7.35"
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.33",
4
+ "version": "5.7.35",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -9,14 +9,14 @@
9
9
  "sf-release": "bin/run.js"
10
10
  },
11
11
  "dependencies": {
12
- "@oclif/core": "^4.3.0",
12
+ "@oclif/core": "^4.3.2",
13
13
  "@octokit/core": "^6.1.5",
14
14
  "@octokit/plugin-paginate-rest": "^11.6.0",
15
15
  "@octokit/plugin-throttling": "^9.6.1",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/core": "^8.12.0",
18
18
  "@salesforce/kit": "^3.2.0",
19
- "@salesforce/plugin-command-reference": "^3.1.54",
19
+ "@salesforce/plugin-command-reference": "^3.1.56",
20
20
  "@salesforce/plugin-trust": "^3.7.89",
21
21
  "@salesforce/sf-plugins-core": "^12.2.2",
22
22
  "@salesforce/ts-types": "^2.0.10",
@@ -33,14 +33,14 @@
33
33
  "yarn-deduplicate": "^6.0.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@oclif/plugin-command-snapshot": "^5.2.40",
36
+ "@oclif/plugin-command-snapshot": "^5.3.0",
37
37
  "@salesforce/dev-scripts": "^10.2.4",
38
38
  "@salesforce/ts-sinon": "^1.4.30",
39
39
  "@types/semver": "^7.7.0",
40
40
  "@types/shelljs": "^0.8.16",
41
41
  "aws-sdk-mock": "^5.9.0",
42
- "eslint-plugin-sf-plugin": "^1.20.24",
43
- "oclif": "^4.17.46",
42
+ "eslint-plugin-sf-plugin": "^1.20.25",
43
+ "oclif": "^4.18.0",
44
44
  "ts-node": "^10.9.2",
45
45
  "typescript": "^5.8.3"
46
46
  },