Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency meow to v12 - autoclosed #987

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
meow ^8.1.2 -> ^12.0.0 age adoption passing confidence

Release Notes

sindresorhus/meow (meow)

v12.0.1

Compare Source

v12.0.0

Compare Source

Breaking
  • Require Node.js 16 (#​235) 24d5e9c
  • Rename alias flag option to shortFlag (#​225) 14e870d
    • Short flag is a more correct term for what alias was previously used for. We now have a separate aliases option for actual aliases.
Improvements

Thanks to @​tommy-mitchell for doing most of the work on this release 🙌


v11.0.0

Compare Source

Breaking
Improvements

v10.1.5

Compare Source

v10.1.4

Compare Source

  • Fix autoHelp and autoVersion with allowUnknownFlags set to false (#​215) 25a0903

v10.1.3

Compare Source

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'
 		}
 	}
 });

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/meow-12.x branch 29 times, most recently from 7b7e947 to 3ccde89 Compare June 6, 2023 23:27
@renovate renovate bot force-pushed the renovate/meow-12.x branch 17 times, most recently from 430c455 to 85ce97c Compare July 3, 2023 18:48
@jmtt89
Copy link

jmtt89 commented Jul 5, 2023

so, the moderate severity vulnerability of semver < 7.5.2 is because this project doesn't want drop support to node 14?

@renovate renovate bot force-pushed the renovate/meow-12.x branch 4 times, most recently from cc95e03 to efad53a Compare July 10, 2023 09:38
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot changed the title fix(deps): update dependency meow to v12 fix(deps): update dependency meow to v12 - autoclosed Aug 5, 2023
@renovate renovate bot closed this Aug 5, 2023
@renovate renovate bot deleted the renovate/meow-12.x branch August 5, 2023 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant