Skip to content

Bump freezed_annotation, flutter_secure_storage and freezed in /tunet-flutter #377

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps freezed_annotation, flutter_secure_storage and freezed. These dependencies needed to be updated together.
Updates freezed_annotation from 2.4.4 to 3.0.0

Commits

Updates flutter_secure_storage from 9.2.4 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.
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

Updates freezed from 2.5.8 to 3.0.6

Commits

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 [freezed_annotation](https://github.com/rrousselGit/freezed), [flutter_secure_storage](https://github.com/mogol/flutter_secure_storage) and [freezed](https://github.com/rrousselGit/freezed). These dependencies needed to be updated together.

Updates `freezed_annotation` from 2.4.4 to 3.0.0
- [Commits](rrousselGit/freezed@freezed_annotation-v2.4.4...freezed_annotation-v3.0.0)

Updates `flutter_secure_storage` from 9.2.4 to 10.0.0-beta.4
- [Release notes](https://github.com/mogol/flutter_secure_storage/releases)
- [Commits](juliansteenbakker/flutter_secure_storage@v9.2.4...v10.0.0-beta.4)

Updates `freezed` from 2.5.8 to 3.0.6
- [Commits](rrousselGit/freezed@freezed-v2.5.8...freezed-v3.0.6)

---
updated-dependencies:
- dependency-name: freezed_annotation
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: flutter_secure_storage
  dependency-version: 10.0.0-beta.4
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: freezed
  dependency-version: 3.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Apr 28, 2025
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