logto-io / dart

Logto Flutter SDKs.
MIT License
18 stars 10 forks source link

fix(deps): update dependency flutter_secure_storage to v8 - autoclosed #35

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
flutter_secure_storage dependencies major ^6.0.0 -> ^8.0.0

Release Notes

mogol/flutter_secure_storage ### [`v8.0.0`](https://togithub.com/mogol/flutter_secure_storage/blob/HEAD/flutter_secure_storage/CHANGELOG.md#​800) Breaking changes: - \[macOS] The minimum macOS version supported is now 10.14. Other changes: - \[Android] Fixed an issue when Encrypted Shared Preferences failed, the fallback would not handle the data correctly. - \[Windows] Write encrypted data to files instead of the windows credential system. - \[Linux] Fixed an issue with memory management. ### [`v7.0.1`](https://togithub.com/mogol/flutter_secure_storage/blob/HEAD/flutter_secure_storage/CHANGELOG.md#​701) \[Android] Reverted double initialization of the SharedPreferences because this will break mixed usage of secureSharedPreference on Android. ### [`v7.0.0`](https://togithub.com/mogol/flutter_secure_storage/blob/HEAD/flutter_secure_storage/CHANGELOG.md#​700) [Compare Source](https://togithub.com/mogol/flutter_secure_storage/compare/v6.1.0...v7.0.0) Breaking changes: - \[macOS] The minimum macOS version supported is now 10.13. Other changes: - \[Android] Fixed double initialization of the SharedPreferences which caused containsKey and other functions to not work properly. - \[macOS] Upgraded codebase to swift which fixed containsKey always returning true.

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.



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