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/google/go-github/v63 to v65 #1183

Merged
merged 3 commits into from
Sep 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/google/go-github/v63 v63.0.0 -> v65.0.0 age adoption passing confidence

Release Notes

google/go-github (github.com/google/go-github/v63)

v65.0.0

Compare Source

This release contains the following breaking API changes:

  • feat!: Fix meta service domains schema structure (#​3249)
    BREAKING CHANGE: APIMeta.Domains changed from map to struct.
  • feat!: Fix broken SCIMService.ProvisionAndInviteSCIMUser method (#​3239)
    BREAKING CHANGE: SCIMService.ProvisionAndInviteSCIMUser now returns a response.
  • feat!: Add merge queue parameters to repository ruleset (#​3253)
    BREAKING CHANGE: NewMergeQueueRule now takes one parameter: *MergeQueueRuleParameters.

...and the following additional changes:

  • Bump go-github from v63 to v64 in /scrape (#​3241)
  • Update workflow and tools to use Go 1.23 and 1.22 (#​3242)
  • Add Organization PAT fields to InstallationPermissions struct (#​3243)
  • feat: Add do_not_enforce_on_create to required status checks rule params (#​3245)
  • Add Source field to RulesetRepositoryPropertyTargetParameters (#​3250)
  • Update active committers struct (#​3257)
  • Bump golang.org/x/net from 0.28.0 to 0.29.0 in /scrape (#​3259)
  • Add type SponsorshipEvent (#​3258)
  • Bump version of go-github to v65.0.0 (#​3266)

v64.0.0

Compare Source

This release contains the following breaking API changes:

  • feat!: Add support for multi-select Custom Properties (#​3200)
    BREAKING CHANGE: CustomPropertyValue.Value is changed from *string to interface{} to support string and []string values.
  • feat!: Replace ListCursorOptions with ListIDPGroupsOptions in TeamsService.ListIDPGroupsInOrganization (#​3197)
    BREAKING CHANGE: Replace ListCursorOptions with ListIDPGroupsOptions in TeamsService.ListIDPGroupsInOrganization
  • feat!: Add support for creating GitHub App with organizations (#​3222)
    BREAKING CHANGE: The CreateApp function now requires two arguments: AppManifest and orgName, to support creating apps with organizations.
  • feat!: Widen CustomProperties type to map[string]interface{} to align with GitHub API (#​3230)
    BREAKING CHANGE: PushEventRepository.CustomProperties is changed from map[string]string to map[string]interface{}.

...and the following additional changes:

  • Bump go-github from v61 to v63 in /scrape (#​3206)
  • Add doc for NewPullRequest (#​3208)
  • Add Iterators section in README.md (#​3212)
  • Update CustomOrgRoles and CustomRepoRoles to include all fields returned by the GitHub API (#​3216)
  • Revert "Add CommitID, InReplyTo, and SubjectType to DraftReviewComment" (#​3218)
  • Add List fine-grained personal access tokens with access to organization resources API (#​3215)
  • Bump github.com/getkin/kin-openapi from 0.126.0 to 0.127.0 in /tools (#​3223)
  • Bump golang.org/x/sync from 0.7.0 to 0.8.0 in /tools (#​3224)
  • Bump golang.org/x/net from 0.27.0 to 0.28.0 in /scrape (#​3234)
  • Allow create custom repository/organization roles without permission (#​3235)
  • Add support for filepath repository rules (#​3233)
  • Bump version of go-github to v64.0.0 (#​3240)

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 is behind base branch, 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 requested a review from a team as a code owner September 16, 2024 15:51
@renovate renovate bot added the dependencies Indicates a change to dependencies label Sep 16, 2024
Copy link

codecov bot commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.04%. Comparing base (784c751) to head (136dde4).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1183   +/-   ##
=======================================
  Coverage   53.04%   53.04%           
=======================================
  Files         559      559           
  Lines       19742    19742           
=======================================
  Hits        10473    10473           
  Misses       8700     8700           
  Partials      569      569           
Files with missing lines Coverage Δ
compiler/registry/github/github.go 100.00% <ø> (ø)
compiler/registry/github/template.go 53.84% <ø> (ø)
scm/github/access.go 82.72% <ø> (ø)
scm/github/authentication.go 82.27% <ø> (ø)
scm/github/changeset.go 86.11% <ø> (ø)
scm/github/deployment.go 24.57% <ø> (ø)
scm/github/github.go 89.28% <ø> (ø)
scm/github/repo.go 75.69% <ø> (ø)
scm/github/webhook.go 91.03% <ø> (ø)

@renovate renovate bot force-pushed the renovate/gitpro.ttaallkk.top-google-go-github-v63-65.x branch 5 times, most recently from 1980dd7 to c6012eb Compare September 19, 2024 17:09
@renovate renovate bot force-pushed the renovate/gitpro.ttaallkk.top-google-go-github-v63-65.x branch from c6012eb to 6d4ab47 Compare September 20, 2024 13:46
Copy link
Contributor Author

renovate bot commented Sep 20, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ecrupper ecrupper merged commit cf9248d into main Sep 20, 2024
10 of 11 checks passed
@ecrupper ecrupper deleted the renovate/gitpro.ttaallkk.top-google-go-github-v63-65.x branch September 20, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Indicates a change to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants