@salesforce/plugin-release-management 5.7.34 → 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.34/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.34/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.34/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.34/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.34/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.34/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.34/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.34/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.34/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.34/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.34/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.34/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.34/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.34/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.34/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.34/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,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.7.34",
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.34",
9
+ "version": "5.7.35",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.3.2",
@@ -16,7 +16,7 @@
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
  },
@@ -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",
@@ -10461,13 +10464,13 @@
10461
10464
  }
10462
10465
  },
10463
10466
  "node_modules/eslint-plugin-sf-plugin": {
10464
- "version": "1.20.24",
10465
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz",
10466
- "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==",
10467
10470
  "dev": true,
10468
10471
  "license": "BSD-3-Clause",
10469
10472
  "dependencies": {
10470
- "@salesforce/core": "^8.11.1",
10473
+ "@salesforce/core": "^8.12.0",
10471
10474
  "@typescript-eslint/utils": "^7.18.0"
10472
10475
  },
10473
10476
  "engines": {
@@ -18731,9 +18734,9 @@
18731
18734
  }
18732
18735
  },
18733
18736
  "node_modules/oclif": {
18734
- "version": "4.17.46",
18735
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.46.tgz",
18736
- "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==",
18737
18740
  "dev": true,
18738
18741
  "license": "MIT",
18739
18742
  "dependencies": {
@@ -18746,8 +18749,8 @@
18746
18749
  "@oclif/plugin-help": "^6.2.27",
18747
18750
  "@oclif/plugin-not-found": "^3.2.48",
18748
18751
  "@oclif/plugin-warn-if-update-available": "^3.1.38",
18752
+ "ansis": "^3.16.0",
18749
18753
  "async-retry": "^1.3.3",
18750
- "chalk": "^4",
18751
18754
  "change-case": "^4",
18752
18755
  "debug": "^4.4.0",
18753
18756
  "ejs": "^3.1.10",
@@ -18769,39 +18772,6 @@
18769
18772
  "node": ">=18.0.0"
18770
18773
  }
18771
18774
  },
18772
- "node_modules/oclif/node_modules/ansi-styles": {
18773
- "version": "4.3.0",
18774
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
18775
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
18776
- "dev": true,
18777
- "license": "MIT",
18778
- "dependencies": {
18779
- "color-convert": "^2.0.1"
18780
- },
18781
- "engines": {
18782
- "node": ">=8"
18783
- },
18784
- "funding": {
18785
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
18786
- }
18787
- },
18788
- "node_modules/oclif/node_modules/chalk": {
18789
- "version": "4.1.2",
18790
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
18791
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
18792
- "dev": true,
18793
- "license": "MIT",
18794
- "dependencies": {
18795
- "ansi-styles": "^4.1.0",
18796
- "supports-color": "^7.1.0"
18797
- },
18798
- "engines": {
18799
- "node": ">=10"
18800
- },
18801
- "funding": {
18802
- "url": "https://github.com/chalk/chalk?sponsor=1"
18803
- }
18804
- },
18805
18775
  "node_modules/oclif/node_modules/hosted-git-info": {
18806
18776
  "version": "7.0.2",
18807
18777
  "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
package/oclif.lock CHANGED
@@ -1871,10 +1871,10 @@
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:
@@ -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"
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.34"
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.34",
4
+ "version": "5.7.35",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -16,7 +16,7 @@
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.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
  },