Skip to content

Commit

Permalink
Update dependency meow to v13 (#1554)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [meow](https://togithub.com/sindresorhus/meow) | [`12.1.1` -> `13.2.0`](https://renovatebot.com/diffs/npm/meow/12.1.1/13.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/meow/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/meow/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/meow/12.1.1/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/meow/12.1.1/13.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>sindresorhus/meow (meow)</summary>

### [`v13.2.0`](https://togithub.com/sindresorhus/meow/releases/tag/v13.2.0)

[Compare Source](https://togithub.com/sindresorhus/meow/compare/v13.1.0...v13.2.0)

-   Add [`helpIndent`](https://togithub.com/sindresorhus/meow?tab=readme-ov-file#helpindent) option ([#&#8203;241](https://togithub.com/sindresorhus/meow/issues/241))  [`e9a55cd`](https://togithub.com/sindresorhus/meow/commit/e9a55cd)

### [`v13.1.0`](https://togithub.com/sindresorhus/meow/releases/tag/v13.1.0)

[Compare Source](https://togithub.com/sindresorhus/meow/compare/v13.0.0...v13.1.0)

-   Remove `hardRejection` option  [`99fe7a6`](https://togithub.com/sindresorhus/meow/commit/99fe7a6)
    -   It's the default behavior in Node.js since Node.js 16.

### [`v13.0.0`](https://togithub.com/sindresorhus/meow/releases/tag/v13.0.0)

[Compare Source](https://togithub.com/sindresorhus/meow/compare/v12.1.1...v13.0.0)

##### Breaking

-   Require Node.js 18  [`2ecd29d`](https://togithub.com/sindresorhus/meow/commit/2ecd29d)

##### Improvements

-   Update dependencies  [`2ecd29d`](https://togithub.com/sindresorhus/meow/commit/2ecd29d)

</details>

---

### 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 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] authored Mar 9, 2024
1 parent 0a50950 commit f900791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"inquirer": "9.2.15",
"is-git-clean": "1.1.0",
"jscodeshift": "0.15.2",
"meow": "12.1.1",
"meow": "13.2.0",
"picocolors": "1.0.0"
},
"files": [
Expand Down

0 comments on commit f900791

Please sign in to comment.