Skip to content

build(deps): bump github.com/cli/go-gh/v2 from 2.11.2 to 2.12.1 - #119

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/cli/go-gh/v2-2.12.1
Closed

build(deps): bump github.com/cli/go-gh/v2 from 2.11.2 to 2.12.1#119
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/cli/go-gh/v2-2.12.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2025

Copy link
Copy Markdown
Contributor

Bumps github.com/cli/go-gh/v2 from 2.11.2 to 2.12.1.

Release notes

Sourced from github.com/cli/go-gh/v2's releases.

v2.12.1

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

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:

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 cli/go-gh#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:

... (truncated)

Commits
  • a08820a Merge commit from fork
  • 1ecf6c4 Expand test cases for schem case sensitivity
  • 56c6f10 Parse and examine URL, assume scheme if missing
  • 055ff21 PR feedback
  • 258949b Test refactor, refine errors, remove VSCode fix
  • 0f8a22f Enhance OS-specific browser tests, PR feedback
  • df956a6 Initial fix for browsing URLs
  • 61bf393 Merge pull request #186 from cli/accessible-colors
  • 024a89f Remove toolchain directive from library
  • 09a555f Disable table wrapping for all
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/cli/go-gh/v2](https://github.com/cli/go-gh) from 2.11.2 to 2.12.1.
- [Release notes](https://github.com/cli/go-gh/releases)
- [Commits](cli/go-gh@v2.11.2...v2.12.1)

---
updated-dependencies:
- dependency-name: github.com/cli/go-gh/v2
  dependency-version: 2.12.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 10, 2025

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from a team as a code owner September 10, 2025 12:41
@Gogotchuri

Copy link
Copy Markdown
Contributor

I want to avoid directly updating indirect dependencies.
This is a dependency of hashicorp/copywrite, which isn't used from tofu-ls directly and shouldn't be an issue.
We can update this once the source repo addresses the issue.

@Gogotchuri Gogotchuri closed this Sep 11, 2025
@dependabot @github

dependabot Bot commented on behalf of github Sep 11, 2025

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/cli/go-gh/v2-2.12.1 branch September 11, 2025 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants