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.60.0 #126

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.60.0 > 0.60 stable is here 🎉 > > Check out the dedicated [release blog post](https://facebook.github.io/react-native/blog/2019/07/03/version-60) 📝 > > Thanks to everyone who contributed and helped getting this together, everyone worked really hard and we hope you are as excited as we are 🤗 > > Highlights of changes: > * AndroidX support (this will be a Breaking Change!) > * Full removal of WebView & Geolocation, you now need to rely on the extracted versions > * CocoaPods integration by default > * Autolinking of packages > > And much much more! The full list of changes can be found in the [changelog](https://github.com/react-native-community/releases/blob/master/CHANGELOG.md). > > You can participate to the conversation for the next patch release in [the dedicated issue](https://github-redirect.dependabot.com/react-native-community/releases/issues/130).
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 - [`769e35b`](https://github.com/facebook/react-native/commit/769e35ba5f4c31ef913035a5cc8bc0e88546ca55) [0.60.0] Bump version numbers - [`35aeb8c`](https://github.com/facebook/react-native/commit/35aeb8c027583010956e2670a5cb924cc079859e) [LOCAL] bump CLI - [`8fdecf3`](https://github.com/facebook/react-native/commit/8fdecf30101c76b2810fb649d45ca0071199c7c7) - Publish `react-native.config.js` ([#25436](https://github-redirect.dependabot.com/facebook/react-native/issues/25436)) - [`ff9855c`](https://github.com/facebook/react-native/commit/ff9855cc3b62466a390f2c7ebeb178cde5fff4a6) Check if mCurrentActivity is set according to LifecycleState ([#23336](https://github-redirect.dependabot.com/facebook/react-native/issues/23336)) - [`8a43321`](https://github.com/facebook/react-native/commit/8a43321271bd58bbe0bca27593e121077d7a4065) [0.60.0-rc.3] Bump version numbers - [`db1d60f`](https://github.com/facebook/react-native/commit/db1d60fa95586929cf90a918e6af0e5a90f1db89) bump jsc dep - [`93c8318`](https://github.com/facebook/react-native/commit/93c83181fbb479836f407051bdcc4d2749bd78ad) bump CLI rc - [`9837d24`](https://github.com/facebook/react-native/commit/9837d2480c2d5d279e18ee9be2daa7ae20006dbb) Fix some languages wrapped texts are cut off on android ([#25306](https://github-redirect.dependabot.com/facebook/react-native/issues/25306)) - [`b68966e`](https://github.com/facebook/react-native/commit/b68966ec7b2bf97223c5430d0381facc00bad057) Use CALayers to draw text ([#24387](https://github-redirect.dependabot.com/facebook/react-native/issues/24387)) - [`99bc31c`](https://github.com/facebook/react-native/commit/99bc31cfa609e838779c29343684365a2ed6169f) Fix regression of improper assets copy (revert [#24518](https://github-redirect.dependabot.com/facebook/react-native/issues/24518) [#24778](https://github-redirect.dependabot.com/facebook/react-native/issues/24778)) ([#25363](https://github-redirect.dependabot.com/facebook/react-native/issues/25363)) - Additional commits viewable in [compare view](https://github.com/facebook/react-native/compare/v0.59.3...v0.60.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 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). To ignore the version in this PR you can just close it - `@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) - 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[bot] commented 5 years ago

Superseded by #129.