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

feat(deps): bump github.com/google/go-github/v50 from 50.1.0 to 50.2.0 #3879

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2023

Bumps github.com/google/go-github/v50 from 50.1.0 to 50.2.0.

Release notes

Sourced from github.com/google/go-github/v50's releases.

v50.2.0

This minor release contains the following interesting changes:

  • Add ListExternalGroupsForTeamBySlug to Teams API (#2674)
  • Add DicussionCommentEvent Webhook (#2678)
  • Add head_sha for ListWorkflowRunsOptions (#2703)
  • Support HTTP Proxy from environment (#2686)
  • Update custom repo roles URL (#2702)
  • Move to Protonmail PGP (#2666)
  • Fix SCIM query params (#2680)
  • Add fields to update repository API and create branch protection API to match GitHub APIs (#2709)

in addition to these more maintenance-type changes:

  • Bump golang.org/x/sys from 0.0.0-20210615035016-665e8c7367d1 to 0.1.0 in /example (#2676)
  • Bump github.com/xlzd/gotp from 0.0.0-20181030022105-c8557ba2c119 to 0.1.0 in /scrape (#2684)
  • Update golangci-lint-action (#2694)
  • Bump github.com/google/go-github/v50 from 50.0.0 to 50.1.0 in /scrape (#2683)
  • Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 in /example (#2689)
  • Bump golang.org/x/net from 0.0.0-20210226172049-e18ecbb05110 to 0.7.0 in /example (#2691)
  • Bump golang.org/x/net from 0.0.0-20210226172049-e18ecbb05110 to 0.7.0 (#2692)
  • Run go mod tidy -compat=1.17 (#2696)
  • Fix golangci-lint (#2697)
  • Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.7.0 (#2693)
  • Bump golang.org/x/oauth2 from 0.0.0-20180821212333-d2e6202438be to 0.6.0 (#2695)
  • Remove example subdirs in GitHub Actions linter workflow (#2701)
  • Bump golang.org/x/net from 0.7.0 to 0.8.0 in /scrape (#2698)
  • Bump version of go-github to v50.2.0 (#2710)
Commits
  • cac943e Bump version of go-github to v50.2.0 (#2710)
  • 9e4a1fd Add fields to update repository API and create branch protection API to match...
  • 9bfbc00 Fix SCIM query params (#2680)
  • 8e34527 Move to Protonmail PGP (#2666)
  • e0bb535 Update custom repo roles URL (#2702)
  • 14bb610 Support HTTP Proxy from environment (#2686)
  • 73075b9 Add head_sha for ListWorkflowRunsOptions (#2703)
  • 862134b Bump golang.org/x/net from 0.7.0 to 0.8.0 in /scrape (#2698)
  • bfc1fbb Remove example subdirs in GitHub Actions linter workflow (#2701)
  • 572b301 Bump golang.org/x/oauth2 from 0.0.0-20180821212333-d2e6202438be to 0.6.0 (#2695)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 20, 2023
@pull-request-size pull-request-size bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Mar 20, 2023
@cloudflare-pages
Copy link

cloudflare-pages bot commented Mar 20, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 95d3622
Status: ✅  Deploy successful!
Preview URL: https://83e132be.goreleaser.pages.dev
Branch Preview URL: https://dependabot-go-modules-github-1m4a.goreleaser.pages.dev

View logs

@@ -55,7 +55,7 @@ require (
)

// DO NOT UPDATE THIS!! needs to be v0.0.0-20210512092938-c05353c2d58c
require github.com/ProtonMail/go-crypto v0.0.0-20210512092938-c05353c2d58c // indirect
require github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
Copy link
Member

Choose a reason for hiding this comment

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

PAINNNNNNNNN

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/google/go-github/v50-50.2.0 branch from 0210b23 to 00cbbde Compare March 20, 2023 13:10
@codecov
Copy link

codecov bot commented Mar 20, 2023

Codecov Report

Merging #3879 (1fdd689) into main (cc584c8) will not change coverage.
The diff coverage is n/a.

❗ Current head 1fdd689 differs from pull request most recent head 95d3622. Consider uploading reports for the commit 95d3622 to get more accurate results

@@           Coverage Diff           @@
##             main    #3879   +/-   ##
=======================================
  Coverage   83.86%   83.86%           
=======================================
  Files         123      123           
  Lines       10713    10713           
=======================================
  Hits         8984     8984           
  Misses       1389     1389           
  Partials      340      340           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/google/go-github/v50-50.2.0 branch 2 times, most recently from 41b3099 to 8fbdec7 Compare March 27, 2023 16:56
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/google/go-github/v50-50.2.0 branch 6 times, most recently from 3f3c65a to 38b3543 Compare April 5, 2023 13:21
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/google/go-github/v50-50.2.0 branch 5 times, most recently from 1fdd689 to 95d3622 Compare April 7, 2023 14:50
Bumps [github.com/google/go-github/v50](https://github.com/google/go-github) from 50.1.0 to 50.2.0.
- [Release notes](https://github.com/google/go-github/releases)
- [Commits](google/go-github@v50.1.0...v50.2.0)

---
updated-dependencies:
- dependency-name: github.com/google/go-github/v50
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/google/go-github/v50-50.2.0 branch from 95d3622 to 687b454 Compare April 7, 2023 14:52
@caarlos0 caarlos0 closed this Apr 7, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 7, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/google/go-github/v50-50.2.0 branch April 7, 2023 14:53
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 size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant