@oclif/plugin-commands 3.0.7 → 3.0.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
@@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-commands
20
20
  $ oclif-example COMMAND
21
21
  running command...
22
22
  $ oclif-example (--version)
23
- @oclif/plugin-commands/3.0.7 linux-x64 node-v20.9.0
23
+ @oclif/plugin-commands/3.0.8 linux-x64 node-v20.10.0
24
24
  $ oclif-example --help [COMMAND]
25
25
  USAGE
26
26
  $ oclif-example COMMAND
@@ -63,5 +63,5 @@ DESCRIPTION
63
63
  list all the commands
64
64
  ```
65
65
 
66
- _See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.0.7/src/commands/commands.ts)_
66
+ _See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.0.8/src/commands/commands.ts)_
67
67
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -455,10 +455,10 @@
455
455
  resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.1.tgz#449dfa81a57a1d755b09aa58d826c1262e4283b4"
456
456
  integrity sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==
457
457
 
458
- "@eslint/eslintrc@^2.1.3":
459
- version "2.1.3"
460
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.3.tgz#797470a75fe0fbd5a53350ee715e85e87baff22d"
461
- integrity sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==
458
+ "@eslint/eslintrc@^2.1.4":
459
+ version "2.1.4"
460
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
461
+ integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
462
462
  dependencies:
463
463
  ajv "^6.12.4"
464
464
  debug "^4.3.2"
@@ -470,10 +470,10 @@
470
470
  minimatch "^3.1.2"
471
471
  strip-json-comments "^3.1.1"
472
472
 
473
- "@eslint/js@8.53.0":
474
- version "8.53.0"
475
- resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d"
476
- integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
473
+ "@eslint/js@8.55.0":
474
+ version "8.55.0"
475
+ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.55.0.tgz#b721d52060f369aa259cf97392403cb9ce892ec6"
476
+ integrity sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==
477
477
 
478
478
  "@gar/promisify@^1.0.1":
479
479
  version "1.1.2"
@@ -771,10 +771,10 @@
771
771
  wordwrap "^1.0.0"
772
772
  wrap-ansi "^7.0.0"
773
773
 
774
- "@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.11.0", "@oclif/core@^3.3.1":
775
- version "3.11.0"
776
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.11.0.tgz#dadfac39238af3b717e33b910dde1f1f0fd2105e"
777
- integrity sha512-9A2LhDQATf1vrRqPoO0gGuBrey0jt3kDafC+eazxTNWV2EvlEpgY2587iyrxPK/fL2xg7f+0mtxYaSHdO2k8eg==
774
+ "@oclif/core@^3.0.4", "@oclif/core@^3.12.0", "@oclif/core@^3.15.0", "@oclif/core@^3.3.1":
775
+ version "3.15.0"
776
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.0.tgz#28405012137fa92efcc5a2c4d61336dd64c697cb"
777
+ integrity sha512-A1EVh4gv7mqAJ9OGVxLugaLcHvQnGwvOnPToP8OT9AldJ0LwVExOwhhlnOstYca33MIpGH00twYxWMS5nxMuDQ==
778
778
  dependencies:
779
779
  ansi-escapes "^4.3.2"
780
780
  ansi-styles "^4.3.0"
@@ -782,6 +782,7 @@
782
782
  chalk "^4.1.2"
783
783
  clean-stack "^3.0.1"
784
784
  cli-progress "^3.12.0"
785
+ color "^4.2.3"
785
786
  debug "^4.3.4"
786
787
  ejs "^3.1.9"
787
788
  get-package-type "^0.1.0"
@@ -835,12 +836,12 @@
835
836
  resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78"
836
837
  integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==
837
838
 
838
- "@oclif/test@^3.0.2":
839
- version "3.0.2"
840
- resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.0.2.tgz#aab9443a1eeb8d996d28020344e6abf7f82c688e"
841
- integrity sha512-zTLHSQ1A/9jrzW+jrX9qc1B1pyihtxO+87oW/5lHnNnztvEnmfdcxVKe8CYobpNiSJtAQMBY5BTxgvm9eaZD5Q==
839
+ "@oclif/test@^3.1.3":
840
+ version "3.1.3"
841
+ resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.3.tgz#42d98e3e2c29a3340dedd7eab7c0a7e392c2f3cf"
842
+ integrity sha512-p4Z+SpGSW6pw/QQrQwVuG8eOuZtUl/hxh2rgaOkDfxWipb6FVNa08kzuE70rYaIDIq/9SFglcOb9YQmOXv2MEA==
842
843
  dependencies:
843
- "@oclif/core" "^3.0.0-beta.19"
844
+ "@oclif/core" "^3.12.0"
844
845
  chai "^4.3.10"
845
846
  fancy-test "^3.0.1"
846
847
 
@@ -1032,10 +1033,10 @@
1032
1033
  "@types/node" "*"
1033
1034
  "@types/responselike" "^1.0.0"
1034
1035
 
1035
- "@types/chai@*", "@types/chai@^4.3.10":
1036
- version "4.3.10"
1037
- resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.10.tgz#2ad2959d1767edee5b0e4efb1a0cd2b500747317"
1038
- integrity sha512-of+ICnbqjmFCiixUnqRulbylyXQrPqIGf/B3Jax1wIF3DvSheysQxAWvqHhZiW3IQrycvokcLcFQlveGp+vyNg==
1036
+ "@types/chai@*", "@types/chai@^4.3.11":
1037
+ version "4.3.11"
1038
+ resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
1039
+ integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
1039
1040
 
1040
1041
  "@types/cli-progress@^3.11.0":
1041
1042
  version "3.11.0"
@@ -1071,10 +1072,10 @@
1071
1072
  dependencies:
1072
1073
  "@types/node" "*"
1073
1074
 
1074
- "@types/lodash.pickby@^4.6.8":
1075
- version "4.6.8"
1076
- resolved "https://registry.yarnpkg.com/@types/lodash.pickby/-/lodash.pickby-4.6.8.tgz#1acdd5c45fd98acbab9ebb2a13082b7beb737bac"
1077
- integrity sha512-V9FXPmtaawzkyXQ3zVMtLrNinVSUTGNzzf6rkngzDZigzGxvRus+QT3HYpYvoEKMe1/t+sJtw8odeN1qf7sDmA==
1075
+ "@types/lodash.pickby@^4.6.9":
1076
+ version "4.6.9"
1077
+ resolved "https://registry.yarnpkg.com/@types/lodash.pickby/-/lodash.pickby-4.6.9.tgz#b6d72b1adf8601aa76736f298adcbaa8f734b831"
1078
+ integrity sha512-SPI248FYnyd3jOxDeJq2vX2UKQnDzqacuqdeOVqwE1MPSk8gN8TA3FcHSMQWLlpBnuHgXvgKInvywbOFbidpJA==
1078
1079
  dependencies:
1079
1080
  "@types/lodash" "*"
1080
1081
 
@@ -1137,9 +1138,9 @@
1137
1138
  integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
1138
1139
 
1139
1140
  "@types/node@^18":
1140
- version "18.18.9"
1141
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.9.tgz#5527ea1832db3bba8eb8023ce8497b7d3f299592"
1142
- integrity sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==
1141
+ version "18.19.3"
1142
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.3.tgz#e4723c4cb385641d61b983f6fe0b716abd5f8fc0"
1143
+ integrity sha512-k5fggr14DwAytoA/t8rPrIz++lXK7/DqckthCmoZOKNsEbJkId4Z//BqgApXBUGrGddrigYa1oqheo/7YmW4rg==
1143
1144
  dependencies:
1144
1145
  undici-types "~5.26.4"
1145
1146
 
@@ -1180,16 +1181,16 @@
1180
1181
  "@types/expect" "^1.20.4"
1181
1182
  "@types/node" "*"
1182
1183
 
1183
- "@typescript-eslint/eslint-plugin@^6.9.1":
1184
- version "6.10.0"
1185
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.10.0.tgz#cfe2bd34e26d2289212946b96ab19dcad64b661a"
1186
- integrity sha512-uoLj4g2OTL8rfUQVx2AFO1hp/zja1wABJq77P6IclQs6I/m9GLrm7jCdgzZkvWdDCQf1uEvoa8s8CupsgWQgVg==
1184
+ "@typescript-eslint/eslint-plugin@^6.13.2":
1185
+ version "6.14.0"
1186
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.14.0.tgz#fc1ab5f23618ba590c87e8226ff07a760be3dd7b"
1187
+ integrity sha512-1ZJBykBCXaSHG94vMMKmiHoL0MhNHKSVlcHVYZNw+BKxufhqQVTOawNpwwI1P5nIFZ/4jLVop0mcY6mJJDFNaw==
1187
1188
  dependencies:
1188
1189
  "@eslint-community/regexpp" "^4.5.1"
1189
- "@typescript-eslint/scope-manager" "6.10.0"
1190
- "@typescript-eslint/type-utils" "6.10.0"
1191
- "@typescript-eslint/utils" "6.10.0"
1192
- "@typescript-eslint/visitor-keys" "6.10.0"
1190
+ "@typescript-eslint/scope-manager" "6.14.0"
1191
+ "@typescript-eslint/type-utils" "6.14.0"
1192
+ "@typescript-eslint/utils" "6.14.0"
1193
+ "@typescript-eslint/visitor-keys" "6.14.0"
1193
1194
  debug "^4.3.4"
1194
1195
  graphemer "^1.4.0"
1195
1196
  ignore "^5.2.4"
@@ -1197,119 +1198,72 @@
1197
1198
  semver "^7.5.4"
1198
1199
  ts-api-utils "^1.0.1"
1199
1200
 
1200
- "@typescript-eslint/parser@^6.9.1":
1201
- version "6.10.0"
1202
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.10.0.tgz#578af79ae7273193b0b6b61a742a2bc8e02f875a"
1203
- integrity sha512-+sZwIj+s+io9ozSxIWbNB5873OSdfeBEH/FR0re14WLI6BaKuSOnnwCJ2foUiu8uXf4dRp1UqHP0vrZ1zXGrog==
1201
+ "@typescript-eslint/parser@^6.13.2":
1202
+ version "6.14.0"
1203
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.14.0.tgz#a2d6a732e0d2b95c73f6a26ae7362877cc1b4212"
1204
+ integrity sha512-QjToC14CKacd4Pa7JK4GeB/vHmWFJckec49FR4hmIRf97+KXole0T97xxu9IFiPxVQ1DBWrQ5wreLwAGwWAVQA==
1204
1205
  dependencies:
1205
- "@typescript-eslint/scope-manager" "6.10.0"
1206
- "@typescript-eslint/types" "6.10.0"
1207
- "@typescript-eslint/typescript-estree" "6.10.0"
1208
- "@typescript-eslint/visitor-keys" "6.10.0"
1206
+ "@typescript-eslint/scope-manager" "6.14.0"
1207
+ "@typescript-eslint/types" "6.14.0"
1208
+ "@typescript-eslint/typescript-estree" "6.14.0"
1209
+ "@typescript-eslint/visitor-keys" "6.14.0"
1209
1210
  debug "^4.3.4"
1210
1211
 
1211
- "@typescript-eslint/scope-manager@6.10.0":
1212
- version "6.10.0"
1213
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.10.0.tgz#b0276118b13d16f72809e3cecc86a72c93708540"
1214
- integrity sha512-TN/plV7dzqqC2iPNf1KrxozDgZs53Gfgg5ZHyw8erd6jd5Ta/JIEcdCheXFt9b1NYb93a1wmIIVW/2gLkombDg==
1212
+ "@typescript-eslint/scope-manager@6.14.0":
1213
+ version "6.14.0"
1214
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.14.0.tgz#53d24363fdb5ee0d1d8cda4ed5e5321272ab3d48"
1215
+ integrity sha512-VT7CFWHbZipPncAZtuALr9y3EuzY1b1t1AEkIq2bTXUPKw+pHoXflGNG5L+Gv6nKul1cz1VH8fz16IThIU0tdg==
1215
1216
  dependencies:
1216
- "@typescript-eslint/types" "6.10.0"
1217
- "@typescript-eslint/visitor-keys" "6.10.0"
1217
+ "@typescript-eslint/types" "6.14.0"
1218
+ "@typescript-eslint/visitor-keys" "6.14.0"
1218
1219
 
1219
- "@typescript-eslint/scope-manager@6.9.1":
1220
- version "6.9.1"
1221
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz#e96afeb9a68ad1cd816dba233351f61e13956b75"
1222
- integrity sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==
1220
+ "@typescript-eslint/type-utils@6.14.0":
1221
+ version "6.14.0"
1222
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.14.0.tgz#ac9cb5ba0615c837f1a6b172feeb273d36e4f8af"
1223
+ integrity sha512-x6OC9Q7HfYKqjnuNu5a7kffIYs3No30isapRBJl1iCHLitD8O0lFbRcVGiOcuyN837fqXzPZ1NS10maQzZMKqw==
1223
1224
  dependencies:
1224
- "@typescript-eslint/types" "6.9.1"
1225
- "@typescript-eslint/visitor-keys" "6.9.1"
1226
-
1227
- "@typescript-eslint/type-utils@6.10.0":
1228
- version "6.10.0"
1229
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.10.0.tgz#1007faede067c78bdbcef2e8abb31437e163e2e1"
1230
- integrity sha512-wYpPs3hgTFblMYwbYWPT3eZtaDOjbLyIYuqpwuLBBqhLiuvJ+9sEp2gNRJEtR5N/c9G1uTtQQL5AhV0fEPJYcg==
1231
- dependencies:
1232
- "@typescript-eslint/typescript-estree" "6.10.0"
1233
- "@typescript-eslint/utils" "6.10.0"
1225
+ "@typescript-eslint/typescript-estree" "6.14.0"
1226
+ "@typescript-eslint/utils" "6.14.0"
1234
1227
  debug "^4.3.4"
1235
1228
  ts-api-utils "^1.0.1"
1236
1229
 
1237
- "@typescript-eslint/types@6.10.0":
1238
- version "6.10.0"
1239
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.10.0.tgz#f4f0a84aeb2ac546f21a66c6e0da92420e921367"
1240
- integrity sha512-36Fq1PWh9dusgo3vH7qmQAj5/AZqARky1Wi6WpINxB6SkQdY5vQoT2/7rW7uBIsPDcvvGCLi4r10p0OJ7ITAeg==
1241
-
1242
- "@typescript-eslint/types@6.9.1":
1243
- version "6.9.1"
1244
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.1.tgz#a6cfc20db0fcedcb2f397ea728ef583e0ee72459"
1245
- integrity sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==
1230
+ "@typescript-eslint/types@6.14.0":
1231
+ version "6.14.0"
1232
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.14.0.tgz#935307f7a931016b7a5eb25d494ea3e1f613e929"
1233
+ integrity sha512-uty9H2K4Xs8E47z3SnXEPRNDfsis8JO27amp2GNCnzGETEW3yTqEIVg5+AI7U276oGF/tw6ZA+UesxeQ104ceA==
1246
1234
 
1247
- "@typescript-eslint/typescript-estree@6.10.0":
1248
- version "6.10.0"
1249
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.10.0.tgz#667381eed6f723a1a8ad7590a31f312e31e07697"
1250
- integrity sha512-ek0Eyuy6P15LJVeghbWhSrBCj/vJpPXXR+EpaRZqou7achUWL8IdYnMSC5WHAeTWswYQuP2hAZgij/bC9fanBg==
1235
+ "@typescript-eslint/typescript-estree@6.14.0":
1236
+ version "6.14.0"
1237
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.14.0.tgz#90c7ddd45cd22139adf3d4577580d04c9189ac13"
1238
+ integrity sha512-yPkaLwK0yH2mZKFE/bXkPAkkFgOv15GJAUzgUVonAbv0Hr4PK/N2yaA/4XQbTZQdygiDkpt5DkxPELqHguNvyw==
1251
1239
  dependencies:
1252
- "@typescript-eslint/types" "6.10.0"
1253
- "@typescript-eslint/visitor-keys" "6.10.0"
1240
+ "@typescript-eslint/types" "6.14.0"
1241
+ "@typescript-eslint/visitor-keys" "6.14.0"
1254
1242
  debug "^4.3.4"
1255
1243
  globby "^11.1.0"
1256
1244
  is-glob "^4.0.3"
1257
1245
  semver "^7.5.4"
1258
1246
  ts-api-utils "^1.0.1"
1259
1247
 
1260
- "@typescript-eslint/typescript-estree@6.9.1":
1261
- version "6.9.1"
1262
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.1.tgz#8c77910a49a04f0607ba94d78772da07dab275ad"
1263
- integrity sha512-U+mUylTHfcqeO7mLWVQ5W/tMLXqVpRv61wm9ZtfE5egz7gtnmqVIw9ryh0mgIlkKk9rZLY3UHygsBSdB9/ftyw==
1264
- dependencies:
1265
- "@typescript-eslint/types" "6.9.1"
1266
- "@typescript-eslint/visitor-keys" "6.9.1"
1267
- debug "^4.3.4"
1268
- globby "^11.1.0"
1269
- is-glob "^4.0.3"
1270
- semver "^7.5.4"
1271
- ts-api-utils "^1.0.1"
1272
-
1273
- "@typescript-eslint/utils@6.10.0":
1274
- version "6.10.0"
1275
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.10.0.tgz#4d76062d94413c30e402c9b0df8c14aef8d77336"
1276
- integrity sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==
1248
+ "@typescript-eslint/utils@6.14.0", "@typescript-eslint/utils@^6.13.0":
1249
+ version "6.14.0"
1250
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.14.0.tgz#856a9e274367d99ffbd39c48128b93a86c4261e3"
1251
+ integrity sha512-XwRTnbvRr7Ey9a1NT6jqdKX8y/atWG+8fAIu3z73HSP8h06i3r/ClMhmaF/RGWGW1tHJEwij1uEg2GbEmPYvYg==
1277
1252
  dependencies:
1278
1253
  "@eslint-community/eslint-utils" "^4.4.0"
1279
1254
  "@types/json-schema" "^7.0.12"
1280
1255
  "@types/semver" "^7.5.0"
1281
- "@typescript-eslint/scope-manager" "6.10.0"
1282
- "@typescript-eslint/types" "6.10.0"
1283
- "@typescript-eslint/typescript-estree" "6.10.0"
1256
+ "@typescript-eslint/scope-manager" "6.14.0"
1257
+ "@typescript-eslint/types" "6.14.0"
1258
+ "@typescript-eslint/typescript-estree" "6.14.0"
1284
1259
  semver "^7.5.4"
1285
1260
 
1286
- "@typescript-eslint/utils@^6.7.5":
1287
- version "6.9.1"
1288
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.1.tgz#763da41281ef0d16974517b5f0d02d85897a1c1e"
1289
- integrity sha512-L1T0A5nFdQrMVunpZgzqPL6y2wVreSyHhKGZryS6jrEN7bD9NplVAyMryUhXsQ4TWLnZmxc2ekar/lSGIlprCA==
1261
+ "@typescript-eslint/visitor-keys@6.14.0":
1262
+ version "6.14.0"
1263
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.14.0.tgz#1d1d486581819287de824a56c22f32543561138e"
1264
+ integrity sha512-fB5cw6GRhJUz03MrROVuj5Zm/Q+XWlVdIsFj+Zb1Hvqouc8t+XP2H5y53QYU/MGtd2dPg6/vJJlhoX3xc2ehfw==
1290
1265
  dependencies:
1291
- "@eslint-community/eslint-utils" "^4.4.0"
1292
- "@types/json-schema" "^7.0.12"
1293
- "@types/semver" "^7.5.0"
1294
- "@typescript-eslint/scope-manager" "6.9.1"
1295
- "@typescript-eslint/types" "6.9.1"
1296
- "@typescript-eslint/typescript-estree" "6.9.1"
1297
- semver "^7.5.4"
1298
-
1299
- "@typescript-eslint/visitor-keys@6.10.0":
1300
- version "6.10.0"
1301
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.10.0.tgz#b9eaf855a1ac7e95633ae1073af43d451e8f84e3"
1302
- integrity sha512-xMGluxQIEtOM7bqFCo+rCMh5fqI+ZxV5RUUOa29iVPz1OgCZrtc7rFnz5cLUazlkPKYqX+75iuDq7m0HQ48nCg==
1303
- dependencies:
1304
- "@typescript-eslint/types" "6.10.0"
1305
- eslint-visitor-keys "^3.4.1"
1306
-
1307
- "@typescript-eslint/visitor-keys@6.9.1":
1308
- version "6.9.1"
1309
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz#6753a9225a0ba00459b15d6456b9c2780b66707d"
1310
- integrity sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==
1311
- dependencies:
1312
- "@typescript-eslint/types" "6.9.1"
1266
+ "@typescript-eslint/types" "6.14.0"
1313
1267
  eslint-visitor-keys "^3.4.1"
1314
1268
 
1315
1269
  "@ungap/structured-clone@^1.2.0":
@@ -2096,16 +2050,32 @@ color-name@1.1.3:
2096
2050
  resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
2097
2051
  integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
2098
2052
 
2099
- color-name@~1.1.4:
2053
+ color-name@^1.0.0, color-name@~1.1.4:
2100
2054
  version "1.1.4"
2101
2055
  resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
2102
2056
  integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
2103
2057
 
2058
+ color-string@^1.9.0:
2059
+ version "1.9.1"
2060
+ resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
2061
+ integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
2062
+ dependencies:
2063
+ color-name "^1.0.0"
2064
+ simple-swizzle "^0.2.2"
2065
+
2104
2066
  color-support@^1.1.2:
2105
2067
  version "1.1.3"
2106
2068
  resolved "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
2107
2069
  integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
2108
2070
 
2071
+ color@^4.2.3:
2072
+ version "4.2.3"
2073
+ resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a"
2074
+ integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==
2075
+ dependencies:
2076
+ color-convert "^2.0.1"
2077
+ color-string "^1.9.0"
2078
+
2109
2079
  colorette@^2.0.20:
2110
2080
  version "2.0.20"
2111
2081
  resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
@@ -2595,19 +2565,19 @@ escape-string-regexp@^1.0.5:
2595
2565
  resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
2596
2566
  integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
2597
2567
 
2598
- eslint-config-oclif-typescript@^3.0.13:
2599
- version "3.0.13"
2600
- resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.13.tgz#be9fd042f3e5143963d77c2be8ad78851109b13c"
2601
- integrity sha512-w+lMp9Wb2mAMJBl+iHWbJYAIVqscctYBMDfJksdy5Mn3jAhQJKsMiDH84KayodTIjQGMcKCgyGALTqkSxvNjaQ==
2568
+ eslint-config-oclif-typescript@^3.0.26:
2569
+ version "3.0.26"
2570
+ resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.26.tgz#ded62c1f1ce6c6357af93fef815f3fe689e9da01"
2571
+ integrity sha512-4ezPNOcU1pMlpiGmpeelZGeqYEDS6uZaPy5w5F5VPru/xTdZyrEYkpsW/VrYF0Aq2RTENy4d/HHtaKKOmtOkkg==
2602
2572
  dependencies:
2603
- "@typescript-eslint/eslint-plugin" "^6.9.1"
2604
- "@typescript-eslint/parser" "^6.9.1"
2573
+ "@typescript-eslint/eslint-plugin" "^6.13.2"
2574
+ "@typescript-eslint/parser" "^6.13.2"
2605
2575
  eslint-config-xo-space "^0.34.0"
2606
2576
  eslint-import-resolver-typescript "^3.6.1"
2607
2577
  eslint-plugin-import "^2.29.0"
2608
2578
  eslint-plugin-mocha "^10.2.0"
2609
2579
  eslint-plugin-node "^11.1.0"
2610
- eslint-plugin-perfectionist "^2.2.0"
2580
+ eslint-plugin-perfectionist "^2.5.0"
2611
2581
 
2612
2582
  eslint-config-oclif@^5.0.0:
2613
2583
  version "5.0.0"
@@ -2619,10 +2589,10 @@ eslint-config-oclif@^5.0.0:
2619
2589
  eslint-plugin-node "^11.1.0"
2620
2590
  eslint-plugin-unicorn "^48.0.1"
2621
2591
 
2622
- eslint-config-prettier@^9.0.0:
2623
- version "9.0.0"
2624
- resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f"
2625
- integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==
2592
+ eslint-config-prettier@^9.1.0:
2593
+ version "9.1.0"
2594
+ resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
2595
+ integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
2626
2596
 
2627
2597
  eslint-config-xo-space@^0.34.0:
2628
2598
  version "0.34.0"
@@ -2718,12 +2688,12 @@ eslint-plugin-node@^11.1.0:
2718
2688
  resolve "^1.10.1"
2719
2689
  semver "^6.1.0"
2720
2690
 
2721
- eslint-plugin-perfectionist@^2.1.0, eslint-plugin-perfectionist@^2.2.0:
2722
- version "2.2.0"
2723
- resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.2.0.tgz#a1b1f1407ce9bc20a4f0e2b8113fb84e5b9dfb9f"
2724
- integrity sha512-/nG2Uurd6AY7CI6zlgjHPOoiPY8B7EYMUWdNb5w+EzyauYiQjjD5lQwAI1FlkBbCCFFZw/CdZIPQhXumYoiyaw==
2691
+ eslint-plugin-perfectionist@^2.1.0, eslint-plugin-perfectionist@^2.5.0:
2692
+ version "2.5.0"
2693
+ resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.5.0.tgz#f7f83733e18d1b26694c4aab1b986eac836773a7"
2694
+ integrity sha512-F6XXcq4mKKUe/SREoMGQqzgw6cgCgf3pFzkFfQVIGtqD1yXVpQjnhTepzhBeZfxZwgMzR9HO4yH4CUhIQ2WBcQ==
2725
2695
  dependencies:
2726
- "@typescript-eslint/utils" "^6.7.5"
2696
+ "@typescript-eslint/utils" "^6.13.0"
2727
2697
  minimatch "^9.0.3"
2728
2698
  natural-compare-lite "^1.4.0"
2729
2699
 
@@ -2785,15 +2755,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
2785
2755
  resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
2786
2756
  integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
2787
2757
 
2788
- eslint@^8.53.0:
2789
- version "8.53.0"
2790
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
2791
- integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
2758
+ eslint@^8.55.0:
2759
+ version "8.55.0"
2760
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.55.0.tgz#078cb7b847d66f2c254ea1794fa395bf8e7e03f8"
2761
+ integrity sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==
2792
2762
  dependencies:
2793
2763
  "@eslint-community/eslint-utils" "^4.2.0"
2794
2764
  "@eslint-community/regexpp" "^4.6.1"
2795
- "@eslint/eslintrc" "^2.1.3"
2796
- "@eslint/js" "8.53.0"
2765
+ "@eslint/eslintrc" "^2.1.4"
2766
+ "@eslint/js" "8.55.0"
2797
2767
  "@humanwhocodes/config-array" "^0.11.13"
2798
2768
  "@humanwhocodes/module-importer" "^1.0.1"
2799
2769
  "@nodelib/fs.walk" "^1.2.8"
@@ -3766,6 +3736,11 @@ is-arrayish@^0.2.1:
3766
3736
  resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
3767
3737
  integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
3768
3738
 
3739
+ is-arrayish@^0.3.1:
3740
+ version "0.3.2"
3741
+ resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
3742
+ integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
3743
+
3769
3744
  is-bigint@^1.0.1:
3770
3745
  version "1.0.4"
3771
3746
  resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
@@ -4899,10 +4874,10 @@ no-case@^3.0.4:
4899
4874
  lower-case "^2.0.2"
4900
4875
  tslib "^2.0.3"
4901
4876
 
4902
- nock@*, nock@^13.3.3, nock@^13.3.6:
4903
- version "13.3.6"
4904
- resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.6.tgz#b279968ec8d076c2393810a6c9bf2d4d5b3a1071"
4905
- integrity sha512-lT6YuktKroUFM+27mubf2uqQZVy2Jf+pfGzuh9N6VwdHlFoZqvi4zyxFTVR1w/ChPqGY6yxGehHp6C3wqCASCw==
4877
+ nock@*, nock@^13.3.3, nock@^13.4.0:
4878
+ version "13.4.0"
4879
+ resolved "https://registry.yarnpkg.com/nock/-/nock-13.4.0.tgz#60aa3f7a4afa9c12052e74d8fb7550f682ef0115"
4880
+ integrity sha512-W8NVHjO/LCTNA64yxAPHV/K47LpGYcVzgKd3Q0n6owhwvD0Dgoterc25R4rnZbckJEb6Loxz1f5QMuJpJnbSyQ==
4906
4881
  dependencies:
4907
4882
  debug "^4.1.0"
4908
4883
  json-stringify-safe "^5.0.1"
@@ -6083,6 +6058,13 @@ signal-exit@^3.0.7:
6083
6058
  resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
6084
6059
  integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
6085
6060
 
6061
+ simple-swizzle@^0.2.2:
6062
+ version "0.2.2"
6063
+ resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
6064
+ integrity sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==
6065
+ dependencies:
6066
+ is-arrayish "^0.3.1"
6067
+
6086
6068
  sinon@^16.0.0:
6087
6069
  version "16.1.0"
6088
6070
  resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.0.tgz#645b836563c9bedb21defdbe48831cb2afb687f2"
@@ -6633,10 +6615,10 @@ typedarray-to-buffer@^4.0.0:
6633
6615
  resolved "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-4.0.0.tgz#cdd2933c61dd3f5f02eda5d012d441f95bfeb50a"
6634
6616
  integrity sha512-6dOYeZfS3O9RtRD1caom0sMxgK59b27+IwoNy8RDPsmslSGOyU+mpTamlaIW7aNKi90ZQZ9DFaZL3YRoiSCULQ==
6635
6617
 
6636
- "typescript@^4.6.4 || ^5.2.2", typescript@^5.2.2:
6637
- version "5.2.2"
6638
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
6639
- integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
6618
+ "typescript@^4.6.4 || ^5.2.2", typescript@^5.3.3:
6619
+ version "5.3.3"
6620
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
6621
+ integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
6640
6622
 
6641
6623
  unbox-primitive@^1.0.2:
6642
6624
  version "1.0.2"
@@ -129,5 +129,5 @@
129
129
  ]
130
130
  }
131
131
  },
132
- "version": "3.0.7"
132
+ "version": "3.0.8"
133
133
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@oclif/plugin-commands",
3
3
  "description": "plugin to show the list of all the commands",
4
- "version": "3.0.7",
4
+ "version": "3.0.8",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-commands/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.11.0",
8
+ "@oclif/core": "^3.15.0",
9
9
  "lodash.pickby": "^4.6.0",
10
10
  "lodash.sortby": "^4.7.0",
11
11
  "lodash.template": "^4.5.0",
@@ -15,9 +15,9 @@
15
15
  "@commitlint/config-conventional": "^17.8.1",
16
16
  "@oclif/plugin-help": "^5.2.20",
17
17
  "@oclif/prettier-config": "^0.2.1",
18
- "@oclif/test": "^3.0.2",
19
- "@types/chai": "^4.3.10",
20
- "@types/lodash.pickby": "^4.6.8",
18
+ "@oclif/test": "^3.1.3",
19
+ "@types/chai": "^4.3.11",
20
+ "@types/lodash.pickby": "^4.6.9",
21
21
  "@types/lodash.sortby": "^4.7.9",
22
22
  "@types/lodash.template": "^4.5.3",
23
23
  "@types/lodash.uniqby": "^4.7.9",
@@ -26,21 +26,21 @@
26
26
  "@types/node": "^18",
27
27
  "chai": "^4.3.10",
28
28
  "commitlint": "^17.8.1",
29
- "eslint": "^8.53.0",
29
+ "eslint": "^8.55.0",
30
30
  "eslint-config-oclif": "^5.0.0",
31
- "eslint-config-oclif-typescript": "^3.0.13",
32
- "eslint-config-prettier": "^9.0.0",
31
+ "eslint-config-oclif-typescript": "^3.0.26",
32
+ "eslint-config-prettier": "^9.1.0",
33
33
  "globby": "^11",
34
34
  "husky": "^8.0.3",
35
35
  "lint-staged": "^14.0.1",
36
36
  "mocha": "^10.2.0",
37
- "nock": "^13.3.6",
37
+ "nock": "^13.4.0",
38
38
  "nyc": "^15.1.0",
39
39
  "oclif": "^4.0.3",
40
40
  "prettier": "^3.1.0",
41
41
  "shx": "^0.3.3",
42
42
  "ts-node": "^10.9.1",
43
- "typescript": "^5.2.2"
43
+ "typescript": "^5.3.3"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=18.0.0"