Closed renovate[bot] closed 3 years ago
This PR contains the following updates:
^7.0.0
^9.0.0
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
:no_bell: 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
->^9.0.0
Release Notes
sindresorhus/meow
### [`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
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
:no_bell: 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.