Closed renovate[bot] closed 3 years ago
This PR contains the following updates:
^7.0.0
^10.0.0
π Schedule: At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.
This PR contains the following updates:
^7.0.0
->^10.0.0
Release Notes
sindresorhus/meow
### [`v10.0.1`](https://togithub.com/sindresorhus/meow/releases/v10.0.1) [Compare Source](https://togithub.com/sindresorhus/meow/compare/v10.0.0...v10.0.1) - Upgrade dependencies ([#185](https://togithub.com/sindresorhus/meow/issues/185)) [`a0daf20`](https://togithub.com/sindresorhus/meow/commit/a0daf20) ### [`v10.0.0`](https://togithub.com/sindresorhus/meow/releases/v10.0.0) [Compare Source](https://togithub.com/sindresorhus/meow/compare/v9.0.0...v10.0.0) ##### Breaking - Require Node.js 12 ([#181](https://togithub.com/sindresorhus/meow/issues/181)) [`05320ac`](https://togithub.com/sindresorhus/meow/commit/05320ac) - This package is now pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). - You must now pass in the `importMeta` option so `meow` can find your package.json: ```diff 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`](https://togithub.com/sindresorhus/meow/releases/v9.0.0) [Compare Source](https://togithub.com/sindresorhus/meow/compare/1d1b6abda2c76a199c653d7f6f1305f6944dd8ec...v9.0.0) ##### Breaking - Strictly validate flag config ([#168](https://togithub.com/sindresorhus/meow/issues/168)) [`1609709`](https://togithub.com/sindresorhus/meow/commit/1609709) This is a breaking change if you incorrectly used kebab-case format for flags (was never officially supported) in the `meow` config: ```diff meow(``, { flags: { - 'foo-bar': { + fooBar: { type: 'boolean' } } }); ``` ### [`v8.1.2`](https://togithub.com/sindresorhus/meow/compare/v8.1.1...1d1b6abda2c76a199c653d7f6f1305f6944dd8ec) [Compare Source](https://togithub.com/sindresorhus/meow/compare/v8.1.1...1d1b6abda2c76a199c653d7f6f1305f6944dd8ec) ### [`v8.1.1`](https://togithub.com/sindresorhus/meow/releases/v8.1.1) [Compare Source](https://togithub.com/sindresorhus/meow/compare/v8.1.0...v8.1.1) - Fix reporting missing required flags ([#168](https://togithub.com/sindresorhus/meow/issues/168)) [`1609709`](https://togithub.com/sindresorhus/meow/commit/1609709) ### [`v8.1.0`](https://togithub.com/sindresorhus/meow/releases/v8.1.0) [Compare Source](https://togithub.com/sindresorhus/meow/compare/v8.0.0...v8.1.0) - Add [`allowUnknownFlags`](https://togithub.com/sindresorhus/meow#allowunknownflags) options ([#169](https://togithub.com/sindresorhus/meow/issues/169)) [`a27ff12`](https://togithub.com/sindresorhus/meow/commit/a27ff12) ### [`v8.0.0`](https://togithub.com/sindresorhus/meow/releases/v8.0.0) [Compare Source](https://togithub.com/sindresorhus/meow/compare/v7.1.1...v8.0.0) ##### Breaking - Default `isMultiple` option to empty array ([#163](https://togithub.com/sindresorhus/meow/issues/163)) [`14924de`](https://togithub.com/sindresorhus/meow/commit/14924de) - Make `isMultiple` option non-greedy ([#162](https://togithub.com/sindresorhus/meow/issues/162)) [`49ce74d`](https://togithub.com/sindresorhus/meow/commit/49ce74d) ##### Fixes - Gracefully handle package.json not being found ([#167](https://togithub.com/sindresorhus/meow/issues/167)) [`ef7ae5d`](https://togithub.com/sindresorhus/meow/commit/ef7ae5d) ### [`v7.1.1`](https://togithub.com/sindresorhus/meow/releases/v7.1.1) [Compare Source](https://togithub.com/sindresorhus/meow/compare/v7.1.0...v7.1.1) - Fix compatibility with `vercel/ncc` ([#159](https://togithub.com/sindresorhus/meow/issues/159)) [`71d640e`](https://togithub.com/sindresorhus/meow/commit/71d640e) ### [`v7.1.0`](https://togithub.com/sindresorhus/meow/releases/v7.1.0) [Compare Source](https://togithub.com/sindresorhus/meow/compare/v7.0.1...v7.1.0) - Improve `flags` option TypeScript types to acknowledge `isMultiple` and `isRequired` options ([#154](https://togithub.com/sindresorhus/meow/issues/154)) [`e38789f`](https://togithub.com/sindresorhus/meow/commit/e38789f) ### [`v7.0.1`](https://togithub.com/sindresorhus/meow/releases/v7.0.1) [Compare Source](https://togithub.com/sindresorhus/meow/compare/v7.0.0...v7.0.1) - Fix `isMultiple` not handling multi-word flags ([#150](https://togithub.com/sindresorhus/meow/issues/150)) [`e08eb4d`](https://togithub.com/sindresorhus/meow/commit/e08eb4d)Configuration
π Schedule: At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.