Skip to content

Commit

Permalink
fix(deps): update dependency @octoherd/cli to v5 (#60)
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 |
|---|---|---|---|---|---|
| [@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-hello-world).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 10, 2024
1 parent ad9e371 commit df5b922
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 44 deletions.
68 changes: 25 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Gregor Martynus (https://dev.to/gr2m)",
"license": "ISC",
"dependencies": {
"@octoherd/cli": "^4.0.0"
"@octoherd/cli": "^5.0.0"
},
"devDependencies": {},
"release": {
Expand Down

0 comments on commit df5b922

Please sign in to comment.