@salesforce/cli 2.13.6 → 2.13.8

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.13.6 linux-x64 node-v18.18.0
27
+ @salesforce/cli/2.13.8 linux-x64 node-v18.18.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -5106,7 +5106,7 @@ EXAMPLES
5106
5106
  $ sf plugins
5107
5107
  ```
5108
5108
 
5109
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.0/src/commands/plugins/index.ts)_
5109
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.1/src/commands/plugins/index.ts)_
5110
5110
 
5111
5111
  ## `sf plugins discover`
5112
5112
 
@@ -5150,7 +5150,7 @@ EXAMPLES
5150
5150
  $ sf plugins:inspect myplugin
5151
5151
  ```
5152
5152
 
5153
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.0/src/commands/plugins/inspect.ts)_
5153
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.1/src/commands/plugins/inspect.ts)_
5154
5154
 
5155
5155
  ## `sf plugins:install PLUGIN...`
5156
5156
 
@@ -5190,7 +5190,7 @@ EXAMPLES
5190
5190
  $ sf plugins:install someuser/someplugin
5191
5191
  ```
5192
5192
 
5193
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.0/src/commands/plugins/install.ts)_
5193
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.1/src/commands/plugins/install.ts)_
5194
5194
 
5195
5195
  ## `sf plugins:link PLUGIN`
5196
5196
 
@@ -5220,7 +5220,7 @@ EXAMPLES
5220
5220
  $ sf plugins:link myplugin
5221
5221
  ```
5222
5222
 
5223
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.0/src/commands/plugins/link.ts)_
5223
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.1/src/commands/plugins/link.ts)_
5224
5224
 
5225
5225
  ## `sf plugins trust verify`
5226
5226
 
@@ -5273,7 +5273,7 @@ ALIASES
5273
5273
  $ sf plugins remove
5274
5274
  ```
5275
5275
 
5276
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.0/src/commands/plugins/uninstall.ts)_
5276
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.1/src/commands/plugins/uninstall.ts)_
5277
5277
 
5278
5278
  ## `sf plugins update`
5279
5279
 
@@ -5291,7 +5291,7 @@ DESCRIPTION
5291
5291
  Update installed plugins.
5292
5292
  ```
5293
5293
 
5294
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.0/src/commands/plugins/update.ts)_
5294
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.1/src/commands/plugins/update.ts)_
5295
5295
 
5296
5296
  ## `sf project convert mdapi`
5297
5297
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.13.6",
3
+ "version": "2.13.8",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.13.6",
9
+ "version": "2.13.8",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -15,7 +15,7 @@
15
15
  "@oclif/plugin-commands": "2.2.28",
16
16
  "@oclif/plugin-help": "5.2.20",
17
17
  "@oclif/plugin-not-found": "2.4.3",
18
- "@oclif/plugin-plugins": "3.9.0",
18
+ "@oclif/plugin-plugins": "3.9.1",
19
19
  "@oclif/plugin-search": "0.0.23",
20
20
  "@oclif/plugin-update": "3.2.4",
21
21
  "@oclif/plugin-version": "1.3.10",
@@ -58,7 +58,7 @@
58
58
  "@typescript-eslint/parser": "^5.62.0",
59
59
  "aws-sdk": "^2.1472.0",
60
60
  "chai": "^4.3.10",
61
- "eslint": "^8.50.0",
61
+ "eslint": "^8.51.0",
62
62
  "eslint-config-oclif": "^5",
63
63
  "eslint-config-oclif-typescript": "^2.0.1",
64
64
  "eslint-config-prettier": "^8.10.0",
@@ -77,7 +77,7 @@
77
77
  "sinon": "^15.2.0",
78
78
  "ts-node": "^10.9.1",
79
79
  "typescript": "^5",
80
- "wireit": "^0.9.5"
80
+ "wireit": "^0.14.0"
81
81
  },
82
82
  "engines": {
83
83
  "node": ">=16.0.0"
@@ -1159,9 +1159,9 @@
1159
1159
  }
1160
1160
  },
1161
1161
  "node_modules/@eslint/js": {
1162
- "version": "8.50.0",
1163
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.50.0.tgz",
1164
- "integrity": "sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==",
1162
+ "version": "8.51.0",
1163
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.51.0.tgz",
1164
+ "integrity": "sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==",
1165
1165
  "dev": true,
1166
1166
  "license": "MIT",
1167
1167
  "engines": {
@@ -2629,9 +2629,9 @@
2629
2629
  }
2630
2630
  },
2631
2631
  "node_modules/@oclif/plugin-plugins": {
2632
- "version": "3.9.0",
2633
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.9.0.tgz",
2634
- "integrity": "sha512-xnOAHfFjEjNa/90PjrU/H3S/Dq4MuRVrG3c4wPCjrC/0c8IKkOml0Rutu+hLEz9G4mCPf20HVLzw7Vk4I3dyPg==",
2632
+ "version": "3.9.1",
2633
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.9.1.tgz",
2634
+ "integrity": "sha512-86155GW6fQ8ZsmscffIOuvjjCCnXfuUJ/3dA+s6vqVgyGu8VshsHxnA9LCVja/Gz53j9TeaEog08IMcMDsmS7g==",
2635
2635
  "license": "MIT",
2636
2636
  "dependencies": {
2637
2637
  "@oclif/core": "^2.15.0",
@@ -4055,6 +4055,30 @@
4055
4055
  "node": ">=4.2.0"
4056
4056
  }
4057
4057
  },
4058
+ "node_modules/@salesforce/dev-scripts/node_modules/wireit": {
4059
+ "version": "0.9.5",
4060
+ "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.5.tgz",
4061
+ "integrity": "sha512-dKKNAwLxQjbPPMrltPxMUFKvLy2z6hlVjvR/qitvPm8GEQyb/1QYBG7ObvOQLsi95uAXpkWLJXBYkCKeVcMVgA==",
4062
+ "dev": true,
4063
+ "license": "Apache-2.0",
4064
+ "workspaces": [
4065
+ "vscode-extension",
4066
+ "website"
4067
+ ],
4068
+ "dependencies": {
4069
+ "braces": "^3.0.2",
4070
+ "chokidar": "^3.5.3",
4071
+ "fast-glob": "^3.2.11",
4072
+ "jsonc-parser": "^3.0.0",
4073
+ "proper-lockfile": "^4.1.2"
4074
+ },
4075
+ "bin": {
4076
+ "wireit": "bin/wireit.js"
4077
+ },
4078
+ "engines": {
4079
+ "node": ">=14.14.0"
4080
+ }
4081
+ },
4058
4082
  "node_modules/@salesforce/dev-scripts/node_modules/workerpool": {
4059
4083
  "version": "6.2.0",
4060
4084
  "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.2.0.tgz",
@@ -10501,16 +10525,16 @@
10501
10525
  }
10502
10526
  },
10503
10527
  "node_modules/eslint": {
10504
- "version": "8.50.0",
10505
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.50.0.tgz",
10506
- "integrity": "sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==",
10528
+ "version": "8.51.0",
10529
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.51.0.tgz",
10530
+ "integrity": "sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==",
10507
10531
  "dev": true,
10508
10532
  "license": "MIT",
10509
10533
  "dependencies": {
10510
10534
  "@eslint-community/eslint-utils": "^4.2.0",
10511
10535
  "@eslint-community/regexpp": "^4.6.1",
10512
10536
  "@eslint/eslintrc": "^2.1.2",
10513
- "@eslint/js": "8.50.0",
10537
+ "@eslint/js": "8.51.0",
10514
10538
  "@humanwhocodes/config-array": "^0.11.11",
10515
10539
  "@humanwhocodes/module-importer": "^1.0.1",
10516
10540
  "@nodelib/fs.walk": "^1.2.8",
@@ -24632,9 +24656,9 @@
24632
24656
  }
24633
24657
  },
24634
24658
  "node_modules/wireit": {
24635
- "version": "0.9.5",
24636
- "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.9.5.tgz",
24637
- "integrity": "sha512-dKKNAwLxQjbPPMrltPxMUFKvLy2z6hlVjvR/qitvPm8GEQyb/1QYBG7ObvOQLsi95uAXpkWLJXBYkCKeVcMVgA==",
24659
+ "version": "0.14.0",
24660
+ "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.0.tgz",
24661
+ "integrity": "sha512-CwHhyWduARI7zOoyyQvxH6U/5GTy8p6RxTe2LpwIhE4Y8PbaTk0iH8dLkeGMvxETVBkxCgQnF2GfzYKXMSmYSw==",
24638
24662
  "dev": true,
24639
24663
  "license": "Apache-2.0",
24640
24664
  "workspaces": [
@@ -6594,5 +6594,5 @@
6594
6594
  ]
6595
6595
  }
6596
6596
  },
6597
- "version": "2.13.6"
6597
+ "version": "2.13.8"
6598
6598
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.13.6",
4
+ "version": "2.13.8",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -127,7 +127,7 @@
127
127
  "@oclif/plugin-commands": "2.2.28",
128
128
  "@oclif/plugin-help": "5.2.20",
129
129
  "@oclif/plugin-not-found": "2.4.3",
130
- "@oclif/plugin-plugins": "3.9.0",
130
+ "@oclif/plugin-plugins": "3.9.1",
131
131
  "@oclif/plugin-search": "0.0.23",
132
132
  "@oclif/plugin-update": "3.2.4",
133
133
  "@oclif/plugin-version": "1.3.10",
@@ -240,7 +240,7 @@
240
240
  "@typescript-eslint/parser": "^5.62.0",
241
241
  "aws-sdk": "^2.1472.0",
242
242
  "chai": "^4.3.10",
243
- "eslint": "^8.50.0",
243
+ "eslint": "^8.51.0",
244
244
  "eslint-config-oclif": "^5",
245
245
  "eslint-config-oclif-typescript": "^2.0.1",
246
246
  "eslint-config-prettier": "^8.10.0",
@@ -259,7 +259,7 @@
259
259
  "sinon": "^15.2.0",
260
260
  "ts-node": "^10.9.1",
261
261
  "typescript": "^5",
262
- "wireit": "^0.9.5"
262
+ "wireit": "^0.14.0"
263
263
  },
264
264
  "wireit": {
265
265
  "build": {