Skip to content

Commit 9679600

Browse files
chore(package): update dependency cli/cli to v2.87.0 (#640)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cli/cli](https://redirect.github.com/cli/cli) | minor | `2.86.0` → `2.87.0` | --- ### Release Notes <details> <summary>cli/cli (cli/cli)</summary> ### [`v2.87.0`](https://redirect.github.com/cli/cli/releases/tag/v2.87.0): GitHub CLI 2.87.0 [Compare Source](https://redirect.github.com/cli/cli/compare/v2.86.0...v2.87.0) #### `gh workflow run` immediately returns workflow run URL One of our most requested features - with the latest changes in GitHub API, `gh workflow run` will immediately print the created workflow run URL. #### Improved `gh auth login` experience in VM/WSL environments We have observed rare cases of time drift between the wall and monotonic clocks, mostly in WSL or VM environments, causing failures during polling for the OAuth token. This new release implements measures to account for such situations. If you continue to experience `gh auth login` issues in WSL, please comment in [#&#8203;9370](https://redirect.github.com/cli/cli/issues/9370) #### :copilot: Request Copilot Code Review from `gh` + performance improvements `gh pr edit` now supports [Copilot Code Review](https://docs.github.com/en/copilot/using-github-copilot/code-review/using-copilot-code-review) as a reviewer. You can request a review from Copilot using the `--add-reviewer @&#8203;copilot` flag or interactively by selecting reviewers in the prompts. This release also introduces a new search experience for selecting reviewers and assignees in `gh pr edit`. Instead of loading all collaborators and teams upfront, results are now fetched based on inputs to a new search option. Initial options are suggestions based on those involved with the pull request already. ``` ? Reviewers [Use arrows to move, space to select, <right> to all, <left> to none, type to filter] [ ] Search (7472 more) [x] BagToad (Kynan Ware) > [x] Copilot (AI) ``` This experience will follow in `gh pr create` and `gh issue` for assignees in a later release. #### What's Changed ##### ✨ Features - Bundle licenses at release time by [@&#8203;williammartin](https://redirect.github.com/williammartin) in [#&#8203;12625](https://redirect.github.com/cli/cli/pull/12625) - Add `--query` flag to `project item-list` by [@&#8203;williammartin](https://redirect.github.com/williammartin) in [#&#8203;12696](https://redirect.github.com/cli/cli/pull/12696) - feat(workflow run): retrieve workflow dispatch run details by [@&#8203;babakks](https://redirect.github.com/babakks) in [#&#8203;12695](https://redirect.github.com/cli/cli/pull/12695) - Pin REST API version to 2022-11-28 by [@&#8203;williammartin](https://redirect.github.com/williammartin) in [#&#8203;12680](https://redirect.github.com/cli/cli/pull/12680) - Respect `--exit-status` with `--log` and `--log-failed` in `run view` by [@&#8203;williammartin](https://redirect.github.com/williammartin) in [#&#8203;12679](https://redirect.github.com/cli/cli/pull/12679) - Fork with default branch only during pr create by [@&#8203;williammartin](https://redirect.github.com/williammartin) in [#&#8203;12673](https://redirect.github.com/cli/cli/pull/12673) - `gh pr edit`: Add support for Copilot as reviewer with search capability, performance and accessibility improvements by [@&#8203;BagToad](https://redirect.github.com/BagToad) in [#&#8203;12567](https://redirect.github.com/cli/cli/pull/12567) - `gh pr edit`: new interactive prompt for assignee selection, performance and accessibility improvements by [@&#8203;BagToad](https://redirect.github.com/BagToad) in [#&#8203;12526](https://redirect.github.com/cli/cli/pull/12526) ##### 📚 Docs & Chores - Clean up project item-list query addition changes by [@&#8203;williammartin](https://redirect.github.com/williammartin) in [#&#8203;12714](https://redirect.github.com/cli/cli/pull/12714) - `gh release upload`: Clarify `--clobber` flag deletes assets before re-uploading by [@&#8203;BagToad](https://redirect.github.com/BagToad) in [#&#8203;12711](https://redirect.github.com/cli/cli/pull/12711) - Add usage examples to `gh gist edit` command by [@&#8203;BagToad](https://redirect.github.com/BagToad) in [#&#8203;12710](https://redirect.github.com/cli/cli/pull/12710) - Remove feedback issue template by [@&#8203;BagToad](https://redirect.github.com/BagToad) in [#&#8203;12708](https://redirect.github.com/cli/cli/pull/12708) - Migrate issue triage workflows to shared workflows by [@&#8203;BagToad](https://redirect.github.com/BagToad) in [#&#8203;12677](https://redirect.github.com/cli/cli/pull/12677) - Migrate PR triage workflows to shared workflows by [@&#8203;BagToad](https://redirect.github.com/BagToad) in [#&#8203;12707](https://redirect.github.com/cli/cli/pull/12707) - Add missing TODO comments for featuredetection if-statements by [@&#8203;BagToad](https://redirect.github.com/BagToad) in [#&#8203;12701](https://redirect.github.com/cli/cli/pull/12701) - Add manual dispatch to bump-go workflow by [@&#8203;BagToad](https://redirect.github.com/BagToad) in [#&#8203;12631](https://redirect.github.com/cli/cli/pull/12631) - typo: dont to don't by [@&#8203;cuiweixie](https://redirect.github.com/cuiweixie) in [#&#8203;12554](https://redirect.github.com/cli/cli/pull/12554) - Fix fmt.Errorf format argument in ParseFullReference by [@&#8203;mikelolasagasti](https://redirect.github.com/mikelolasagasti) in [#&#8203;12516](https://redirect.github.com/cli/cli/pull/12516) - Lint source.md by [@&#8203;Sethispr](https://redirect.github.com/Sethispr) in [#&#8203;12521](https://redirect.github.com/cli/cli/pull/12521) ##### :dependabot: Dependencies - chore(deps): bump golang.org/x/text from 0.32.0 to 0.33.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;12468](https://redirect.github.com/cli/cli/pull/12468) - chore(deps): bump golang.org/x/term from 0.38.0 to 0.39.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;12616](https://redirect.github.com/cli/cli/pull/12616) - Bump go to 1.25.7 by [@&#8203;BagToad](https://redirect.github.com/BagToad) in [#&#8203;12630](https://redirect.github.com/cli/cli/pull/12630) - chore(deps): bump golang.org/x/crypto from 0.46.0 to 0.47.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;12629](https://redirect.github.com/cli/cli/pull/12629) - chore: bump `cli/oauth` to `v1.2.2` by [@&#8203;babakks](https://redirect.github.com/babakks) in [#&#8203;12573](https://redirect.github.com/cli/cli/pull/12573) - update Go to 1.25.6 by [@&#8203;BagToad](https://redirect.github.com/BagToad) in [#&#8203;12580](https://redirect.github.com/cli/cli/pull/12580) - chore(deps): bump actions/attest-build-provenance from 3.1.0 to 3.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;12558](https://redirect.github.com/cli/cli/pull/12558) - chore(deps): bump github.com/sigstore/rekor from 1.4.3 to 1.5.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;12524](https://redirect.github.com/cli/cli/pull/12524) - chore(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.3.1 to 2.4.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;12555](https://redirect.github.com/cli/cli/pull/12555) - chore(deps): bump github.com/gdamore/tcell/v2 from 2.13.4 to 2.13.7 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;12469](https://redirect.github.com/cli/cli/pull/12469) - chore(deps): bump github.com/sigstore/sigstore from 1.10.0 to 1.10.4 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;12525](https://redirect.github.com/cli/cli/pull/12525) - chore(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.3.0 to 2.3.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;12515](https://redirect.github.com/cli/cli/pull/12515) - chore(deps): bump actions/download-artifact from 6 to 7 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;12314](https://redirect.github.com/cli/cli/pull/12314) - chore(deps): bump actions/upload-artifact from 5 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;12315](https://redirect.github.com/cli/cli/pull/12315) - chore(deps): bump goreleaser/goreleaser-action from 6.0.0 to 6.4.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;12354](https://redirect.github.com/cli/cli/pull/12354) #### New Contributors - [@&#8203;Sethispr](https://redirect.github.com/Sethispr) made their first contribution in [#&#8203;12521](https://redirect.github.com/cli/cli/pull/12521) - [@&#8203;cuiweixie](https://redirect.github.com/cuiweixie) made their first contribution in [#&#8203;12554](https://redirect.github.com/cli/cli/pull/12554) **Full Changelog**: <cli/cli@v2.86.0...v2.87.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every day" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/marinatedconcrete/config). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMi4wIiwidXBkYXRlZEluVmVyIjoiNDMuMjIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c46a47b commit 9679600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"ghcr.io/devcontainers/features/github-cli:1": {
4949
// renovate: datasource=github-releases depName=cli/cli
50-
"version": "2.86.0"
50+
"version": "2.87.0"
5151
},
5252
"ghcr.io/dhoeric/features/hadolint:1": {
5353
// renovate: datasource=github-releases depName=hadolint/hadolint

0 commit comments

Comments
 (0)