Skip to content

Commit

Permalink
chore(deps): update dependency cli/cli to v2.46.0 (main) (#3927)
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 | Update | Change |
|---|---|---|
| [cli/cli](https://togithub.com/cli/cli) | minor | `v2.45.0` ->
`v2.46.0` |

---

### Release Notes

<details>
<summary>cli/cli (cli/cli)</summary>

### [`v2.46.0`](https://togithub.com/cli/cli/releases/tag/v2.46.0):
GitHub CLI 2.46.0

[Compare Source](https://togithub.com/cli/cli/compare/v2.45.0...v2.46.0)

#### What's Changed

- remove repetitive word by
[@&#8203;cuinix](https://togithub.com/cuinix) in
[cli/cli#8795
- fixed doc string by [@&#8203;gregsmi](https://togithub.com/gregsmi) in
[cli/cli#8797
- feat: consistent issue and PR owner/repo#number in various prompt by
[@&#8203;nobe4](https://togithub.com/nobe4) in
[cli/cli#8778
- build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8811
- feat: support `dry-run` in gh `pr create` by
[@&#8203;v1v](https://togithub.com/v1v) in
[cli/cli#8376
- Fix the description of `gh release upload` by
[@&#8203;malor](https://togithub.com/malor) in
[cli/cli#8834
- Bump go-keyring to fix race condition by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#8833
- Gh docs multiple accounts by
[@&#8203;jsoref](https://togithub.com/jsoref) in
[cli/cli#8838
- Document auth switch behaviour for two or more accounts by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#8839
- Document run watch and view not supporting fine grained PATs by
[@&#8203;williammartin](https://togithub.com/williammartin) in
[cli/cli#8843
- build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8844
- Feat draft issue id by
[@&#8203;yasunori0418](https://togithub.com/yasunori0418) in
[cli/cli#8754

#### New Contributors

- [@&#8203;cuinix](https://togithub.com/cuinix) made their first
contribution in
[cli/cli#8795
- [@&#8203;gregsmi](https://togithub.com/gregsmi) made their first
contribution in
[cli/cli#8797
- [@&#8203;nobe4](https://togithub.com/nobe4) made their first
contribution in
[cli/cli#8778
- [@&#8203;malor](https://togithub.com/malor) made their first
contribution in
[cli/cli#8834
- [@&#8203;yasunori0418](https://togithub.com/yasunori0418) made their
first contribution in
[cli/cli#8754

**Full Changelog**: cli/cli@v2.45.0...v2.46.0

</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/earthly/earthly).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 25, 2024
1 parent 4ac1b12 commit 8c68e31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Expand Up @@ -871,7 +871,7 @@ merge-main-to-docs:

ARG TARGETARCH
# renovate: datasource=github-releases depName=cli/cli
ARG gh_version=v2.45.0
ARG gh_version=v2.46.0
RUN curl -Lo ghlinux.tar.gz \
https://github.com/cli/cli/releases/download/$gh_version/gh_${gh_version#v}_linux_${TARGETARCH}.tar.gz \
&& tar --strip-components=1 -xf ghlinux.tar.gz \
Expand Down Expand Up @@ -940,7 +940,7 @@ open-pr-for-fork:

ARG TARGETARCH
# renovate: datasource=github-releases depName=cli/cli
ARG gh_version=v2.45.0
ARG gh_version=v2.46.0
RUN curl -Lo ghlinux.tar.gz \
https://github.com/cli/cli/releases/download/$gh_version/gh_${gh_version#v}_linux_${TARGETARCH}.tar.gz \
&& tar --strip-components=1 -xf ghlinux.tar.gz \
Expand Down

0 comments on commit 8c68e31

Please sign in to comment.