[Snyk] Upgrade: react, , , , expo-build-properties, expo-linking, expo-router, expo-status-bar, js-sha256, react-native-gesture-handler, react-native-pager-view, react-native-reanimated, react-native-safe-area-context, react-native-screens, react-native-webview #2
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.
react
from 18.2.0 to 18.3.1 | 385 versions ahead of your current version | 5 months ago
on 2024-04-26
@react-native-async-storage/async-storage
from 1.21.0 to 1.24.0 | 7 versions ahead of your current version | 2 months ago
on 2024-07-12
@react-native-community/netinfo
from 11.1.0 to 11.3.2 | 6 versions ahead of your current version | 4 months ago
on 2024-05-11
@types/react
from 18.2.79 to 18.3.4 | 5 versions ahead of your current version | a month ago
on 2024-08-20
expo-build-properties
from 0.11.1 to 0.12.4 | 9 versions ahead of your current version | 2 months ago
on 2024-07-30
expo-linking
from 6.2.2 to 6.3.1 | 2 versions ahead of your current version | 5 months ago
on 2024-04-23
expo-router
from 3.4.10 to 3.5.22 | 23 versions ahead of your current version | a month ago
on 2024-08-14
expo-status-bar
from 1.11.1 to 1.12.1 | 2 versions ahead of your current version | 5 months ago
on 2024-04-23
js-sha256
from 0.9.0 to 0.11.0 | 3 versions ahead of your current version | 8 months ago
on 2024-01-24
react-native-gesture-handler
from 2.14.1 to 2.18.1 | 9 versions ahead of your current version | 2 months ago
on 2024-08-01
react-native-pager-view
from 6.2.3 to 6.4.1 | 7 versions ahead of your current version | 21 days ago
on 2024-08-28
react-native-reanimated
from 3.6.3 to 3.15.0 | 267 versions ahead of your current version | a month ago
on 2024-08-06
react-native-safe-area-context
from 4.8.2 to 4.10.9 | 14 versions ahead of your current version | a month ago
on 2024-08-15
react-native-screens
from 3.29.0 to 3.34.0 | 9 versions ahead of your current version | a month ago
on 2024-08-05
react-native-webview
from 13.6.4 to 13.12.0 | 24 versions ahead of your current version | 23 days ago
on 2024-08-26
Release notes
Package name: react
act
fromreact
f1338fThis release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
this.refs
to support string ref codemod 909071findDOMNode
outside StrictMode c3b283test-utils
methods d4ea75defaultProps
for function components #25699key
#25697act
fromtest-utils
d4ea75React DOM
unmountComponentAtNode
8a015brenderToStaticNodeStream
#28874React DOM
onRecoverableError
. (@ gnoff in #24591)document
causing a blank page on mismatch. (@ gnoff in #24523)setState
in Safari when adding an iframe. (@ gaearon in #24459)React DOM Server
<title>
elements to match the browser constraints. (@ gnoff in #24679)highWaterMark
to0
. (@ jplhomer in #24641)Server Components (Experimental)
useId()
inside Server Components. (@ gnoff) in #24172Package name: @react-native-async-storage/async-storage
Minor Changes
1.23.1 (2024-03-20)
Bug Fixes
1.23.0 (2024-03-19)
❗️Please bump to version v1.23.1 fixed Privacy Manifest file
Features
1.22.3 (2024-02-28)
Bug Fixes
1.22.2 (2024-02-23)
Bug Fixes
1.22.1 (2024-02-20)
Bug Fixes
Package name: @react-native-community/netinfo
11.3.2 (2024-05-11)
Bug Fixes
11.3.1 (2024-02-27)
Bug Fixes
11.3.0 (2024-02-14)
Features
11.2.1 (2023-12-12)
Bug Fixes
11.2.0 (2023-12-05)
Features
11.1.1 (2023-11-29)
Bug Fixes
11.1.0 (2023-11-08)
Features
Package name: @types/react
Package name: expo-build-properties
Package name: expo-linking
Package name: expo-router
Package name: expo-status-bar
Package name: js-sha256
No content.
No content.
No content.
No content.
Package name: react-native-gesture-handler
🐛 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 #2954