chore(deps): bump go-github v87 → v89 and resolve breaking changes#2840
Draft
tommaso-moro wants to merge 1 commit into
Draft
chore(deps): bump go-github v87 → v89 and resolve breaking changes#2840tommaso-moro wants to merge 1 commit into
tommaso-moro wants to merge 1 commit into
Conversation
Bumps google/go-github from v87 to v89 across the module and fixes the resulting breaking changes. No tool or behavior changes. - Rewrite all import paths go-github/v87 -> go-github/v89. - gists.go: Gists.Create now takes CreateGistRequest by value and Gists.Edit is renamed to Gists.Update taking UpdateGistRequest. - repositories_test.go: adapt to RepositoryRelease fields that became value types in v89 (ID, TagName, Draft). - Regenerate third-party license files for the new module path. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
google/go-githubfrom v87 to v89 across the module and resolves the resulting breaking changes. No tool or behavior changes.Why
go-github v89 adds first-class REST methods for issue dependencies. This PR is the mechanical dependency bump that unblocks that work; the feature itself lands in a stacked follow-up PR. Splitting keeps the ~60-file mechanical import churn separate from the substantive feature diff.
What changed
go-github/v87→go-github/v89.gists.go:Gists.Createnow takesCreateGistRequestby value, andGists.Editis renamed toGists.UpdatetakingUpdateGistRequest.repositories_test.go: adapt toRepositoryReleasefields that became value types in v89 (ID,TagName,Draft).MCP impact
Prompts tested (tool changes only)
N/A — no tool changes.
Security / limits
Tool renaming
Lint & tests
./script/lint./script/testDocs