From 4247787029753d6f0a145b17da498b7e4088d708 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 10:48:59 -0700 Subject: [PATCH] fix(deps): update dependency react-native-gesture-handler to ^2.16.0 (#5237) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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-gesture-handler](https://togithub.com/software-mansion/react-native-gesture-handler) | [`^2.15.0` -> `^2.16.0`](https://renovatebot.com/diffs/npm/react-native-gesture-handler/2.15.0/2.16.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-native-gesture-handler/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-native-gesture-handler/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-native-gesture-handler/2.15.0/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-native-gesture-handler/2.15.0/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
software-mansion/react-native-gesture-handler (react-native-gesture-handler) ### [`v2.16.0`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.16.0) [Compare Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.15.0...2.16.0) #### ❗ Important changes - Add `mouseButton` implementation on Android by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2680](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2680) - Add `pointerType` to event by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2760](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2760) - feat: add necessary changes for new arch on RN 0.74 by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2766](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2766) - Add `touchAction` prop. by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2787](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2787) - Allows to apply different border radius to RectButton component by [@​camilossantos2809](https://togithub.com/camilossantos2809) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2792](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2792) - Improve RectButton border styles on Android by [@​camilossantos2809](https://togithub.com/camilossantos2809) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2798](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2798) - Make FlingHandler use velocity as the activation metric. by [@​LatekVo](https://togithub.com/LatekVo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2796](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2796) - Add corner area detection to Fling gesture. by [@​LatekVo](https://togithub.com/LatekVo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2807](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2807) #### 🐛 Bug fixes - Add rotation and pinch velocity on macOS by [@​jfedak](https://togithub.com/jfedak) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2706](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2706) - Fix `ConcurrentModificationException`. by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2750](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2750) - Fix pointers count on iOS by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2755](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2755) - fix: remove usage of bridge uimanager in one more place by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2768](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2768) - Remove hardcoded version of `cocoapods` by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2772](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2772) - Move `customDirectEventTypes` to separate files. by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2786](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2786) - Fix nested taps activation by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2759](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2759) - Cancel handlers by `NativeViewGestureHandler` by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2788](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2788) - Make simultaneous handlers always symmetric on iOS by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2800](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2800) - Update mocks to work when testing for the new arch by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2801](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2801) - fix(web): After swiping closed, the Swipeable component cannot be swiped open again by [@​yatessss](https://togithub.com/yatessss) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2802](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2802) - Remove event listeners on handler drop by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2815](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2815) - Use correct origin point for calculating the absolute position on Android by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2826](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2826) - Add check when removing handlers from orchestrator by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2831](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2831) - Use `locationOfTouch:inView` over `locationInView` for focal point by [@​rrebase](https://togithub.com/rrebase) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2834](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2834) #### 👍 Improvements - Pass `{ flex: 1 }` as default style to `GestureHandlerRootView` by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2757](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2757) - Stop sending event on pressure changes by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2762](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2762) - feat: use proper APIs for newest RN versions on new arch by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2767](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2767) - Remove circular dependencies on web by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2783](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2783) - Address compilation warnings by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2597](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2597) - Add `userSelect` to TouchableOpacity by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2812](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2812) - Web `Orchestrator` refactor. by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2819](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2819) - Replace `mach_absolute_time` with `CACurrentMediaTime` by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2830](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2830) #### 🔢 Miscellaneous - Restyle Gesture Handler Documentation by [@​patrycjakalinska](https://togithub.com/patrycjakalinska) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2753](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2753) - Fix incorrect link to Github repository by [@​patrycjakalinska](https://togithub.com/patrycjakalinska) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2761](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2761) - Add links to each gesture on landing in docs by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2763](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2763) - Update pods on CI by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2765](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2765) - Restyle steps in docs by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2774](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2774) - Fix wrong admonition color on initial render by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2779](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2779) - Various style fixes in docs by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2780](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2780) - Add closable App.js banner to docs landing page by [@​patrycjakalinska](https://togithub.com/patrycjakalinska) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2781](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2781) - Add `mouseButton` description to docs. by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2789](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2789) - Add `pointerType` description to docs. by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2791](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2791) - Add `enableContextMenu` description to docs. by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2790](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2790) - Add `touchAction` description to docs. by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2794](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2794) - docs: change accent color to blue by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2795](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2795) - Change `MouseButton` export type. by [@​m-bert](https://togithub.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2804](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2804) - Fix babel config in the root project by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2717](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2717) #### New Contributors - [@​patrycjakalinska](https://togithub.com/patrycjakalinska) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2753](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2753) - [@​camilossantos2809](https://togithub.com/camilossantos2809) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2792](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2792) - [@​yatessss](https://togithub.com/yatessss) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2802](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2802) - [@​LatekVo](https://togithub.com/LatekVo) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2796](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2796) - [@​rrebase](https://togithub.com/rrebase) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2834](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2834) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.15.0...2.16.0
--- ### 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. --- - [ ] 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). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: valora-bot --- ios/Podfile.lock | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index eb09c7c274..fbca5bd678 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -686,7 +686,7 @@ PODS: - RNFBApp - RNFS (2.20.0): - React-Core - - RNGestureHandler (2.15.0): + - RNGestureHandler (2.16.0): - RCT-Folly (= 2021.07.22.00) - React-Core - RNImageCropPicker (0.40.3): @@ -1224,7 +1224,7 @@ SPEC CHECKSUMS: RNFBMessaging: 216693dd5ba4f18ba65fb39fc73a44a23c26190f RNFBRemoteConfig: 85ba519c47cf163d824ed5735e3d9ab59e967f86 RNFS: 4ac0f0ea233904cb798630b3c077808c06931688 - RNGestureHandler: 7909c50383a18f0cb10ce1db7262b9a6da504c03 + RNGestureHandler: 69d0a928253547ef857a7be4f453220b9c472e07 RNImageCropPicker: e7ab6fb43d2fc3e84651e786ef4a080d63b0ed3d RNKeychain: f1b48665a4646f61191eb048c4c05c58d9a7596f RNLocalize: d4b8af4e442d4bcca54e68fc687a2129b4d71a81 diff --git a/package.json b/package.json index 0cd359eadd..e902043efd 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ "react-native-fast-crypto": "^2.0.0", "react-native-fast-image": "^8.6.3", "react-native-fs": "^2.20.0", - "react-native-gesture-handler": "^2.15.0", + "react-native-gesture-handler": "^2.16.0", "react-native-get-random-values": "^1.11.0", "react-native-haptic-feedback": "^1.14.0", "react-native-image-crop-picker": "^0.40.3", diff --git a/yarn.lock b/yarn.lock index e7379da634..fe45c797c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15329,10 +15329,10 @@ react-native-fs@^2.20.0: base-64 "^0.1.0" utf8 "^3.0.0" -react-native-gesture-handler@^2.15.0: - version "2.15.0" - resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.15.0.tgz#f8e6c0451a7bdf065edb7b9be605480db402baa0" - integrity sha512-cmMGW8k86o/xgVTBZZOPohvR5re4Vh65PUxH4HbBBJAYTog4aN4wTVTUlnoky01HuSN8/X4h3tI/K3XLPoDnsg== +react-native-gesture-handler@^2.16.0: + version "2.16.0" + resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.16.0.tgz#45a00b5988e74ebc58f130c8d1443319c8e678db" + integrity sha512-1hFkx7RIfeJSyTQQ0Nkv4icFVZ5+XjQkd47OgZMBFzoB7ecL+nFSz8KLi3OCWOhq+nbHpSPlSG5VF3CQNCJpWA== dependencies: "@egjs/hammerjs" "^2.0.17" hoist-non-react-statics "^3.3.0"