pwa-asset-generator
pwa-asset-generator copied to clipboard
build(deps): bump meow from 9.0.0 to 10.1.3
Bumps meow from 9.0.0 to 10.1.3.
Release notes
Sourced from meow's releases.
v10.1.3
- Fix return type for
.showHelp()(#213) db55316https://github.com/sindresorhus/meow/compare/v10.1.2...v10.1.3
v10.1.2
- Fix
enginesfield (#203) 1368ae0https://github.com/sindresorhus/meow/compare/v10.1.1...v10.1.2
v10.1.1
- Fix failure with
isMultiplewhenisRequiredfunction returnsfalse(#194) e1f0e24https://github.com/sindresorhus/meow/compare/v10.1.0...v10.1.1
v10.1.0
- Upgrade dependencies 829aab0
- Allow
defaultproperty ofFlagtypes to accept arrays (#190) ae73466https://github.com/sindresorhus/meow/compare/v10.0.1...v10.1.0
v10.0.1
- Upgrade dependencies (#185) a0daf20
https://github.com/sindresorhus/meow/compare/v10.0.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,
meowused some tricks to infer the location of your package.json, but this no longer works in ESM.https://github.com/sindresorhus/meow/compare/v9.0.0...v10.0.0
Commits
85dc1e910.1.3db55316Fix return type for.showHelp()(#213)bc489b4Bump dev dependencies (#207)aede62eFix readme typo6d60ae310.1.21368ae0Fixenginesfield (#203)075f96f10.1.179c7039Fix CIe1f0e24Fix failure withisMultiplewhenisRequiredfunction returnsfalse(#194)5d3bb3110.1.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)