Bump react-native from 0.63.0 to 0.64.1 #25

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/react-native-0.64.1 into develop
dependabot[bot] commented 2021-07-20 18:06:27 +00:00 (Migrated from github.com)

Bumps react-native from 0.63.0 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.

Bumps [react-native](https://github.com/facebook/react-native) from 0.63.0 to 0.64.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/react-native/releases">react-native's releases</a>.</em></p> <blockquote> <h2>v0.64.1</h2> <p>This patch release is specifically targetted towards fixing iOS build problems in Xcode 12.5. If it doesn't help, please refer to <a href="https://github-redirect.dependabot.com/facebook/react-native/issues/31480">this issue</a>.</p> <p>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):</p> <pre><code>use_flipper!('Flipper' =&gt; '0.75.1', 'Flipper-Folly' =&gt; '2.5.3', 'Flipper-RSocket' =&gt; '1.3.1') </code></pre> <p>After which, do all the classic necessary cleans (node_modules, caches, pod folders, etc)(<a href="https://github.com/pmadruga/react-native-clean-project">react-native-clean-project</a> is your ally) then do <code>yarn install</code> and a <code>pod install --repo-update</code> (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).</p> <p>The only other commit picked &amp; released along the Xcode 12.5 fixes is:</p> <ul> <li>Update validateBaseUrl to use latest regex (<a href="https://github.com/facebook/react-native/commit/ca09ae82715e33c9ac77b3fa55495cf84ba891c7">commit</a>) which fixes CVE-2020-1920, GHSL-2020-293.</li> </ul> <hr /> <p>You can participate in the conversation on the status of this release at <a href="https://github-redirect.dependabot.com/react-native-community/releases/issues/224">this issue</a>.</p> <hr /> <p>To help you upgrade to this version, you can use the <a href="https://react-native-community.github.io/upgrade-helper/">upgrade helper</a> ⚛️</p> <hr /> <p>You can find the whole <a href="https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md">changelog history</a> over at <code>react-native-releases</code>.</p> <h2>v0.64.0</h2> <p>0.64 stable is here 🎉</p> <p>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 🤗</p> <p>Some of the most important highlights of this version:</p> <ul> <li>Hermes opt-in on iOS</li> <li>Inline Requires enabled by default</li> <li>React 17</li> </ul> <p>Among many others - please refer to the <a href="https://reactnative.dev/blog/2021/03/11/version-0.64">blog post</a> for more details.</p> <hr /> <p>You can participate in the conversation on the status of this release at <a href="https://github-redirect.dependabot.com/react-native-community/releases/issues/221">this issue</a>.</p> <hr /> <p>You can upgrade to this version using the <a href="https://react-native-community.github.io/upgrade-helper/">upgrade helper webtool</a> ⚛️ And if you are having trouble, please refer to the new <a href="https://github.com/react-native-community/upgrade-support">Upgrade Support</a> repository by our awesome community.</p> <hr /> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/react-native/commit/787567a15014c73b87353b7d418c064c5643e7cc"><code>787567a</code></a> [0.64.1] Bump version numbers</li> <li><a href="https://github.com/facebook/react-native/commit/cf8a364767df830d7255339741350bb53ab1a68a"><code>cf8a364</code></a> [local] change post-install to patch RTC-Folly</li> <li><a href="https://github.com/facebook/react-native/commit/1c4ac48a55cf0703f0c8a32cbb07474a2d126f3e"><code>1c4ac48</code></a> [local] yarn lock update (?)</li> <li><a href="https://github.com/facebook/react-native/commit/76f45d35e710f84a1cc44c90bc128494bc4280ce"><code>76f45d3</code></a> [local] update RNTester files for 0.64</li> <li><a href="https://github.com/facebook/react-native/commit/3912fef6bf654cd11451a0898d784c4e32d37b1b"><code>3912fef</code></a> Update validateBaseUrl to use latest regex</li> <li><a href="https://github.com/facebook/react-native/commit/ace025d2cbcc06ef076cbf460be445b18baddcc7"><code>ace025d</code></a> [0.64.0] Bump version numbers</li> <li><a href="https://github.com/facebook/react-native/commit/728d55a3e1919cfd4c718f58582d1714832d2fa7"><code>728d55a</code></a> Fixing the git attrs for all the people and all the files and all future 🙌</li> <li><a href="https://github.com/facebook/react-native/commit/8a6ac1fef369071405a3bf14a89924c66f28d192"><code>8a6ac1f</code></a> chore: Update React.podspec to require cocoapods &gt;= 1.10.1</li> <li><a href="https://github.com/facebook/react-native/commit/138fdbceda80005be87eed6a81373793ac72a47b"><code>138fdbc</code></a> fix: restore refresh control fix</li> <li><a href="https://github.com/facebook/react-native/commit/7f3f80fc94d15a02b9b0364a3f230723df9d2086"><code>7f3f80f</code></a> Fix RefreshControl layout when removed from window (<a href="https://github-redirect.dependabot.com/facebook/react-native/issues/31024">#31024</a>)</li> <li>Additional commits viewable in <a href="https://github.com/facebook/react-native/compare/v0.63.0...v0.64.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-native&package-manager=npm_and_yarn&previous-version=0.63.0&new-version=0.64.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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](https://github.com/odemolliens/react-native-logging-tools/network/alerts). </details>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/react-native-0.64.1:dependabot/npm_and_yarn/react-native-0.64.1
git switch dependabot/npm_and_yarn/react-native-0.64.1

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch develop
git merge --no-ff dependabot/npm_and_yarn/react-native-0.64.1
git switch dependabot/npm_and_yarn/react-native-0.64.1
git rebase develop
git switch develop
git merge --ff-only dependabot/npm_and_yarn/react-native-0.64.1
git switch dependabot/npm_and_yarn/react-native-0.64.1
git rebase develop
git switch develop
git merge --no-ff dependabot/npm_and_yarn/react-native-0.64.1
git switch develop
git merge --squash dependabot/npm_and_yarn/react-native-0.64.1
git switch develop
git merge --ff-only dependabot/npm_and_yarn/react-native-0.64.1
git switch develop
git merge dependabot/npm_and_yarn/react-native-0.64.1
git push origin develop
Sign in to join this conversation.
No description provided.