cdaringe / webhookup

create or delete GitHub webhooks, real fast, real easy :zap:
1 stars 0 forks source link

fix(deps): update dependency meow to v8 - autoclosed #31

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
meow ^5.0.0 -> ^8.0.0 age adoption passing confidence

Release Notes

sindresorhus/meow ### [`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) ### [`v7.0.0`](https://togithub.com/sindresorhus/meow/releases/v7.0.0) [Compare Source](https://togithub.com/sindresorhus/meow/compare/v6.1.1...v7.0.0) ##### Breaking - Require Node.js 10 [`ea3fd99`](https://togithub.com/sindresorhus/meow/commit/ea3fd99) ##### Improvements - Add `isRequired` flag option ([#​141](https://togithub.com/sindresorhus/meow/issues/141)) [`1eede6a`](https://togithub.com/sindresorhus/meow/commit/1eede6a) - Add `isMultiple` flag option ([#​143](https://togithub.com/sindresorhus/meow/issues/143)) [`c4c5ee2`](https://togithub.com/sindresorhus/meow/commit/c4c5ee2) ### [`v6.1.1`](https://togithub.com/sindresorhus/meow/releases/v6.1.1) [Compare Source](https://togithub.com/sindresorhus/meow/compare/v6.1.0...v6.1.1) - Update dependencies [`f85b546`](https://togithub.com/sindresorhus/meow/commit/f85b546) ### [`v6.1.0`](https://togithub.com/sindresorhus/meow/releases/v6.1.0) [Compare Source](https://togithub.com/sindresorhus/meow/compare/v6.0.1...v6.1.0) - Update `yargs-parser` dependency ([#​137](https://togithub.com/sindresorhus/meow/issues/137)) [`4527b45`](https://togithub.com/sindresorhus/meow/commit/4527b45) ### [`v6.0.1`](https://togithub.com/sindresorhus/meow/releases/v6.0.1) [Compare Source](https://togithub.com/sindresorhus/meow/compare/v6.0.0...v6.0.1) - Improve the TypeScript types ([#​135](https://togithub.com/sindresorhus/meow/issues/135)) [`16640f1`](https://togithub.com/sindresorhus/meow/commit/16640f1) ### [`v6.0.0`](https://togithub.com/sindresorhus/meow/releases/v6.0.0) [Compare Source](https://togithub.com/sindresorhus/meow/compare/v5.0.0...v6.0.0) ##### Breaking - Require Node.js 8 [`cd635d4`](https://togithub.com/sindresorhus/meow/commit/cd635d4) - Remove flag's aliases from the `flags` property ([#​108](https://togithub.com/sindresorhus/meow/issues/108)) [`f36715c`](https://togithub.com/sindresorhus/meow/commit/f36715c) - Only consider enabling autoHelp/autoVersion in case there is only one argument in `process.argv` ([#​114](https://togithub.com/sindresorhus/meow/issues/114)) [`cd29865`](https://togithub.com/sindresorhus/meow/commit/cd29865) - Switch from `loud-rejection` to `hard-rejection` [`f60c26e`](https://togithub.com/sindresorhus/meow/commit/f60c26e) ##### Enhancements - Add TypeScript definition ([#​116](https://togithub.com/sindresorhus/meow/issues/116)) [`f1036df`](https://togithub.com/sindresorhus/meow/commit/f1036df) - Add support for `number` flag type ([#​103](https://togithub.com/sindresorhus/meow/issues/103)) [`5ef9478`](https://togithub.com/sindresorhus/meow/commit/5ef9478) - Add `hardRejection` option [`2bcfee7`](https://togithub.com/sindresorhus/meow/commit/2bcfee7)

Renovate 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 becomes conflicted, 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.