diff --git a/package.json b/package.json index 4ab1a56d..58bc7a08 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,11 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": { - "@oclif/core": "^1.0.7" + "@oclif/core": "^1.0.8" }, "devDependencies": { - "@oclif/plugin-plugins": "^2.0.2", - "@oclif/test": "core-v1", + "@oclif/plugin-plugins": "^2.0.8", + "@oclif/test": "^2.0.2", "@types/chai": "^4.1.7", "@types/mocha": "^9.0.0", "chai": "^4.2.0", @@ -17,7 +17,7 @@ "eslint-config-oclif": "^4.0.0", "eslint-config-oclif-typescript": "^1.0.2", "mocha": "^9.1.3", - "oclif": "^2.0.0-main.11", + "oclif": "^2.0.0-main.15", "shx": "^0.3.3", "ts-node": "^9.1.1", "typescript": "^4.3.5" @@ -34,7 +34,7 @@ "oclif-plugin" ], "license": "MIT", - "main": "./lib/help.js", + "main": "./lib/index.js", "oclif": { "commands": "./lib/commands", "bin": "oclif", diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 00000000..b1c6ea43 --- /dev/null +++ b/src/index.ts @@ -0,0 +1 @@ +export default {} diff --git a/yarn.lock b/yarn.lock index 030f48cb..1301a708 100644 --- a/yarn.lock +++ b/yarn.lock @@ -301,7 +301,7 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/color@^0.x": +"@oclif/color@^0.1.2", "@oclif/color@^0.x": version "0.1.2" resolved "https://registry.yarnpkg.com/@oclif/color/-/color-0.1.2.tgz#28b07e2850d9ce814d0b587ce3403b7ad8f7d987" integrity sha512-M9o+DOrb8l603qvgz1FogJBUGLqcMFL1aFg2ZEL0FbXJofiNTLOWIeB4faeZTLwE6dt0xH9GpCVpzksMMzGbmA== @@ -324,18 +324,6 @@ debug "^4.1.1" semver "^7.3.2" -"@oclif/command@^1.8.4", "@oclif/command@^1.8.5": - version "1.8.6" - resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.6.tgz#7b42060e30bf0beae2be2e6d9b887b0ccb4b140b" - integrity sha512-tIcGPpf7ndGe0Sp22RbPhZbwKjfrebHzCfe1SHRlqlJNy2xS3FT50i9p+dZmF+7Zpn4CEcBHag1TCdfFCTc1vQ== - dependencies: - "@oclif/config" "^1.17.1" - "@oclif/errors" "^1.3.5" - "@oclif/parser" "^3.8.6" - "@oclif/plugin-help" "^3.2.8" - debug "^4.1.1" - semver "^7.3.2" - "@oclif/command@^1.8.6", "@oclif/command@^1.8.7": version "1.8.7" resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.7.tgz#825d34bea8e93cecfaf0cb9bf327f4ab87cd0714" @@ -441,6 +429,29 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" +"@oclif/core@^1.0.8": + version "1.0.8" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.0.8.tgz#dc2482941cfe507dff9b551b2e5f568699bbbffb" + integrity sha512-Z+d9hj0SEoADEAnCIUIrs2mr7mNlXtw2B/HE46evmge/Z94aiurUCTnKS8QtuTptkLM2suhiiy1QZ+DxHYypVA== + dependencies: + "@oclif/linewrap" "^1.0.0" + chalk "^4.1.2" + clean-stack "^3.0.1" + cli-ux "^6.0.4" + debug "^4.3.3" + fs-extra "^9.1.0" + get-package-type "^0.1.0" + globby "^11.0.4" + indent-string "^4.0.0" + is-wsl "^2.2.0" + lodash "^4.17.21" + semver "^7.3.5" + string-width "^4.2.3" + strip-ansi "^6.0.1" + tslib "^2.3.1" + widest-line "^3.1.0" + wrap-ansi "^7.0.0" + "@oclif/errors@^1.2.1", "@oclif/errors@^1.2.2", "@oclif/errors@^1.3.3", "@oclif/errors@^1.3.5": version "1.3.5" resolved "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.5.tgz#a1e9694dbeccab10fe2fe15acb7113991bed636c" @@ -519,22 +530,6 @@ widest-line "^3.1.0" wrap-ansi "^6.2.0" -"@oclif/plugin-help@^3.2.8": - version "3.2.9" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.9.tgz#4e1095e6c4cf9cc423294983348bc1c2debba8a5" - integrity sha512-uY3qGjwSWfe9ovxafv8AQes5LFCKryVR256hU/vVtH7vtS7a3Sgx2lWozsfEssA9PAaY/eDNw8TRQaqHDSjPKw== - dependencies: - "@oclif/command" "^1.8.5" - "@oclif/config" "^1.17.1" - "@oclif/errors" "^1.3.5" - chalk "^4.1.2" - indent-string "^4.0.0" - lodash "^4.17.21" - string-width "^4.2.0" - strip-ansi "^6.0.0" - widest-line "^3.1.0" - wrap-ansi "^4.0.0" - "@oclif/plugin-not-found@^1.2.2": version "1.2.4" resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-1.2.4.tgz#160108c82f0aa10f4fb52cee4e0135af34b7220b" @@ -546,15 +541,15 @@ fast-levenshtein "^2.0.6" lodash "^4.17.13" -"@oclif/plugin-plugins@^2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.0.2.tgz#a978654fb7f76875bed65e28f83ed6c218d56fe4" - integrity sha512-z5gy//SPenObCIsjTykyZLruwrhDxfhkEKxes3Q4VmX7WoEwquenmcGlD1/cyKNtnjHTGyIkSmLWQeMFvEfNcg== +"@oclif/plugin-plugins@^2.0.8": + version "2.0.8" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-2.0.8.tgz#440fdd89db42e303dfcffab4d9e9765cb4bee505" + integrity sha512-ee5oR9GQTKSpWYVfljlyosyX42rqEA/nyy4gUDkZCp/o8b/nUO3LmkXoMraabtwEose0lbVO7NP9comymTQp4A== dependencies: - "@oclif/color" "^0.x" - "@oclif/core" "^1.0.4" - chalk "^4.1.0" - cli-ux "^5.2.1" + "@oclif/color" "^0.1.2" + "@oclif/core" "^1.0.7" + chalk "^4.1.2" + cli-ux "^6.0.3" debug "^4.1.0" fs-extra "^9.0" http-call "^5.2.2" @@ -579,17 +574,17 @@ lodash "^4.17.21" semver "^7.3.2" -"@oclif/screen@^1.0.3", "@oclif/screen@^1.0.4": +"@oclif/screen@^1.0.3", "@oclif/screen@^1.0.4", "@oclif/screen@^1.0.4 ": version "1.0.4" - resolved "https://registry.npmjs.org/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493" + resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493" integrity sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw== -"@oclif/test@core-v1": - version "2.0.0" - resolved "https://registry.npmjs.org/@oclif/test/-/test-2.0.0.tgz#88fcbbc9e91fa8ed0bb4e7770387ead811b52f2b" - integrity sha512-DNMhGCKX1b3k/rCNmmTxftXNw0luiCDDfkvh/bEWsZN8PoyhN9Na/zJvzaB1eWbKXSg5qzkTpWpOc2AjYA6rMQ== +"@oclif/test@^2.0.2": + version "2.0.2" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.0.2.tgz#5a599541974a15ae6282a646278e3bfc1455f241" + integrity sha512-BhhsLvNBDHrfVrmcNWYWwFd2MefA4l/po9WF4cSOJ67MMxKO/jHffNoUt8B/92HigzUq9z0o0Et3z5e2voWJ8Q== dependencies: - fancy-test "^1.4.3" + fancy-test "^2.0.0" "@sinonjs/commons@^1.7.0": version "1.8.3" @@ -1370,15 +1365,15 @@ cli-ux@^5.1.0: supports-hyperlinks "^2.1.0" tslib "^2.0.0" -cli-ux@^5.2.1: - version "5.6.4" - resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-5.6.4.tgz#fd930fd175111aab2aa11b21c9da58b305a8d7cc" - integrity sha512-jW2oROKZdb3NlIHCMjjtaanuElHB/IhYPE5kgsbhmNtiBcUg/4L5QYyDbJ0n/wF+LAb/tl+Bh30lAHq5bmsbMA== +cli-ux@^5.6.4: + version "5.6.5" + resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-5.6.5.tgz#d2a73070fb73d77d6adf6cb51592b6f04b31deb9" + integrity sha512-FjC69Z13a5iMuo6mNjXaA+/qNO1vdJvoHPAGKqULIMVAuhff6DMPU5hbk5ygHoIQWkU9RsgeAup9tV97pXJ7fQ== dependencies: - "@oclif/command" "^1.8.4" + "@oclif/command" "^1.8.7" "@oclif/errors" "^1.3.5" "@oclif/linewrap" "^1.0.0" - "@oclif/screen" "^1.0.3" + "@oclif/screen" "^1.0.4" ansi-escapes "^4.3.0" ansi-styles "^4.2.0" cardinal "^2.1.1" @@ -1391,7 +1386,7 @@ cli-ux@^5.2.1: indent-string "^4.0.0" is-wsl "^2.2.0" js-yaml "^3.13.1" - lodash "^4.17.11" + lodash "^4.17.21" natural-orderby "^2.0.1" object-treeify "^1.1.4" password-prompt "^1.1.2" @@ -1402,15 +1397,14 @@ cli-ux@^5.2.1: supports-hyperlinks "^2.1.0" tslib "^2.0.0" -cli-ux@^5.6.4: - version "5.6.5" - resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-5.6.5.tgz#d2a73070fb73d77d6adf6cb51592b6f04b31deb9" - integrity sha512-FjC69Z13a5iMuo6mNjXaA+/qNO1vdJvoHPAGKqULIMVAuhff6DMPU5hbk5ygHoIQWkU9RsgeAup9tV97pXJ7fQ== +cli-ux@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-6.0.1.tgz#e059b3e2cedbb4ccf9c4b534fd8a4578e8c45201" + integrity sha512-V2789lD5swG5kwoKO0JUMxhjVEjAFdz7ufTvGE6wYUHV749eQPZm93dhLqkzM7HAM0tHZsY+j54OEcw+Qr1vGg== dependencies: - "@oclif/command" "^1.8.7" - "@oclif/errors" "^1.3.5" + "@oclif/core" "^1.0.4" "@oclif/linewrap" "^1.0.0" - "@oclif/screen" "^1.0.4" + "@oclif/screen" "^1.0.3" ansi-escapes "^4.3.0" ansi-styles "^4.2.0" cardinal "^2.1.1" @@ -1434,12 +1428,12 @@ cli-ux@^5.6.4: supports-hyperlinks "^2.1.0" tslib "^2.0.0" -cli-ux@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-6.0.1.tgz#e059b3e2cedbb4ccf9c4b534fd8a4578e8c45201" - integrity sha512-V2789lD5swG5kwoKO0JUMxhjVEjAFdz7ufTvGE6wYUHV749eQPZm93dhLqkzM7HAM0tHZsY+j54OEcw+Qr1vGg== +cli-ux@^6.0.3: + version "6.0.3" + resolved "https://registry.npmjs.org/cli-ux/-/cli-ux-6.0.3.tgz#11de25d7db31669c231899d39da3e75d1471bc85" + integrity sha512-XAzXgDDpFZZlDifxbP82ZICeY9KTnYE+xMKcxH2lPJzi/JEPoqG0OxnrS06kcJrSKsxyGAlh7rVaIeW9afKhcA== dependencies: - "@oclif/core" "^1.0.4" + "@oclif/core" "^1.0.5" "@oclif/linewrap" "^1.0.0" "@oclif/screen" "^1.0.3" ansi-escapes "^4.3.0" @@ -1447,7 +1441,7 @@ cli-ux@^6.0.1: cardinal "^2.1.1" chalk "^4.1.0" clean-stack "^3.0.0" - cli-progress "^3.4.0" + cli-progress "^3.9.1" extract-stack "^2.0.0" fs-extra "^8.1" hyperlinker "^1.0.0" @@ -1465,14 +1459,14 @@ cli-ux@^6.0.1: supports-hyperlinks "^2.1.0" tslib "^2.0.0" -cli-ux@^6.0.3: - version "6.0.3" - resolved "https://registry.npmjs.org/cli-ux/-/cli-ux-6.0.3.tgz#11de25d7db31669c231899d39da3e75d1471bc85" - integrity sha512-XAzXgDDpFZZlDifxbP82ZICeY9KTnYE+xMKcxH2lPJzi/JEPoqG0OxnrS06kcJrSKsxyGAlh7rVaIeW9afKhcA== +cli-ux@^6.0.4: + version "6.0.5" + resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-6.0.5.tgz#5461dffb6c29e4a727e071f8b74bbebcc6b7be08" + integrity sha512-q2pvzDiXMNISMqCBh0P2dkofQ/8OiWlEAjl6MDNk5oUZ6p54Fnk1rOaXxohYm+YkLX5YNUonGOrwkvuiwVreIg== dependencies: - "@oclif/core" "^1.0.5" + "@oclif/core" "^1.0.8" "@oclif/linewrap" "^1.0.0" - "@oclif/screen" "^1.0.3" + "@oclif/screen" "^1.0.4 " ansi-escapes "^4.3.0" ansi-styles "^4.2.0" cardinal "^2.1.1" @@ -2332,10 +2326,10 @@ extract-stack@^2.0.0: resolved "https://registry.npmjs.org/extract-stack/-/extract-stack-2.0.0.tgz#11367bc865bfcd9bc0db3123e5edb57786f11f9b" integrity sha512-AEo4zm+TenK7zQorGK1f9mJ8L14hnTDi2ZQPR+Mub1NX8zimka1mXpV5LpH8x9HoUmFSHZCfLHqWvp0Y4FxxzQ== -fancy-test@^1.4.3: - version "1.4.10" - resolved "https://registry.npmjs.org/fancy-test/-/fancy-test-1.4.10.tgz#310be93d4aa45d788bce56a573ae4d1b92b2e1a0" - integrity sha512-AaUX6wKS7D5OP2YK2q5G7c8PGx2lgoyLUD7Bbg8z323sb9aebBqzb9UN6phzI73UgO/ViihmNfOxF3kdfZLhew== +fancy-test@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.0.tgz#f1477ae4190820318816914aabe273c0a0dbd597" + integrity sha512-SFb2D/VX9SV+wNYXO1IIh1wyxUC1GS0mYCFJOWD1ia7MPj9yE2G8jaPkw4t/pg0Sj7/YJP56OzMY4nAuJSOugQ== dependencies: "@types/chai" "*" "@types/lodash" "*" @@ -4078,7 +4072,7 @@ object.pick@^1.3.0: dependencies: isobject "^3.0.1" -oclif@^2.0.0-main.11: +oclif@^2.0.0-main.15: version "2.0.0" resolved "https://registry.yarnpkg.com/oclif/-/oclif-2.0.0.tgz#8e51806fb65d95a196bfb3e0b643b9b456c9e98c" integrity sha512-SunAZ08oQfaq9rppTEBzd2ZYxDby3AhSZ+jk40Rj/0oyxV908VeVLVYUW8BVHK/3m4NUuF0g7DhA8BwLWPharA==