@oclif/plugin-help 5.1.3 → 5.1.7

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/CHANGELOG.md CHANGED
@@ -2,6 +2,29 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [5.1.7](https://github.com/oclif/plugin-help/compare/v5.1.6...v5.1.7) (2021-12-02)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * bump @oclif/core ([cfb8a70](https://github.com/oclif/plugin-help/commit/cfb8a70a52342542a41c6d90b29ef5b38363fc32))
11
+
12
+ ### [5.1.6](https://github.com/oclif/plugin-help/compare/v5.1.5...v5.1.6) (2021-12-02)
13
+
14
+ ### [5.1.5](https://github.com/oclif/plugin-help/compare/v5.1.4...v5.1.5) (2021-12-01)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * bump deps ([#331](https://github.com/oclif/plugin-help/issues/331)) ([61cd38c](https://github.com/oclif/plugin-help/commit/61cd38c5dbca484674dbe53aafd48ac43827cb9c))
20
+
21
+ ### [5.1.4](https://github.com/oclif/plugin-help/compare/v5.1.3...v5.1.4) (2021-12-01)
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * bump deps ([#329](https://github.com/oclif/plugin-help/issues/329)) ([97ec486](https://github.com/oclif/plugin-help/commit/97ec48619a849f9023b7fd8816414b4410a08dd2))
27
+
5
28
  ### [5.1.3](https://github.com/oclif/plugin-help/compare/v5.1.2...v5.1.3) (2021-11-18)
6
29
 
7
30
 
@@ -1 +1 @@
1
- {"version":"5.1.3","commands":{"help":{"id":"help","description":"Display help for <%= config.bin %>.","strict":false,"pluginName":"@oclif/plugin-help","pluginAlias":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"nested-commands":{"name":"nested-commands","type":"boolean","char":"n","description":"Include all nested commands in the output.","allowNo":false}},"args":[{"name":"command","description":"Command to show help for.","required":false}]}}}
1
+ {"version":"5.1.7","commands":{"help":{"id":"help","description":"Display help for <%= config.bin %>.","pluginName":"@oclif/plugin-help","pluginType":"core","aliases":[],"flags":{"nested-commands":{"name":"nested-commands","type":"boolean","char":"n","description":"Include all nested commands in the output.","allowNo":false}},"args":[{"name":"command","description":"Command to show help for.","required":false}]}}}
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@oclif/plugin-help",
3
3
  "description": "Standard help for oclif.",
4
- "version": "5.1.3",
5
- "author": "Jeff Dickey @jdxcode",
4
+ "version": "5.1.7",
5
+ "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-help/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^1.0.3"
8
+ "@oclif/core": "^1.0.7"
9
9
  },
10
10
  "devDependencies": {
11
- "@oclif/plugin-plugins": "^1.10.1",
11
+ "@oclif/plugin-plugins": "^2.0.2",
12
12
  "@oclif/test": "core-v1",
13
13
  "@types/chai": "^4.1.7",
14
- "@types/mocha": "^8.0.0",
14
+ "@types/mocha": "^9.0.0",
15
15
  "chai": "^4.2.0",
16
16
  "eslint": "^7.3.1",
17
- "eslint-config-oclif": "^3.1.0",
18
- "eslint-config-oclif-typescript": "^0.2.0",
19
- "mocha": "^8.2.1",
20
- "oclif": "^2.0.0-main.10",
17
+ "eslint-config-oclif": "^4.0.0",
18
+ "eslint-config-oclif-typescript": "^1.0.2",
19
+ "mocha": "^9.1.3",
20
+ "oclif": "^2.0.0-main.11",
21
21
  "shx": "^0.3.3",
22
22
  "ts-node": "^9.1.1",
23
23
  "typescript": "^4.3.5"