Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency react-native-gesture-handler to ^2.21.2 (
#6322) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-native-gesture-handler](https://redirect.github.com/software-mansion/react-native-gesture-handler) | [`^2.20.0` -> `^2.21.2`](https://renovatebot.com/diffs/npm/react-native-gesture-handler/2.20.0/2.21.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-native-gesture-handler/2.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-native-gesture-handler/2.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-native-gesture-handler/2.20.0/2.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-native-gesture-handler/2.20.0/2.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>software-mansion/react-native-gesture-handler (react-native-gesture-handler)</summary> ### [`v2.21.2`](https://redirect.github.com/software-mansion/react-native-gesture-handler/releases/tag/2.21.2) [Compare Source](https://redirect.github.com/software-mansion/react-native-gesture-handler/compare/2.21.1...2.21.2) #### 👍 Improvements - Make Gesture Handler more futureproof by [@​tomekzaw](https://redirect.github.com/tomekzaw) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3225](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3225) #### 🔢 Miscellaneous - Fix broken links in the `quickstart` docs page by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3213](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3213) - Add docs page for the new `ReanimatedDrawerLayout` component by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3188](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3188) **Full Changelog**: software-mansion/react-native-gesture-handler@2.21.1...2.21.2 ### [`v2.21.1`](https://redirect.github.com/software-mansion/react-native-gesture-handler/releases/tag/2.21.1) [Compare Source](https://redirect.github.com/software-mansion/react-native-gesture-handler/compare/2.21.0...2.21.1) #### ❗ Important changes - fix: missing ReanimatedDrawerLayout by [@​r0b0t3d](https://redirect.github.com/r0b0t3d) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3218](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3218) #### New Contributors - [@​r0b0t3d](https://redirect.github.com/r0b0t3d) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/3218](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3218) **Full Changelog**: software-mansion/react-native-gesture-handler@2.21.0...2.21.1 ### [`v2.21.0`](https://redirect.github.com/software-mansion/react-native-gesture-handler/releases/tag/2.21.0) [Compare Source](https://redirect.github.com/software-mansion/react-native-gesture-handler/compare/2.20.2...2.21.0) #### ❗ Important changes - Create `ReanimatedDrawerLayout` component by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3146](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3146) - fix(web): broken at dropping by [@​MJRT](https://redirect.github.com/MJRT) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3125](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3125) - \[Web] Remove `findNodeHandle` function. by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3127](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3127) - \[web] Add support for two finger pan by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3163](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3163) - \[Web] Adjust `findNodeHandle` to properly detect `SVG` by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3197](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3197) #### 👍 Improvements - \[Web] Fix `KeyboardEventManager` listeners unmount by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3126](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3126) - feat: Clangd support by [@​coado](https://redirect.github.com/coado) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3069](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3069) - \[Web] Simplify `PointerTracker` methods by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3139](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3139) - Allow Android Rotation Gesture to continue after second Pointer Lift and Land by [@​DmitriyGalyanov](https://redirect.github.com/DmitriyGalyanov) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3057](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3057) - Optimise `ReanimatedSwipeable` component by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3165](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3165) - \[Web] Remove `collapsable` property by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3203](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3203) #### 🐛 Bug fixes - \[Android] Fix gestures being able to activate despite their parent already being active by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3095](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3095) - \[MacOS] Fix `Pressable` being unresponsive by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3142](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3142) - Fix swipeable swiping to left when no `renderRightActions` is set by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3145](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3145) - Fix `onStart` callbacks of `ReanimatedSwipeable` being called every update by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3151](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3151) - Fix elements dissapearing due to high values set to `threshold` props in `ReanimatedSwipeable` by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3153](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3153) - \[`ReanimatedSwipeable`] Multiple bug fixes and improvements by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3149](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3149) #### 🔢 Miscellaneous - `stylusData` documentation. by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3112](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3112) - Update examples by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2919](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2919) - Make osx example utilise the common example app by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3055](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3055) - \[docs] Improve Reanimated Swipeable documentation. by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3121](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3121) - \[MacOS] fix header in the example app to look like the one on web. by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3134](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3134) - Add main branch protection scripts by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3133](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3133) - Remove redundant example entry in `App.tsx` by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3138](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3138) - Disable examples on unsupported platforms by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3135](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3135) - Add missing `ReanimatedSwipeable` documentation by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3150](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3150) - Change package description by [@​kacperkapusciak](https://redirect.github.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3162](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3162) - Remove Reanimated 2 version from the docs by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3183](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3183) - Bump version to 2.20.2 by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3185](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3185) - docs: Manage system color scheme changes by [@​patrycjakalinska](https://redirect.github.com/patrycjakalinska) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3181](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3181) - Update Gemfiles in example apps by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3200](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3200) - Fix `TwoFingerPan` import by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3211](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3211) - Update outdated compatibility table in docs by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3212](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3212) - Bump express from 4.19.2 to 4.21.0 in /docs by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3110](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3110) - Bump micromatch from 4.0.5 to 4.0.8 in /example by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3155](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3155) - Bump serve-static from 1.15.0 to 1.16.2 in /MacOSExample by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3104](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3104) #### New Contributors - [@​MJRT](https://redirect.github.com/MJRT) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/3125](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3125) - [@​DmitriyGalyanov](https://redirect.github.com/DmitriyGalyanov) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/3057](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3057) **Full Changelog**: software-mansion/react-native-gesture-handler@2.20.0...2.21.0 ### [`v2.20.2`](https://redirect.github.com/software-mansion/react-native-gesture-handler/releases/tag/2.20.2) [Compare Source](https://redirect.github.com/software-mansion/react-native-gesture-handler/compare/2.20.1...2.20.2) #### ❗ Important changes - \[macOS] Fix build on fabric [https://github.com/software-mansion/react-native-gesture-handler/pull/3154](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3154)4) - Fixes Android event dispatcher for old arch ([https://github.com/software-mansion/react-native-gesture-handler/pull/3176](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3176)) - \[macOS] Fix build on old architecture [https://github.com/software-mansion/react-native-gesture-handler/pull/3182](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3182)2) - Fix tvOS build ([https://github.com/software-mansion/react-native-gesture-handler/pull/3180](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3180)) #### 🔢 Miscellaneous - Bump FabricExample to RN 0.76 ([https://github.com/software-mansion/react-native-gesture-handler/pull/3178](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3178)) #### New Contributors - [@​renchap](https://redirect.github.com/renchap) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/3176](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3176) **Full Changelog**: software-mansion/react-native-gesture-handler@2.20.1...2.20.2 ### [`v2.20.1`](https://redirect.github.com/software-mansion/react-native-gesture-handler/releases/tag/2.20.1) [Compare Source](https://redirect.github.com/software-mansion/react-native-gesture-handler/compare/2.20.0...2.20.1) #### ❗ Important changes - fix: Android event dispatcher change for 0.76.0-rc.6 ([#​3166](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3166)) #### 🔢 Miscellaneous - Update Podfile.lock in FabricExample ([#​3174](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3174)) #### New Contributors - [@​mysport12](https://redirect.github.com/mysport12) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/3091](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3091) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: valora-bot <[email protected]>
- Loading branch information