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 babel-preset-expo from 5.0.0 to 5.1.1 #6167

Merged
merged 1 commit into from
Mar 21, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 19, 2019

Bumps babel-preset-expo from 5.0.0 to 5.1.1.

Changelog

Sourced from babel-preset-expo's changelog.

Changelog

This is the log of notable changes to the Expo client that are developer-facing.

master

🛠 Breaking changes

  • removed deprecated MediaView and TriggerView from expo-ads-facebook by @​EvanBacon (#3539). You should use AdMediaView & AdTriggerView instead.
  • deprecated Expo.Util by @​EvanBacon (#3539). You should use Expo.Updates & Expo.Localization instead.
  • removed use of expolib_v1.okhttp in favor of regular okhttp dependency by @​Szymon20000 (#3539) (an update to MainApplication.getOkHttpBuilder may be required when upgrading)
  • corrected behavior of splash screen image based on resizeMode in Android standalone apps (contain and cover were handled contrary to what docs state) by @​bbarthec (#3029)
  • Speech.speak changed option name from voiceIOS to voice. @​Szymon20000 (#3423)
  • renamed Haptic to Haptics and deprecated Haptics.{notification, impact, selection} in favour of Haptics.{notificationAsync, impactAsync, selectionAsync} @​bbarthec (#3330)
  • ImageManipulator.manipulateAsync is now accepting ImageManipulator.FlipType.{Vertical, Horizontal} as flipping action parameter and ImageManipulator.SaveFormat.{JPEG, PNG} as saving option @​bbarthec (#3245)
  • removed devKernel and prodKernel build flavors from Android ExpoKit projects (all Gradle commands become simply [verb](https://github.com/expo/expo/blob/master/Debug|Release), e.g. installDebug or assembleRelease) by @​esamelson (#3386)
  • renamed IntentLauncherAndroid to IntentLauncher and changed signature of startActivityAsync method by @​tsapeta (#3427)
  • fixed crash in WebBrowser.openBrowserAsync when there is no browser supporting customtabs on Android by @​mczernek (#3691)
  • WebBrowser.dismissBrowser throws UnavailabilityError @​mczernek (#3691)

🎉 New features

🐛 Bug fixes

  • fixed several issues related to expo-av by @​Szymon20000 (#3539)
  • Location.getCurrentPositionAsync and Location.watchPositionAsync are now automatically asking for high accuracy location services by @​tsapeta (#3273)
  • fix Location.getCurrentPositionAsync hanging on simultaneous calls by @​tsapeta (#3273)
  • fix ImagePicker.launchImageLibraryAsync and ImageManipulator.manipulateAsync in SDKs lower than 32 @​bbarthec (#3159)
  • fix app crash when attempting to console.log(Object.create(null)) by @​juangl (#3143)
  • GoogleSignInOptions.offlineAccess is now corrected GoogleSignInOptions.isOfflineEnabled
  • fix SMS.sendSMSAsync crash on android for empty addresses list. Promise won't be rejected when there is no TELEPHONY feature on Android device, only when there is no SMS app by @​mczernek (#3656)
  • fix MediaPlayer not working on Android. by @​mczernek (#3768)

32.0.0

🛠 Breaking changes

  • deprecated import { Font } from 'expo-font' in favor of individually named exports (import * as Font from expo-font) for better dead-export elimination potential. Upgrade @expo/vector-icons if you get a warning about this. By @​ide (264c17cd)
  • removed deprecated internal Expo modules (Crypto, Fabric, and ImageCropper), which were never part of the Expo API by @​ide (#2880)
... (truncated)
Commits
Maintainer changes

This version was pushed to npm by evanbacon, a new releaser for babel-preset-expo since your current version.


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 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 force-pushed the dependabot/npm_and_yarn/babel-preset-expo-5.1.1 branch from eeee4af to cd9ad9e Compare March 19, 2019 13:40
@codecov
Copy link

codecov bot commented Mar 19, 2019

Codecov Report

❗ No coverage uploaded for pull request base (next@5cff559). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             next    #6167   +/-   ##
=======================================
  Coverage        ?   38.04%           
=======================================
  Files           ?      643           
  Lines           ?     9420           
  Branches        ?     1344           
=======================================
  Hits            ?     3584           
  Misses          ?     5268           
  Partials        ?      568

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5cff559...cd9ad9e. Read the comment docs.

@codecov
Copy link

codecov bot commented Mar 19, 2019

Codecov Report

Merging #6167 into next will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             next    #6167   +/-   ##
=======================================
  Coverage   38.13%   38.13%           
=======================================
  Files         645      645           
  Lines        9644     9644           
  Branches      355      355           
=======================================
  Hits         3678     3678           
  Misses       5911     5911           
  Partials       55       55

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0a81425...b82871a. Read the comment docs.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-preset-expo-5.1.1 branch from cd9ad9e to ff1e2fa Compare March 20, 2019 02:26
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/babel-preset-expo-5.1.1 branch from ff1e2fa to b82871a Compare March 20, 2019 20:36
@ndelangen ndelangen merged commit 17351d2 into next Mar 21, 2019
@ndelangen ndelangen deleted the dependabot/npm_and_yarn/babel-preset-expo-5.1.1 branch March 21, 2019 10:58
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.

3 participants