keystone
keystone copied to clipboard
fix(deps): update dependency meow to v13
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| meow | ^9.0.0 -> ^13.0.0 |
Release Notes
sindresorhus/meow (meow)
v13.2.0
- Add
helpIndentoption (#241)e9a55cd
v13.1.0
- Remove
hardRejectionoption99fe7a6- It's the default behavior in Node.js since Node.js 16.
v13.0.0
Breaking
- Require Node.js 18
2ecd29d
Improvements
- Update dependencies
2ecd29d
v12.1.1
v12.1.0
- Bundle dependencies (#242)
41e628cmeowis now dependency-less!
v12.0.1
v12.0.0
Breaking
- Require Node.js 16 (#235)
24d5e9c - Rename
aliasflag option toshortFlag(#225)14e870d- Short flag is a more correct term for what
aliaswas previously used for. We now have a separatealiasesoption for actual aliases.
- Short flag is a more correct term for what
- As a reminder, Meow continues to require ESM. For TypeScript users, this includes having
"module": "node16", "moduleResolution": "node16"in your tsconfig.
Improvements
- Add
aliasesflag option (#226)901b9fc - Add
choicesflag option (#228)149d7af - Add error when
flag.defaultisn't a valid choice (#231)b2d7ce7 - Don't indent single line
help/descriptiontext (#232)a5d15e8
Thanks to @tommy-mitchell for doing most of the work on this release 🙌
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
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.
Configuration
📅 Schedule: Branch creation - "before 7am on Tuesday,before 7am on Wednesday" in timezone Australia/Sydney, 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, check this box
This PR was generated by Mend Renovate. View the repository job log.