Skip to content
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

fix(deps): update dependency react-native-keychain to v9 #613

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-keychain (source) 4.0.5 -> 9.0.0 age adoption passing confidence

Release Notes

oblador/react-native-keychain (react-native-keychain)

v9.0.0: 9.0.0

Compare Source

What's Changed
Breaking changes
  • The library now uses Kotlin instead of Java for Android. You will need to add Kotlin plugin to your project configuration to ensure compatibility.
New Contributors

Full Changelog: oblador/react-native-keychain@v8.2.0...v9.0.0

v8.2.0: 8.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: oblador/react-native-keychain@v8.1.3...v8.2.0

v8.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: oblador/react-native-keychain@v8.1.2...v8.1.3

v8.1.2: 8.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: oblador/react-native-keychain@v8.1.1...v8.1.2

v8.1.1: 8.1.1

Compare Source

  • Fix issues on iOS <13

v8.1.0: 8.1.0

Compare Source

  • Remove deprecated kSecAttrAccessibleAlwaysThisDeviceOnly on iOS
  • Use iOS-style keychain on macOS
  • Fix autolinking in React Native 0.69
  • Fix reading security rules option on Android

v8.0.0: 8.0.0

Compare Source

  • Improved performance on Android
  • Improved flow typings
  • Fix use authenticationPrompt in getInternetCredentialsForServer
  • Fix crash in getAllGenericPasswordServices
  • BREAKING CHANGE: rule argument now default to no upgrade.

v7.0.0: 7.0.0

Compare Source

Breaking changes
  • getSupportedBiometryType() will now only return types that can be used for biometric encryption.
New functionality
  • getAllGenericPasswordServices(): returns all known service names for which a generic password has been stored.
Fixes
  • Force use of strong biometry types on Android to fix User not authenticated errors .
  • Work around OnePlus devices not retrying properly when failing biometric authentication.
  • Fixes an issue where Android Face biometrics can 'timeout' on the KeyStore unlock between a successful face scan.
  • Improved Xcode 12 compatibility.
  • Improved tvOS compatibility.
  • Fixes issue in iOS devices with no Biometric hardware returning TouchID.

v6.2.0: 6.2.0

Compare Source

  • Optionally skip biometric warmup on Android
  • Fix strongbox decryption data corruption for certain Google Pixel devices
  • Fix swapped types

v6.1.1: 6.1.1

Compare Source

  • Fix getInternetCredentials fails with error message "subtitle"

v6.1.0: 6.1.0

Compare Source

Release notes coming soon

v6.0.0: 6.0.0

Compare Source

Breaking changes
  • Restore default Android accessControl behaviour to version 4.0 and align with iOS. In 5.0 it defaulted to encrypt with biometrics on Android, in this release you need to opt in for this behaviour.
New functionality
  • Add support for customising Android biometric prompt. This also deprecates the old { authenticationPrompt: 'prompt' } syntax from a string to an object: { authenticationPrompt: { title: 'prompt' } }
Deprecations
  • Passing service as a string instead of in an options object has been deprecated for a while, but now we warn about it using YellowBox as it will be removed in a future major release.

v5.0.1: 5.0.1

Compare Source

Bugfixes
  • Fix crash calling hasInternetCredentials on iOS

v5.0.0: 5.0.0

Compare Source

New functionality
  • Encryption with biometrics for Android (thanks everybody involved!!).
Improvements
  • Make import without asterisk possible.

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.

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.

0 participants