Skip to content

Comments

Bump flutter_secure_storage from 9.2.3 to 10.0.0-beta.4#510

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pub/develop/flutter_secure_storage-10.0.0-beta.4
Closed

Bump flutter_secure_storage from 9.2.3 to 10.0.0-beta.4#510
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pub/develop/flutter_secure_storage-10.0.0-beta.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps flutter_secure_storage from 9.2.3 to 10.0.0-beta.4.

Release notes

Sourced from flutter_secure_storage's releases.

v10.0.0-beta.4

  • [Apple] Merged iOS and macOS implementation into a new package flutter_secure_storage_darwin
  • [Apple] Refactored code and added missing options
  • [Apple] Added support for swift package manager
  • [Web] Update flutter_secure_storage_platform_interface to be compatible with WASM.

v10.0.0-beta.3

  • [iOS] Fix delete and deleteAll when synchronizable is set.
  • [iOS] Update migration when value is saved while key already exists with different accessibility option.
  • [Android] Fix deprecation warning.

v10.0.0-beta.2

[Web] Update flutter_secure_storage_platform_interface to be compatible with WASM.

v10.0.0-beta.1

This new major release has some big changes. This plugin requires a minimum dart SDK of 3.3.0 or higher and a minimum flutter version of 3.19.0.

Android

  • By default, encryptedSharedPreferences will be enabled, and cannot be disabled. If there is still data saved by previous versions using encryptedSharedPreferences = false, it will be automatically transferred to encryptedSharedPreferences.
  • Migrated from deprecated Jetpack Crypto library to Google Tink Crypto library.
  • Migrated to Android SDK 35
  • Migrated to Java Version 17
  • Minimum Android SDK is changed from 19 to 23.
  • Migrated to new analyzer and clean-up code.
  • Lots of minor code improvements

iOS

  • Change minimum iOS version from 9 to 12
  • Use serial queue for execution of iOS keychain operations
  • Migrated to new analyzer and clean-up code.

Web

  • Web is now migrated to be compatible with WASM.
  • The parameter useSessionStorage is added to WebOptions, which you can use to save in session storage instead of local storage.
  • Migrated to new analyzer and clean-up code.

Windows

  • Migrates to win32 version 5.5.4 to support Dart 3.4 / Flutter 3.22.0.
  • Migrated to new analyzer and clean-up code.

Platform Interface

  • Migrated to new analyzer and clean-up code.

v9.2.4

  • [Android] Fix errors when building for release by upgrading Tink to 1.9.0.
  • [iOS] Fix delete and deleteAll when synchronizable is set.

... (truncated)

Commits
  • bafd1e1 release of v10.0.0-beta.4
  • eaa08d2 Merge pull request #860 from juliansteenbakker/feat/darwin
  • d57267c imp: add published version of apple integration
  • 4406824 doc: update changelog
  • 16bcdeb style: format
  • 138d7e1 imp: add Swift Package Manager support
  • 5ca3461 refactor: move old ios package to archive location
  • 603804a imp: removed unused parameter
  • 1590694 imp: move away from dart:io for web support
  • 54c2dfd refactor: revert apple options to macos and ios to be non breaking
  • 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 <dependency name> 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)

Bumps [flutter_secure_storage](https://github.com/mogol/flutter_secure_storage) from 9.2.3 to 10.0.0-beta.4.
- [Release notes](https://github.com/mogol/flutter_secure_storage/releases)
- [Commits](juliansteenbakker/flutter_secure_storage@v9.2.3...v10.0.0-beta.4)

---
updated-dependencies:
- dependency-name: flutter_secure_storage
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Jan 13, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 19, 2025

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

@dependabot dependabot bot closed this Jan 19, 2025
@dependabot dependabot bot deleted the dependabot/pub/develop/flutter_secure_storage-10.0.0-beta.4 branch January 19, 2025 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants