Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/cli/go-gh v1.2.1 -> v2.11.2 age adoption passing confidence

Release Notes

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

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

New Contributors

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

v2.10.0

Compare Source

What's Changed

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

v2.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/go-gh@v2.8.0...v2.9.0

v2.8.0

Compare Source

What's Changed

Full Changelog: cli/go-gh@v2.7.0...v2.8.0

v2.7.0

Compare Source

What's Changed

Full Changelog: cli/go-gh@v2.6.0...v2.7.0

v2.6.0

Compare Source

What's Changed

Full Changelog: cli/go-gh@v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/go-gh@v2.4.0...v2.5.0

v2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/go-gh@v2.3.0...v2.4.0

v2.3.0: go-gh 2.3.0

Compare Source

What's Changed

Full Changelog: cli/go-gh@v2.2.0...v2.3.0

v2.2.0: go-gh 2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/go-gh@v2.1.0...v2.2.0

v2.1.0: go-gh 2.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: cli/go-gh@v2.0.1...v2.1.0

v2.0.1: go-gh 2.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: cli/go-gh@v2.0.0...v2.0.1

v2.0.0: go-gh 2.0.0

Compare Source

What's Changed

This is a fairly large release with a couple new features and a bunch of tech debt cleanup for go-gh.
As part of keeping this library maintainable and inline with best Go practices we have made breaking changes to a couple of the packages thus constituting a bump of the major version to v2.0.0.
Below are the listed changes ordered by package as well as migration guidelines when applicable.

gh package
api package
  • Change references of GQL to GraphQL.
    • To migrate: api.GQLError -> api.GraphQLError
    • To migrate: api.GQLErrorItem -> api.GraphQLErrorItem
  • Change ClientOptions to be used with value semantics instead of pointer semantics.
    • This allows ClientOptions to be used with multiple clients without having to worry about them being modified.
  • Added DefaultRESTClient, DefaultHTTPClient, DefaultGraphQLClient convenience factory functions.
  • Change RESTClient interface type to a concrete type.
  • Change GraphQLClient interface type to a concrete type.
  • Change methods on HTTPError and GraphQLError custom error types to take pointers as method receivers.
  • Change GraphQLClient Query and Mutate methods to return GraphQLError instead of shurcooL/graphql.Errors.
browser package
  • Change New factory function to return *Browser instead of Browser.
config package
  • Change methods on InvalidConfigFileError and KeyNotFoundError custom error types to take pointers as method receivers.
jq package
repository package
  • Change Repository interface type to a concrete type.
ssh package
template package
  • Change New factory function to return *Template instead of Template.

Other changes

New Contributors

Full Changelog: cli/go-gh@v1.2.1...v2.0.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 force-pushed the renovate/github.jparrowsec.cn-cli-go-gh-2.x branch from c62776d to 4643c41 Compare January 12, 2024 14:34
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-cli-go-gh-2.x branch 2 times, most recently from 5117fd5 to 9c1b764 Compare January 31, 2024 16:52
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-cli-go-gh-2.x branch 2 times, most recently from 718c05a to 3868171 Compare February 5, 2024 12:08
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-cli-go-gh-2.x branch from 3868171 to 8835517 Compare February 25, 2024 09:07
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-cli-go-gh-2.x branch from 8835517 to 6b2087d Compare March 4, 2024 16:40
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-cli-go-gh-2.x branch 2 times, most recently from a523844 to 89b68b7 Compare April 3, 2024 17:25
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-cli-go-gh-2.x branch from 89b68b7 to 0aa4349 Compare April 29, 2024 20:34
Copy link
Author

renovate bot commented Jun 4, 2024

ℹ 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):

  • 8 additional dependencies were updated

Details:

Package Change
github.com/cli/shurcooL-graphql v0.0.2 -> v0.0.4
github.com/mattn/go-runewidth v0.0.13 -> v0.0.15
github.com/muesli/termenv v0.12.0 -> v0.15.2
github.com/rivo/uniseg v0.2.0 -> v0.4.7
golang.org/x/net v0.7.0 -> v0.33.0
golang.org/x/sys v0.14.0 -> v0.28.0
golang.org/x/term v0.5.0 -> v0.27.0
golang.org/x/text v0.7.0 -> v0.21.0

@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-cli-go-gh-2.x branch from 0aa4349 to 0f5f252 Compare June 17, 2024 16:54
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-cli-go-gh-2.x branch from 0f5f252 to d42eabc Compare September 16, 2024 13:49
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-cli-go-gh-2.x branch from d42eabc to e7a6e4d Compare October 14, 2024 21:47
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-cli-go-gh-2.x branch from e7a6e4d to f03da18 Compare November 27, 2024 21:39
@renovate renovate bot force-pushed the renovate/github.jparrowsec.cn-cli-go-gh-2.x branch from f03da18 to bb8a7b2 Compare January 8, 2025 14:43
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.

0 participants