@salesforce/cli 2.40.1 → 2.40.2

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
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.40.1 linux-x64 node-v20.12.2
27
+ @salesforce/cli/2.40.2 linux-x64 node-v20.12.2
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -5391,7 +5391,7 @@ EXAMPLES
5391
5391
  $ sf plugins
5392
5392
  ```
5393
5393
 
5394
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/index.ts)_
5394
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/index.ts)_
5395
5395
 
5396
5396
  ## `sf plugins discover`
5397
5397
 
@@ -5436,7 +5436,7 @@ EXAMPLES
5436
5436
  $ sf plugins inspect @salesforce/plugin-packaging
5437
5437
  ```
5438
5438
 
5439
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/inspect.ts)_
5439
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/inspect.ts)_
5440
5440
 
5441
5441
  ## `sf plugins install PLUGIN`
5442
5442
 
@@ -5485,7 +5485,7 @@ EXAMPLES
5485
5485
  $ sf plugins install someuser/someplugin
5486
5486
  ```
5487
5487
 
5488
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/install.ts)_
5488
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/install.ts)_
5489
5489
 
5490
5490
  ## `sf plugins link PATH`
5491
5491
 
@@ -5515,7 +5515,7 @@ EXAMPLES
5515
5515
  $ sf plugins link @salesforce/plugin-packaging
5516
5516
  ```
5517
5517
 
5518
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/link.ts)_
5518
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/link.ts)_
5519
5519
 
5520
5520
  ## `sf plugins reset`
5521
5521
 
@@ -5530,7 +5530,7 @@ FLAGS
5530
5530
  --reinstall Reinstall all plugins after uninstalling.
5531
5531
  ```
5532
5532
 
5533
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/reset.ts)_
5533
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/reset.ts)_
5534
5534
 
5535
5535
  ## `sf plugins trust verify`
5536
5536
 
@@ -5587,7 +5587,7 @@ EXAMPLES
5587
5587
  $ sf plugins uninstall @salesforce/plugin-packaging
5588
5588
  ```
5589
5589
 
5590
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/uninstall.ts)_
5590
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/uninstall.ts)_
5591
5591
 
5592
5592
  ## `sf plugins update`
5593
5593
 
@@ -5605,7 +5605,7 @@ DESCRIPTION
5605
5605
  Update installed plugins.
5606
5606
  ```
5607
5607
 
5608
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/update.ts)_
5608
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/update.ts)_
5609
5609
 
5610
5610
  ## `sf project convert mdapi`
5611
5611
 
@@ -7680,7 +7680,7 @@ EXAMPLES
7680
7680
  $ sf update --available
7681
7681
  ```
7682
7682
 
7683
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.7/src/commands/update.ts)_
7683
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.8/src/commands/update.ts)_
7684
7684
 
7685
7685
  ## `sf version`
7686
7686
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.40.1",
3
+ "version": "2.40.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.40.1",
9
+ "version": "2.40.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -16,9 +16,9 @@
16
16
  "@oclif/plugin-commands": "3.3.1",
17
17
  "@oclif/plugin-help": "6.0.21",
18
18
  "@oclif/plugin-not-found": "3.1.6",
19
- "@oclif/plugin-plugins": "5.0.14",
19
+ "@oclif/plugin-plugins": "5.0.15",
20
20
  "@oclif/plugin-search": "1.0.23",
21
- "@oclif/plugin-update": "4.2.7",
21
+ "@oclif/plugin-update": "4.2.8",
22
22
  "@oclif/plugin-version": "2.0.17",
23
23
  "@oclif/plugin-warn-if-update-available": "3.0.16",
24
24
  "@oclif/plugin-which": "3.1.8",
@@ -58,7 +58,7 @@
58
58
  "@salesforce/ts-types": "^2.0.9",
59
59
  "@types/debug": "^4.1.12",
60
60
  "aws-sdk": "^2.1589.0",
61
- "oclif": "^4.7.5",
61
+ "oclif": "^4.9.0",
62
62
  "ts-node": "^10.9.2",
63
63
  "typescript": "^5.4.3"
64
64
  },
@@ -3794,9 +3794,9 @@
3794
3794
  }
3795
3795
  },
3796
3796
  "node_modules/@oclif/plugin-plugins": {
3797
- "version": "5.0.14",
3798
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.14.tgz",
3799
- "integrity": "sha512-5LM3w2PPfB6qMtgrAq+n8hG295i4vbnuPfQN4wPGLJq1tIiDpBEAX1XHnGhUdAeU0V8CU2AnjiucXFMTKvIdow==",
3797
+ "version": "5.0.15",
3798
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.15.tgz",
3799
+ "integrity": "sha512-PXSbfBz5RPARQVtwSlx3ES06JDddQc8RNo0XXOxOUQ5rs3HO3Me4sbW8A1cnOOEtiFn4TP76btjOKPxR8SVowg==",
3800
3800
  "license": "MIT",
3801
3801
  "dependencies": {
3802
3802
  "@oclif/core": "^3.26.4",
@@ -3805,6 +3805,7 @@
3805
3805
  "npm": "10.5.0",
3806
3806
  "npm-package-arg": "^11.0.2",
3807
3807
  "npm-run-path": "^5.3.0",
3808
+ "object-treeify": "^4.0.1",
3808
3809
  "semver": "^7.6.0",
3809
3810
  "validate-npm-package-name": "^5.0.0",
3810
3811
  "yarn": "^1.22.22"
@@ -3828,6 +3829,15 @@
3828
3829
  "url": "https://github.com/sponsors/sindresorhus"
3829
3830
  }
3830
3831
  },
3832
+ "node_modules/@oclif/plugin-plugins/node_modules/object-treeify": {
3833
+ "version": "4.0.1",
3834
+ "resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-4.0.1.tgz",
3835
+ "integrity": "sha512-Y6tg5rHfsefSkfKujv2SwHulInROy/rCL5F4w0QOWxut8AnxYxf0YmNhTh95Zfyxpsudo66uqkux0ACFnyMSgQ==",
3836
+ "license": "MIT",
3837
+ "engines": {
3838
+ "node": ">= 16"
3839
+ }
3840
+ },
3831
3841
  "node_modules/@oclif/plugin-plugins/node_modules/path-key": {
3832
3842
  "version": "4.0.0",
3833
3843
  "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
@@ -3854,9 +3864,9 @@
3854
3864
  }
3855
3865
  },
3856
3866
  "node_modules/@oclif/plugin-update": {
3857
- "version": "4.2.7",
3858
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.7.tgz",
3859
- "integrity": "sha512-hhlRF2CePzz6R0Z8L8Aq4T1yKl7cTW5srXA9+LC9cIj9/4sCS1dhMixb2nu4AcBnz99RquAjwVA0fkcWm8ZswA==",
3867
+ "version": "4.2.8",
3868
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.8.tgz",
3869
+ "integrity": "sha512-Zxryo4lvd/AH8uLOV1zRQb2yLZjcUqldiZxsYIA7rccFbG3KLJRZZJLhyDPJdR/yRnNkAi3LlMC3MRl122WbIw==",
3860
3870
  "license": "MIT",
3861
3871
  "dependencies": {
3862
3872
  "@inquirer/select": "^2.3.1",
@@ -19283,18 +19293,18 @@
19283
19293
  "license": "MIT"
19284
19294
  },
19285
19295
  "node_modules/oclif": {
19286
- "version": "4.8.5",
19287
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.8.5.tgz",
19288
- "integrity": "sha512-7f6gYBAugi/+98lrsjnGtQnrva6JS2fDjyBzUZETi+EQHg/Gq55yvknHkMw4mLO5iA2MIEvClYdgyKR4keAdPA==",
19296
+ "version": "4.9.0",
19297
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.9.0.tgz",
19298
+ "integrity": "sha512-35wI+Rqu7iDix6iLToYyqTw7aHDxzUsymt2JZ5HMzrZWlaebDwkYMJTyOT08e9IQY8U8k4+zZPie1hLTxdEOFg==",
19289
19299
  "dev": true,
19290
19300
  "license": "MIT",
19291
19301
  "dependencies": {
19292
19302
  "@aws-sdk/client-cloudfront": "^3.535.0",
19293
19303
  "@aws-sdk/client-s3": "^3.554.0",
19294
- "@inquirer/confirm": "^3.1.4",
19304
+ "@inquirer/confirm": "^3.1.5",
19295
19305
  "@inquirer/input": "^2.1.1",
19296
19306
  "@inquirer/select": "^2.2.1",
19297
- "@oclif/core": "^3.26.0",
19307
+ "@oclif/core": "^3.26.4",
19298
19308
  "@oclif/plugin-help": "^6.0.21",
19299
19309
  "@oclif/plugin-not-found": "^3.0.14",
19300
19310
  "@oclif/plugin-warn-if-update-available": "^3.0.14",
@@ -19302,7 +19312,7 @@
19302
19312
  "chalk": "^4",
19303
19313
  "change-case": "^4",
19304
19314
  "debug": "^4.3.3",
19305
- "ejs": "^3.1.9",
19315
+ "ejs": "^3.1.10",
19306
19316
  "find-yarn-workspace-root": "^2.0.0",
19307
19317
  "fs-extra": "^8.1",
19308
19318
  "github-slugger": "^1.5.0",
package/oclif.lock CHANGED
@@ -1195,14 +1195,6 @@
1195
1195
  "@inquirer/type" "^1.1.6"
1196
1196
  chalk "^4.1.2"
1197
1197
 
1198
- "@inquirer/confirm@^3.1.4":
1199
- version "3.1.5"
1200
- resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.5.tgz"
1201
- integrity sha512-6+dwZrpko5vr5EFEQmUbfBVhtu6IsnB8lQNsLHgO9S9fbfS5J6MuUj+NY0h98pPpYZXEazLR7qzypEDqVzf6aQ==
1202
- dependencies:
1203
- "@inquirer/core" "^8.0.1"
1204
- "@inquirer/type" "^1.3.0"
1205
-
1206
1198
  "@inquirer/confirm@^3.1.5":
1207
1199
  version "3.1.5"
1208
1200
  resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.5.tgz"
@@ -1916,10 +1908,10 @@
1916
1908
  chalk "^5.3.0"
1917
1909
  fast-levenshtein "^3.0.0"
1918
1910
 
1919
- "@oclif/plugin-plugins@5.0.14":
1920
- version "5.0.14"
1921
- resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.14.tgz"
1922
- integrity sha512-5LM3w2PPfB6qMtgrAq+n8hG295i4vbnuPfQN4wPGLJq1tIiDpBEAX1XHnGhUdAeU0V8CU2AnjiucXFMTKvIdow==
1911
+ "@oclif/plugin-plugins@5.0.15":
1912
+ version "5.0.15"
1913
+ resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.15.tgz"
1914
+ integrity sha512-PXSbfBz5RPARQVtwSlx3ES06JDddQc8RNo0XXOxOUQ5rs3HO3Me4sbW8A1cnOOEtiFn4TP76btjOKPxR8SVowg==
1923
1915
  dependencies:
1924
1916
  "@oclif/core" "^3.26.4"
1925
1917
  chalk "^5.3.0"
@@ -1927,6 +1919,7 @@
1927
1919
  npm "10.5.0"
1928
1920
  npm-package-arg "^11.0.2"
1929
1921
  npm-run-path "^5.3.0"
1922
+ object-treeify "^4.0.1"
1930
1923
  semver "^7.6.0"
1931
1924
  validate-npm-package-name "^5.0.0"
1932
1925
  yarn "^1.22.22"
@@ -1939,10 +1932,10 @@
1939
1932
  "@oclif/core" "^3.26.4"
1940
1933
  inquirer-autocomplete-standalone "^0.8.1"
1941
1934
 
1942
- "@oclif/plugin-update@4.2.7":
1943
- version "4.2.7"
1944
- resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.7.tgz"
1945
- integrity sha512-hhlRF2CePzz6R0Z8L8Aq4T1yKl7cTW5srXA9+LC9cIj9/4sCS1dhMixb2nu4AcBnz99RquAjwVA0fkcWm8ZswA==
1935
+ "@oclif/plugin-update@4.2.8":
1936
+ version "4.2.8"
1937
+ resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.8.tgz"
1938
+ integrity sha512-Zxryo4lvd/AH8uLOV1zRQb2yLZjcUqldiZxsYIA7rccFbG3KLJRZZJLhyDPJdR/yRnNkAi3LlMC3MRl122WbIw==
1946
1939
  dependencies:
1947
1940
  "@inquirer/select" "^2.3.1"
1948
1941
  "@oclif/core" "^3.26.4"
@@ -5653,7 +5646,7 @@ ecdsa-sig-formatter@1.0.11:
5653
5646
  dependencies:
5654
5647
  safe-buffer "^5.0.1"
5655
5648
 
5656
- ejs@^3.1.10, ejs@^3.1.8, ejs@^3.1.9:
5649
+ ejs@^3.1.10, ejs@^3.1.8:
5657
5650
  version "3.1.10"
5658
5651
  resolved "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz"
5659
5652
  integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
@@ -9664,6 +9657,11 @@ object-treeify@^1.1.33:
9664
9657
  resolved "https://registry.npmjs.org/object-treeify/-/object-treeify-1.1.33.tgz"
9665
9658
  integrity sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A==
9666
9659
 
9660
+ object-treeify@^4.0.1:
9661
+ version "4.0.1"
9662
+ resolved "https://registry.npmjs.org/object-treeify/-/object-treeify-4.0.1.tgz"
9663
+ integrity sha512-Y6tg5rHfsefSkfKujv2SwHulInROy/rCL5F4w0QOWxut8AnxYxf0YmNhTh95Zfyxpsudo66uqkux0ACFnyMSgQ==
9664
+
9667
9665
  object.assign@^4.1.5:
9668
9666
  version "4.1.5"
9669
9667
  resolved "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz"
@@ -9707,17 +9705,17 @@ obliterator@^2.0.1, obliterator@^2.0.2:
9707
9705
  resolved "https://registry.npmjs.org/obliterator/-/obliterator-2.0.4.tgz"
9708
9706
  integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ==
9709
9707
 
9710
- oclif@^4.7.5:
9711
- version "4.8.5"
9712
- resolved "https://registry.npmjs.org/oclif/-/oclif-4.8.5.tgz"
9713
- integrity sha512-7f6gYBAugi/+98lrsjnGtQnrva6JS2fDjyBzUZETi+EQHg/Gq55yvknHkMw4mLO5iA2MIEvClYdgyKR4keAdPA==
9708
+ oclif@^4.9.0:
9709
+ version "4.9.0"
9710
+ resolved "https://registry.npmjs.org/oclif/-/oclif-4.9.0.tgz"
9711
+ integrity sha512-35wI+Rqu7iDix6iLToYyqTw7aHDxzUsymt2JZ5HMzrZWlaebDwkYMJTyOT08e9IQY8U8k4+zZPie1hLTxdEOFg==
9714
9712
  dependencies:
9715
9713
  "@aws-sdk/client-cloudfront" "^3.535.0"
9716
9714
  "@aws-sdk/client-s3" "^3.554.0"
9717
- "@inquirer/confirm" "^3.1.4"
9715
+ "@inquirer/confirm" "^3.1.5"
9718
9716
  "@inquirer/input" "^2.1.1"
9719
9717
  "@inquirer/select" "^2.2.1"
9720
- "@oclif/core" "^3.26.0"
9718
+ "@oclif/core" "^3.26.4"
9721
9719
  "@oclif/plugin-help" "^6.0.21"
9722
9720
  "@oclif/plugin-not-found" "^3.0.14"
9723
9721
  "@oclif/plugin-warn-if-update-available" "^3.0.14"
@@ -9725,7 +9723,7 @@ oclif@^4.7.5:
9725
9723
  chalk "^4"
9726
9724
  change-case "^4"
9727
9725
  debug "^4.3.3"
9728
- ejs "^3.1.9"
9726
+ ejs "^3.1.10"
9729
9727
  find-yarn-workspace-root "^2.0.0"
9730
9728
  fs-extra "^8.1"
9731
9729
  github-slugger "^1.5.0"
@@ -5384,5 +5384,5 @@
5384
5384
  ]
5385
5385
  }
5386
5386
  },
5387
- "version": "2.40.1"
5387
+ "version": "2.40.2"
5388
5388
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.40.1",
4
+ "version": "2.40.2",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -144,9 +144,9 @@
144
144
  "@oclif/plugin-commands": "3.3.1",
145
145
  "@oclif/plugin-help": "6.0.21",
146
146
  "@oclif/plugin-not-found": "3.1.6",
147
- "@oclif/plugin-plugins": "5.0.14",
147
+ "@oclif/plugin-plugins": "5.0.15",
148
148
  "@oclif/plugin-search": "1.0.23",
149
- "@oclif/plugin-update": "4.2.7",
149
+ "@oclif/plugin-update": "4.2.8",
150
150
  "@oclif/plugin-version": "2.0.17",
151
151
  "@oclif/plugin-warn-if-update-available": "3.0.16",
152
152
  "@oclif/plugin-which": "3.1.8",
@@ -220,12 +220,12 @@
220
220
  "link-check": "wireit",
221
221
  "lint": "wireit",
222
222
  "oclif-artifacts": "oclif manifest",
223
- "pack:deb": "oclif pack:deb",
224
- "pack:macos": "oclif pack:macos",
225
- "pack:tarballs": "oclif pack:tarballs --xz --parallel",
226
- "pack:tarballs:sequential": "oclif pack:tarballs --xz",
223
+ "pack:deb": "oclif pack:deb --prune-lockfiles",
224
+ "pack:macos": "oclif pack:macos --prune-lockfiles",
225
+ "pack:tarballs": "oclif pack:tarballs --xz --parallel --prune-lockfiles",
226
+ "pack:tarballs:sequential": "oclif pack:tarballs --xz --prune-lockfiles",
227
227
  "pack:verify": "sf-release cli:tarballs:verify --cli sf --windows-username-buffer 34",
228
- "pack:win": "oclif pack:win --defender-exclusion unchecked",
228
+ "pack:win": "oclif pack:win --prune-lockfiles --defender-exclusion unchecked",
229
229
  "postpack": "rm -f oclif.manifest.json npm-shrinkwrap.json",
230
230
  "preinstall": "node ./scripts/preinstall.js",
231
231
  "prepack": "sf-prepack",
@@ -256,7 +256,7 @@
256
256
  "@salesforce/ts-types": "^2.0.9",
257
257
  "@types/debug": "^4.1.12",
258
258
  "aws-sdk": "^2.1589.0",
259
- "oclif": "^4.7.5",
259
+ "oclif": "^4.9.0",
260
260
  "ts-node": "^10.9.2",
261
261
  "typescript": "^5.4.3"
262
262
  },