Update dependency react-native to v0.62.3 [SECURITY] - abandoned #17
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 contains the following updates:
0.60.3
->0.62.3
GitHub Vulnerability Alerts
CVE-2020-1920
A regular expression denial of service (ReDoS) vulnerability in the validateBaseUrl function can cause the application to use excessive resources, become unresponsive, or crash. This was introduced in react-native version 0.59.0 and fixed in version 0.64.1.
Release Notes
facebook/react-native
v0.62.3
Compare Source
This patch release is specifically targetted towards Xcode 12.5. The changes done are tailored to unblock developers still relying on v0.62 of RN.
Aside from bumping your version from 0.62.2 to 0.62.3, please make sure to add this line to your podfile (or modify it if you already had it):
After which, do all the classic necessary cleans (node_modules, caches, pod folders, etc)(react-native-clean-project is your ally) then do
yarn install
and apod install --repo-update
(if pod install fails on an error about a Flipper package, just remove the relevant lines from the podfile.lock and run the pod install again).The only other commit picked & released along the Xcode 12.5 fixes is:
To help you upgrade to this version, you can use the upgrade helper ⚛️
You can find the whole changelog history over at
react-native-releases
.v0.62.2
Compare Source
This release fixes a few minor issues that were reported by the community. You can view the complete changelog here.
You can participate in the conversation for the next patch release in the dedicated issue.
To help you upgrade to this version, you can use the new upgrade helper ⚛️
You can find the whole changelog history over at
react-native-releases
.v0.62.1
Compare Source
This release fixes a YellowBox regression in v0.62.0 where the Flipper network inspector causes YellowBox to crash the app due to using base64 images.
You can view the complete changelog here.
You can participate in the conversation for the next patch release in the dedicated issue.
To help you upgrade to this version, you can use the new upgrade helper ⚛️
You can find the whole changelog history over at
react-native-releases
.v0.62.0
Compare Source
0.62.0
0.62 stable is here 🎉
Thanks to everyone who contributed and helped to get this together, everyone worked really hard and we hope you are as excited as we are 🤗
Some of the major changes that this version brings:
Among many others - please refer to the blog post for more details.
This release comes in the midst of a global pandemic. We’re releasing this version today to respect the work of hundreds of contributors who made this release possible and to prevent the release from falling too far behind master. You can participate in the conversation on the status of this release at this issue, but please be mindful of the reduced capacity of contributors to help with issues and prepare to delay upgrading if necessary.
You can upgrade to this version using the upgrade helper webtool ⚛️
And if you are having troubles, please refer to the new Upgrade Support repository by our awesome community.
You can find the whole changelog history over at
react-native-releases
.v0.61.5
Compare Source
This release fixes a few minor issues that were reported by the community. You can view the complete changelog here.
You can participate in the conversation for the next patch release in the dedicated issue.
To help you upgrade to this version, you can use the new upgrade helper webtool ⚛️
You can find the whole changelog history over at
react-native-releases
.v0.61.4
Compare Source
This release fixes a few minor issues that were reported by the community. You can view the complete changelog here.
You can participate in the conversation for the next patch release in the dedicated issue.
To help you upgrade to this version, you can use the new upgrade helper webtool ⚛️
You can find the whole changelog history over at
react-native-releases
.v0.61.3
Compare Source
This release fixes few minor issues that were reported by the community. You can view the complete changelog here.
You can participate in the conversation for the next patch release in the dedicated issue.
To help you upgrade to this version, you can use the new upgrade helper webtool ⚛️
You can find the whole changelog history over at
react-native-releases
.v0.61.2
Compare Source
This release fixes shadow issues that were happening on Android as well as improves
StatusBar
API to better support iOS 13 dark mode.Unfortunately, it re-introduces an issue with ripple effect not respecting
borderRadius
. Consider using the workaround provided in the linked issue while we are working on a better solution.You can participate in the conversation for the next patch release in the dedicated issue.
To help you upgrade to this version, you can use the new upgrade helper webtool ⚛️
You can find the whole changelog history over at
react-native-releases
.v0.61.1
Compare Source
This release fixes issues with
react-native-gesture-handler
.You can participate in the conversation for the next patch release in the dedicated issue.
To help you upgrade to this version, you can use the new upgrade helper webtool ⚛️
You can find the whole changelog history over at
react-native-releases
.v0.61.0
: 0.61.0Compare Source
0.61 stable is here 🎉
Thanks to everyone who contributed and helped to get this together, everyone worked really hard and we hope you are as excited as we are 🤗
Some of the major changes that this version brings:
Whole new hot reloading experience, called "Fast refresh". It is turned on by default and can be accessed under the developer menu. Expect more details about this feature in the upcoming blog post.
React version has been updated to 16.9 -
0ccedf3
Better CocoaPods support with
use_frameworks!
Please refer to this issue for updates on the status of this release candidate - also, you can post here the link to the issues you have reported for this version so that they can be surfaced easily.
You can also test upgrading to this version using the upgrade helper webtool ⚛️
You can find the whole changelog history over at
react-native-releases
.v0.60.6
: 0.60.6Compare Source
This is a small patch release with a commit to fix the build break in MSVC (thanks @acoates!) to help the users of react-native-windows.
You can participate to the conversation for the next patch release in the dedicated issue.
To help you upgrading to this version, you can use the new upgrade helper webtool ⚛️
You can find the whole changelog history over at
react-native-releases
.v0.60.5
: 0.60.5Compare Source
This is a patch release that consist of a few commits requested in the dedicated conversation to improve the quality of the 0.60 release. Thanks to everyone who contributed!
Added
Android specific
Changed
Fixed
Android specific
ClassNotFound
exception in Android during Release builds (ffdf3f2 by @thecodrr)iOS specific
You can participate to the conversation for the next patch release in the dedicated issue.
To help you upgrading to this version, you can use the new upgrade helper webtool ⚛️
You can find the whole changelog history over at
react-native-releases
.v0.60.4
: 0.60.4Compare Source
This is a patch release that contains two more Hermes related fixes, thanks to the contributors for helping improving the support!
b1f81be
by @HazAT)60e75dc
by @motiz88)You can participate to the conversation for the next patch release in the dedicated issue.
To help you upgrading to this version, you can use the new upgrade helper webtool ⚛️
You can find the whole changelog history over at
react-native-releases
.Configuration
📅 Schedule: Branch creation - "" (UTC), 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.