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

Renovate: Update External dependencies (major) #320

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/google/go-github/v61 v61.0.0 -> v62.0.0 age adoption passing confidence
gopkg.in/yaml.v2 v2.4.0 -> v3.0.1 age adoption passing confidence

Release Notes

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

v62.0.0

Compare Source

This release contains the following breaking API changes:

  • feat!: Add ListRunnersOptions to support all query parameters (#​3094)
    BREAKING-CHANGE: This changes ListOptions to ListRunnersOptions in ListRunners and ListOrganizationRunners.

...and the following additional changes:

  • Bump codecov/codecov-action from 4.1.0 to 4.1.1 (#​3120)
  • Bump go-github from v60 to v61 in /scrape (#​3119)
  • Print the unrecognized repository rule type (#​3113)
  • feat: Add missing github enterprise importer and domains meta fields (#​3121)
  • Bump github.com/getkin/kin-openapi from 0.123.0 to 0.124.0 in /tools (#​3122)
  • Bump golang.org/x/sync from 0.6.0 to 0.7.0 in /tools (#​3123)
  • Bump codecov/codecov-action from 4.1.1 to 4.2.0 (#​3124)
  • Bump golang.org/x/net from 0.22.0 to 0.24.0 in /scrape (#​3125)
  • Bump codecov/codecov-action from 4.2.0 to 4.3.0 (#​3128)
  • Add support for merge queue ruleset JSON unmarshaling (#​3131)
  • Bump golang.org/x/net from 0.17.0 to 0.23.0 in /example (#​3134)
  • Add Missing Changes Field to Member Event Type. (#​3153)
  • Allow an empty array of repo ids as a request parameter (#​3155)
  • Fix application of pagination options on ListCopilotSeats endpoint (#​3090)
  • Hotfix: Fix broken unit test in copilot_test.go (#​3156)
  • feat: Allow blocking until primary rate limit is reset (#​3117)
  • Remove extra backtick from README.md (#​3158)
  • Add support for check private vulnerability reporting endpoint (#​3157)
  • Add support for Dependency Graph Snapshots endpoint (#​2856)
  • Bump codecov/codecov-action from 4.3.0 to 4.3.1 (#​3162)
  • Bump golang.org/x/net from 0.24.0 to 0.25.0 in /scrape (#​3161)
  • Bump github.com/PuerkitoBio/goquery from 1.9.1 to 1.9.2 in /scrape (#​3160)
  • Add Action to DeploymentStatusEvent (#​3163)
  • Query identities associated with organization roles (#​3130)
  • Bump version of go-github to v62.0.0 (#​3165)
go-yaml/yaml (gopkg.in/yaml.v2)

v3.0.1

Compare Source

v3.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 8am on Friday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented May 17, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: mod upgrade --mod-name=github.com/google/go-github/v61 -t=62
err: exit status 1: stderr: go: inconsistent vendoring in /tmp/renovate/repos/github/sapcc/swift-http-import:
	github.com/google/go-github/v62@v62.0.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	gopkg.in/yaml.v3@v3.0.1: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt

	To ignore the vendor directory, use -mod=readonly or -mod=mod.
	To sync the vendor directory, run:
		go mod vendor

could not load package
github.com/marwan-at-work/mod/major.Run
	/go/pkg/mod/github.com/marwan-at-work/mod@v0.7.1/major/major.go:47
main.upgrade
	/go/pkg/mod/github.com/marwan-at-work/mod@v0.7.1/cmd/mod/main.go:75
main.main.withExit.func1
	/go/pkg/mod/github.com/marwan-at-work/mod@v0.7.1/cmd/mod/main.go:88
github.com/urfave/cli/v2.(*Command).Run
	/go/pkg/mod/github.com/urfave/cli/v2@v2.25.1/command.go:274
github.com/urfave/cli/v2.(*Command).Run
	/go/pkg/mod/github.com/urfave/cli/v2@v2.25.1/command.go:267
github.com/urfave/cli/v2.(*App).RunContext
	/go/pkg/mod/github.com/urfave/cli/v2@v2.25.1/app.go:332
github.com/urfave/cli/v2.(*App).Run
	/go/pkg/mod/github.com/urfave/cli/v2@v2.25.1/app.go:309
main.main
	/go/pkg/mod/github.com/marwan-at-work/mod@v0.7.1/cmd/mod/main.go:71
runtime.main
	/opt/containerbase/tools/golang/1.22.3/src/runtime/proc.go:271
runtime.goexit
	/opt/containerbase/tools/golang/1.22.3/src/runtime/asm_amd64.s:1695

@renovate renovate bot requested a review from VoigtS as a code owner May 17, 2024 04:23
@renovate renovate bot deleted the renovate/major-external-dependencies branch May 17, 2024 08:45
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.

None yet

2 participants