Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2021

Bumps react-native from 0.63.4 to 0.64.1.

Release notes

Sourced from react-native's releases.

v0.64.1

This patch release is specifically targetted towards fixing iOS build problems in Xcode 12.5. If it doesn't help, please refer to this issue.

Aside from bumping your version from 0.64.0 to 0.64.1, please check your podfile.lock and make sure that Flipper is on 0.75 or higher, and Flipper-Folly is 2.5.3 or higher; if not, 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 a pod 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.

You can participate in the conversation on the status of this release at this issue.


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.64.0

0.64 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 most important highlights of this version:

  • Hermes opt-in on iOS
  • Inline Requires enabled by default
  • React 17

Among many others - please refer to the blog post for more details.


You can participate in the conversation on the status of this release at this issue.


You can upgrade to this version using the upgrade helper webtool ⚛️ And if you are having trouble, please refer to the new Upgrade Support repository by our awesome community.


... (truncated)

Commits
  • 787567a [0.64.1] Bump version numbers
  • cf8a364 [local] change post-install to patch RTC-Folly
  • 1c4ac48 [local] yarn lock update (?)
  • 76f45d3 [local] update RNTester files for 0.64
  • 3912fef Update validateBaseUrl to use latest regex
  • ace025d [0.64.0] Bump version numbers
  • 728d55a Fixing the git attrs for all the people and all the files and all future 🙌
  • 8a6ac1f chore: Update React.podspec to require cocoapods >= 1.10.1
  • 138fdbc fix: restore refresh control fix
  • 7f3f80f Fix RefreshControl layout when removed from window (#31024)
  • Additional commits viewable in compare view

Dependabot compatibility score

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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file, or issues which involve a fix/change to a dependency label Sep 22, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/integration-testing/react-native-0.64.1 branch from 4394158 to 140c51a Compare October 27, 2021 17:41
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/integration-testing/react-native-0.64.1 branch 2 times, most recently from bcdbf4d to bd80191 Compare March 10, 2022 18:17
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/integration-testing/react-native-0.64.1 branch 7 times, most recently from c09ba44 to 68621a6 Compare March 28, 2022 23:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/integration-testing/react-native-0.64.1 branch 4 times, most recently from 54e2903 to a52fe61 Compare April 22, 2022 21:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/integration-testing/react-native-0.64.1 branch 4 times, most recently from a218c5b to f1e848a Compare May 4, 2022 19:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/integration-testing/react-native-0.64.1 branch from f1e848a to 7407c30 Compare May 10, 2022 18:26
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/integration-testing/react-native-0.64.1 branch 3 times, most recently from 982d9de to e1fc896 Compare June 7, 2022 20:52
Bumps [react-native](https://github.com/facebook/react-native) from 0.63.4 to 0.64.1.
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/Releases.md)
- [Commits](facebook/react-native@v0.63.4...v0.64.1)

---
updated-dependencies:
- dependency-name: react-native
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/integration-testing/react-native-0.64.1 branch from e1fc896 to 802095f Compare June 8, 2022 15:30
@roninopf roninopf merged commit f6619f4 into master Jun 9, 2022
@roninopf roninopf deleted the dependabot/npm_and_yarn/integration-testing/react-native-0.64.1 branch June 9, 2022 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file, or issues which involve a fix/change to a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants