[Snyk] Upgrade: , , , ramda, react-native, react-native-calendars, react-native-config, react-native-screens #19
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-native-async-storage/async-storage
from 1.23.1 to 1.24.0 | 1 version ahead of your current version | 2 months ago
on 2024-07-12
@react-navigation/native
from 6.1.17 to 6.1.18 | 1 version ahead of your current version | 2 months ago
on 2024-07-16
@react-navigation/native-stack
from 6.9.26 to 6.11.0 | 3 versions ahead of your current version | 2 months ago
on 2024-07-25
ramda
from 0.27.2 to 0.30.1 | 5 versions ahead of your current version | 4 months ago
on 2024-06-02
react-native
from 0.74.2 to 0.75.2 | 120 versions ahead of your current version | a month ago
on 2024-08-20
react-native-calendars
from 1.1305.0 to 1.1306.0 | 8 versions ahead of your current version | 2 months ago
on 2024-07-23
react-native-config
from 1.5.2 to 1.5.3 | 1 version ahead of your current version | 2 months ago
on 2024-07-30
react-native-screens
from 3.32.0 to 3.34.0 | 2 versions ahead of your current version | 2 months ago
on 2024-08-05
Issues fixed by the recommended upgrade:
SNYK-JS-ANSIREGEX-1583908
SNYK-JS-BRACES-6838727
SNYK-JS-MICROMATCH-6838728
SNYK-JS-WS-7266574
SNYK-JS-FASTXMLPARSER-7573289
SNYK-JS-SEND-7926862
SNYK-JS-SERVESTATIC-7926865
Release notes
Package name: @react-native-async-storage/async-storage
Minor Changes
1.23.1 (2024-03-20)
Bug Fixes
Package name: @react-navigation/native
Package name: @react-navigation/native-stack
Package name: ramda
upgrade guide: #3472
Upgrade guide: #3453
Upgrade guide: #3415
Added
🆕 addIndexRight
🆕 isNotNil
🆕 swap
🆕 dropRepeatsBy
Removed
Deprecated
Changes
Thank you to everyone who contributed to this release!
A long-overdue release with many updates, documented in #3218.
This release patches a security vulnerability in the implementation of
trim
(#3212).Package name: react-native
Added
Android specific
com.facebook.react.bridge.Dynamic
as parameter for TurboModules (45cd81706d by @ cortinico)Changed
Android specific
mLastHeight
withmVisibleViewArea.height()
since mLastHeight value is not getting updated. Forwidth
we are already usingmVisibleViewArea.width()
(603eb94dd9 by @ shubhamguptadream11)Removed
iOS specific
Fixed
yargs
(0979921850 by @ tido64)Android specific
open
for inheritance (02d9979c32 by @ cortinico)Hermes dSYMS:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
v0.75.1
Changed
Hermes dSYMS:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
0.75 stable is out!
This release includes over 1491 commits from 165 contributors! Thank you to all our contributors new and old! See the highlights of the release in our release blog post.
Hermes dSYMS:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file
Changed
Hermes dSYMS:
You can file issues or pick requests against this release here
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history in the changelog.md file.
Fixed
iOS specific
Android specific
Hermes dSYMS:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
Package name: react-native-calendars
What's Changed
reservationsBackgroundColor
to typings by @ pridemusvaire in #2411New Contributors
Full Changelog: 1.1305.0...1.1306.0
What's Changed
New Contributors
Full Changelog: 1.1304.1...1.1305.0
Package name: react-native-config
Package name: react-native-screens
Recently released 3.33.0 introduced a crash when running on Android + Fabric + "bridgefull" combination of platform / architecture. This version introduces a fix for that crash with changes in native code, thus bumping minor version.
What's Changed
🐛 Bug fixes
🔢 Miscellaneous
Full Changelog: 3.33.0...3.34.0
Minor release heavily focused on fixing existing Fabric bugs. This version also comes with compatibility with
react-native@0.75
(in its current state - 0.75-rc.6) and a new prop for shadow control (details below).We want to give a shoutout to @ janicduplessis and every person who reported issues in our repository. This is really a big help, thanks a lot! You are the cornerstone of open source community!
Thanks for following along! 💙
What's Changed
Here's more detailed information on what changes this release introduces.
👍 Improvements
🐛 Bug fixes
unmountChildComponent:index:
by @ kkafar in #2261🔢 Miscellaneous