@oclif/plugin-commands 3.0.4 → 3.0.6

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.4 linux-x64 node-v18.18.2
23
+ @oclif/plugin-commands/3.0.6 linux-x64 node-v20.9.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.4/src/commands/commands.ts)_
66
+ _See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.0.6/src/commands/commands.ts)_
67
67
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -787,10 +787,10 @@
787
787
  wordwrap "^1.0.0"
788
788
  wrap-ansi "^7.0.0"
789
789
 
790
- "@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.2.1", "@oclif/core@^3.3.1":
791
- version "3.5.0"
792
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.5.0.tgz#ce12e264f6eab051391489bf4df0340a133fc3fb"
793
- integrity sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g==
790
+ "@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.10.1", "@oclif/core@^3.3.1":
791
+ version "3.10.1"
792
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.1.tgz#c8e6c7a557983de1c55990177c16c78d26e10083"
793
+ integrity sha512-zBjujYmLyEu7T6PBlaPqmsum/Cc5KMwc6XmcKzUC/PUQspENGd4z0n4eBlNlKjfO/1sLdts99xUlSoIYXoFimg==
794
794
  dependencies:
795
795
  ansi-escapes "^4.3.2"
796
796
  ansi-styles "^4.3.0"
@@ -814,6 +814,7 @@
814
814
  strip-ansi "^6.0.1"
815
815
  supports-color "^8.1.1"
816
816
  supports-hyperlinks "^2.2.0"
817
+ tsconfck "^3.0.0"
817
818
  widest-line "^3.1.0"
818
819
  wordwrap "^1.0.0"
819
820
  wrap-ansi "^7.0.0"
@@ -1047,10 +1048,10 @@
1047
1048
  "@types/node" "*"
1048
1049
  "@types/responselike" "^1.0.0"
1049
1050
 
1050
- "@types/chai@*", "@types/chai@^4.3.8":
1051
- version "4.3.8"
1052
- resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.8.tgz#aa200a264a3bc78ccfc1718eedbd3b9d5a591270"
1053
- integrity sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==
1051
+ "@types/chai@*", "@types/chai@^4.3.9":
1052
+ version "4.3.9"
1053
+ resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.9.tgz#144d762491967db8c6dea38e03d2206c2623feec"
1054
+ integrity sha512-69TtiDzu0bcmKQv3yg1Zx409/Kd7r0b5F1PfpYJfSHzLGtB53547V4u+9iqKYsTu/O2ai6KTb0TInNpvuQ3qmg==
1054
1055
 
1055
1056
  "@types/cli-progress@^3.11.0":
1056
1057
  version "3.11.0"
@@ -1100,10 +1101,10 @@
1100
1101
  dependencies:
1101
1102
  "@types/lodash" "*"
1102
1103
 
1103
- "@types/lodash.template@^4.5.1":
1104
- version "4.5.1"
1105
- resolved "https://registry.yarnpkg.com/@types/lodash.template/-/lodash.template-4.5.1.tgz#3a2325e02963ca8aced4a657598ac26816340d83"
1106
- integrity sha512-0y71S2dGgmwdkSsyW95JBp8HSZchgKCsjr6F0lsT3eSMtaT3Nn9rcMHU1U4UKu6XjQT3YC6/PNwgFI7k9f+ltw==
1104
+ "@types/lodash.template@^4.5.2":
1105
+ version "4.5.2"
1106
+ resolved "https://registry.yarnpkg.com/@types/lodash.template/-/lodash.template-4.5.2.tgz#0e26d3324f10fd1a044da1088a87e3fbc03e520d"
1107
+ integrity sha512-9V69JSviqXywQC9O/vZ5WjO4kmcol55t+pZDcsrKXkO4D5rGdF2/J0Ke2iChq689xIRoVGWXTQ8DGh9Lbg/UVg==
1107
1108
  dependencies:
1108
1109
  "@types/lodash" "*"
1109
1110
 
@@ -1129,10 +1130,10 @@
1129
1130
  resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.3.tgz#dd249cef80c6fff2ba6a0d4e5beca913e04e25f8"
1130
1131
  integrity sha512-ZYFzrvyWUNhaPomn80dsMNgMeXxNWZBdkuG/hWlUvXvbdUH8ZERNBGXnU87McuGcWDsyzX2aChCv/SVN348k3A==
1131
1132
 
1132
- "@types/mocha@^10.0.2":
1133
- version "10.0.2"
1134
- resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.2.tgz#96d63314255540a36bf24da094cce7a13668d73b"
1135
- integrity sha512-NaHL0+0lLNhX6d9rs+NSt97WH/gIlRHmszXbQ/8/MV/eVcFNdeJ/GYhrFuUc8K7WuPhRhTSdMkCp8VMzhUq85w==
1133
+ "@types/mocha@^10.0.3":
1134
+ version "10.0.3"
1135
+ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.3.tgz#4804fe9cd39da26eb62fa65c15ea77615a187812"
1136
+ integrity sha512-RsOPImTriV/OE4A9qKjMtk2MnXiuLLbcO3nCXK+kvq4nr0iMfFgpjaX3MPLb6f7+EL1FGSelYvuJMV6REH+ZPQ==
1136
1137
 
1137
1138
  "@types/nock@^11.1.0":
1138
1139
  version "11.1.0"
@@ -1152,9 +1153,11 @@
1152
1153
  integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
1153
1154
 
1154
1155
  "@types/node@^18":
1155
- version "18.18.5"
1156
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.5.tgz#afc0fd975df946d6e1add5bbf98264225b212244"
1157
- integrity sha512-4slmbtwV59ZxitY4ixUZdy1uRLf9eSIvBWPQxNjhHYWEtn0FryfKpyS2cvADYXTayWdKEIsJengncrVvkI4I6A==
1156
+ version "18.18.7"
1157
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.7.tgz#bb3a7068dc4ba421b6968f2a259298b3a4e129e8"
1158
+ integrity sha512-bw+lEsxis6eqJYW8Ql6+yTqkE6RuFtsQPSe5JxXbqYRFQEER5aJA9a5UH9igqDWm3X4iLHIKOHlnAXLM4mi7uQ==
1159
+ dependencies:
1160
+ undici-types "~5.26.4"
1158
1161
 
1159
1162
  "@types/normalize-package-data@^2.4.0":
1160
1163
  version "2.4.1"
@@ -4852,14 +4855,13 @@ no-case@^3.0.4:
4852
4855
  lower-case "^2.0.2"
4853
4856
  tslib "^2.0.3"
4854
4857
 
4855
- nock@*, nock@^13.3.3, nock@^13.3.4:
4856
- version "13.3.4"
4857
- resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.4.tgz#4ed3ed1465a75c87833044a881dbdd6546337e8d"
4858
- integrity sha512-DDpmn5oLEdCTclEqweOT4U7bEpuoifBMFUXem9sA4turDAZ5tlbrEoWqCorwXey8CaAw44mst5JOQeVNiwtkhw==
4858
+ nock@*, nock@^13.3.3, nock@^13.3.6:
4859
+ version "13.3.6"
4860
+ resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.6.tgz#b279968ec8d076c2393810a6c9bf2d4d5b3a1071"
4861
+ integrity sha512-lT6YuktKroUFM+27mubf2uqQZVy2Jf+pfGzuh9N6VwdHlFoZqvi4zyxFTVR1w/ChPqGY6yxGehHp6C3wqCASCw==
4859
4862
  dependencies:
4860
4863
  debug "^4.1.0"
4861
4864
  json-stringify-safe "^5.0.1"
4862
- lodash "^4.17.21"
4863
4865
  propagate "^2.0.0"
4864
4866
 
4865
4867
  node-fetch@^2.6.7:
@@ -6467,6 +6469,11 @@ ts-node@^10.8.1, ts-node@^10.9.1:
6467
6469
  v8-compile-cache-lib "^3.0.1"
6468
6470
  yn "3.1.1"
6469
6471
 
6472
+ tsconfck@^3.0.0:
6473
+ version "3.0.0"
6474
+ resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
6475
+ integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
6476
+
6470
6477
  tsconfig-paths@^3.14.2:
6471
6478
  version "3.14.2"
6472
6479
  resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
@@ -6597,6 +6604,11 @@ unbox-primitive@^1.0.2:
6597
6604
  has-symbols "^1.0.3"
6598
6605
  which-boxed-primitive "^1.0.2"
6599
6606
 
6607
+ undici-types@~5.26.4:
6608
+ version "5.26.5"
6609
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
6610
+ integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
6611
+
6600
6612
  unique-filename@^1.1.1:
6601
6613
  version "1.1.1"
6602
6614
  resolved "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
@@ -129,5 +129,5 @@
129
129
  ]
130
130
  }
131
131
  },
132
- "version": "3.0.4"
132
+ "version": "3.0.6"
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.4",
4
+ "version": "3.0.6",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-commands/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.2.1",
8
+ "@oclif/core": "^3.10.1",
9
9
  "lodash.pickby": "^4.6.0",
10
10
  "lodash.sortby": "^4.7.0",
11
11
  "lodash.template": "^4.5.0",
@@ -16,12 +16,12 @@
16
16
  "@oclif/plugin-help": "^5.2.20",
17
17
  "@oclif/prettier-config": "^0.2.1",
18
18
  "@oclif/test": "^3.0.2",
19
- "@types/chai": "^4.3.8",
19
+ "@types/chai": "^4.3.9",
20
20
  "@types/lodash.pickby": "^4.6.7",
21
21
  "@types/lodash.sortby": "^4.7.8",
22
- "@types/lodash.template": "^4.5.1",
22
+ "@types/lodash.template": "^4.5.2",
23
23
  "@types/lodash.uniqby": "^4.7.7",
24
- "@types/mocha": "^10.0.2",
24
+ "@types/mocha": "^10.0.3",
25
25
  "@types/nock": "^11.1.0",
26
26
  "@types/node": "^18",
27
27
  "chai": "^4.3.10",
@@ -34,7 +34,7 @@
34
34
  "husky": "^8.0.3",
35
35
  "lint-staged": "^14.0.1",
36
36
  "mocha": "^10.2.0",
37
- "nock": "^13.3.4",
37
+ "nock": "^13.3.6",
38
38
  "nyc": "^15.1.0",
39
39
  "oclif": "^4.0.3",
40
40
  "prettier": "^3.0.3",