create-react-microservice
create-react-microservice copied to clipboard
TASK: Update dependency meow to v11
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| meow | 5.0.0 -> 11.0.0 |
Release Notes
sindresorhus/meow
v11.0.0
Breaking
- Require Node.js 14
01cf2a5
Improvements
v10.1.5
v10.1.4
v10.1.3
v10.1.2
v10.1.1
v10.1.0
- Upgrade dependencies
829aab0 - Allow
defaultproperty ofFlagtypes to accept arrays (#​190)ae73466
v10.0.1
v10.0.0
Breaking
- Require Node.js 12 (#​181)
05320ac - This package is now pure ESM. Please read this.
- You must now pass in the
importMetaoption someowcan find your package.json:
const cli = meow(…, {
+ importMeta: import.meta
});
Previously, meow used some tricks to infer the location of your package.json, but this no longer works in ESM.
v9.0.0
Breaking
- Strictly validate flag config (#​168)
1609709This is a breaking change if you incorrectly used kebab-case format for flags (was never officially supported) in themeowconfig:
meow(``, {
flags: {
- 'foo-bar': {
+ fooBar: {
type: 'boolean'
}
}
});
v8.1.2
v8.1.1
v8.1.0
- Add
allowUnknownFlagsoptions (#​169)a27ff12
v8.0.0
Breaking
- Default
isMultipleoption to empty array (#​163)14924de - Make
isMultipleoption non-greedy (#​162)49ce74d
Fixes
v7.1.1
v7.1.0
- Improve
flagsoption TypeScript types to acknowledgeisMultipleandisRequiredoptions (#​154)e38789f
v7.0.1
v7.0.0
Breaking
- Require Node.js 10
ea3fd99
Improvements
v6.1.1
- Update dependencies
f85b546
v6.1.0
v6.0.1
v6.0.0
Breaking
- Require Node.js 8
cd635d4 - Remove flag's aliases from the
flagsproperty (#​108)f36715c - Only consider enabling autoHelp/autoVersion in case there is only one argument in
process.argv(#​114)cd29865 - Switch from
loud-rejectiontohard-rejectionf60c26e
Enhancements
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.