Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Update dependency meow to v10 #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 9, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

sindresorhus/meow

v10.1.2

Compare Source

v10.1.1

Compare Source

  • Fix failure with isMultiple when isRequired function returns false (#​194) e1f0e24

v10.1.0

Compare Source

v10.0.1

Compare Source

v10.0.0

Compare Source

Breaking
  • Require Node.js 12 (#​181) 05320ac
  • This package is now pure ESM. Please read this.
  • You must now pass in the importMeta option so meow can find your package.json:
 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

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

v6.0.0

Compare Source

Breaking
  • Require Node.js 8 cd635d4
  • Remove flag's aliases from the flags property (#​108) f36715c
  • Only consider enabling autoHelp/autoVersion in case there is only one argument in process.argv (#​114) cd29865
  • Switch from loud-rejection to hard-rejection f60c26e
Enhancements

Configuration

📅 Schedule: "before 1pm on Monday" in timezone Europe/Stockholm.

🚦 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, click this checkbox.

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

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.

1 participant