@salesforce/cli 2.16.0 → 2.16.2-qa.0

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.16.0 linux-x64 node-v20.9.0
27
+ @salesforce/cli/2.16.2-qa.0 linux-x64 node-v20.9.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -783,7 +783,7 @@ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-ape
783
783
 
784
784
  ## `sf autocomplete [SHELL]`
785
785
 
786
- display autocomplete installation instructions
786
+ Display autocomplete installation instructions.
787
787
 
788
788
  ```
789
789
  USAGE
@@ -796,7 +796,7 @@ FLAGS
796
796
  -r, --refresh-cache Refresh cache (ignores displaying instructions)
797
797
 
798
798
  DESCRIPTION
799
- display autocomplete installation instructions
799
+ Display autocomplete installation instructions.
800
800
 
801
801
  EXAMPLES
802
802
  $ sf autocomplete
@@ -810,7 +810,7 @@ EXAMPLES
810
810
  $ sf autocomplete --refresh-cache
811
811
  ```
812
812
 
813
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/2.3.10/src/commands/autocomplete/index.ts)_
813
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/2.3.11-dev.1/src/commands/autocomplete/index.ts)_
814
814
 
815
815
  ## `sf commands`
816
816
 
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.16.0",
3
+ "version": "2.16.2-qa.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.16.0",
9
+ "version": "2.16.2-qa.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@oclif/core": "3.0.3",
14
- "@oclif/plugin-autocomplete": "2.3.10",
14
+ "@oclif/plugin-autocomplete": "2.3.11-dev.1",
15
15
  "@oclif/plugin-commands": "3.0.4",
16
16
  "@oclif/plugin-help": "6.0.4",
17
17
  "@oclif/plugin-not-found": "3.0.2",
@@ -2295,26 +2295,26 @@
2295
2295
  }
2296
2296
  },
2297
2297
  "node_modules/@oclif/plugin-autocomplete": {
2298
- "version": "2.3.10",
2299
- "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.10.tgz",
2300
- "integrity": "sha512-Ow1AR8WtjzlyCtiWWPgzMyT8SbcDJFr47009riLioHa+MHX2BCDtVn2DVnN/E6b9JlPV5ptQpjefoRSNWBesmg==",
2298
+ "version": "2.3.11-dev.1",
2299
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.11-dev.1.tgz",
2300
+ "integrity": "sha512-XZE8qa/gVspTkwO18qeXBL3TIRPQXTZZ751s73CPpXo0aOj4tYSEwK0zCy6/x4XIomlZS47dSYLOfDNVvX2qmg==",
2301
2301
  "license": "MIT",
2302
2302
  "dependencies": {
2303
- "@oclif/core": "^2.15.0",
2304
- "chalk": "^4.1.0",
2305
- "debug": "^4.3.4"
2303
+ "@oclif/core": "^3.5.0",
2304
+ "chalk": "^5.3.0",
2305
+ "debug": "^4.3.4",
2306
+ "ejs": "^3.1.9"
2306
2307
  },
2307
2308
  "engines": {
2308
- "node": ">=12.0.0"
2309
+ "node": ">=18.0.0"
2309
2310
  }
2310
2311
  },
2311
2312
  "node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core": {
2312
- "version": "2.15.0",
2313
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
2314
- "integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
2313
+ "version": "3.8.0",
2314
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.8.0.tgz",
2315
+ "integrity": "sha512-fKqg9QzjIflDcYljZkZEeY6zoRyk4AZ5e2V4LUIsSOR7+B78qpqNqDPJFTI8TvrEU3+Q+ssELntOL2VA3SMsqQ==",
2315
2316
  "license": "MIT",
2316
2317
  "dependencies": {
2317
- "@types/cli-progress": "^3.11.0",
2318
2318
  "ansi-escapes": "^4.3.2",
2319
2319
  "ansi-styles": "^4.3.0",
2320
2320
  "cardinal": "^2.1.1",
@@ -2322,7 +2322,7 @@
2322
2322
  "clean-stack": "^3.0.1",
2323
2323
  "cli-progress": "^3.12.0",
2324
2324
  "debug": "^4.3.4",
2325
- "ejs": "^3.1.8",
2325
+ "ejs": "^3.1.9",
2326
2326
  "get-package-type": "^0.1.0",
2327
2327
  "globby": "^11.1.0",
2328
2328
  "hyperlinker": "^1.0.0",
@@ -2337,14 +2337,52 @@
2337
2337
  "strip-ansi": "^6.0.1",
2338
2338
  "supports-color": "^8.1.1",
2339
2339
  "supports-hyperlinks": "^2.2.0",
2340
- "ts-node": "^10.9.1",
2341
- "tslib": "^2.5.0",
2342
2340
  "widest-line": "^3.1.0",
2343
2341
  "wordwrap": "^1.0.0",
2344
2342
  "wrap-ansi": "^7.0.0"
2345
2343
  },
2346
2344
  "engines": {
2347
- "node": ">=14.0.0"
2345
+ "node": ">=18.0.0"
2346
+ }
2347
+ },
2348
+ "node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core/node_modules/chalk": {
2349
+ "version": "4.1.2",
2350
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2351
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2352
+ "license": "MIT",
2353
+ "dependencies": {
2354
+ "ansi-styles": "^4.1.0",
2355
+ "supports-color": "^7.1.0"
2356
+ },
2357
+ "engines": {
2358
+ "node": ">=10"
2359
+ },
2360
+ "funding": {
2361
+ "url": "https://github.com/chalk/chalk?sponsor=1"
2362
+ }
2363
+ },
2364
+ "node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
2365
+ "version": "7.2.0",
2366
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
2367
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
2368
+ "license": "MIT",
2369
+ "dependencies": {
2370
+ "has-flag": "^4.0.0"
2371
+ },
2372
+ "engines": {
2373
+ "node": ">=8"
2374
+ }
2375
+ },
2376
+ "node_modules/@oclif/plugin-autocomplete/node_modules/chalk": {
2377
+ "version": "5.3.0",
2378
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
2379
+ "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
2380
+ "license": "MIT",
2381
+ "engines": {
2382
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
2383
+ },
2384
+ "funding": {
2385
+ "url": "https://github.com/chalk/chalk?sponsor=1"
2348
2386
  }
2349
2387
  },
2350
2388
  "node_modules/@oclif/plugin-autocomplete/node_modules/supports-color": {
@@ -6022,9 +6060,9 @@
6022
6060
  "license": "BSD-3-Clause"
6023
6061
  },
6024
6062
  "node_modules/@salesforce/schemas": {
6025
- "version": "1.6.0",
6026
- "resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.6.0.tgz",
6027
- "integrity": "sha512-SwhDTLucj/GRbPpxlEoDZeqlX22o+G6fiebTXTu1cZKmd1oE0W2L7SlTTgJnWck8bhTeBIgQi9cpD8c2t5ISKA==",
6063
+ "version": "1.6.1",
6064
+ "resolved": "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.6.1.tgz",
6065
+ "integrity": "sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==",
6028
6066
  "license": "ISC"
6029
6067
  },
6030
6068
  "node_modules/@salesforce/sf-plugins-core": {
@@ -5557,5 +5557,5 @@
5557
5557
  ]
5558
5558
  }
5559
5559
  },
5560
- "version": "2.16.0"
5560
+ "version": "2.16.2-qa.0"
5561
5561
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.16.0",
4
+ "version": "2.16.2-qa.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -125,7 +125,7 @@
125
125
  },
126
126
  "dependencies": {
127
127
  "@oclif/core": "3.0.3",
128
- "@oclif/plugin-autocomplete": "2.3.10",
128
+ "@oclif/plugin-autocomplete": "2.3.11-dev.1",
129
129
  "@oclif/plugin-commands": "3.0.4",
130
130
  "@oclif/plugin-help": "6.0.4",
131
131
  "@oclif/plugin-not-found": "3.0.2",
@@ -186,7 +186,7 @@
186
186
  "@salesforce/plugin-user"
187
187
  ],
188
188
  "resolutions": {
189
- "@salesforce/schemas": "1.6.0",
189
+ "@salesforce/schemas": "1.6.1",
190
190
  "@salesforce/templates": "59.0.1",
191
191
  "@salesforce/source-deploy-retrieve": "9.7.28",
192
192
  "@salesforce/source-tracking": "4.2.19"