xmdhs / gomclauncher

A Minecraft Launcher
https://gml.xmdhs.com
MIT License
81 stars 11 forks source link

Bump github.com/cli/oauth from 0.9.0 to 1.0.0 #22

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/cli/oauth from 0.9.0 to 1.0.0.

Release notes

Sourced from github.com/cli/oauth's releases.

oauth 1.0.0

What's New

  • Deprecate blocking functions device.PollToken() and webapp.Flow.AccessToken() in favor of new Wait() functions that respect context cancellation and are expandable with future parameters via options struct by @​mislav in cli/oauth#39

  • Device flow: expose VerificationURIComplete for servers that support it by @​tchandelle in cli/oauth#37

  • Support Google "OAuth 2.0 for TV and Limited-Input Device Applications" by @​markandrus in cli/oauth#24

What's Changed

New Contributors

Full Changelog: https://github.com/cli/oauth/compare/v0.9.0...v1.0.0

Commits
  • d1a6431 Merge pull request #41 from cli/improve-examples
  • 3c92e40 Improve examples
  • 2bcde89 Introduce Go context-aware Wait functions for blocking operation (#39)
  • 6f7124e Merge pull request #40 from cli/lint-fixes
  • 6768406 Linter fixes
  • f76cc80 Merge pull request #38 from cli/bump-go
  • 2a179e4 Test with Go 1.19
  • f564fe4 Support Google "OAuth 2.0 for TV and Limited-Input Device Applications" (#24)
  • 612a4a5 Merge pull request #37 from tchandelle/28-verification-uri-complete
  • b3b400d Return the optional verification_uri_complete
  • See full diff 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)