This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
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.
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 🌴