build-stats
build-stats copied to clipboard
Update dependency meow to v10
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
meow | ^v9.0.0 -> ^10.0.0 |
Release Notes
sindresorhus/meow
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
importMeta
option someow
can 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 - 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.