-
Notifications
You must be signed in to change notification settings - Fork 26
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
🚀 Feature: Switch from optimist (deprecated) to yargs #86
Comments
+1 |
Oop, sorry for the delay! Agreed. Using deprecated dependencies isn't good. Per https://www.npmjs.com/package/optimist:
|
@JoshuaKGoldberg I have opened PR, please check it :) |
Great! I get a notification for every comment, issue, and PR in this repo - so any PR that gets sent effectively tags me. I'll look soon! |
🎉 This is included in version v0.7.0 🎉 The release is available on: Cheers! 📦🚀 |
We don't need to get into a conversation about whether warnings like this are helpful or not, but they are happening.
My latest one was from pulling in
eslint-plugin-package-json
, because of this dependency chain:It looks like package-json-validator would benefit from either moving from optimist (deprecated) to directly using an updated version of minimist or switching to something like yargs.
The text was updated successfully, but these errors were encountered: