@salesforce/plugin-release-management 5.5.13 → 5.5.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -145,7 +145,7 @@ EXAMPLES
145
145
  $ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac
146
146
  ```
147
147
 
148
- _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.13/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.14/src/commands/channel/promote.ts)_
149
149
 
150
150
  ## `sfdx cli artifacts compare`
151
151
 
@@ -169,7 +169,7 @@ EXAMPLES
169
169
  $ sfdx cli artifacts compare
170
170
  ```
171
171
 
172
- _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.13/src/commands/cli/artifacts/compare.ts)_
172
+ _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.14/src/commands/cli/artifacts/compare.ts)_
173
173
 
174
174
  ## `sfdx cli install jit test`
175
175
 
@@ -190,7 +190,7 @@ EXAMPLES
190
190
  $ sfdx cli install jit test
191
191
  ```
192
192
 
193
- _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.13/src/commands/cli/install/jit/test.ts)_
193
+ _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.14/src/commands/cli/install/jit/test.ts)_
194
194
 
195
195
  ## `sfdx cli install test`
196
196
 
@@ -231,7 +231,7 @@ EXAMPLES
231
231
  $ sfdx cli install test --cli sf --method tarball --channel stable-rc
232
232
  ```
233
233
 
234
- _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.13/src/commands/cli/install/test.ts)_
234
+ _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.14/src/commands/cli/install/test.ts)_
235
235
 
236
236
  ## `sfdx cli release automerge`
237
237
 
@@ -262,7 +262,7 @@ EXAMPLES
262
262
  $ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
263
263
  ```
264
264
 
265
- _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.13/src/commands/cli/release/automerge.ts)_
265
+ _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.14/src/commands/cli/release/automerge.ts)_
266
266
 
267
267
  ## `sfdx cli release build`
268
268
 
@@ -325,7 +325,7 @@ EXAMPLES
325
325
  $ sfdx cli release build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3
326
326
  ```
327
327
 
328
- _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.13/src/commands/cli/release/build.ts)_
328
+ _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.14/src/commands/cli/release/build.ts)_
329
329
 
330
330
  ## `sfdx cli releasenotes`
331
331
 
@@ -366,7 +366,7 @@ EXAMPLES
366
366
  $ sfdx cli releasenotes --cli sf --markdown > changes.md
367
367
  ```
368
368
 
369
- _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.13/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.14/src/commands/cli/releasenotes.ts)_
370
370
 
371
371
  ## `sfdx cli tarballs prepare`
372
372
 
@@ -394,7 +394,7 @@ EXAMPLES
394
394
  $ sfdx cli tarballs prepare
395
395
  ```
396
396
 
397
- _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.13/src/commands/cli/tarballs/prepare.ts)_
397
+ _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.14/src/commands/cli/tarballs/prepare.ts)_
398
398
 
399
399
  ## `sfdx cli tarballs smoke`
400
400
 
@@ -424,7 +424,7 @@ EXAMPLES
424
424
  $ sfdx cli tarballs smoke
425
425
  ```
426
426
 
427
- _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.13/src/commands/cli/tarballs/smoke.ts)_
427
+ _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.14/src/commands/cli/tarballs/smoke.ts)_
428
428
 
429
429
  ## `sfdx cli tarballs verify`
430
430
 
@@ -456,7 +456,7 @@ EXAMPLES
456
456
  $ sfdx cli tarballs verify --cli sf
457
457
  ```
458
458
 
459
- _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.13/src/commands/cli/tarballs/verify.ts)_
459
+ _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.14/src/commands/cli/tarballs/verify.ts)_
460
460
 
461
461
  ## `sfdx cli versions inspect`
462
462
 
@@ -509,7 +509,7 @@ EXAMPLES
509
509
  $ sfdx cli versions inspect -l npm -c latest -d chalk -s
510
510
  ```
511
511
 
512
- _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.13/src/commands/cli/versions/inspect.ts)_
512
+ _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.14/src/commands/cli/versions/inspect.ts)_
513
513
 
514
514
  ## `sfdx dependabot automerge`
515
515
 
@@ -549,7 +549,7 @@ EXAMPLES
549
549
  $ sfdx dependabot automerge --max-version-bump major
550
550
  ```
551
551
 
552
- _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.13/src/commands/dependabot/automerge.ts)_
552
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.14/src/commands/dependabot/automerge.ts)_
553
553
 
554
554
  ## `sfdx github check closed`
555
555
 
@@ -576,7 +576,7 @@ EXAMPLES
576
576
  $ sfdx github check closed -o me@gus.com
577
577
  ```
578
578
 
579
- _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.13/src/commands/github/check/closed.ts)_
579
+ _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.14/src/commands/github/check/closed.ts)_
580
580
 
581
581
  ## `sfdx npm dependencies pin`
582
582
 
@@ -602,7 +602,7 @@ DESCRIPTION
602
602
  in the package.json
603
603
  ```
604
604
 
605
- _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.13/src/commands/npm/dependencies/pin.ts)_
605
+ _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.14/src/commands/npm/dependencies/pin.ts)_
606
606
 
607
607
  ## `sfdx npm package release`
608
608
 
@@ -634,7 +634,7 @@ DESCRIPTION
634
634
  publish npm package
635
635
  ```
636
636
 
637
- _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.13/src/commands/npm/package/release.ts)_
637
+ _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.14/src/commands/npm/package/release.ts)_
638
638
 
639
639
  ## `sfdx plugins trust verify`
640
640
 
@@ -702,6 +702,6 @@ EXAMPLES
702
702
  $ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
703
703
  ```
704
704
 
705
- _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.13/src/commands/repositories/index.ts)_
705
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.5.14/src/commands/repositories/index.ts)_
706
706
 
707
707
  <!-- commandsstop -->
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.5.13",
3
+ "version": "5.5.14",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.5.13",
9
+ "version": "5.5.14",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@oclif/core": "^4.0.6",
12
+ "@oclif/core": "^4.0.8",
13
13
  "@octokit/core": "^4.2.4",
14
14
  "@octokit/plugin-paginate-rest": "^6.1.2",
15
15
  "@octokit/plugin-throttling": "^5.2.3",
@@ -3266,9 +3266,9 @@
3266
3266
  }
3267
3267
  },
3268
3268
  "node_modules/@oclif/core": {
3269
- "version": "4.0.6",
3270
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.6.tgz",
3271
- "integrity": "sha512-z/4YUVQsf2pHsXRze5etbmvAYDhoUhIzpM6oJGEdsdWfvQJ6YQBogH7TdX/ItuGda6+vpfXg/4U1CtPexSF+bA==",
3269
+ "version": "4.0.8",
3270
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.8.tgz",
3271
+ "integrity": "sha512-9AzNoRlKfIeuqOin+HK9cyouELeup7sX+MGIFc5dR+bnG0sSzFnV1A/Z57E7KWrY5NdWULHYT5NhiL1YpEhG2w==",
3272
3272
  "license": "MIT",
3273
3273
  "dependencies": {
3274
3274
  "ansi-escapes": "^4.3.2",
@@ -3282,7 +3282,7 @@
3282
3282
  "indent-string": "^4.0.0",
3283
3283
  "is-wsl": "^2.2.0",
3284
3284
  "lilconfig": "^3.1.2",
3285
- "minimatch": "^9.0.4",
3285
+ "minimatch": "^9.0.5",
3286
3286
  "string-width": "^4.2.3",
3287
3287
  "supports-color": "^8",
3288
3288
  "widest-line": "^3.1.0",
@@ -12059,9 +12059,9 @@
12059
12059
  }
12060
12060
  },
12061
12061
  "node_modules/minimatch": {
12062
- "version": "9.0.4",
12063
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
12064
- "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
12062
+ "version": "9.0.5",
12063
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
12064
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
12065
12065
  "license": "ISC",
12066
12066
  "dependencies": {
12067
12067
  "brace-expansion": "^2.0.1"
@@ -14474,8 +14474,6 @@
14474
14474
  },
14475
14475
  "node_modules/npm/node_modules/minimatch": {
14476
14476
  "version": "9.0.4",
14477
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
14478
- "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
14479
14477
  "inBundle": true,
14480
14478
  "license": "ISC",
14481
14479
  "dependencies": {
package/oclif.lock CHANGED
@@ -1581,10 +1581,10 @@
1581
1581
  wordwrap "^1.0.0"
1582
1582
  wrap-ansi "^7.0.0"
1583
1583
 
1584
- "@oclif/core@^4", "@oclif/core@^4.0.6":
1585
- version "4.0.6"
1586
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.6.tgz#05958a928591567b7fe90638e0ee8df9e07eb3ff"
1587
- integrity sha512-z/4YUVQsf2pHsXRze5etbmvAYDhoUhIzpM6oJGEdsdWfvQJ6YQBogH7TdX/ItuGda6+vpfXg/4U1CtPexSF+bA==
1584
+ "@oclif/core@^4", "@oclif/core@^4.0.6", "@oclif/core@^4.0.8":
1585
+ version "4.0.8"
1586
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.8.tgz#667caa6481682e34594a4df6faeb3137879652d8"
1587
+ integrity sha512-9AzNoRlKfIeuqOin+HK9cyouELeup7sX+MGIFc5dR+bnG0sSzFnV1A/Z57E7KWrY5NdWULHYT5NhiL1YpEhG2w==
1588
1588
  dependencies:
1589
1589
  ansi-escapes "^4.3.2"
1590
1590
  ansis "^3.1.1"
@@ -1597,7 +1597,7 @@
1597
1597
  indent-string "^4.0.0"
1598
1598
  is-wsl "^2.2.0"
1599
1599
  lilconfig "^3.1.2"
1600
- minimatch "^9.0.4"
1600
+ minimatch "^9.0.5"
1601
1601
  string-width "^4.2.3"
1602
1602
  supports-color "^8"
1603
1603
  widest-line "^3.1.0"
@@ -6633,10 +6633,10 @@ minimatch@^5.0.1:
6633
6633
  dependencies:
6634
6634
  brace-expansion "^2.0.1"
6635
6635
 
6636
- minimatch@^9.0.0, minimatch@^9.0.3, minimatch@^9.0.4:
6637
- version "9.0.4"
6638
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
6639
- integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
6636
+ minimatch@^9.0.0, minimatch@^9.0.3, minimatch@^9.0.4, minimatch@^9.0.5:
6637
+ version "9.0.5"
6638
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
6639
+ integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
6640
6640
  dependencies:
6641
6641
  brace-expansion "^2.0.1"
6642
6642
 
@@ -1398,5 +1398,5 @@
1398
1398
  ]
1399
1399
  }
1400
1400
  },
1401
- "version": "5.5.13"
1401
+ "version": "5.5.14"
1402
1402
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
3
  "description": "A plugin for preparing and publishing npm packages",
4
- "version": "5.5.13",
4
+ "version": "5.5.14",
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.0.6",
12
+ "@oclif/core": "^4.0.8",
13
13
  "@octokit/core": "^4.2.4",
14
14
  "@octokit/plugin-paginate-rest": "^6.1.2",
15
15
  "@octokit/plugin-throttling": "^5.2.3",