react-component / m-picker

React Mobile Picker(web & react-native)
http://react-component.github.io/m-picker/
247 stars 73 forks source link

Update react-native requirement from ~0.59.3 to ~0.61.0 #152

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

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

Release notes *Sourced from [react-native's releases](https://github.com/facebook/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](https://github-redirect.dependabot.com/react-native-community/releases/issues/144) 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](https://react-native-community.github.io/upgrade-helper/) ⚛️ > > --- > > You can find the whole [changelog history](https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md) over at `react-native-releases`.
Changelog *Sourced from [react-native's changelog](https://github.com/facebook/react-native/blob/master/Releases.md).* > # 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: > > - macOS with [Android dev environment set up](https://github.com/facebook/react-native/blob/master/ReactAndroid/README.md) > - [react-native-cli](https://www.npmjs.com/package/react-native-cli) installed globally (v0.2.0 or newer) > > ### Step 1: Check everything works > > Before cutting a release branch, make sure [Circle](https://circleci.com/gh/facebook/react-native) 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 > > ```bash > ./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 - [`3293792`](https://github.com/facebook/react-native/commit/3293792b1f5ee05a0e95048987caa0481f083fde) [0.61.0] Bump version numbers - [`6830ec8`](https://github.com/facebook/react-native/commit/6830ec87ff3cf5a7cbaad9b2118e94b76bb53c3b) Revert "Update Gradle wrapper to 5.6 ([#26079](https://github-redirect.dependabot.com/facebook/react-native/issues/26079))" - [`8750eb2`](https://github.com/facebook/react-native/commit/8750eb253858dd8b9d3480bd612b524fb38df1f1) Revert "bump android gradle plugin to 3.5.0 ([#26129](https://github-redirect.dependabot.com/facebook/react-native/issues/26129))" - [`afd3529`](https://github.com/facebook/react-native/commit/afd35296f2bd0a04e3406c03ff9c023e7192161f) Update Gradle wrapper to 5.6 ([#26079](https://github-redirect.dependabot.com/facebook/react-native/issues/26079)) - [`8d4e8a3`](https://github.com/facebook/react-native/commit/8d4e8a377528895c5ea3928e9c209eafa467f46b) bump android gradle plugin to 3.5.0 ([#26129](https://github-redirect.dependabot.com/facebook/react-native/issues/26129)) - [`245ac94`](https://github.com/facebook/react-native/commit/245ac945fba470248531a0fbcf1597ab4e89bc1d) React Partial Sync - [`06c64f5`](https://github.com/facebook/react-native/commit/06c64f5f1b2d9c23303b5d0fcbc9110f48e54377) Bump hermes to v0.2.1 ([#26451](https://github-redirect.dependabot.com/facebook/react-native/issues/26451)) - [`a5353c0`](https://github.com/facebook/react-native/commit/a5353c0361f330b2b8aebc5de8dc2d006887081b) Revert "Fix onDismiss in Modal" - [`930ffa2`](https://github.com/facebook/react-native/commit/930ffa28a328c5a74e2156ec25f37409d579778a) Fix build break in MSVC ([#26462](https://github-redirect.dependabot.com/facebook/react-native/issues/26462)) - [`e0d9cea`](https://github.com/facebook/react-native/commit/e0d9ceaa79a1da08165de57d83a3f91b004620f6) Fixing Yoga imports and includes on case-sensitive machines ([#26416](https://github-redirect.dependabot.com/facebook/react-native/issues/26416)) - Additional commits viewable in [compare view](https://github.com/facebook/react-native/compare/v0.59.3...v0.61.0)


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](https://app.dependabot.com): - 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.
dependabot-preview[bot] commented 5 years ago

Superseded by #153.