[Snyk] Upgrade: expo, expo-dev-client, expo-router, react-native-gesture-handler, react-native-paper, react-native-reanimated, react-native-safe-area-context, react-native-screens #12
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.
Snyk has created this PR to upgrade multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together.ℹ️ 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.
expo
from 51.0.24 to 51.0.31 | 7 versions ahead of your current version | a month ago
on 2024-08-23
expo-dev-client
from 4.0.21 to 4.0.25 | 4 versions ahead of your current version | a month ago
on 2024-08-23
expo-router
from 3.5.16 to 3.5.22 | 6 versions ahead of your current version | a month ago
on 2024-08-14
react-native-gesture-handler
from 2.16.2 to 2.19.0 | 5 versions ahead of your current version | 21 days ago
on 2024-09-02
react-native-paper
from 5.12.3 to 5.12.5 | 2 versions ahead of your current version | 2 months ago
on 2024-07-28
react-native-reanimated
from 3.14.0 to 3.15.1 | 29 versions ahead of your current version | a month ago
on 2024-08-28
react-native-safe-area-context
from 4.10.8 to 4.10.9 | 1 version ahead of your current version | a month ago
on 2024-08-15
react-native-screens
from 3.31.1 to 3.34.0 | 3 versions ahead of your current version | 2 months ago
on 2024-08-05
Release notes
Package name: expo
Package name: expo-dev-client
Package name: expo-router
Package name: react-native-gesture-handler
❗ Important changes
ManualGestureHandler
by @ m-bert in #3018LongPressGestureHandler
by @ m-bert in #3014HoverGestureHandler
by @ m-bert in #3027FlingGestureHandler
by @ m-bert in #3028web
] Add keyboard support to gesture handler by @ latekvo in #3035👍 Improvements
numberOfPointers
toLongPress
by @ m-bert in #3043AGP version <= 7
by @ latekvo in #3077🐛 Bug fixes
Pressable
not inferring dimensions from it's children by @ latekvo in #3020scale
by @ m-bert in #3031Pressables
's interference with other gestures when nested by @ latekvo in #3015ReanimatedSwipeable
] Create separate spring configs to avoid overwriting ones already being used by @ latekvo in #3045ReanimatedSwipeable
andPressable
to their inner components by @ latekvo in #3039Hover
blocking scrolling with mouse wheel by @ m-bert in #3067enabled
prop in buttons. by @ m-bert in #3062NativeViewGestureHandler
style. by @ m-bert in #3070🔢 Miscellaneous
yarn format
script name by @ m-bert in #3053lint-staged
by @ m-bert in #3060onStart
firing onPan
withactivateAfterLongPress
when gesture is disabled while being pressed down. by @ latekvo in #3075New Contributors
Full Changelog: 2.18.1...2.19.0
🐛 Bug fixes
What's Changed
Pressable
component by @ latekvo in #2992Full Changelog: 2.18.0...2.18.1
❗ Important changes
👍 Improvements
ForceTouch
warning by @ m-bert in #2954NativeViewGestureHandler
by @ m-bert in #3004enabled
prop support to swipeable by @ latekvo in #3011🐛 Bug fixes
queueMicrotask
withrequestAnimationFrame
by @ m-bert in #2969ScrollView
intercepting touches through out-of-bounds children by @ j-piasecki in #3017onPress
argument in buttons by @ m-bert in #3006LongPress
by @ m-bert in #3013🔢 Miscellaneous
@ swmansion/t-rex-ui
to 0.0.12 by @ patrycjakalinska in #2958@ swmansion/t-rex-ui
component by @ patrycjakalinska in #2996drawerWillShow
inDrawerLayout
docs by @ m-bert in #3000hasPointerInside
tocontainsPointInView
by @ m-bert in