Bump react-native from 0.61.5 to 0.62.3
Created by: dependabot[bot]
Bumps react-native from 0.61.5 to 0.62.3.
Release notes
Sourced from react-native's releases.
v0.62.3
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):
use_flipper!('Flipper' => '0.75.1', 'Flipper-Folly' => '2.5.3', 'Flipper-RSocket' => '1.3.1')
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:
- Update validateBaseUrl to use latest regex (commit) which fixes CVE-2020-1920, GHSL-2020-293.
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
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
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
.
... (truncated)
Commits
-
83425fa
[0.62.3] Bump version numbers -
c6f4611
[local] change autolink to match requirements for FlipperFolly working with X... -
c4ea556
[local] change podfile to rely on the autolink-ios rb file -
ca09ae8
Update validateBaseUrl to use latest regex -
166a5dd
Get ReactiveNative compiled with Clang 10 (#28362) -
158b558
[local] update detox to work on Xcode 12 -
b9944e5
[0.62.2] Bump version numbers -
f89c509
Make Vibration.vibrate compatible with TurboModules (#27951) -
8858d87
Exclude all FlipperKit transitive dependencies from iOS Release builds (#28504) -
4fd9c9d
Fix Appearance module when using Chrome Debugger - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.