Skip to content

Commit

Permalink
fix(deps): update dependency react-native-device-info to ^10.11.0 (#4263
Browse files Browse the repository at this point in the history
)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>react-native-device-info/react-native-device-info
(react-native-device-info)</summary>

###
[`v10.11.0`](https://github.com/react-native-device-info/react-native-device-info/blob/HEAD/CHANGELOG.md#10110-2023-09-19)

[Compare
Source](https://github.com/react-native-device-info/react-native-device-info/compare/v10.10.0...v10.11.0)

##### Features

- **android:** add new isLowRamDevice constant
([#&#8203;1571](https://github.com/react-native-device-info/react-native-device-info/issues/1571))
([f608fd5](https://github.com/react-native-device-info/react-native-device-info/commit/f608fd5afe9cc130098f99bb7134251d01410a97))

###
[`v10.10.0`](https://github.com/react-native-device-info/react-native-device-info/blob/HEAD/CHANGELOG.md#10100-2023-09-19)

[Compare
Source](https://github.com/react-native-device-info/react-native-device-info/compare/v10.9.0...v10.10.0)

##### Features

- Add device names for iPhone 15 family, add check for dynamic island
([#&#8203;1569](https://github.com/react-native-device-info/react-native-device-info/issues/1569))
([8e512ec](https://github.com/react-native-device-info/react-native-device-info/commit/8e512ecdffc855f49fc51fecc6e433eda9c6ca6c))

</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 becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/valora-inc/wallet).

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jean Regisser <jean.regisser@gmail.com>
  • Loading branch information
renovate[bot] and jeanregisser authored Oct 5, 2023
1 parent a21d257 commit ad635c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ PODS:
- React-Core
- RNCPicker (2.5.1):
- React-Core
- RNDeviceInfo (10.9.0):
- RNDeviceInfo (10.11.0):
- React-Core
- RNExitApp (1.1.0):
- React-Core
Expand Down Expand Up @@ -1229,7 +1229,7 @@ SPEC CHECKSUMS:
RNCClipboard: d77213bfa269013bf4b857b7a9ca37ee062d8ef1
RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6
RNCPicker: 529d564911e93598cc399b56cc0769ce3675f8c8
RNDeviceInfo: 02ea8b23e2280fa18e00a06d7e62804d74028579
RNDeviceInfo: bf8a32acbcb875f568217285d1793b0e8588c974
RNExitApp: b6d5fb7a7ef85d502c45fb2d00840f517d6a4ac7
RNFastImage: 5c9c9fed9c076e521b3f509fe79e790418a544e8
RNFBAnalytics: 203a7683a759a8d647614b6f34692a04e138bef7
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"react-native-camera": "^4.2.1",
"react-native-config": "^1.5.1",
"react-native-contacts": "https://github.com/celo-org/react-native-contacts#9940121",
"react-native-device-info": "^10.9.0",
"react-native-device-info": "^10.11.0",
"react-native-email-link": "^1.14.7",
"react-native-exit-app": "^1.1.0",
"react-native-fast-crypto": "^2.0.0",
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12048,12 +12048,7 @@ nanoid@^2.0.0:
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-2.1.11.tgz#ec24b8a758d591561531b4176a01e3ab4f0f0280"
integrity sha512-s/snB+WGm6uwi0WjsZdaVcuf3KJXlfGl2LcxgwkEwJF0D/BWzVWAZW/XY4bFaiR7s0Jk3FPvlnepg1H1b1UwlA==

nanoid@^3.1.23, nanoid@^3.3.1:
version "3.3.4"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==

nanoid@^3.3.6:
nanoid@^3.1.23, nanoid@^3.3.1, nanoid@^3.3.6:
version "3.3.6"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
Expand Down Expand Up @@ -13662,10 +13657,10 @@ react-native-crypto@^2.0.1:
pbkdf2 "3.0.8"
public-encrypt "^4.0.0"

react-native-device-info@^10.9.0:
version "10.9.0"
resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-10.9.0.tgz#5b378eea884a130db1d3ac637610f3a5ae7e8217"
integrity sha512-HqujZoNSkPGYZVs8ZsAwPkdY5UQt2jW0eg/wtW/kKbcAOp0KjUesgG7e1UISY4Z7Bx6LjZeKs0cqDzQI8AlOmw==
react-native-device-info@^10.11.0:
version "10.11.0"
resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-10.11.0.tgz#2c9f378f1c3c5eb9aafa803d015b84325991a9aa"
integrity sha512-qRzhuYOm5ZXQi5dhfJFjDq157oipxcEW/fo0QyMm5+TI6V6/+P/tju+Hif6z0rpLCf7MV7iDVRv2Kqha4D/yvQ==

react-native-dotenv@^3.2.0:
version "3.2.0"
Expand Down

0 comments on commit ad635c1

Please sign in to comment.