chore(deps): find a replacement to the tabtab
dependency, so we can upgrade inquirer
#3972
Labels
dependencies
Pull requests that update a dependency file
good first issue
type: chore
work needed to keep the product and development running smoothly
We would like to upgrade
inquirer
to the latest version.However doing so will increase our package size significantly since
tabtab
still references an oldinquirer
version, so by upgradinginquirer
it will no longer get de-duped bynpm
.See #3960 (comment)
I opened a PR in
tabtab
to address the issue, but the repo seems to be unmaintained.Another alternative is to use a new
npm
feature called overrides, but that only helps withnpm>=8.3.0
. See https://github.com/npm/cli/releases/tag/v8.3.0cc @lukasholzer
The text was updated successfully, but these errors were encountered: