@salesforce/plugin-release-management 4.5.22 → 4.5.23

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
@@ -157,7 +157,7 @@ EXAMPLES
157
157
  $ sfdx channel:promote --candidate latest-rc --target latest --platform win --platform mac
158
158
  ```
159
159
 
160
- _See code: [lib/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.22/lib/commands/channel/promote.ts)_
160
+ _See code: [lib/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.23/lib/commands/channel/promote.ts)_
161
161
 
162
162
  ## `sfdx cli:artifacts:compare`
163
163
 
@@ -180,7 +180,7 @@ EXAMPLES
180
180
  $ sfdx cli:artifacts:compare
181
181
  ```
182
182
 
183
- _See code: [lib/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.22/lib/commands/cli/artifacts/compare.ts)_
183
+ _See code: [lib/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.23/lib/commands/cli/artifacts/compare.ts)_
184
184
 
185
185
  ## `sfdx cli:install:jit:test`
186
186
 
@@ -200,7 +200,7 @@ EXAMPLES
200
200
  $ sfdx cli:install:jit:test
201
201
  ```
202
202
 
203
- _See code: [lib/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.22/lib/commands/cli/install/jit/test.ts)_
203
+ _See code: [lib/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.23/lib/commands/cli/install/jit/test.ts)_
204
204
 
205
205
  ## `sfdx cli:install:test`
206
206
 
@@ -240,7 +240,7 @@ EXAMPLES
240
240
  $ sfdx cli:install:test --cli sf --method tarball --channel stable-rc
241
241
  ```
242
242
 
243
- _See code: [lib/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.22/lib/commands/cli/install/test.ts)_
243
+ _See code: [lib/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.23/lib/commands/cli/install/test.ts)_
244
244
 
245
245
  ## `sfdx cli:release:automerge`
246
246
 
@@ -269,7 +269,7 @@ EXAMPLES
269
269
  $ sfdx cli:release:automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
270
270
  ```
271
271
 
272
- _See code: [lib/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.22/lib/commands/cli/release/automerge.ts)_
272
+ _See code: [lib/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.23/lib/commands/cli/release/automerge.ts)_
273
273
 
274
274
  ## `sfdx cli:release:build`
275
275
 
@@ -330,7 +330,7 @@ EXAMPLES
330
330
  $ sfdx cli:release:build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3,@sf/config
331
331
  ```
332
332
 
333
- _See code: [lib/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.22/lib/commands/cli/release/build.ts)_
333
+ _See code: [lib/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.23/lib/commands/cli/release/build.ts)_
334
334
 
335
335
  ## `sfdx cli:releasenotes`
336
336
 
@@ -370,7 +370,7 @@ EXAMPLES
370
370
  $ sfdx cli:releasenotes --cli sf --markdown > changes.md
371
371
  ```
372
372
 
373
- _See code: [lib/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.22/lib/commands/cli/releasenotes.ts)_
373
+ _See code: [lib/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.23/lib/commands/cli/releasenotes.ts)_
374
374
 
375
375
  ## `sfdx cli:schemas:compare`
376
376
 
@@ -392,7 +392,7 @@ EXAMPLES
392
392
  $ sfdx cli:schemas:compare
393
393
  ```
394
394
 
395
- _See code: [lib/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.22/lib/commands/cli/schemas/compare.ts)_
395
+ _See code: [lib/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.23/lib/commands/cli/schemas/compare.ts)_
396
396
 
397
397
  ## `sfdx cli:tarballs:prepare`
398
398
 
@@ -419,7 +419,7 @@ EXAMPLES
419
419
  $ sfdx cli:tarballs:prepare
420
420
  ```
421
421
 
422
- _See code: [lib/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.22/lib/commands/cli/tarballs/prepare.ts)_
422
+ _See code: [lib/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.23/lib/commands/cli/tarballs/prepare.ts)_
423
423
 
424
424
  ## `sfdx cli:tarballs:smoke`
425
425
 
@@ -448,7 +448,7 @@ EXAMPLES
448
448
  $ sfdx cli:tarballs:smoke
449
449
  ```
450
450
 
451
- _See code: [lib/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.22/lib/commands/cli/tarballs/smoke.ts)_
451
+ _See code: [lib/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.23/lib/commands/cli/tarballs/smoke.ts)_
452
452
 
453
453
  ## `sfdx cli:tarballs:verify`
454
454
 
@@ -479,7 +479,7 @@ EXAMPLES
479
479
  $ sfdx cli:tarballs:verify --cli sf
480
480
  ```
481
481
 
482
- _See code: [lib/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.22/lib/commands/cli/tarballs/verify.ts)_
482
+ _See code: [lib/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.23/lib/commands/cli/tarballs/verify.ts)_
483
483
 
484
484
  ## `sfdx cli:versions:inspect`
485
485
 
@@ -531,7 +531,7 @@ EXAMPLES
531
531
  $ sfdx cli:versions:inspect -l npm -c latest -d chalk -s
532
532
  ```
533
533
 
534
- _See code: [lib/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.22/lib/commands/cli/versions/inspect.ts)_
534
+ _See code: [lib/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.23/lib/commands/cli/versions/inspect.ts)_
535
535
 
536
536
  ## `sfdx dependabot:automerge`
537
537
 
@@ -570,7 +570,7 @@ EXAMPLES
570
570
  $ sfdx dependabot:automerge --max-version-bump major
571
571
  ```
572
572
 
573
- _See code: [lib/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.22/lib/commands/dependabot/automerge.ts)_
573
+ _See code: [lib/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.23/lib/commands/dependabot/automerge.ts)_
574
574
 
575
575
  ## `sfdx github:check:closed`
576
576
 
@@ -596,7 +596,7 @@ EXAMPLES
596
596
  $ sfdx github:check:closed -o me@gus.com
597
597
  ```
598
598
 
599
- _See code: [lib/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.22/lib/commands/github/check/closed.ts)_
599
+ _See code: [lib/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.23/lib/commands/github/check/closed.ts)_
600
600
 
601
601
  ## `sfdx npm:dependencies:pin`
602
602
 
@@ -621,7 +621,7 @@ DESCRIPTION
621
621
  in the package.json
622
622
  ```
623
623
 
624
- _See code: [lib/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.22/lib/commands/npm/dependencies/pin.ts)_
624
+ _See code: [lib/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.23/lib/commands/npm/dependencies/pin.ts)_
625
625
 
626
626
  ## `sfdx npm:package:release`
627
627
 
@@ -652,7 +652,7 @@ DESCRIPTION
652
652
  publish npm package
653
653
  ```
654
654
 
655
- _See code: [lib/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.22/lib/commands/npm/package/release.ts)_
655
+ _See code: [lib/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.23/lib/commands/npm/package/release.ts)_
656
656
 
657
657
  ## `sfdx plugins:trust:verify`
658
658
 
@@ -718,6 +718,6 @@ EXAMPLES
718
718
  $ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
719
719
  ```
720
720
 
721
- _See code: [lib/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.22/lib/commands/repositories/index.ts)_
721
+ _See code: [lib/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.5.23/lib/commands/repositories/index.ts)_
722
722
 
723
723
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "4.5.22",
3
+ "version": "4.5.23",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "4.5.22",
9
+ "version": "4.5.23",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3",
@@ -20,7 +20,7 @@
20
20
  "@salesforce/plugin-trust": "^2.6.23",
21
21
  "@salesforce/sf-plugins-core": "^5.0.13",
22
22
  "@salesforce/ts-types": "^2.0.9",
23
- "aws-sdk": "^2.1531.0",
23
+ "aws-sdk": "^2.1535.0",
24
24
  "chalk": "^4.1.0",
25
25
  "fast-glob": "^3.3.2",
26
26
  "got": "^11.8.6",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@oclif/plugin-command-snapshot": "^4.0.16",
41
- "@salesforce/dev-scripts": "^8.1.3",
41
+ "@salesforce/dev-scripts": "^8.2.0",
42
42
  "@salesforce/ts-sinon": "1.4.19",
43
43
  "@types/semver": "^7.5.6",
44
44
  "@types/shelljs": "^0.8.15",
@@ -2710,9 +2710,9 @@
2710
2710
  "license": "BSD-3-Clause"
2711
2711
  },
2712
2712
  "node_modules/@salesforce/dev-scripts": {
2713
- "version": "8.1.3",
2714
- "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.1.3.tgz",
2715
- "integrity": "sha512-mSWCab+uO3O2QNBCRJpKsHw/UYpOGpNFWT12BC85e+VyWBp4LTIAsssBKDY8czRI02K7NwiYaC34fNdP+yqrzA==",
2713
+ "version": "8.2.0",
2714
+ "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.2.0.tgz",
2715
+ "integrity": "sha512-dzVBmetyBe8IM1XJCBw83U5rC0TSwvXa1MPRRI0pmE/VeBqlfxM7rneKtlORCirz9n8SAvCiQvI4oJ/yWW5Quw==",
2716
2716
  "dev": true,
2717
2717
  "license": "BSD-3-Clause",
2718
2718
  "dependencies": {
@@ -4336,9 +4336,9 @@
4336
4336
  }
4337
4337
  },
4338
4338
  "node_modules/aws-sdk": {
4339
- "version": "2.1531.0",
4340
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1531.0.tgz",
4341
- "integrity": "sha512-BnZcutxV8aplvyCQDUxOlHkrqqqmWl1hgY1sq8umP6bcSEknjH+mrBB6e0XyLQY4ParC0Oyw/8IbDWwc+LsDqw==",
4339
+ "version": "2.1535.0",
4340
+ "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1535.0.tgz",
4341
+ "integrity": "sha512-Ah9prS7ZX4rIMPBeXmBD1NV6tIHoJoryrCe1Zr/Zk4PdEM743jezpfIyM9bMhzKi/Z0CmBkqtHx54uPAghsp7A==",
4342
4342
  "license": "Apache-2.0",
4343
4343
  "dependencies": {
4344
4344
  "buffer": "4.9.2",
@@ -1322,5 +1322,5 @@
1322
1322
  ]
1323
1323
  }
1324
1324
  },
1325
- "version": "4.5.22"
1325
+ "version": "4.5.23"
1326
1326
  }
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": "4.5.22",
4
+ "version": "4.5.23",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "bin": {
@@ -19,7 +19,7 @@
19
19
  "@salesforce/plugin-trust": "^2.6.23",
20
20
  "@salesforce/sf-plugins-core": "^5.0.13",
21
21
  "@salesforce/ts-types": "^2.0.9",
22
- "aws-sdk": "^2.1531.0",
22
+ "aws-sdk": "^2.1535.0",
23
23
  "chalk": "^4.1.0",
24
24
  "fast-glob": "^3.3.2",
25
25
  "got": "^11.8.6",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@oclif/plugin-command-snapshot": "^4.0.16",
37
- "@salesforce/dev-scripts": "^8.1.3",
37
+ "@salesforce/dev-scripts": "^8.2.0",
38
38
  "@salesforce/ts-sinon": "1.4.19",
39
39
  "@types/semver": "^7.5.6",
40
40
  "@types/shelljs": "^0.8.15",
@@ -264,7 +264,7 @@
264
264
  "output": []
265
265
  },
266
266
  "link-check": {
267
- "command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
267
+ "command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
268
268
  "files": [
269
269
  "./*.md",
270
270
  "./!(CHANGELOG).md",