aryella-lacerda / react-native-accessibility-engine

Make accessibility-related assertions on React Native code using React Test Renderer
MIT License
163 stars 13 forks source link

fix(deps): update dependency react-native-gesture-handler to v2.8.0 #303

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

software-mansion/react-native-gesture-handler ### [`v2.8.0`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.8.0) [Compare Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.7.1...2.8.0) #### ❗ Important changes - Add `userSelect` prop by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2280](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2280) - Make `gesture` required prop in `GestureDetector` by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2285](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2285) #### 🐛 Bug fixes - Make handlers respect `shouldCancelWhenOutside` by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2271](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2271) - Fix `ManualGestureHandler` shouldCancelWhenOutside on iOS by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2274](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2274) - Fix missing `begin` event on Android for Pinch and Rotation by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2264](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2264) #### 🔢 Miscellaneous - Add pre-commit hook and linters for Android and iOS code by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2114](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2114) - Add module file for Windows by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2272](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2272) - Bump react-native-reanimated from 2.4.1 to 2.10.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2287](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2287) - Fix example app with Reanimated by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2251](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2251) - Make `clang-format` a dev dependency by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2289](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2289) - Merge `lib` package into the main one in the Android implementation by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2270](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2270) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.7.1...2.8.0 ### [`v2.7.1`](https://togithub.com/software-mansion/react-native-gesture-handler/releases/tag/2.7.1) [Compare Source](https://togithub.com/software-mansion/react-native-gesture-handler/compare/2.7.0...2.7.1) #### 🐛 Bug fixes - Pan shouldCancelWhenOutside fix by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2256](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2256) - Change in handling coordinates in FlingGestureHandler by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2253](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2253) - Fix simultaneous gesture when it receives composed gestures as arguments by [@​j-piasecki](https://togithub.com/j-piasecki) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2252](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2252) - Remove userSelect: none on NativeViewGestureHandler by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2260](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2260) - Change order of sending touch events and assigning new state by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2261](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2261) - fix a potential race on component unmount by [@​phryneas](https://togithub.com/phryneas) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2262](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2262) #### 👍 Improvements - Disable context menu on LongPressGestureHandler by [@​Warus15](https://togithub.com/Warus15) in [https://github.com/software-mansion/react-native-gesture-handler/pull/2257](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2257) #### New Contributors - [@​phryneas](https://togithub.com/phryneas) made their first contribution in [https://github.com/software-mansion/react-native-gesture-handler/pull/2262](https://togithub.com/software-mansion/react-native-gesture-handler/pull/2262) **Full Changelog**: https://github.com/software-mansion/react-native-gesture-handler/compare/2.7.0...2.7.1

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Base: 99.45% // Head: 99.45% // No change to project coverage :thumbsup:

Coverage data is based on head (1f432ab) compared to base (43be61c). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #303 +/- ## ======================================= Coverage 99.45% 99.45% ======================================= Files 28 28 Lines 183 183 Branches 43 43 ======================================= Hits 182 182 Misses 1 1 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Aryella+Lacerda). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Aryella+Lacerda)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.