Skip to content

Commit

Permalink
chore(deps): update dependency react-native-keychain to ^8.2.0 (#5892)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[react-native-keychain](https://redirect.github.com/oblador/react-native-keychain)
| [`^8.1.3` ->
`^8.2.0`](https://renovatebot.com/diffs/npm/react-native-keychain/8.1.3/8.2.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-native-keychain/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-native-keychain/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-native-keychain/8.1.3/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-native-keychain/8.1.3/8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>oblador/react-native-keychain (react-native-keychain)</summary>

###
[`v8.2.0`](https://redirect.github.com/oblador/react-native-keychain/releases/tag/v8.2.0):
8.2.0

[Compare
Source](https://redirect.github.com/oblador/react-native-keychain/compare/v8.1.3...v8.2.0)

#### What's Changed

- feat: add visionOS support by
[@&#8203;thiagobrez](https://redirect.github.com/thiagobrez) in
[https://github.com/oblador/react-native-keychain/pull/622](https://redirect.github.com/oblador/react-native-keychain/pull/622)

#### New Contributors

- [@&#8203;thiagobrez](https://redirect.github.com/thiagobrez) made
their first contribution in
[https://github.com/oblador/react-native-keychain/pull/622](https://redirect.github.com/oblador/react-native-keychain/pull/622)

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone
America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone
America/Los_Angeles.

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/valora-inc/wallet).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jean Regisser <[email protected]>
Co-authored-by: valora-bot <[email protected]>
  • Loading branch information
3 people authored Sep 6, 2024
1 parent bd7a369 commit df0e65e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ PODS:
- RNGestureHandler (2.19.0):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- RNKeychain (8.1.3):
- RNKeychain (8.2.0):
- React-Core
- RNLocalize (3.1.0):
- React-Core
Expand Down Expand Up @@ -1315,7 +1315,7 @@ SPEC CHECKSUMS:
RNFBRemoteConfig: 37959d81004ff1232f26276d02655c992b1ce715
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
RNGestureHandler: 68239315fb1da697e8941ab827b2b3aa7a355a73
RNKeychain: f1b48665a4646f61191eb048c4c05c58d9a7596f
RNKeychain: bfe3d12bf4620fe488771c414530bf16e88f3678
RNLocalize: e8694475db034bf601e17bd3dfa8986565e769eb
RNPermissions: da2a4ded375aa8292d85ed93676e102c203d4717
RNPersonaInquiry2: 3ab52078e891a5d2fa39bf7cc9119ca27f0337fd
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"react-native-gesture-handler": "^2.19.0",
"react-native-haptic-feedback": "^2.3.1",
"react-native-in-app-review": "^4.3.3",
"react-native-keychain": "^8.1.3",
"react-native-keychain": "^8.2.0",
"react-native-launch-arguments": "^4.0.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-localize": "^3.1.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/node_modules/react-native-keychain/RNKeychainManager/RNKeychainManager.m b/node_modules/react-native-keychain/RNKeychainManager/RNKeychainManager.m
index 9efac96..270fbcf 100644
index 58d555f..e1e7c0f 100644
--- a/node_modules/react-native-keychain/RNKeychainManager/RNKeychainManager.m
+++ b/node_modules/react-native-keychain/RNKeychainManager/RNKeychainManager.m
@@ -279,6 +279,8 @@ - (OSStatus)deleteCredentialsForServer:(NSString *)server
@@ -280,6 +280,8 @@ - (OSStatus)deleteCredentialsForServer:(NSString *)server
NSMutableDictionary *query = [NSMutableDictionary dictionaryWithObjectsAndKeys:
(__bridge id)kCFBooleanTrue, (__bridge id)kSecReturnAttributes,
(__bridge id)kSecMatchLimitAll, (__bridge id)kSecMatchLimit,
Expand Down
4 changes: 3 additions & 1 deletion src/onboarding/registration/EnableBiometry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import * as Keychain from 'react-native-keychain'
import { SafeAreaView, useSafeAreaInsets } from 'react-native-safe-area-context'
import { setPincodeSuccess } from 'src/account/actions'
import { PincodeType } from 'src/account/reducer'
import { OnboardingEvents } from 'src/analytics/Events'
import AppAnalytics from 'src/analytics/AppAnalytics'
import { OnboardingEvents } from 'src/analytics/Events'
import { supportedBiometryTypeSelector } from 'src/app/selectors'
import Button, { BtnSizes, BtnTypes } from 'src/components/Button'
import Face from 'src/icons/biometry/Face'
Expand Down Expand Up @@ -49,6 +49,7 @@ const biometryIconMap: { [key in Keychain.BIOMETRY_TYPE]: JSX.Element } = {
[Keychain.BIOMETRY_TYPE.FINGERPRINT]: <Fingerprint />,
[Keychain.BIOMETRY_TYPE.FACE]: <Face />,
[Keychain.BIOMETRY_TYPE.IRIS]: <Iris />,
[Keychain.BIOMETRY_TYPE.OPTIC_ID]: <Iris />,
}

const biometryImageMap: { [key in Keychain.BIOMETRY_TYPE]: JSX.Element } = {
Expand All @@ -59,6 +60,7 @@ const biometryImageMap: { [key in Keychain.BIOMETRY_TYPE]: JSX.Element } = {
),
[Keychain.BIOMETRY_TYPE.FACE]: <Image testID="Image/Face" source={biometryFace} />,
[Keychain.BIOMETRY_TYPE.IRIS]: <Image testID="Image/Iris" source={biometryIris} />,
[Keychain.BIOMETRY_TYPE.OPTIC_ID]: <Image testID="Image/Iris" source={biometryIris} />,
}

export default function EnableBiometry({ navigation }: Props) {
Expand Down
1 change: 1 addition & 0 deletions test/RootStateSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4194,6 +4194,7 @@
"FaceID",
"Fingerprint",
"Iris",
"OpticID",
"TouchID"
],
"type": "string"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12723,10 +12723,10 @@ react-native-in-app-review@^4.3.3:
resolved "https://registry.yarnpkg.com/react-native-in-app-review/-/react-native-in-app-review-4.3.3.tgz#61f09f110de18f0a470a9bb55b9f49600390085f"
integrity sha512-Q9sXBtK8tCBYFPCGmMgeMlkxXC5e6vAyPZK26OC1oOKUuKUd0QORnryk/qbwnuN4fLshHQN8UKlLgyHLGRuK3A==

react-native-keychain@^8.1.3:
version "8.1.3"
resolved "https://registry.yarnpkg.com/react-native-keychain/-/react-native-keychain-8.1.3.tgz#3d9ccc5e4884a59521cbf6a2a529a41314497367"
integrity sha512-Y4PMfY+VpXn7P1HhszJkWJ5ikKxKwg8djoDxyy7mO3jbsiWtWUtb3AGbFkdOuYaEp7lDc/TPiQgWO8yZ+AMzmw==
react-native-keychain@^8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/react-native-keychain/-/react-native-keychain-8.2.0.tgz#aea82df37aacbb04f8b567a8e0e6d7292025610a"
integrity sha512-SkRtd9McIl1Ss2XSWNLorG+KMEbgeVqX+gV+t3u1EAAqT8q2/OpRmRbxpneT2vnb/dMhiU7g6K/pf3nxLUXRvA==

react-native-kill-packager@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit df0e65e

Please sign in to comment.