-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update meow to the latest version 🚀 #46
base: master
Are you sure you want to change the base?
Conversation
1 similar comment
Version 4.0.1 just got published. |
Version 5.0.0 just got published. |
Update to this version instead 🚀 CommitsThe new version differs by 22 commits.
There are 22 commits in total. See the full diff |
|
|
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
Version 4.0.0 of meow was just published.
The version 4.0.0 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of meow.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v4.0.0Meow 4 is finally out ✨
Highlights
minimist
options are specified. (See more below) 43401c3 554119binferType
option. 1662881help
option. Just use a template literal. c80321dpkg
option accepting a string. 2d4d890help
andversion
options tofalse
. Instead, use the newautoHelp
andautoVersion
options. 59dda7acli.showHelp()
now. 6a32bbcv3.7.0...v4.0.0
Changed how `minimist options are specified
In Meow v3 you specified
minimist
options top-level just like documented in theminimist
readme. Now you specify them in aflags
option, grouped by flag name instead of option type.Before
After
I would strongly recommend specifying the
type
property whenever possible to reduce CLI argument parsing ambiguity.Commits
The new version differs by 26 commits ahead by 26, behind by 2.
8c82a18
4.0.0
59dda7a
Add
autoVersion
andautoHelp
options (#68)4f7ded3
Update read-pkg-up to version 3 (#72)
554119b
Document #63
7f54d4b
Meta tweaks
43401c3
Rewrite flags input (#63)
b561b55
Code style tweaks
a5fbc8c
Minor tweaks
edcdff8
Update dependencies (#52)
6a32bbc
use exit code 2 when manually calling
cli.showHelp()
2d4d890
drop support for
pkg
option accepting a stringc80321d
drop support for using an array in the
help
option578733e
[BREAKING] ES2015ify - Now requires Node.js >=4
0fc44ad
Fix type for cli.help (#45)
bf66f3a
fix XO lint issues
There are 26 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴