Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2025

This PR contains the following updates:

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

Release Notes

sindresorhus/meow (meow)

v14.0.0

Compare Source

Breaking
Fixes
  • Fix incorrect automatic number conversion for flag values 8f3909c

v13.2.0

Compare Source

v13.1.0

Compare Source

  • Remove hardRejection option 99fe7a6
    • It's the default behavior in Node.js since Node.js 16.

v13.0.0

Compare Source

Breaking
Improvements

v12.1.1

Compare Source

v12.1.0

Compare Source

v12.0.1

Compare Source

v12.0.0

Compare Source

Breaking
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.


Configuration

📅 Schedule: Branch creation - "after 9pm,before 9am" in timezone Asia/Tokyo, Automerge - 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Sep 29, 2025
@renovate renovate bot requested a review from a team as a code owner September 29, 2025 13:29
@renovate renovate bot requested review from chihiro-adachi and shabaraba and removed request for a team September 29, 2025 13:29
@renovate renovate bot added the renovate label Sep 29, 2025
@github-actions github-actions bot added pkg: customize-uploader @kintone/customize-uploader pkg: plugin-uploader @kintone/plugin-uploader pkg: create-plugin @kintone/create-plugin pkg: plugin-packer @kintone/plugin-packer labels Sep 29, 2025
@renovate renovate bot force-pushed the renovate/meow-14.x branch 19 times, most recently from b686fc3 to ae1f9da Compare October 5, 2025 13:29
@renovate renovate bot force-pushed the renovate/meow-14.x branch from ae1f9da to 1835196 Compare October 6, 2025 22:12
@renovate renovate bot force-pushed the renovate/meow-14.x branch from 1835196 to 11b7013 Compare October 7, 2025 17:57
@renovate renovate bot force-pushed the renovate/meow-14.x branch from 11b7013 to d2a0fd0 Compare October 21, 2025 21:04
@renovate renovate bot force-pushed the renovate/meow-14.x branch from d2a0fd0 to eba3b24 Compare November 10, 2025 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg: create-plugin @kintone/create-plugin pkg: customize-uploader @kintone/customize-uploader pkg: plugin-packer @kintone/plugin-packer pkg: plugin-uploader @kintone/plugin-uploader renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant