keystonejs / create-keystone-app

CLI app that makes it easy to get started with Keystone
https://keystonejs.com/tutorials/getting-started-with-create-keystone-next-app
MIT License
40 stars 9 forks source link

Update dependency meow to v10 #282

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

sindresorhus/meow ### [`v10.1.3`](https://togithub.com/sindresorhus/meow/releases/tag/v10.1.3) [Compare Source](https://togithub.com/sindresorhus/meow/compare/v10.1.2...v10.1.3) - Fix return type for `.showHelp()` ([#​213](https://togithub.com/sindresorhus/meow/issues/213)) [`db55316`](https://togithub.com/sindresorhus/meow/commit/db55316) ### [`v10.1.2`](https://togithub.com/sindresorhus/meow/releases/tag/v10.1.2) [Compare Source](https://togithub.com/sindresorhus/meow/compare/v10.1.1...v10.1.2) - Fix `engines` field ([#​203](https://togithub.com/sindresorhus/meow/issues/203)) [`1368ae0`](https://togithub.com/sindresorhus/meow/commit/1368ae0) ### [`v10.1.1`](https://togithub.com/sindresorhus/meow/releases/tag/v10.1.1) [Compare Source](https://togithub.com/sindresorhus/meow/compare/v10.1.0...v10.1.1) - Fix failure with `isMultiple` when `isRequired` function returns `false` ([#​194](https://togithub.com/sindresorhus/meow/issues/194)) [`e1f0e24`](https://togithub.com/sindresorhus/meow/commit/e1f0e24) ### [`v10.1.0`](https://togithub.com/sindresorhus/meow/releases/tag/v10.1.0) [Compare Source](https://togithub.com/sindresorhus/meow/compare/v10.0.1...v10.1.0) - Upgrade dependencies [`829aab0`](https://togithub.com/sindresorhus/meow/commit/829aab0) - Allow `default` property of `Flag` types to accept arrays ([#​190](https://togithub.com/sindresorhus/meow/issues/190)) [`ae73466`](https://togithub.com/sindresorhus/meow/commit/ae73466) ### [`v10.0.1`](https://togithub.com/sindresorhus/meow/releases/tag/v10.0.1) [Compare Source](https://togithub.com/sindresorhus/meow/compare/v10.0.0...v10.0.1) - Upgrade dependencies ([#​185](https://togithub.com/sindresorhus/meow/issues/185)) [`a0daf20`](https://togithub.com/sindresorhus/meow/commit/a0daf20) ### [`v10.0.0`](https://togithub.com/sindresorhus/meow/releases/tag/v10.0.0) [Compare Source](https://togithub.com/sindresorhus/meow/compare/v9.0.0...v10.0.0) ##### Breaking - Require Node.js 12 ([#​181](https://togithub.com/sindresorhus/meow/issues/181)) [`05320ac`](https://togithub.com/sindresorhus/meow/commit/05320ac) - This package is now pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). - You must now pass in the `importMeta` option so `meow` can find your package.json: ```diff 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 - "before 7am on Tuesday,before 7am on Wednesday" in timezone Australia/Sydney, 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.



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

changeset-bot[bot] commented 2 years ago

⚠️ No Changeset found

Latest commit: f000a9abf10fa76d0477fe82e5d8ac608eb07ad4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

renovate[bot] commented 1 year ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 10.x releases. However, if you upgrade to 10.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.