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

chore(deps-dev): update react-native requirement from ~0.42.0 to ~0.59.3 #107

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Apr 1, 2019

Updates the requirements on react-native to permit the latest version.

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
  • 3b91a7e [0.59.3] Bump version numbers
  • df7ea67 Use constructor attribute instead of +load objc method (#24155)
  • e94d344 Fix behaviour of Header, Footer and Empty List components in VirtualizedList ...
  • 13cb5a9 Fix IllegalStateException when tapping next on Android Keyboard
  • 775553b Update projectRoot in launchPackager.bat (#24115)
  • 581dc3e Fix bat file (#23967)
  • 1a35bc5 Fix TextInput maxLength when insert characters at begin (#23472)
  • bdf809e Fix PerfMonitor appearance when reloading JS (#24073)
  • e4f9ee9 OkHttp is more strict than other http libraries. (#21231)
  • d7e7b3e Fix #24053 prevent division by zero error in VirtualizedList debug overlay (#...
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • 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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 1, 2019
Updates the requirements on [react-native](https://github.com/facebook/react-native) to permit the latest version.
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/master/Releases.md)
- [Commits](facebook/react-native@v0.42.0...v0.59.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/react-native-approx-0.59.3 branch from 2716208 to 8b493a8 Compare April 3, 2019 07:44
@coveralls
Copy link

Coverage Status

Coverage remained the same at 54.774% when pulling 8b493a8 on dependabot/npm_and_yarn/react-native-approx-0.59.3 into 6c978b0 on master.

@dependabot-preview
Copy link
Author

Looks like react-native is up-to-date now, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/react-native-approx-0.59.3 branch April 3, 2019 11:11
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants