Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 17, 2025

This PR contains the following updates:

Package Type Update Change
local_auth (source) dependencies major ^2.3.03.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

flutter/packages (local_auth)

v3.0.0

Compare Source

  • BREAKING CHANGES:
    • Throws LocalAuthExceptions rather than PlatformExceptions for most
      failures cases, allowing structured error handling using the specific
      LocalAuthExceptionCode values.
    • Replaces AuthenticationOptions in authenticate with specific parameters.
      • AuthenticationOptions.stickyAuth corresponds to
        persistAcrossBackgrounding.
      • AuthenticationOptions.useErrorDialogs has no replacement, as specific
        error-handling UI should be up to plugin clients to determine. Callers
        should use the new structured error codes to detect and handle failure
        modes that used to have native dialogs.
  • Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.
  • Updates README to reflect that Android older than API 24 and iOS older than
    13.0 are no longer supported.

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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 17, 2025

⚠️ 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: pubspec.lock
Command failed: flutter pub upgrade local_auth
Because edumfa_authenticator depends on local_auth 3.0.0 which depends on local_auth_darwin ^2.0.0, local_auth_darwin ^2.0.0 is required.
So, because edumfa_authenticator depends on local_auth_darwin ^1.6.1, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on local_auth: flutter pub add local_auth:^2.3.0
Failed to update packages.

@renovate renovate bot force-pushed the renovate/local_auth-3.x branch from 2b04cc5 to aca8f44 Compare October 27, 2025 10:53
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.

1 participant