chore(deps): updates various dependencies that were outdated#137
Merged
Conversation
update abbrev to the most recent versions to pulling recent features and bugfixes
pull in most recent chalk package for features and bugfixes
pickup most recent version of cliui for bugfixes and features
updates nopt to pull in most recent features and bugfixes
update string-with from most recent features and bugfixes
update ora and cli spinners, removing the local ora override. The newer versions are a pain to extend or override. This just inlines the spinner colorization bypassing the in build orz colorizer
package for finding the package json file of the host application when installed as a dependecy
in the case the register function is passed a name, the command name should be set to that if it doesn't have one.
341e0b4 to
23a0ee3
Compare
Replaces the old inquirer package with enquirer. Inquirer has been abandonded and replaced with a meta package of sigurlar prompts that doesn't entirely do the same sort of thing. This replaces it with its spiratural successor equirer. There are some subtle differences but things remain functionally similar There is a known Problem with node 24 that Ctrl+C will throw an error BREAKING CHANGE: replaces inquirer with enquirer. See: enquirer/enquirer#483
updates tap to the most recent version
02723da to
6f15245
Compare
update for eslint 10+ and updated style rules applied
updates the tested node versions to 20, 22, and 24 removing support for node 16, 18
6f15245 to
014d197
Compare
updates the readme and doc pages to reflect the new flag options add for recent updates
014d197 to
250486b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates several dependencies that were out of data.
BREAKING CHANGE replaces inquirer with enquirer