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/v59 to v60 - autoclosed #76

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 29, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v60.0.0

Compare Source

This release contains the following breaking API changes:

  • Turn RequiredStatusChecks Checks and Contexts into pointers (#​3070)
  • feat!: Change Hook.Config field from map to *HookConfig (#​3073)

...and the following additional changes:

  • Bump go-github from v58 to v59 in /scrape (#​3069)
  • Bump golang.org/x/net from 0.20.0 to 0.21.0 in /scrape (#​3071)
  • Update workflow and tools to use Go 1.22 and 1.21 (#​3074)
  • Add test case for JSON resource marshaling (#​3075)
  • Add test case for JSON resource marshaling (#​3076)
  • Rename function parameters to match usage as url parameters (#​3078)
  • Add test case for JSON resource marshaling (#​3080)
  • Bump github.com/PuerkitoBio/goquery from 1.8.1 to 1.9.0 in /scrape (#​3085)
  • Bump codecov/codecov-action from 4.0.1 to 4.0.2 (#​3084)
  • Bump version of go-github to v60.0.0 (#​3086)

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Feb 29, 2024
@renovate renovate bot requested a review from abtris as a code owner February 29, 2024 19:14
@@ -7,7 +7,7 @@ import (
"strings"
"time"

"github.com/google/go-github/v59/github"
"github.com/google/go-github/v60/github"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [golangci] reported by reviewdog 🐶
import 'github.com/google/go-github/v60/github' is not allowed from list 'Main' (depguard)

@@ -6,7 +6,7 @@ import (
"log"
"os"

"github.com/google/go-github/v59/github"
"github.com/google/go-github/v60/github"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [golangci] reported by reviewdog 🐶
import 'github.com/google/go-github/v60/github' is not allowed from list 'Main' (depguard)

@@ -4,7 +4,7 @@ import (
"context"
"testing"

"github.com/google/go-github/v59/github"
"github.com/google/go-github/v60/github"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [golangci] reported by reviewdog 🐶
import 'github.com/google/go-github/v60/github' is not allowed from list 'Main' (depguard)

@renovate renovate bot changed the title fix(deps): update module github.com/google/go-github/v59 to v60 fix(deps): update module github.com/google/go-github/v59 to v60 - autoclosed Apr 1, 2024
@renovate renovate bot closed this Apr 1, 2024
@renovate renovate bot deleted the renovate/github.com-google-go-github-v59-60.x branch April 1, 2024 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant