Skip to content

fix(deps): update module github.com/cli/go-gh/v2 to v2.13.0#33

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-cli-go-gh-v2-2.x
Open

fix(deps): update module github.com/cli/go-gh/v2 to v2.13.0#33
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-cli-go-gh-v2-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2024

This PR contains the following updates:

Package Change Age Confidence
github.com/cli/go-gh/v2 v2.10.0v2.13.0 age confidence

Release Notes

cli/go-gh (github.com/cli/go-gh/v2)

v2.13.0

Compare Source

What's Changed

✨ Features
🐛 Fixes
📚 Docs & Chores
  • docs(pkg/api): explain HandleHTTPError does not close response body by @​babakks in #​202
:dependabot: Dependencies

New Contributors

Full Changelog: cli/go-gh@v2.12.2...v2.13.0

v2.12.2

Compare Source

What's Changed

Full Changelog: cli/go-gh@v2.12.1...v2.12.2

v2.12.1

Compare Source

Security

A security vulnerability has been identified in go-gh where an attacker-controlled GitHub Enterprise Server could result in executing arbitrary commands on a user's machine by replacing HTTP URLs provided by GitHub with local file paths for browsing.

For more information, see GHSA-g9f5-x53j-h563

Full Changelog: cli/go-gh@v2.12.0...v2.12.1

v2.12.0

Compare Source

Introducing experimental support for rendering markdown with customizable, accessible colors

Users with low vision or color blindness rely upon the terminal's ability to change how colors appear, however this requires CLIs to use a limited set of colors:

Screenshot of Mac Terminal preferences, highlighting ANSI color wells

The markdown rendered for GitHub CLI and extensions defaults to 8-bit colors that users cannot easily customize in this way.

Now, users can force rendered markdown to use customizable, accessible colors by doing one of the following:

  1. Set GH_ACCESSIBLE_COLORS environment variable to a truthy value

    export GH_ACCESSIBLE_COLORS=1
  2. Set accessible_colors configuration setting

    gh config set accessible_colors enabled
Experimental.accessible.markdown.colors.mp4

Users with a customcharmbracelet/glamour style will continue to have markdown rendered using it.

For more information, see #​186

Introducing new experimental github.com/cli/go-gh/v2/pkg/x package

cli/go-gh provides capabilities used by both the GitHub CLI and CLI extensions. Some of these packages are stable, however some like the new experimental markdown support are not.

The github.com/cli/go-gh/v2/pkg/x package has been created to contain experimental features that are subject to change without notice.

Introducing new string matcher functions for Go templates

The following string matcher functions from Masterminds/sprig have been incorporated for more robust Go template support in GitHub CLI and CLI extensions:

For more information, see cli/cli#6370 and sprig documentation

What's Changed

✨ Features

New Contributors

Full Changelog: cli/go-gh@v2.11.2...v2.12.0

v2.11.2

Compare Source

What's Changed

New Contributors

Full Changelog: cli/go-gh@v2.11.1...v2.11.2

v2.11.1

Compare Source

Security

  • A security vulnerability has been identified in go-gh that could leak authentication tokens intended for GitHub hosts to non-GitHub hosts when within a codespace.

    For more information, see GHSA-55v3-xh23-96gh

Full Changelog: cli/go-gh@v2.11.0...v2.11.1

v2.11.0

Compare Source

What's Changed

  • Replace duplicated IsEnterprise and IsTenancy functions in api pkg with auth pkg by @​jtmcg in #​173

New Contributors

Full Changelog: cli/go-gh@v2.10.0...v2.11.0


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the automerge label Oct 14, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/cli/go-gh/v2 to v2.11.0 fix(deps): update module github.com/cli/go-gh/v2 to v2.11.1 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/github.com-cli-go-gh-v2-2.x branch from f3373cc to bfa046e Compare November 27, 2024 22:36
@renovate renovate bot changed the title fix(deps): update module github.com/cli/go-gh/v2 to v2.11.1 fix(deps): update module github.com/cli/go-gh/v2 to v2.11.2 Jan 6, 2025
@renovate renovate bot force-pushed the renovate/github.com-cli-go-gh-v2-2.x branch from bfa046e to 3e8007c Compare January 6, 2025 21:15
@renovate
Copy link
Contributor Author

renovate bot commented Jan 6, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.23.0
golang.org/x/text v0.18.0 -> v0.23.0
github.com/mattn/go-runewidth v0.0.15 -> v0.0.16
github.com/muesli/termenv v0.15.2 -> v0.16.0
golang.org/x/sys v0.19.0 -> v0.31.0
golang.org/x/term v0.13.0 -> v0.30.0

@renovate renovate bot force-pushed the renovate/github.com-cli-go-gh-v2-2.x branch from 3e8007c to 54ff314 Compare March 25, 2025 17:03
@renovate renovate bot changed the title fix(deps): update module github.com/cli/go-gh/v2 to v2.11.2 fix(deps): update module github.com/cli/go-gh/v2 to v2.12.0 Mar 25, 2025
@renovate renovate bot force-pushed the renovate/github.com-cli-go-gh-v2-2.x branch from 54ff314 to ef43dfd Compare May 29, 2025 22:25
@renovate renovate bot changed the title fix(deps): update module github.com/cli/go-gh/v2 to v2.12.0 fix(deps): update module github.com/cli/go-gh/v2 to v2.12.1 May 29, 2025
@renovate renovate bot force-pushed the renovate/github.com-cli-go-gh-v2-2.x branch from ef43dfd to 5c05db3 Compare August 8, 2025 17:31
@renovate renovate bot changed the title fix(deps): update module github.com/cli/go-gh/v2 to v2.12.1 fix(deps): update module github.com/cli/go-gh/v2 to v2.12.2 Aug 8, 2025
@renovate renovate bot force-pushed the renovate/github.com-cli-go-gh-v2-2.x branch from 5c05db3 to 818e4ab Compare November 9, 2025 11:43
@renovate renovate bot changed the title fix(deps): update module github.com/cli/go-gh/v2 to v2.12.2 fix(deps): update module github.com/cli/go-gh/v2 to v2.13.0 Nov 9, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Feb 2, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.25.0
golang.org/x/text v0.18.0 -> v0.23.0
github.com/mattn/go-runewidth v0.0.15 -> v0.0.16
github.com/muesli/termenv v0.15.2 -> v0.16.0
golang.org/x/sys v0.19.0 -> v0.31.0
golang.org/x/term v0.13.0 -> v0.30.0

@renovate renovate bot force-pushed the renovate/github.com-cli-go-gh-v2-2.x branch from 818e4ab to d75ca35 Compare February 2, 2026 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants