[Snyk] Upgrade react-native-gesture-handler from 2.1.3 to 2.16.1 #93
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.
![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)
Snyk has created this PR to upgrade react-native-gesture-handler from 2.1.3 to 2.16.1.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 33 versions ahead of your current version.
The recommended version was released on a month ago.
Release notes
Package name: react-native-gesture-handler
🐛 Bug fixes
manualActivation
on web by @ m-bert in #2869startX
andstartY
values inPan
by @ m-bert in #2871minVelocity
toPan
custom activation criteria by @ m-bert in #2884👍 Improvements
TypeDoc
to new API by @ m-bert in #2874🔢 Miscellaneous
.web
files to default and add.native
by @ m-bert in #2835typescript
version in example by @ m-bert in #2848cancell
typo by @ m-bert in #2854New Contributors
Full Changelog: 2.16.0...2.16.1
❗ Important changes
mouseButton
implementation on Android by @ m-bert in #2680pointerType
to event by @ m-bert in #2760touchAction
prop. by @ m-bert in #2787🐛 Bug fixes
ConcurrentModificationException
. by @ m-bert in #2750cocoapods
by @ m-bert in #2772customDirectEventTypes
to separate files. by @ m-bert in #2786NativeViewGestureHandler
by @ m-bert in #2788locationOfTouch:inView
overlocationInView
for focal point by @ rrebase in #2834👍 Improvements
{ flex: 1 }
as default style toGestureHandlerRootView
by @ kacperkapusciak in #2757userSelect
to TouchableOpacity by @ m-bert in #2812Orchestrator
refactor. by @ m-bert in #2819mach_absolute_time
withCACurrentMediaTime
by @ j-piasecki in #2830🔢 Miscellaneous
mouseButton
description to docs. by @ m-bert in #2789pointerType
description to docs. by @ m-bert in #2791enableContextMenu
description to docs. by @ m-bert in #2790touchAction
description to docs. by @ m-bert in #2794MouseButton
export type. by @ m-bert in #2804New Contributors
Full Changelog: 2.15.0...2.16.0
❗ Important changes
mouseButton
prop by @ m-bert in #2676🐛 Bug fixes
GestureDetectors
by @ m-bert in #2694didMountComponentsWithRootTag
on the new arch by @ j-piasecki in #2687activateAfterLongPress
is used by @ j-piasecki in #2628inactive
handlers staying at finished state by @ m-bert in #2738🔢 Miscellaneous
workflow_dispatch
to workflows by @ j-piasecki in #2295