Skip to content

Commit

Permalink
chore(deps): update dependency react-native-haptic-feedback to ^2.3.3 (
Browse files Browse the repository at this point in the history
…#6067)

This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>mkuczera/react-native-haptic-feedback
(react-native-haptic-feedback)</summary>

###
[`v2.3.3`](https://redirect.github.com/mkuczera/react-native-haptic-feedback/releases/tag/v2.3.3)

[Compare
Source](https://redirect.github.com/mkuczera/react-native-haptic-feedback/compare/v2.3.2...v2.3.3)

Missing export of enum value.


[#&#8203;139](https://redirect.github.com/mkuczera/react-native-haptic-feedback/issues/139)

###
[`v2.3.2`](https://redirect.github.com/mkuczera/react-native-haptic-feedback/releases/tag/v2.3.2)

[Compare
Source](https://redirect.github.com/mkuczera/react-native-haptic-feedback/compare/v2.3.1...v2.3.2)

Fix iOS new arch issues and typescript types

Thanks to

-
[#&#8203;133](https://redirect.github.com/mkuczera/react-native-haptic-feedback/issues/133)
-
[#&#8203;135](https://redirect.github.com/mkuczera/react-native-haptic-feedback/issues/135)
-
[#&#8203;136](https://redirect.github.com/mkuczera/react-native-haptic-feedback/issues/136)

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/valora-inc/wallet).

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: valora-bot <valorabot@valoraapp.com>
Co-authored-by: Satish Ravi <satish.ravi@valoraapp.com>
  • Loading branch information
3 people authored Sep 22, 2024
1 parent fdee159 commit 284884e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions __mocks__/react-native-haptic-feedback.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export default {
trigger: jest.fn(),
}

export const HapticFeedbackTypes = {}
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ PODS:
- RNPersonaInquiry2 (2.2.23):
- PersonaInquirySDK2 (= 2.3.9)
- React-Core
- RNReactNativeHapticFeedback (2.3.1):
- RNReactNativeHapticFeedback (2.3.3):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- RNReanimated (3.15.1):
Expand Down Expand Up @@ -1319,7 +1319,7 @@ SPEC CHECKSUMS:
RNLocalize: 4f22418187ecd5ca693231093ff1d912d1b3c9bc
RNPermissions: da2a4ded375aa8292d85ed93676e102c203d4717
RNPersonaInquiry2: 3ab52078e891a5d2fa39bf7cc9119ca27f0337fd
RNReactNativeHapticFeedback: 713abf3266aeacade463e29df9801e8ec3451f73
RNReactNativeHapticFeedback: a15559aa2aa8b5e5d49616fd84259dfb3c415230
RNReanimated: 739d696f5bd3bea1d675a86caec05064ab4d898f
RNScreens: a1db0ca347cf9f44ae57b0a2d31991af6d872f7c
RNSentry: 86e407e1350297d78ad70541ba9d6262ed5864fa
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"react-native-fast-image": "^8.6.3",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.19.0",
"react-native-haptic-feedback": "^2.3.1",
"react-native-haptic-feedback": "^2.3.3",
"react-native-in-app-review": "^4.3.3",
"react-native-keychain": "^8.2.0",
"react-native-launch-arguments": "^4.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12710,10 +12710,10 @@ react-native-get-random-values@1.x:
dependencies:
fast-base64-decode "^1.0.0"

react-native-haptic-feedback@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/react-native-haptic-feedback/-/react-native-haptic-feedback-2.3.1.tgz#2ef4ac7d4f63ac06bd64b659f509362f127b16e5"
integrity sha512-dPfjV4iVHfhVyfG+nRd88ygjahbdup7KFZDM5L2aNIAzqbNtKxHZn5O1pHegwSj1t15VJliu0GyTX7XpBDeXUw==
react-native-haptic-feedback@^2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/react-native-haptic-feedback/-/react-native-haptic-feedback-2.3.3.tgz#88b6876e91399a69bd1b551fe1681b2f3dc1214e"
integrity sha512-svS4D5PxfNv8o68m9ahWfwje5NqukM3qLS48+WTdhbDkNUkOhP9rDfDSRHzlhk4zq+ISjyw95EhLeh8NkKX5vQ==

react-native-in-app-review@^4.3.3:
version "4.3.3"
Expand Down

0 comments on commit 284884e

Please sign in to comment.