Skip to content

Commit 9a6f4c8

Browse files
fix(deps): update dependency @octoherd/cli to v5 (#96)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@octoherd/cli](https://togithub.com/octoherd/cli) | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@octoherd%2fcli/4.0.5/5.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@octoherd%2fcli/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@octoherd%2fcli/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@octoherd%2fcli/4.0.5/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@octoherd%2fcli/4.0.5/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>octoherd/cli (@&#8203;octoherd/cli)</summary> ### [`v5.0.0`](https://togithub.com/octoherd/cli/releases/tag/v5.0.0) [Compare Source](https://togithub.com/octoherd/cli/compare/v4.0.5...v5.0.0) ##### Bug Fixes - **deps:** update dependency [@&#8203;octoherd/octokit](https://togithub.com/octoherd/octokit) to v5 ([#&#8203;172](https://togithub.com/octoherd/cli/issues/172)) ([64bfaa6](https://togithub.com/octoherd/cli/commit/64bfaa6397d42a31e4558113a7e4a5b6e2e238ce)) ##### BREAKING CHANGES - **deps:** require NodeJS >= 18 </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. --- - [ ] <!-- rebase-check -->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/octoherd/script-setup-renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 459655a commit 9a6f4c8

File tree

2 files changed

+26
-44
lines changed

2 files changed

+26
-44
lines changed

package-lock.json

+25-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"uvu": "^0.5.6"
1414
},
1515
"dependencies": {
16-
"@octoherd/cli": "^4.0.0",
16+
"@octoherd/cli": "^5.0.0",
1717
"@octokit/plugin-create-or-update-text-file": "^5.0.0"
1818
},
1919
"exports": "./index.js",

0 commit comments

Comments
 (0)