@salesforce/plugin-release-management 4.7.12 → 4.7.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 +17 -17
- package/npm-shrinkwrap.json +66 -91
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -156,7 +156,7 @@ EXAMPLES
|
|
|
156
156
|
$ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac
|
|
157
157
|
```
|
|
158
158
|
|
|
159
|
-
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
159
|
+
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.14/src/commands/channel/promote.ts)_
|
|
160
160
|
|
|
161
161
|
## `sfdx cli artifacts compare`
|
|
162
162
|
|
|
@@ -179,7 +179,7 @@ EXAMPLES
|
|
|
179
179
|
$ sfdx cli artifacts compare
|
|
180
180
|
```
|
|
181
181
|
|
|
182
|
-
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
182
|
+
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.14/src/commands/cli/artifacts/compare.ts)_
|
|
183
183
|
|
|
184
184
|
## `sfdx cli install jit test`
|
|
185
185
|
|
|
@@ -199,7 +199,7 @@ EXAMPLES
|
|
|
199
199
|
$ sfdx cli install jit test
|
|
200
200
|
```
|
|
201
201
|
|
|
202
|
-
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
202
|
+
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.14/src/commands/cli/install/jit/test.ts)_
|
|
203
203
|
|
|
204
204
|
## `sfdx cli install test`
|
|
205
205
|
|
|
@@ -239,7 +239,7 @@ EXAMPLES
|
|
|
239
239
|
$ sfdx cli install test --cli sf --method tarball --channel stable-rc
|
|
240
240
|
```
|
|
241
241
|
|
|
242
|
-
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
242
|
+
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.14/src/commands/cli/install/test.ts)_
|
|
243
243
|
|
|
244
244
|
## `sfdx cli release automerge`
|
|
245
245
|
|
|
@@ -268,7 +268,7 @@ EXAMPLES
|
|
|
268
268
|
$ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
|
|
269
269
|
```
|
|
270
270
|
|
|
271
|
-
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
271
|
+
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.14/src/commands/cli/release/automerge.ts)_
|
|
272
272
|
|
|
273
273
|
## `sfdx cli release build`
|
|
274
274
|
|
|
@@ -329,7 +329,7 @@ EXAMPLES
|
|
|
329
329
|
$ sfdx cli release build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3
|
|
330
330
|
```
|
|
331
331
|
|
|
332
|
-
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
332
|
+
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.14/src/commands/cli/release/build.ts)_
|
|
333
333
|
|
|
334
334
|
## `sfdx cli releasenotes`
|
|
335
335
|
|
|
@@ -369,7 +369,7 @@ EXAMPLES
|
|
|
369
369
|
$ sfdx cli releasenotes --cli sf --markdown > changes.md
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
372
|
+
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.14/src/commands/cli/releasenotes.ts)_
|
|
373
373
|
|
|
374
374
|
## `sfdx cli tarballs prepare`
|
|
375
375
|
|
|
@@ -396,7 +396,7 @@ EXAMPLES
|
|
|
396
396
|
$ sfdx cli tarballs prepare
|
|
397
397
|
```
|
|
398
398
|
|
|
399
|
-
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
399
|
+
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.14/src/commands/cli/tarballs/prepare.ts)_
|
|
400
400
|
|
|
401
401
|
## `sfdx cli tarballs smoke`
|
|
402
402
|
|
|
@@ -425,7 +425,7 @@ EXAMPLES
|
|
|
425
425
|
$ sfdx cli tarballs smoke
|
|
426
426
|
```
|
|
427
427
|
|
|
428
|
-
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
428
|
+
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.14/src/commands/cli/tarballs/smoke.ts)_
|
|
429
429
|
|
|
430
430
|
## `sfdx cli tarballs verify`
|
|
431
431
|
|
|
@@ -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/4.7.
|
|
459
|
+
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.14/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/4.7.
|
|
511
|
+
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.14/src/commands/cli/versions/inspect.ts)_
|
|
512
512
|
|
|
513
513
|
## `sfdx dependabot automerge`
|
|
514
514
|
|
|
@@ -547,7 +547,7 @@ EXAMPLES
|
|
|
547
547
|
$ sfdx dependabot automerge --max-version-bump major
|
|
548
548
|
```
|
|
549
549
|
|
|
550
|
-
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
550
|
+
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.14/src/commands/dependabot/automerge.ts)_
|
|
551
551
|
|
|
552
552
|
## `sfdx github check closed`
|
|
553
553
|
|
|
@@ -573,7 +573,7 @@ EXAMPLES
|
|
|
573
573
|
$ sfdx github check closed -o me@gus.com
|
|
574
574
|
```
|
|
575
575
|
|
|
576
|
-
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
576
|
+
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.14/src/commands/github/check/closed.ts)_
|
|
577
577
|
|
|
578
578
|
## `sfdx npm dependencies pin`
|
|
579
579
|
|
|
@@ -598,7 +598,7 @@ DESCRIPTION
|
|
|
598
598
|
in the package.json
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
601
|
+
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.14/src/commands/npm/dependencies/pin.ts)_
|
|
602
602
|
|
|
603
603
|
## `sfdx npm package release`
|
|
604
604
|
|
|
@@ -629,7 +629,7 @@ DESCRIPTION
|
|
|
629
629
|
publish npm package
|
|
630
630
|
```
|
|
631
631
|
|
|
632
|
-
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
632
|
+
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.14/src/commands/npm/package/release.ts)_
|
|
633
633
|
|
|
634
634
|
## `sfdx plugins trust verify`
|
|
635
635
|
|
|
@@ -657,7 +657,7 @@ EXAMPLES
|
|
|
657
657
|
$ sfdx plugins trust verify --npm @scope/npmName
|
|
658
658
|
```
|
|
659
659
|
|
|
660
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.
|
|
660
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.8/src/commands/plugins/trust/verify.ts)_
|
|
661
661
|
|
|
662
662
|
## `sfdx repositories`
|
|
663
663
|
|
|
@@ -695,6 +695,6 @@ EXAMPLES
|
|
|
695
695
|
$ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
|
|
696
696
|
```
|
|
697
697
|
|
|
698
|
-
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.
|
|
698
|
+
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.7.14/src/commands/repositories/index.ts)_
|
|
699
699
|
|
|
700
700
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.14",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-release-management",
|
|
9
|
-
"version": "4.7.
|
|
9
|
+
"version": "4.7.14",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.18.2",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@salesforce/core": "^6.5.3",
|
|
18
18
|
"@salesforce/kit": "^3.0.15",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.67",
|
|
20
|
-
"@salesforce/plugin-trust": "^3.3.
|
|
20
|
+
"@salesforce/plugin-trust": "^3.3.8",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^7.1.4",
|
|
22
22
|
"@salesforce/ts-types": "^2.0.9",
|
|
23
23
|
"aws-sdk": "^2.1560.0",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"fast-glob": "^3.3.2",
|
|
26
26
|
"got": "^13",
|
|
27
27
|
"just-diff": "^5.2.0",
|
|
28
|
-
"proxy-agent": "^6.
|
|
28
|
+
"proxy-agent": "^6.4.0",
|
|
29
29
|
"semver": "^7.6.0",
|
|
30
30
|
"shelljs": "^0.8.5",
|
|
31
31
|
"standard-version": "^9.0.0",
|
|
@@ -2382,13 +2382,13 @@
|
|
|
2382
2382
|
}
|
|
2383
2383
|
},
|
|
2384
2384
|
"node_modules/@inquirer/confirm": {
|
|
2385
|
-
"version": "2.0.
|
|
2386
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-2.0.
|
|
2387
|
-
"integrity": "sha512-
|
|
2385
|
+
"version": "2.0.17",
|
|
2386
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-2.0.17.tgz",
|
|
2387
|
+
"integrity": "sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==",
|
|
2388
2388
|
"license": "MIT",
|
|
2389
2389
|
"dependencies": {
|
|
2390
|
-
"@inquirer/core": "^
|
|
2391
|
-
"@inquirer/type": "^1.1.
|
|
2390
|
+
"@inquirer/core": "^6.0.0",
|
|
2391
|
+
"@inquirer/type": "^1.1.6",
|
|
2392
2392
|
"chalk": "^4.1.2"
|
|
2393
2393
|
},
|
|
2394
2394
|
"engines": {
|
|
@@ -2412,18 +2412,18 @@
|
|
|
2412
2412
|
}
|
|
2413
2413
|
},
|
|
2414
2414
|
"node_modules/@inquirer/core": {
|
|
2415
|
-
"version": "
|
|
2416
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-
|
|
2417
|
-
"integrity": "sha512-
|
|
2415
|
+
"version": "6.0.0",
|
|
2416
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-6.0.0.tgz",
|
|
2417
|
+
"integrity": "sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==",
|
|
2418
2418
|
"license": "MIT",
|
|
2419
2419
|
"dependencies": {
|
|
2420
|
-
"@inquirer/type": "^1.1.
|
|
2420
|
+
"@inquirer/type": "^1.1.6",
|
|
2421
2421
|
"@types/mute-stream": "^0.0.4",
|
|
2422
|
-
"@types/node": "^20.
|
|
2422
|
+
"@types/node": "^20.10.7",
|
|
2423
2423
|
"@types/wrap-ansi": "^3.0.0",
|
|
2424
2424
|
"ansi-escapes": "^4.3.2",
|
|
2425
2425
|
"chalk": "^4.1.2",
|
|
2426
|
-
"cli-spinners": "^2.9.
|
|
2426
|
+
"cli-spinners": "^2.9.2",
|
|
2427
2427
|
"cli-width": "^4.1.0",
|
|
2428
2428
|
"figures": "^3.2.0",
|
|
2429
2429
|
"mute-stream": "^1.0.0",
|
|
@@ -2436,6 +2436,15 @@
|
|
|
2436
2436
|
"node": ">=14.18.0"
|
|
2437
2437
|
}
|
|
2438
2438
|
},
|
|
2439
|
+
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
2440
|
+
"version": "20.11.19",
|
|
2441
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.19.tgz",
|
|
2442
|
+
"integrity": "sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==",
|
|
2443
|
+
"license": "MIT",
|
|
2444
|
+
"dependencies": {
|
|
2445
|
+
"undici-types": "~5.26.4"
|
|
2446
|
+
}
|
|
2447
|
+
},
|
|
2439
2448
|
"node_modules/@inquirer/core/node_modules/chalk": {
|
|
2440
2449
|
"version": "4.1.2",
|
|
2441
2450
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -2505,44 +2514,14 @@
|
|
|
2505
2514
|
"node": ">=8"
|
|
2506
2515
|
}
|
|
2507
2516
|
},
|
|
2508
|
-
"node_modules/@inquirer/input": {
|
|
2509
|
-
"version": "1.2.14",
|
|
2510
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-1.2.14.tgz",
|
|
2511
|
-
"integrity": "sha512-tISLGpUKXixIQue7jypNEShrdzJoLvEvZOJ4QRsw5XTfrIYfoWFqAjMQLerGs9CzR86yAI89JR6snHmKwnNddw==",
|
|
2512
|
-
"license": "MIT",
|
|
2513
|
-
"dependencies": {
|
|
2514
|
-
"@inquirer/core": "^5.1.1",
|
|
2515
|
-
"@inquirer/type": "^1.1.5",
|
|
2516
|
-
"chalk": "^4.1.2"
|
|
2517
|
-
},
|
|
2518
|
-
"engines": {
|
|
2519
|
-
"node": ">=14.18.0"
|
|
2520
|
-
}
|
|
2521
|
-
},
|
|
2522
|
-
"node_modules/@inquirer/input/node_modules/chalk": {
|
|
2523
|
-
"version": "4.1.2",
|
|
2524
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2525
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2526
|
-
"license": "MIT",
|
|
2527
|
-
"dependencies": {
|
|
2528
|
-
"ansi-styles": "^4.1.0",
|
|
2529
|
-
"supports-color": "^7.1.0"
|
|
2530
|
-
},
|
|
2531
|
-
"engines": {
|
|
2532
|
-
"node": ">=10"
|
|
2533
|
-
},
|
|
2534
|
-
"funding": {
|
|
2535
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2536
|
-
}
|
|
2537
|
-
},
|
|
2538
2517
|
"node_modules/@inquirer/password": {
|
|
2539
|
-
"version": "1.1.
|
|
2540
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-1.1.
|
|
2541
|
-
"integrity": "sha512-
|
|
2518
|
+
"version": "1.1.16",
|
|
2519
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-1.1.16.tgz",
|
|
2520
|
+
"integrity": "sha512-aZYZVHLUXZ2gbBot+i+zOJrks1WaiI95lvZCn1sKfcw6MtSSlYC8uDX8sTzQvAsQ8epHoP84UNvAIT0KVGOGqw==",
|
|
2542
2521
|
"license": "MIT",
|
|
2543
2522
|
"dependencies": {
|
|
2544
|
-
"@inquirer/
|
|
2545
|
-
"@inquirer/type": "^1.1.
|
|
2523
|
+
"@inquirer/core": "^6.0.0",
|
|
2524
|
+
"@inquirer/type": "^1.1.6",
|
|
2546
2525
|
"ansi-escapes": "^4.3.2",
|
|
2547
2526
|
"chalk": "^4.1.2"
|
|
2548
2527
|
},
|
|
@@ -2567,12 +2546,12 @@
|
|
|
2567
2546
|
}
|
|
2568
2547
|
},
|
|
2569
2548
|
"node_modules/@inquirer/type": {
|
|
2570
|
-
"version": "1.
|
|
2571
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.
|
|
2572
|
-
"integrity": "sha512
|
|
2549
|
+
"version": "1.2.0",
|
|
2550
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.0.tgz",
|
|
2551
|
+
"integrity": "sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==",
|
|
2573
2552
|
"license": "MIT",
|
|
2574
2553
|
"engines": {
|
|
2575
|
-
"node": ">=
|
|
2554
|
+
"node": ">=18"
|
|
2576
2555
|
}
|
|
2577
2556
|
},
|
|
2578
2557
|
"node_modules/@isaacs/cliui": {
|
|
@@ -2849,9 +2828,9 @@
|
|
|
2849
2828
|
}
|
|
2850
2829
|
},
|
|
2851
2830
|
"node_modules/@npmcli/agent/node_modules/https-proxy-agent": {
|
|
2852
|
-
"version": "7.0.
|
|
2853
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.
|
|
2854
|
-
"integrity": "sha512-
|
|
2831
|
+
"version": "7.0.4",
|
|
2832
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
|
|
2833
|
+
"integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
|
|
2855
2834
|
"extraneous": true,
|
|
2856
2835
|
"license": "MIT",
|
|
2857
2836
|
"dependencies": {
|
|
@@ -4143,19 +4122,19 @@
|
|
|
4143
4122
|
}
|
|
4144
4123
|
},
|
|
4145
4124
|
"node_modules/@salesforce/plugin-trust": {
|
|
4146
|
-
"version": "3.3.
|
|
4147
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.3.
|
|
4148
|
-
"integrity": "sha512-
|
|
4125
|
+
"version": "3.3.8",
|
|
4126
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.3.8.tgz",
|
|
4127
|
+
"integrity": "sha512-g3oBJGZYEkIAlWN5dozoCXqawQEEWVDBmpBrAojHcMN9C3L6bG1gkwSoPkOdl0E2sPxMzlFSN0sw7B9w/nKysA==",
|
|
4149
4128
|
"license": "BSD-3-Clause",
|
|
4150
4129
|
"dependencies": {
|
|
4151
|
-
"@oclif/core": "^3.
|
|
4130
|
+
"@oclif/core": "^3.18.2",
|
|
4152
4131
|
"@salesforce/core": "^6.5.1",
|
|
4153
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
4132
|
+
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
4154
4133
|
"got": "^13.0.0",
|
|
4155
4134
|
"npm": "10.2.3",
|
|
4156
4135
|
"npm-run-path": "^4.0.1",
|
|
4157
4136
|
"proxy-agent": "^6.3.1",
|
|
4158
|
-
"semver": "^7.
|
|
4137
|
+
"semver": "^7.6.0",
|
|
4159
4138
|
"shelljs": "^0.8.4"
|
|
4160
4139
|
},
|
|
4161
4140
|
"bin": {
|
|
@@ -4179,15 +4158,15 @@
|
|
|
4179
4158
|
"license": "ISC"
|
|
4180
4159
|
},
|
|
4181
4160
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4182
|
-
"version": "7.1.
|
|
4183
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
4184
|
-
"integrity": "sha512-
|
|
4161
|
+
"version": "7.1.9",
|
|
4162
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.9.tgz",
|
|
4163
|
+
"integrity": "sha512-nyl6Kh1IHbGxcbQSUoJcte3t4fvozaXuHQWkHExIMGKjvSp8fCnx4pra8NZRdg/HnbWWu6eIHV4b/cHdzKWjnQ==",
|
|
4185
4164
|
"license": "BSD-3-Clause",
|
|
4186
4165
|
"dependencies": {
|
|
4187
|
-
"@inquirer/confirm": "^2.0.
|
|
4188
|
-
"@inquirer/password": "^1.1.
|
|
4189
|
-
"@oclif/core": "^3.
|
|
4190
|
-
"@salesforce/core": "^6.5.
|
|
4166
|
+
"@inquirer/confirm": "^2.0.17",
|
|
4167
|
+
"@inquirer/password": "^1.1.16",
|
|
4168
|
+
"@oclif/core": "^3.19.1",
|
|
4169
|
+
"@salesforce/core": "^6.5.2",
|
|
4191
4170
|
"@salesforce/kit": "^3.0.15",
|
|
4192
4171
|
"@salesforce/ts-types": "^2.0.9",
|
|
4193
4172
|
"chalk": "^5.3.0"
|
|
@@ -9967,9 +9946,9 @@
|
|
|
9967
9946
|
}
|
|
9968
9947
|
},
|
|
9969
9948
|
"node_modules/gaxios/node_modules/https-proxy-agent": {
|
|
9970
|
-
"version": "7.0.
|
|
9971
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.
|
|
9972
|
-
"integrity": "sha512-
|
|
9949
|
+
"version": "7.0.4",
|
|
9950
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
|
|
9951
|
+
"integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
|
|
9973
9952
|
"dev": true,
|
|
9974
9953
|
"license": "MIT",
|
|
9975
9954
|
"dependencies": {
|
|
@@ -10774,9 +10753,9 @@
|
|
|
10774
10753
|
"license": "MIT"
|
|
10775
10754
|
},
|
|
10776
10755
|
"node_modules/http-proxy-agent": {
|
|
10777
|
-
"version": "7.0.
|
|
10778
|
-
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.
|
|
10779
|
-
"integrity": "sha512
|
|
10756
|
+
"version": "7.0.2",
|
|
10757
|
+
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
10758
|
+
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
10780
10759
|
"license": "MIT",
|
|
10781
10760
|
"dependencies": {
|
|
10782
10761
|
"agent-base": "^7.1.0",
|
|
@@ -14550,8 +14529,6 @@
|
|
|
14550
14529
|
},
|
|
14551
14530
|
"node_modules/npm/node_modules/@npmcli/agent/node_modules/http-proxy-agent": {
|
|
14552
14531
|
"version": "7.0.0",
|
|
14553
|
-
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz",
|
|
14554
|
-
"integrity": "sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==",
|
|
14555
14532
|
"inBundle": true,
|
|
14556
14533
|
"license": "MIT",
|
|
14557
14534
|
"dependencies": {
|
|
@@ -14564,8 +14541,6 @@
|
|
|
14564
14541
|
},
|
|
14565
14542
|
"node_modules/npm/node_modules/@npmcli/agent/node_modules/https-proxy-agent": {
|
|
14566
14543
|
"version": "7.0.2",
|
|
14567
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz",
|
|
14568
|
-
"integrity": "sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==",
|
|
14569
14544
|
"inBundle": true,
|
|
14570
14545
|
"license": "MIT",
|
|
14571
14546
|
"dependencies": {
|
|
@@ -18101,9 +18076,9 @@
|
|
|
18101
18076
|
}
|
|
18102
18077
|
},
|
|
18103
18078
|
"node_modules/pac-proxy-agent/node_modules/https-proxy-agent": {
|
|
18104
|
-
"version": "7.0.
|
|
18105
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.
|
|
18106
|
-
"integrity": "sha512-
|
|
18079
|
+
"version": "7.0.4",
|
|
18080
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
|
|
18081
|
+
"integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
|
|
18107
18082
|
"license": "MIT",
|
|
18108
18083
|
"dependencies": {
|
|
18109
18084
|
"agent-base": "^7.0.2",
|
|
@@ -18965,15 +18940,15 @@
|
|
|
18965
18940
|
}
|
|
18966
18941
|
},
|
|
18967
18942
|
"node_modules/proxy-agent": {
|
|
18968
|
-
"version": "6.
|
|
18969
|
-
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.
|
|
18970
|
-
"integrity": "sha512-
|
|
18943
|
+
"version": "6.4.0",
|
|
18944
|
+
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.4.0.tgz",
|
|
18945
|
+
"integrity": "sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==",
|
|
18971
18946
|
"license": "MIT",
|
|
18972
18947
|
"dependencies": {
|
|
18973
18948
|
"agent-base": "^7.0.2",
|
|
18974
18949
|
"debug": "^4.3.4",
|
|
18975
|
-
"http-proxy-agent": "^7.0.
|
|
18976
|
-
"https-proxy-agent": "^7.0.
|
|
18950
|
+
"http-proxy-agent": "^7.0.1",
|
|
18951
|
+
"https-proxy-agent": "^7.0.3",
|
|
18977
18952
|
"lru-cache": "^7.14.1",
|
|
18978
18953
|
"pac-proxy-agent": "^7.0.1",
|
|
18979
18954
|
"proxy-from-env": "^1.1.0",
|
|
@@ -18984,9 +18959,9 @@
|
|
|
18984
18959
|
}
|
|
18985
18960
|
},
|
|
18986
18961
|
"node_modules/proxy-agent/node_modules/https-proxy-agent": {
|
|
18987
|
-
"version": "7.0.
|
|
18988
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.
|
|
18989
|
-
"integrity": "sha512-
|
|
18962
|
+
"version": "7.0.4",
|
|
18963
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
|
|
18964
|
+
"integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
|
|
18990
18965
|
"license": "MIT",
|
|
18991
18966
|
"dependencies": {
|
|
18992
18967
|
"agent-base": "^7.0.2",
|
package/oclif.manifest.json
CHANGED
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.7.
|
|
4
|
+
"version": "4.7.14",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@salesforce/core": "^6.5.3",
|
|
18
18
|
"@salesforce/kit": "^3.0.15",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.67",
|
|
20
|
-
"@salesforce/plugin-trust": "^3.3.
|
|
20
|
+
"@salesforce/plugin-trust": "^3.3.8",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^7.1.4",
|
|
22
22
|
"@salesforce/ts-types": "^2.0.9",
|
|
23
23
|
"aws-sdk": "^2.1560.0",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"fast-glob": "^3.3.2",
|
|
26
26
|
"got": "^13",
|
|
27
27
|
"just-diff": "^5.2.0",
|
|
28
|
-
"proxy-agent": "^6.
|
|
28
|
+
"proxy-agent": "^6.4.0",
|
|
29
29
|
"semver": "^7.6.0",
|
|
30
30
|
"shelljs": "^0.8.5",
|
|
31
31
|
"standard-version": "^9.0.0",
|