GSTJ / react-native-magic-modal

🦄 A modal library that can be called imperatively from anywhere!
https://github.com/GSTJ/react-native-magic-modal
MIT License
181 stars 8 forks source link

chore(deps): update dependency react-native-gesture-handler to v2.19.0 #103

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-gesture-handler 2.16.2 -> 2.19.0 age adoption passing confidence

Release Notes

software-mansion/react-native-gesture-handler (react-native-gesture-handler) ### [`v2.19.0`](https://redirect.github.com/software-mansion/react-native-gesture-handler/compare/2.18.1...a64f74a30142284d67218efb393a7c6e5acae55c) [Compare Source](https://redirect.github.com/software-mansion/react-native-gesture-handler/compare/2.18.1...2.19.0) ### [`v2.18.1`](https://redirect.github.com/software-mansion/react-native-gesture-handler/releases/tag/2.18.1) [Compare Source](https://redirect.github.com/software-mansion/react-native-gesture-handler/compare/2.18.0...2.18.1) #### 🐛 Bug fixes - Fix build on RN 0.74 by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3024](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3024) #### What's Changed - Bump ws from 6.2.2 to 6.2.3 in /example by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3003](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3003) - Bump requirejs from 2.3.6 to 2.3.7 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3009](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3009) - Bump fast-xml-parser from 4.2.5 to 4.4.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3016](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3016) - Bump ws from 6.2.2 to 6.2.3 in /docs by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3021](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3021) - Add documentation page for `Pressable` component by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2992](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2992) - Add docs page for Reanimated Swipeable by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2962](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2962) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.18.0...2.18.1 ### [`v2.18.0`](https://redirect.github.com/software-mansion/react-native-gesture-handler/releases/tag/2.18.0) [Compare Source](https://redirect.github.com/software-mansion/react-native-gesture-handler/compare/2.17.1...2.18.0) #### ❗ Important changes - Create a separate component out of the new Swipeable row by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2936](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2936) - Create gesturized pressable component by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2942](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2942), [https://github.com/software-mansion/react-native-gesture-handler/pull/2977](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2977), [https://github.com/software-mansion/react-native-gesture-handler/pull/2982](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2982), [https://github.com/software-mansion/react-native-gesture-handler/pull/2981](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2981) - Support for React Native 0.75 by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2966](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2966) #### 👍 Improvements - \[macOS] Add `ForceTouch` warning by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2954](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2954) - Remove shared value read on the JS thread during detector update by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2957](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2957) - Use a newer constructor for all Gesture Handler events on Android by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2967](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2967) - Persist rotation and pinch gesture through pointer changes on android by [@​coado](https://redirect.github.com/coado) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2983](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2983) - \[macOS] Add `NativeViewGestureHandler` by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3004](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3004) - Add `enabled` prop support to swipeable by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3011](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3011) #### 🐛 Bug fixes - Make handler comparator work only on non-null objects by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2964](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2964) - fix: bind scope to null to prevent issues with inline requires by [@​EvanBacon](https://redirect.github.com/EvanBacon) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2972](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2972) - Replace `queueMicrotask` with `requestAnimationFrame` by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2969](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2969) - Resolve circular dependencies on JS side by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2970](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2970) - Fix Android native buttons emitting 2 press events when talkback is enabled by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3002](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3002) - Fix `ScrollView` intercepting touches through out-of-bounds children by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3017](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3017) - Change `onPress` argument in buttons by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3006](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3006) - \[macOS] Fix handlers not responding after opening context menu by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3008](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3008) - \[iOS | macOS] Fix translation calculation in `LongPress` by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3013](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3013) - Fix cancelling manual activation gestures blocking interactivity on iOS by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3007](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3007) #### 🔢 Miscellaneous - Bump ws from 6.2.2 to 6.2.3 in /FabricExample by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2949](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2949) - Bump braces from 3.0.2 to 3.0.3 in /MacOSExample by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2956](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2956) - docs: bump `@swmansion/t-rex-ui` to 0.0.12 by [@​patrycjakalinska](https://redirect.github.com/patrycjakalinska) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2958](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2958) - Bump braces from 3.0.2 to 3.0.3 in /FabricExample by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2965](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2965) - Set consistent prettier version across all package.jsons by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2971](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2971) - Change naming scheme in package.json from camelCase to dash-case by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2973](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2973) - Unify comments and simplify some conditions. by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2984](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2984) - docs: Update Expo installation instructions by [@​amandeepmittal](https://redirect.github.com/amandeepmittal) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2991](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2991) - Bump fast-loops from 1.1.3 to 1.1.4 in /docs by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2986](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2986) - Remove plural form in docs by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2995](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2995) - Bump fast-loops from 1.1.3 to 1.1.4 in /example by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2994](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2994) - Don't run old arch integrity check on every PR by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2998](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2998) - docs: fix footer on landing by [@​patrycjakalinska](https://redirect.github.com/patrycjakalinska) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2997](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2997) - docs: Replace HireUsSection with `@swmansion/t-rex-ui` component by [@​patrycjakalinska](https://redirect.github.com/patrycjakalinska) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2996](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2996) - Mention `drawerWillShow` in `DrawerLayout` docs by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3000](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3000) - chore: Refactor gradle task to JS scripts by [@​maciekstosio](https://redirect.github.com/maciekstosio) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3001](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3001) - Update dependencies related to tests by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3005](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3005) - \[macOS] Switch `hasPointerInside` to `containsPointInView` by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/3012](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/3012) #### New Contributors - [@​coado](https://redirect.github.com/coado) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2983](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2983) - [@​amandeepmittal](https://redirect.github.com/amandeepmittal) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2991](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2991) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.17.0...2.18.0 ### [`v2.17.1`](https://redirect.github.com/software-mansion/react-native-gesture-handler/releases/tag/2.17.1) [Compare Source](https://redirect.github.com/software-mansion/react-native-gesture-handler/compare/2.17.0...2.17.1) #### 🐛 Bug fixes - Don't register `checkIntegrityBetweenArchitectures` task when installed as a dependency by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [#​2953](https://redirect.github.com/software-mansion/react-native-gesture-handler/issues/2953) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.17.0...2.17.1 ### [`v2.17.0`](https://redirect.github.com/software-mansion/react-native-gesture-handler/releases/tag/2.17.0) [Compare Source](https://redirect.github.com/software-mansion/react-native-gesture-handler/compare/2.16.2...2.17.0) #### ❗ Important changes - Add `ref` property to `Buttons` by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2903](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2903) - Unify touch events callbacks on `web` with respect to `Android` by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2923](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2923) - Add `touchType` to `TouchEvent` by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2941](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2941) #### 👍 Improvements - Refactor `GestureDetector` by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2901](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2901) - Remove lodash by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2916](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2916) - `PointerTracker` refactor. by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2931](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2931) - Change `offsetX` and `offsetY` calculations in `PointerEventManager` by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2938](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2938) #### 🐛 Bug fixes - Make `RootViewGestureHandler` handler cancel awaiting gestures by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2900](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2900) - Get right bridge by [@​piaskowyk](https://redirect.github.com/piaskowyk) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2886](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2886) - Fix buttons getting stuck after scrolling on them by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2693](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2693) - Fix Detector creating and attaching all gestures twice on first mount by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2914](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2914) - Fix GestureDetector not working when its children change by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2921](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2921) - Fix GestureDetector not working correctly with suspense and recycling by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2925](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2925) - Fix nested buttons on the new architecture by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2926](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2926) - Unify scaled coordinates between `web` and `native` side. by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2943](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2943) - \[Web] Send relative coords in event. by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2944](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2944) #### 🔢 Miscellaneous - Add information about `GestureHandlerRootView` area and change component name in quick start section in docs. by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2899](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2899) - Add Hire us section to docs by [@​patrycjakalinska](https://redirect.github.com/patrycjakalinska) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2904](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2904) - Bump ejs from 3.1.7 to 3.1.10 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2888](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2888) - Bump tar from 6.2.0 to 6.2.1 in /e2e/web-tests by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2859](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2859) - docs: add [@​swmansion/t-rex-ui](https://redirect.github.com/swmansion/t-rex-ui) by [@​kacperkapusciak](https://redirect.github.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2895](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2895) - Change navbar and footer to a reusable component by [@​patrycjakalinska](https://redirect.github.com/patrycjakalinska) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2902](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2902) - Add dark mode to button in `Hire us` section by [@​patrycjakalinska](https://redirect.github.com/patrycjakalinska) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2908](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2908) - Setup example app to use Expo by [@​bohdanprog](https://redirect.github.com/bohdanprog) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2905](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2905) - Revert "docs: add [@​swmansion/t-rex-ui](https://redirect.github.com/swmansion/t-rex-ui)" by [@​kacperkapusciak](https://redirect.github.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2909](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2909) - Bump [@​sideway/formula](https://redirect.github.com/sideway/formula) from 3.0.0 to 3.0.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2910](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2910) - docs: add [@​swmansion/t-rex-ui](https://redirect.github.com/swmansion/t-rex-ui) by [@​patrycjakalinska](https://redirect.github.com/patrycjakalinska) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2911](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2911) - Fix symlink loop during pods installation by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2917](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2917) - Bump rexml from 3.2.6 to 3.2.8 in /FabricExample by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2915](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2915) - Add animated header to the example app by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2913](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2913) - Add option to auto-open last example in the example app by [@​j-piasecki](https://redirect.github.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2918](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2918) - Replace current theme components with `@swmansion/t-rex-ui` by [@​patrycjakalinska](https://redirect.github.com/patrycjakalinska) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2906](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2906) - Bump rexml from 3.2.6 to 3.2.8 in /MacOSExample by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2924](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2924) - Bump rexml from 3.2.6 to 3.2.8 in /example by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2930](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2930) - feat: automatically copy codegen artifacts to paper by [@​maciekstosio](https://redirect.github.com/maciekstosio) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2933](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2933) - Add swipeable example rewritten to new API by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2934](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2934) - Fix new swipeable using useMemo with incomplete dependency list by [@​latekvo](https://redirect.github.com/latekvo) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2937](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2937) - docs: update Hire us links to directly lead to contact form by [@​kacperkapusciak](https://redirect.github.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2935](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2935) - chore(types): add missing pointerType to GestureTouchEvent by [@​mgcrea](https://redirect.github.com/mgcrea) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2928](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2928) - Bump braces from 3.0.2 to 3.0.3 in /example by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2945](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2945) - Bump braces from 3.0.2 to 3.0.3 in /e2e/web-tests by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2946](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2946) - Bump ws from 6.2.2 to 6.2.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2947](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2947) - Bump ws from 6.2.2 to 6.2.3 in /e2e/web-tests by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2948](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2948) - Add `relativeCoords` average to `PointerTracker` by [@​m-bert](https://redirect.github.com/m-bert) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2939](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2939) - Add missing import in docs by [@​piaskowyk](https://redirect.github.com/piaskowyk) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2950](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2950) #### New Contributors - [@​bohdanprog](https://redirect.github.com/bohdanprog) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2905](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2905) - [@​maciekstosio](https://redirect.github.com/maciekstosio) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2933](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2933) - [@​mgcrea](https://redirect.github.com/mgcrea) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2928](https://redirect.github.com/software-mansion/react-native-gesture-handler/pull/2928) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.16.2...2.17.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.



This PR was generated by Mend Renovate. View the repository job log.