lichess-org / mobile

Lichess mobile app v2
GNU General Public License v3.0
1.35k stars 196 forks source link

Bump flutter_appauth from 7.0.1 to 8.0.0+1 #1118

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps flutter_appauth from 7.0.1 to 8.0.0+1.

Release notes

Sourced from flutter_appauth's releases.

flutter_appauth-v8.0.0+1

  • Updated 8.0.0 as it was missing mention of the privacy manifest file to the macOS implementation of the plugin

flutter_appauth-v8.0.0-dev.4

  • [Android] some refactoring around code related to allowInsecureConnections has been done in response to issue 554
  • [Android] added logic to help with issues like 205 where an app tries to refresh a token but the instances of AuthorizationService have been disposed

flutter_appauth-v8.0.0-dev.3

  • Includes changes from the 7.0.1 release

flutter_appauth-v8.0.0-dev.2

  • [iOS] Fixed issue 547 bug where specifying ExternalUserAgent.sfSafariViewController was using ephemeral session. Should now properly use the SFSafariViewController APIs

flutter_appauth-v8.0.0-dev.1

  • Breaking change Replaced the preferEphemeralSession property in the AuthorizationRequest, AuthorizationTokenRequest and EndSessionRequest classes with externalUserAgent. Thanks to the PR from john-slow. externalUserAgent is presented by the newly ExternalUserAgent enum that has the following values
    • asWebAuthenticationSession: uses the ASWebAuthenticationSession APIs where possible. This is the default value and was the default behaviour behaviour that aligns with what the AppAuth iOS SDK would do in choosing the best available user-agent
    • ephemeralAsWebAuthenticationSession: uses an ephemeral session via the ASWebAuthenticationSession APIs. Applications that previously used preferEphemeralSession and specified to be true can migrate by specifying this enum value
    • sfSafariViewController: uses the SFSafariViewController APIs
  • Updated iOS plugin details to indicate it needs a minimum iOS version of 11.0. This aligns with the minimum best supported version for Flutter 3.13.0
  • Updated macOS plugin details to indicate it needs a minimum iOS version of 10.14. This aligns with the minimum best supported version for Flutter 3.13.0
Commits
  • a6b2959 prepare plugin for 8.0.0 release (#560)
  • 8925554 prepare for 8.0.0 platform interface release (#559)
  • 1ceea0e [flutter_appauth] added logic to recreate AuthorizationService objects if dis...
  • 96c801f [flutter_appauth] refactored Android related to allowInsecureConnections (#555)
  • 0d96bcd prepare for 8.0.0-dev.3 release (#551)
  • b98dca8 bumped AppAuth iOS SDK to 1.7.5 for iOS plugin (#550)
  • d8e13aa fixed handling of ExternalUserAgent.sfSafariViewController (#548)
  • acaef1f [various] added formatting workflow to fire on push (#545)
  • 1b1db82 [various] cleanup and prepare for 8.0.0-dev.1 release (#544)
  • aefb746 Implement support for SFSafariController on iOS (#539)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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[bot] commented 3 weeks ago

Looks like flutter_appauth is up-to-date now, so this is no longer needed.