Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix benchmark-cmp-branch, remove chalk and inquirer #473

Merged
merged 2 commits into from Jun 25, 2022

Conversation

Uzlopak
Copy link
Contributor

@Uzlopak Uzlopak commented Jun 25, 2022

benchmark-cmp-branch is broken, as inquirer 9.0.0 is now an ESM-Module, like latest chalk.

Instead of setting a lower version of inquirer and adding it into the blacklist of dependabot it like chalk I simply replaced inquirer with the less heavy cli-select and replaced chalk with basic ansi-codes for the color handling. I mean... after all it is only used for the benchmark.

remove chalk and inquirer, use cli-select
Copy link
Member

@Fdawgs Fdawgs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job dude

@Uzlopak
Copy link
Contributor Author

Uzlopak commented Jun 25, 2022

Thanks. :)

I realized that I forgot to remove chalk from ci.yml. Removed it there now too.

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcollina mcollina merged commit a93bb18 into fastify:master Jun 25, 2022
@Uzlopak Uzlopak deleted the fix-benchmarks branch June 25, 2022 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants