[ ] There is an issue for the bug/feature this PR is for. To avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it.
We're aliasing cli-table to cli-table3. This causes issues with certain package managers.
What is the new behavior?
We no longer alias cli-table and instead use cli-table3. Upon checking our 3rd party deps, all of them are already using cli-table3 so the primary reason this was aliased in the first place no longer stands.
PR Checklist
What is the current behavior?
We're aliasing
cli-table
tocli-table3
. This causes issues with certain package managers.What is the new behavior?
We no longer alias
cli-table
and instead usecli-table3
. Upon checking our 3rd party deps, all of them are already usingcli-table3
so the primary reason this was aliased in the first place no longer stands.