Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump react-native from 0.57.8 to 0.61.2 #8277

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Oct 3, 2019

Bumps react-native from 0.57.8 to 0.61.2.

Release notes

Sourced from react-native's releases.

v0.61.2

This release fixes shadow issues that were happening on Android as well as improves StatusBar API to better support iOS 13 dark mode.

Unfortunately, it re-introduces an issue with ripple effect not respecting borderRadius. Consider using the workaround provided in the linked issue while we are working on a better solution.

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 webtool ⚛️


You can find the whole changelog history over at react-native-releases.

v0.61.1

This release fixes issues with react-native-gesture-handler.

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 webtool ⚛️


You can find the whole changelog history over at react-native-releases.

0.61.0

0.61 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 major changes that this version brings:

  • Whole new hot reloading experience, called "Fast refresh". It is turned on by default and can be accessed under the developer menu. Expect more details about this feature in the upcoming blog post.

  • React version has been updated to 16.9 - 0ccedf3964b1ebff43e4631d1e60b3e733096e56

  • Better CocoaPods support with use_frameworks!

Please refer to this issue for updates on the status of this release candidate - also, you can post here the link to the issues you have reported for this version so that they can be surfaced easily.


You can also test upgrading to this version using the upgrade helper webtool ⚛️


You can find the whole changelog history over at react-native-releases.

... (truncated)
Changelog

Sourced from react-native's changelog.

Releases Guide

This document serves as guide for release coordinators. You can find a list of releases and their release notes at https://github.com/facebook/react-native/releases

Release schedule

React Native follows a monthly release train. Every month, a new branch created off master enters the Release Candidate phase, and the previous Release Candidate branch is released and considered stable.

Version RC release Stable release
0.38.0 week of November 7 November 21
0.39.0 week of November 21 December 2
0.40.0 1st of December 1st of January
0.41.0 1st of January 1st of February
0.42.0 1st of February 1st of March
... ... ...
0.56.0 1st of June 1st of July
0.57.0 1st of July 1st of August
0.58.0 1st of August 1st of September
... ... ...

How to cut a new release branch

Prerequisites

The following are required for the local test suite to run:

Step 1: Check everything works

Before cutting a release branch, make sure Circle CI system is green.

Before executing the following script, make sure you have:

  • An Android emulator / Genymotion device running
  • No packager running in any of the projects
./scripts/test-manual-e2e.sh

This script bundles a react-native package locally and passes it to the react-native cli that creates a test project inside /tmp folder using that version.

After npm install completes, the script prints a set of manual checks you have to do to ensure the release you are preparing is working as expected on both platforms.

... (truncated)
Commits

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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@vercel
Copy link

vercel bot commented Oct 3, 2019

This pull request is being automatically deployed with ZEIT Now (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://zeit.co/storybook/monorepo/5eb6lneo4
🌍 Preview: https://monorepo-git-dependabot-npmandyarnreact-native-0612.storybook.now.sh

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from 79808a3 to 7c02662 Compare October 3, 2019 14:19
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from 7c02662 to 128ff2b Compare October 4, 2019 07:25
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from 128ff2b to 372f404 Compare October 4, 2019 07:45
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from 372f404 to c08fed8 Compare October 4, 2019 22:36
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from c08fed8 to 7850c6a Compare October 6, 2019 01:41
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from 7850c6a to f2a83fa Compare October 7, 2019 14:42
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from f2a83fa to 78cbd1a Compare October 8, 2019 01:41
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from 78cbd1a to d4e90f0 Compare October 8, 2019 10:09
@vercel vercel bot temporarily deployed to staging October 8, 2019 10:09 Inactive
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from d4e90f0 to ea7d74d Compare October 8, 2019 10:16
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from ea7d74d to 7801b47 Compare October 10, 2019 04:41
@vercel vercel bot temporarily deployed to staging October 10, 2019 04:41 Inactive
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from 7801b47 to 0dd3fbf Compare October 10, 2019 04:55
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from f0256fc to bf6c64d Compare October 23, 2019 02:28
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from bf6c64d to a434a23 Compare October 24, 2019 15:12
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from a434a23 to cfdd7a4 Compare October 25, 2019 02:02
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from cfdd7a4 to b16e427 Compare October 25, 2019 08:04
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from b16e427 to c104b2a Compare October 26, 2019 16:12
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from c104b2a to 34199a2 Compare October 26, 2019 16:23
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from 34199a2 to 7b7bc94 Compare October 26, 2019 17:40
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from 7b7bc94 to b8591ba Compare October 26, 2019 17:47
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from b8591ba to 518fa55 Compare October 27, 2019 19:17
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-0.61.2 branch from 518fa55 to 074ec91 Compare October 28, 2019 02:00
@dependabot-preview
Copy link
Contributor Author

Superseded by #8639.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/react-native-0.61.2 branch October 30, 2019 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant