Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

fix(deps): update dependency meow to v9 - autoclosed #137

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 7, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
meow ^6.0.0 -> ^9.0.0 age adoption passing confidence

Release Notes

sindresorhus/meow

v9.0.0

Compare Source

Breaking
  • Strictly validate flag config (#​168) 1609709
    This is a breaking change if you incorrectly used kebab-case format for flags (was never officially supported) in the meow config:
 meow(``, {
 	flags: {
-		'foo-bar': {
+		fooBar: {
 			type: 'boolean'
 		}
 	}
 });

v8.1.2

Compare Source

v8.1.1

Compare Source

v8.1.0

Compare Source

v8.0.0

Compare Source

Breaking
Fixes

v7.1.1

Compare Source

v7.1.0

Compare Source

  • Improve flags option TypeScript types to acknowledge isMultiple and isRequired options (#​154) e38789f

v7.0.1

Compare Source

v7.0.0

Compare Source

Breaking
Improvements

v6.1.1

Compare Source

v6.1.0

Compare Source

v6.0.1

Compare Source


Configuration

📅 Schedule: 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, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency meow to v9 fix(deps): update dependency meow to v9 - autoclosed May 5, 2021
@renovate renovate bot closed this May 5, 2021
@renovate renovate bot deleted the renovate/meow-9.x branch May 5, 2021 16:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant