Skip to content

chore(deps): update Codespaces dependencies#2047

Merged
gounthar merged 2 commits into
mainfrom
updatecli_main_f2ff05c9683a6a713a53753e4f79070265822d712880f98b6f9e18155e2ab792
Feb 19, 2026
Merged

chore(deps): update Codespaces dependencies#2047
gounthar merged 2 commits into
mainfrom
updatecli_main_f2ff05c9683a6a713a53753e4f79070265822d712880f98b6f9e18155e2ab792

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

deps(codespaces): bump devcontainer dependencies

[.devcontainer/devcontainer.json] Bump GitHub CLI version

1 file(s) updated with "${1}2.87.0${3}": * .devcontainer/devcontainer.json

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 https://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 @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 @williammartin in https://github.com/cli/cli/pull/12625
* Add `--query` flag to `project item-list` by @williammartin in https://github.com/cli/cli/pull/12696
* feat(workflow run): retrieve workflow dispatch run details by @babakks in https://github.com/cli/cli/pull/12695
* Pin REST API version to 2022-11-28 by @williammartin in https://github.com/cli/cli/pull/12680
* Respect `--exit-status` with `--log` and `--log-failed` in `run view` by @williammartin in https://github.com/cli/cli/pull/12679
* Fork with default branch only during pr create by @williammartin in https://github.com/cli/cli/pull/12673
* `gh pr edit`: Add support for Copilot as reviewer with search capability, performance and accessibility improvements by @BagToad in https://github.com/cli/cli/pull/12567
* `gh pr edit`: new interactive prompt for assignee selection, performance and accessibility improvements by @BagToad in https://github.com/cli/cli/pull/12526

### 📚 Docs & Chores
* Clean up project item-list query addition changes by @williammartin in https://github.com/cli/cli/pull/12714
* `gh release upload`: Clarify `--clobber` flag deletes assets before re-uploading by @BagToad in https://github.com/cli/cli/pull/12711
* Add usage examples to `gh gist edit` command by @BagToad in https://github.com/cli/cli/pull/12710
* Remove feedback issue template by @BagToad in https://github.com/cli/cli/pull/12708
* Migrate issue triage workflows to shared workflows by @BagToad in https://github.com/cli/cli/pull/12677
* Migrate PR triage workflows to shared workflows by @BagToad in https://github.com/cli/cli/pull/12707
* Add missing TODO comments for featuredetection if-statements by @BagToad in https://github.com/cli/cli/pull/12701
* Add manual dispatch to bump-go workflow by @BagToad in https://github.com/cli/cli/pull/12631
* typo: dont to don't by @cuiweixie in https://github.com/cli/cli/pull/12554
* Fix fmt.Errorf format argument in ParseFullReference by @mikelolasagasti in https://github.com/cli/cli/pull/12516
* Lint source.md by @Sethispr in https://github.com/cli/cli/pull/12521


### :dependabot: Dependencies
* chore(deps): bump golang.org/x/text from 0.32.0 to 0.33.0 by @dependabot[bot] in https://github.com/cli/cli/pull/12468
* chore(deps): bump golang.org/x/term from 0.38.0 to 0.39.0 by @dependabot[bot] in https://github.com/cli/cli/pull/12616
* Bump go to 1.25.7 by @BagToad in https://github.com/cli/cli/pull/12630
* chore(deps): bump golang.org/x/crypto from 0.46.0 to 0.47.0 by @dependabot[bot] in https://github.com/cli/cli/pull/12629
* chore: bump `cli/oauth` to `v1.2.2` by @babakks in https://github.com/cli/cli/pull/12573
* update Go to 1.25.6 by @BagToad in https://github.com/cli/cli/pull/12580
* chore(deps): bump actions/attest-build-provenance from 3.1.0 to 3.2.0 by @dependabot[bot] in https://github.com/cli/cli/pull/12558
* chore(deps): bump github.com/sigstore/rekor from 1.4.3 to 1.5.0 by @dependabot[bot] in https://github.com/cli/cli/pull/12524
* chore(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.3.1 to 2.4.1 by @dependabot[bot] in https://github.com/cli/cli/pull/12555
* chore(deps): bump github.com/gdamore/tcell/v2 from 2.13.4 to 2.13.7 by @dependabot[bot] in https://github.com/cli/cli/pull/12469
* chore(deps): bump github.com/sigstore/sigstore from 1.10.0 to 1.10.4 by @dependabot[bot] in https://github.com/cli/cli/pull/12525
* chore(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.3.0 to 2.3.1 by @dependabot[bot] in https://github.com/cli/cli/pull/12515
* chore(deps): bump actions/download-artifact from 6 to 7 by @dependabot[bot] in https://github.com/cli/cli/pull/12314
* chore(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in https://github.com/cli/cli/pull/12315
* chore(deps): bump goreleaser/goreleaser-action from 6.0.0 to 6.4.0 by @dependabot[bot] in https://github.com/cli/cli/pull/12354

## New Contributors
* @Sethispr made their first contribution in https://github.com/cli/cli/pull/12521
* @cuiweixie made their first contribution in https://github.com/cli/cli/pull/12554

**Full Changelog**: https://github.com/cli/cli/compare/v2.86.0...v2.87.0
GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Feb 19, 2026
@gounthar gounthar merged commit 5af5927 into main Feb 19, 2026
12 checks passed
@github-actions github-actions Bot added the repo label Feb 19, 2026
@gounthar gounthar deleted the updatecli_main_f2ff05c9683a6a713a53753e4f79070265822d712880f98b6f9e18155e2ab792 branch February 19, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant