From 0f0644f9298f44eec86c0210cf9bce267b3c3cfc Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Fri, 1 Oct 2021 07:04:46 -0700 Subject: [PATCH] fix: bump to GA deps (#37) --- package.json | 12 ++--- yarn.lock | 134 +++++++++++++++------------------------------------ 2 files changed, 46 insertions(+), 100 deletions(-) diff --git a/package.json b/package.json index 51312542..cf52eaac 100644 --- a/package.json +++ b/package.json @@ -5,20 +5,20 @@ "author": "Thomas @amphro", "bugs": "https://github.com/salesforcecli/plugin-command-reference/issues", "dependencies": { - "@oclif/core": "^0.5.38", - "@salesforce/core": "^2.2.0", + "@oclif/core": "^1.0.0", + "@salesforce/core": "^3.6.5", "@salesforce/kit": "^1.5.17", - "@salesforce/sf-plugins-core": "^0.0.23", + "@salesforce/sf-plugins-core": "^1.0.0", "@salesforce/ts-types": "^1.5.20", "chalk": "^3.0.0", "handlebars": "^4.7.7", "tslib": "^2" }, "devDependencies": { - "@oclif/plugin-help": "^2.2.3", + "@oclif/plugin-help": "^5.1.1", "@salesforce/dev-config": "^2.1.2", "@salesforce/dev-scripts": "^0.9.18", - "@salesforce/plugin-login": "^0.0.18", + "@salesforce/plugin-login": "^1.0.0", "@salesforce/prettier-config": "^0.0.2", "@typescript-eslint/eslint-plugin": "^4.2.0", "@typescript-eslint/parser": "^4.2.0", @@ -35,7 +35,7 @@ "husky": "^4.3.8", "mocha": "^8.4.0", "nyc": "^15.1.0", - "oclif": "^1.18.1", + "oclif": "^2.0.0-main.5", "prettier": "^2.0.5", "pretty-quick": "^3.1.0", "shx": "^0.3.3", diff --git a/yarn.lock b/yarn.lock index c2b7bd62..df63c073 100644 --- a/yarn.lock +++ b/yarn.lock @@ -456,7 +456,7 @@ supports-color "^5.4.0" tslib "^1" -"@oclif/command@^1.5.10", "@oclif/command@^1.5.13", "@oclif/command@^1.5.20", "@oclif/command@^1.6", "@oclif/command@^1.6.0", "@oclif/command@^1.8.0": +"@oclif/command@^1.5.10", "@oclif/command@^1.5.20", "@oclif/command@^1.6", "@oclif/command@^1.6.0", "@oclif/command@^1.8.0": version "1.8.0" resolved "https://registry.npmjs.org/@oclif/command/-/command-1.8.0.tgz#c1a499b10d26e9d1a611190a81005589accbb339" integrity sha512-5vwpq6kbvwkQwKqAoOU3L72GZ3Ta8RRrewKj9OJRolx28KLJJ8Dg9Rf7obRwt5jQA9bkYd8gqzMTrI7H3xLfaw== @@ -480,10 +480,10 @@ is-wsl "^2.1.1" tslib "^2.0.0" -"@oclif/core@^0.5.31": - version "0.5.34" - resolved "https://registry.npmjs.org/@oclif/core/-/core-0.5.34.tgz#d8cadcd609929560e6cc836c45d94bc99379e1f6" - integrity sha512-laLrm2tvIOr6uboDMVdAbBJMeAAgV0otkoF8imdyhYCsNcmXFyV3x0kwNGbEUYG945CQ0V00u7MS7tmlwdZlGw== +"@oclif/core@^0.5.34", "@oclif/core@^0.5.39": + version "0.5.41" + resolved "https://registry.npmjs.org/@oclif/core/-/core-0.5.41.tgz#54ab600b1b6017f3849e629401eafd4f4e3a5c2e" + integrity sha512-zEYbpxSQr80t7MkLMHOmZr8QCrCIbVrI7fLSZWlsvD2AEM0vvzuhWymjo9/kHy2/kNfxwu7NTI4i2a0zoHu11w== dependencies: "@oclif/linewrap" "^1.0.0" chalk "^4.1.0" @@ -503,10 +503,10 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^0.5.38": - version "0.5.38" - resolved "https://registry.npmjs.org/@oclif/core/-/core-0.5.38.tgz#293e14e426fa340d68c549171925c6c18884b995" - integrity sha512-mR4YKwGAdVhN9mN7DEPnRl/fopmVu2C4xlJYI68+6nW/uZQzZ9WjsiRgjwAMOWdAju8mG35+sVlwSg0hDIlCCA== +"@oclif/core@^1.0.0": + version "1.0.0" + resolved "https://registry.npmjs.org/@oclif/core/-/core-1.0.0.tgz#d9234f27368c058d9fb835dc9f57f3278af57777" + integrity sha512-YBpjahcSMtIsw+rgNkKLlqULc7Ste7EfhJj7d/elukhB3lj+sO0z34byPVGEGSb5zDO3Sk2GxBZw6BM0vjWqMw== dependencies: "@oclif/linewrap" "^1.0.0" chalk "^4.1.0" @@ -581,20 +581,6 @@ chalk "^2.4.2" tslib "^1.9.3" -"@oclif/plugin-help@^2.2.3": - version "2.2.3" - resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-2.2.3.tgz#b993041e92047f0e1762668aab04d6738ac06767" - integrity sha512-bGHUdo5e7DjPJ0vTeRBMIrfqTRDBfyR5w0MP41u0n3r7YG5p14lvMmiCXxi6WDaP2Hw5nqx3PnkAIntCKZZN7g== - dependencies: - "@oclif/command" "^1.5.13" - chalk "^2.4.1" - indent-string "^4.0.0" - lodash.template "^4.4.0" - string-width "^3.0.0" - strip-ansi "^5.0.0" - widest-line "^2.0.1" - wrap-ansi "^4.0.0" - "@oclif/plugin-help@^3", "@oclif/plugin-help@^3.2.0": version "3.2.3" resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-3.2.3.tgz#cd24010e7eb326782843d3aa6d6b5a4affebb2c3" @@ -611,6 +597,13 @@ widest-line "^3.1.0" wrap-ansi "^4.0.0" +"@oclif/plugin-help@^5.1.1": + version "5.1.1" + resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.1.1.tgz#d24bf4669ddfc9319d9844c7d210b606441216a3" + integrity sha512-a40HRpYEHi9Xn0/Vw2PDxlVQ8READO7hgB2fEDRqHhIQmSWBgXVT6R+/U9lcXdcFRF8EJH/7LTXSIyIwmjAmKw== + dependencies: + "@oclif/core" "^0.5.39" + "@oclif/plugin-not-found@^1.2.2": version "1.2.4" resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-1.2.4.tgz#160108c82f0aa10f4fb52cee4e0135af34b7220b" @@ -654,52 +647,10 @@ mv "~2" safe-json-stringify "~1" -"@salesforce/core@3.4.2": - version "3.4.2" - resolved "https://registry.npmjs.org/@salesforce/core/-/core-3.4.2.tgz#fd7ecc719d40d1ebca4b7665a031bbc06fa0f939" - integrity sha512-7mRiFvwLvEPOqA0hIaevrSGSP9G6y9uf1eJaSl83JVeusnmCFg6KgXlbabcrCJPedl6PX8pUsZS4sClfWVU6Gw== - dependencies: - "@salesforce/bunyan" "^2.0.0" - "@salesforce/kit" "^1.5.8" - "@salesforce/schemas" "^1.0.1" - "@salesforce/ts-types" "^1.5.13" - "@types/graceful-fs" "^4.1.5" - "@types/jsforce" "^1.9.29" - "@types/mkdirp" "^1.0.1" - debug "^3.1.0" - graceful-fs "^4.2.4" - jsen "0.6.6" - jsforce "^1.10.1" - jsonwebtoken "8.5.0" - mkdirp "1.0.4" - sfdx-faye "^1.0.9" - ts-retry-promise "^0.6.0" - -"@salesforce/core@^2.2.0": - version "2.27.2" - resolved "https://registry.npmjs.org/@salesforce/core/-/core-2.27.2.tgz#a5933310e3b10ef46ad8129a30190c229fe074ee" - integrity sha512-0BeORSY0Zv+9ACNMVZm7eqcT7QH9WtfObHSWyeYnhl1D5iCnZHMyk+AVql8urddNtL5WTquuens62jdYCniVew== - dependencies: - "@salesforce/bunyan" "^2.0.0" - "@salesforce/kit" "^1.5.0" - "@salesforce/schemas" "^1.0.1" - "@salesforce/ts-types" "^1.5.13" - "@types/graceful-fs" "^4.1.5" - "@types/jsforce" "^1.9.29" - "@types/mkdirp" "^1.0.1" - debug "^3.1.0" - graceful-fs "^4.2.4" - jsen "0.6.6" - jsforce "^1.10.1" - jsonwebtoken "8.5.0" - mkdirp "1.0.4" - sfdx-faye "^1.0.9" - ts-retry-promise "^0.6.0" - -"@salesforce/core@^3.6.1": - version "3.6.1" - resolved "https://registry.npmjs.org/@salesforce/core/-/core-3.6.1.tgz#2f5fb779036008d08cf2fa213dece1f808d29f4e" - integrity sha512-TIrlx7k3paTi162Wlqkk6Bnu6MEJxUkuW0fKuqPPnc0uuRzXg+apGmL/G7Mk6E/FQEnWY+0TCPnUJwdn5SWoqw== +"@salesforce/core@3.6.5", "@salesforce/core@^3.6.5": + version "3.6.5" + resolved "https://registry.npmjs.org/@salesforce/core/-/core-3.6.5.tgz#4c3afa392eb61cd34e2683033c04fbfa4d546850" + integrity sha512-EqMZS4Awn/WctCqVWecXOIJKzLUleWw2fvViNP0lVJgt56ZAinZRBetXJFITyKVyslW/WIAhX92NHW7t3AG7Hg== dependencies: "@salesforce/bunyan" "^2.0.0" "@salesforce/kit" "^1.5.8" @@ -764,7 +715,7 @@ typescript "^4.1.3" xunit-file "^1.0.0" -"@salesforce/kit@^1.5.0", "@salesforce/kit@^1.5.17", "@salesforce/kit@^1.5.8": +"@salesforce/kit@^1.5.17", "@salesforce/kit@^1.5.8": version "1.5.17" resolved "https://registry.npmjs.org/@salesforce/kit/-/kit-1.5.17.tgz#4fd9c50ba2e072c50d319654f86f86808c544795" integrity sha512-Uuh+v7WPSo+L21moVprl+jbDTl3ndmcJM5et/vFLZW4ur6CCJCJSoReM9ttF1qZuQskyCyhVZo6/aMZrVUe+rQ== @@ -772,13 +723,14 @@ "@salesforce/ts-types" "^1.5.20" tslib "^2.2.0" -"@salesforce/plugin-login@^0.0.18": - version "0.0.18" - resolved "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-0.0.18.tgz#ae6e1bdc02c7169f3c0b00db9c11f1555cfae9d8" - integrity sha512-mtmokSiHcaNNFRpxsSE3zjwMYOYWo5RG6klY/yCElr3P6ND5FXJfpbqdWy5tJDtY8DQ0uN9FITmz4tLzjyUbkg== +"@salesforce/plugin-login@^1.0.0": + version "1.0.0" + resolved "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.0.0.tgz#8659389fbcef9c813fcd54f4aa5442e233db8988" + integrity sha512-elf0gvB2h4SD5w2i7+260+CuLIJTQ+BjZ01i3t8/do/6KnDnR057fBfOksa1MhWJWnQDSurwtH07fun/XOZeKg== dependencies: - "@oclif/core" "^0.5.31" - "@salesforce/core" "3.4.2" + "@oclif/core" "^1.0.0" + "@salesforce/core" "3.6.5" + "@salesforce/sf-plugins-core" "^1.0.0" chalk "^4.1.2" inquirer "^8.1.2" open "^8.0.6" @@ -794,19 +746,19 @@ resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.1.0.tgz#bbf94a11ee036f2b0ec6ba82306cd9565a6ba26b" integrity sha512-6D7DvE6nFxpLyyTnrOIbbAeCJw2r/EpinFAcMh6gU0gA/CGfSbwV/8uR3uHLYL2zCyCZLH8jJ4dZ3BzCMqc+Eg== -"@salesforce/sf-plugins-core@^0.0.23": - version "0.0.23" - resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-0.0.23.tgz#3019efe54cedbd6d20e01a135660089c0dcbe6bc" - integrity sha512-4yGxxUrSh5y6m+kakWMerTmeFCDzdmWAOZgJ6t0wbGNM66GK4ylG8BlS/s11oEuUWKtKUBOdANH6TwJp44ppew== +"@salesforce/sf-plugins-core@^1.0.0": + version "1.0.0" + resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-1.0.0.tgz#0a267560eb73a04b946959c048578131fa8a0a46" + integrity sha512-LXKsjTdbWRW8lh1WlqDs6fnWBO+xQMF+JvV7XzpHp4TtNSILVHyWjQHS02aUqdoRWSsb/nKtQ0HGI+dsfZg1LA== dependencies: - "@oclif/core" "^0.5.38" - "@salesforce/core" "^3.6.1" + "@oclif/core" "^1.0.0" + "@salesforce/core" "^3.6.5" "@salesforce/kit" "^1.5.17" "@salesforce/ts-types" "^1.5.20" cli-ux "^5.6.3" inquirer "^8.1.1" -"@salesforce/ts-types@^1.5.13", "@salesforce/ts-types@^1.5.20": +"@salesforce/ts-types@^1.5.20": version "1.5.20" resolved "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-1.5.20.tgz#f6875a710ceca48223b240026a14af6d3b39882f" integrity sha512-Ov6um4CWd63EvkRavkHG0J/P9XYL55sdkDWPMr7+AIgqh5flHxDRz09/C4e9M94aX30rzJxW4TVX6EBf4Cu2BQ== @@ -5556,13 +5508,14 @@ object.values@^1.1.3, object.values@^1.1.4: define-properties "^1.1.3" es-abstract "^1.18.2" -oclif@^1.18.1: - version "1.18.1" - resolved "https://registry.npmjs.org/oclif/-/oclif-1.18.1.tgz#07f7244932652967728ae58038a6652b51b43934" - integrity sha512-bX9lwpEBHcWhUldHOCstS08JOo69lQfS3qCeimJRGdXKflewarwEWZiWG2vTJi30KuwT0YyObCAJO7Ux1XI9ew== +oclif@^2.0.0-main.5: + version "2.0.0-main.5" + resolved "https://registry.npmjs.org/oclif/-/oclif-2.0.0-main.5.tgz#077d587da46049da3812828247ec4321ffff8663" + integrity sha512-f6DnW2b70mop0fFf03K4OUcbCx+Ox8tGFWTuaypyguJoN2JPGkim1XvdW7HkhChJ8LTbgy55dFF8GuKBcBU6qQ== dependencies: "@oclif/command" "^1.6" "@oclif/config" "^1.12.6" + "@oclif/core" "^0.5.34" "@oclif/errors" "^1.2.2" "@oclif/fixpack" "^2.3.0" "@oclif/plugin-help" "^3" @@ -7708,13 +7661,6 @@ wide-align@1.1.3: dependencies: string-width "^1.0.2 || 2" -widest-line@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz#7438764730ec7ef4381ce4df82fb98a53142a3fc" - integrity sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA== - dependencies: - string-width "^2.1.1" - widest-line@^3.1.0: version "3.1.0" resolved "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz#8292333bbf66cb45ff0de1603b136b7ae1496eca"