react-component / m-picker

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

Bump react-native from 0.59.10 to 0.62.0 #223

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps react-native from 0.59.10 to 0.62.0.

Release notes

Sourced from react-native's releases.

v0.62.0

0.62.0

0.62 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:

  • Flipper support
  • a new LogBox experience
  • better dark mode support

Among many others - please refer to the blog post for more details.


This release comes in the midst of a global pandemic. We’re releasing this version today to respect the work of hundreds of contributors who made this release possible and to prevent the release from falling too far behind master. You can participate in the conversation on the status of this release at this issue, but please be mindful of the reduced capacity of contributors to help with issues and prepare to delay upgrading if necessary.


You can upgrade to this version using the upgrade helper webtool ⚛️ And if you are having troubles, please refer to the new Upgrade Support repository by our awesome community.


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

v0.62.0-rc.5

THIS IS A RELEASE CANDIDATE: this means it's not stable yet, so proceed with care.

Please only upgrade or create new apps with 0.62.0-rc.5 if you'd like to help us test this before the stable release - which would be super useful 🤗

To test it, run:

npx react-native init RN062 --version 0.62.0-rc.5

This version introduces the new LogBox experience behind a feature flag. To try it out, add the following to your index.js file:

require('react-native').unstable_enableLogBox()

This version also introduces Flipper integration and support for a new version of Hermes (0.4.0). For details and to report issues, see this issue.


This release will be quite massive (there are around 1200 commits of delta between this version and 0.61!) so we don't have the changelog ready yet (draft PR) - it will be fully ready for when we will publish 0.62.0.

... (truncated)
Commits
  • 9101eaf [0.62.0] Bump version numbers
  • 1f8b698 Pressability: Fix Missing onLongPress Gestures
  • f6a8452 Bump FlipperKit version on iOS to be compatible with react-native-flipper (#2...
  • e8a368c Upgrade Flipper Android to 0.33.1 (#28275)
  • 83aff2c [0.62.0-rc.5] Bump version numbers
  • e41e146 Fix toggling between hidden and visible password
  • ba3815f [0.62.0-rc.4] Bump version numbers
  • 4bb1794 Revert "Bump FlipperKit version on iOS to be compatible with react-native-fli...
  • ada73a3 Bump FlipperKit version on iOS to be compatible with react-native-fli… (#28225)
  • 4efa3ba Add xcscheme files back in the template (#28198)
  • 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 - `@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)
dependabot-preview[bot] commented 4 years ago

Superseded by #233.