galio
galio copied to clipboard
Bump react-native from 0.59.10 to 0.62.3
Bumps react-native from 0.59.10 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)
Changelog
Sourced from react-native's changelog.
v0.62.3
Security
- Update validateBaseUrl to use latest regex (33ef82ce6d by
@FBNeal
)Fixed
iOS specific
- Change autolink to match requirements for FlipperFolly working with Xcode 12.5 (c6f4611dcb by
@kelset
)- Change podfile to rely on the autolink-ios rb file (c4ea556d64 by
@kelset
)- Update detox to work on Xcode 12 (158b558e50 by
@kelset
)v0.62.2
Fixed
- Fix Appearance module when using Chrome Debugger (f7b90336be by
@TheSavior
)- Fix mock for TextInput (5a3c6faee9 by
@SergioEstevao
)- Flow errors from YellowBox and BubblingEventHandler (a049130f34 by
@thymikee
)iOS specific
- Make Vibration library compatible with TurboModules. (3904228704 by
@brunobar79
)- Exclude Flipper from iOS Release builds (e5497ca8f6 by
@javiercr
)- Fix crash when enabling Performance Monitor on iOS 13.4 (e2c417f7cf by
@IjzerenHein
)v0.62.1
Fixed
- Bump CLI to 4.5.1 to improve DX (eac56b9749 by
@alloy
)- Fix a YellowBox regression in v0.62.0 where the Flipper network inspector causes YellowBox to crash the app due to using base64 images. (227aa96bb2 by
@rickhanlonii
)Android specific
- Add new DoNotStrip class to proguard config (cfcf5eba43 by
@janicduplessis
)iOS specific
- Fix Performance Monitor in dark appearance (576ddfb3a8 by
@gorhom
)- Inverted ScrollViews scroll to their bottom when the status bar is pressed (7a4753d76a by
@emilioicai
)- Revert previous incomplete fix for an issue with
Modal
’sonDismiss
prop. (27a3248a3b by@grabbou
)- Fix double call to onEndReached in VirtualizedList (d3658bc2b6 by
@MartinSherburn
)Changed
- Update warning message of deprecated imports (405200e9a9 by
@Naturalclar
)
... (truncated)
Commits
83425fa
[0.62.3] Bump version numbersc6f4611
[local] change autolink to match requirements for FlipperFolly working with X...c4ea556
[local] change podfile to rely on the autolink-ios rb fileca09ae8
Update validateBaseUrl to use latest regex166a5dd
Get ReactiveNative compiled with Clang 10 (#28362)158b558
[local] update detox to work on Xcode 12b9944e5
[0.62.2] Bump version numbersf89c509
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.