Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Bump react-native from 0.61.5 to 0.62.3 in /examples #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2021

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

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 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 label Jul 20, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/react-native-0.62.3 branch 2 times, most recently from 462e895 to 24023ae Compare July 23, 2021 17:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/react-native-0.62.3 branch 2 times, most recently from 18c7841 to 52005a7 Compare August 3, 2021 16:45
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/react-native-0.62.3 branch 2 times, most recently from d54ee60 to 03ee485 Compare August 14, 2021 13:27
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/react-native-0.62.3 branch 6 times, most recently from f17412f to 7305b15 Compare August 28, 2021 03:51
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/react-native-0.62.3 branch 2 times, most recently from f06fb12 to b31412f Compare September 3, 2021 13:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/react-native-0.62.3 branch from b31412f to 3c41b92 Compare September 24, 2021 15:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/react-native-0.62.3 branch 2 times, most recently from a842d53 to e9df24e Compare October 3, 2021 11:00
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/react-native-0.62.3 branch 2 times, most recently from de5584e to 9f11442 Compare October 16, 2021 04:44
Bumps [react-native](https://github.com/facebook/react-native) from 0.61.5 to 0.62.3.
- [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.61.5...v0.62.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/react-native-0.62.3 branch from 9f11442 to 902931a Compare October 20, 2021 16:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants