diff --git a/CHANGELOG.md b/CHANGELOG.md index 244da23f..7259374e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.3.7](https://github.com/oclif/plugin-autocomplete/compare/2.3.6...2.3.7) (2023-09-03) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 2.11.10 to 2.15.0 ([e091fec](https://github.com/oclif/plugin-autocomplete/commit/e091fec15bb052335da688611be35b58f72506f4)) + + + ## [2.3.6](https://github.com/oclif/plugin-autocomplete/compare/2.3.5...2.3.6) (2023-08-07) diff --git a/package.json b/package.json index d2d4c4bf..a52f0011 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "@oclif/plugin-autocomplete", "description": "autocomplete plugin for oclif", - "version": "2.3.6", + "version": "2.3.7", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-autocomplete/issues", "dependencies": { - "@oclif/core": "^2.13.0", + "@oclif/core": "^2.15.0", "chalk": "^4.1.0", "debug": "^4.3.4" }, @@ -26,7 +26,7 @@ "mocha": "^8.2.1", "nock": "^13.3.3", "nyc": "^15.1.0", - "oclif": "^3.12.0", + "oclif": "^3.14.0", "shx": "^0.3.3", "ts-node": "^9.0.0", "tslib": "^2.6.2", @@ -62,4 +62,4 @@ "version": "oclif readme && git add README.md", "build": "shx rm -rf lib && tsc" } -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index e6ff6f97..0c2be39a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -405,10 +405,10 @@ supports-color "^8.1.1" tslib "^2" -"@oclif/core@^2.11.10", "@oclif/core@^2.11.4", "@oclif/core@^2.11.8", "@oclif/core@^2.13.0", "@oclif/core@^2.9.3", "@oclif/core@^2.9.4": - version "2.13.0" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.13.0.tgz#8af6d62349f42471c91655074726191b75c669b1" - integrity sha512-U/AgA/Jcqc04VwmsO/xSc3gJjVKkST8SB3wC3o3kzTAE4UWTOTMkHTtLujYZA5sUvBLhs66+A4dfrjz2sZQBdA== +"@oclif/core@^2.11.10", "@oclif/core@^2.11.4", "@oclif/core@^2.15.0", "@oclif/core@^2.9.3", "@oclif/core@^2.9.4": + version "2.15.0" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.15.0.tgz#f27797b30a77d13279fba88c1698fc34a0bd0d2a" + integrity sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2" @@ -419,7 +419,6 @@ cli-progress "^3.12.0" debug "^4.3.4" ejs "^3.1.8" - fs-extra "^9.1.0" get-package-type "^0.1.0" globby "^11.1.0" hyperlinker "^1.0.0" @@ -429,7 +428,6 @@ natural-orderby "^2.0.3" object-treeify "^1.1.33" password-prompt "^1.1.2" - semver "^7.5.3" slice-ansi "^4.0.0" string-width "^4.2.3" strip-ansi "^6.0.1" @@ -442,11 +440,11 @@ wrap-ansi "^7.0.0" "@oclif/plugin-help@^5", "@oclif/plugin-help@^5.2.14": - version "5.2.17" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.17.tgz#72c549b1db8e16060ee4f320db96291ca341430f" - integrity sha512-8dhvATZZnkD8uq3etsvbVjjpdxiTqXTPjkMlU8ToQz09DL5BBzYApm65iTHFE0Vn9DPbKcNxX1d8YiF3ilgMOQ== + version "5.2.19" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.19.tgz#be8019730c6540eefeb30e95fe13ff0b91364bf0" + integrity sha512-gf6/dFtzMJ8RA4ovlBCBGJsZsd4jPXhYWJho+Gh6KmA+Ev9LupoExbE0qT+a2uHJyHEvIg4uX/MBW3qdERD/8g== dependencies: - "@oclif/core" "^2.11.8" + "@oclif/core" "^2.15.0" "@oclif/plugin-not-found@^2.3.32": version "2.3.33" @@ -2118,7 +2116,7 @@ fs-extra@^8.1: jsonfile "^4.0.0" universalify "^0.1.0" -fs-extra@^9.0.1, fs-extra@^9.1.0: +fs-extra@^9.0.1: version "9.1.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d" integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== @@ -3593,10 +3591,10 @@ object-treeify@^1.1.33: resolved "https://registry.yarnpkg.com/object-treeify/-/object-treeify-1.1.33.tgz#f06fece986830a3cba78ddd32d4c11d1f76cdf40" integrity sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A== -oclif@^3.12.0: - version "3.12.0" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.12.0.tgz#f6957c7b93f32b3a87c13023a3ce4c12f70e789d" - integrity sha512-+a0yYguqrb6AAlIgCYZiqhcgaA9S8S8kkfBOjCQf6qZGfsHf865h6Ks90Q8XBBRb7Zzw7QhjhMUElspEqC3Okg== +oclif@^3.14.0: + version "3.14.0" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.14.0.tgz#d0a0cd2f4c3e6135aff6de1733ff0704000a95b3" + integrity sha512-IlTb6WcbL7DxKSBp/TlC+wj7FhelIVu5AHBoW5+ABJ9GjXMv27sAY6F+RfEXqQaMu8OwRP9t/1sAKR+3wMlX8w== dependencies: "@oclif/core" "^2.11.4" "@oclif/plugin-help" "^5.2.14" @@ -4236,7 +4234,7 @@ semver@^6.0.0, semver@^6.3.0: resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== -semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4: +semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.4: version "7.5.4" resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==