expo / config-plugins

Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.
428 stars 91 forks source link

chore(deps): bump @expo/config-plugins from 4.1.5 to 5.0.0 in /packages/ios-stickers #111

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @expo/config-plugins from 4.1.5 to 5.0.0.

Changelog

Sourced from @​expo/config-plugins's changelog.

45.0.0 — 2022-04-25

📚 3rd party library updates

🛠 Breaking changes

  • Removed react-native-appearance that is deprecated since SDK 43. Migrate to Appearance API. (#16436 by @​kudo)
  • expo-ads-admob
    • Removed AdMobBanner#onAdViewWillLeaveApplication, AdMobInterstitial#interstitialWillLeaveApplication and PublisherBanner#onAdViewWillLeaveApplication callbacks as they are no longer exposed by the native libraries. (#17002 by @​bbarthec)
  • expo-av
    • Remove Video component's static constants FULLSCREEN_UPDATE_PLAYER_WILL_RESENT, FULLSCREEN_UPDATE_PLAYER_DID_RESENT, FULLSCREEN_UPDATE_PLAYER_WILL_DISMISS, FULLSCREEN_UPDATE_PLAYER_DID_DISMISS and replace them with new VideoFullscreenUpdate enum. (#16059 by @​Simek)
    • Remove Video component's static constants RESIZE_MODE_CONTAIN, RESIZE_MODE_COVER, RESIZE_MODE_STRETCH. Use ResizeMode enum values instead. (#16059 by @​Simek)
    • Remove deprecated presentIOSFullscreenPlayer and dismissIOSFullscreenPlayer method from Video component. (#16059 by @​Simek)
    • Remove deprecated onIOSFullscreenUpdate prop from Video component. (#16059 by @​Simek)
    • Remove unused presentFullscreenPlayerAsync method from Video component. (#16059 by @​Simek)
    • Remove INTERRUPTION_MODE_* constants in favor of InterruptionModeAndroid and InterruptionModeIOS enums. (#16145 by @​Simek)
    • On Android upgrade com.google.android.exoplayer:*:2.9.2 (available from jcenter()) to com.google.android.exoplayer:*:2.13.3 (available from google()). (#16123 by @​bbarthec)
  • expo-firebase-analytics
    • Removed setCurrentScreen method that was previously deprecated. Use logEvent instead. (#17002 by @​bbarthec)
  • expo-file-system
    • Remove okhttp and okio backward compatible workaround and drop react-native 0.64 support. (#16446 by @​kudo)
  • expo-image-picker
    • On Android migrated cropping library from com.theartofdev.edmodo:android-image-cropper@2.8.0 (available from jcenter()) to com.github.CanHub:Android-Image-Cropper@1.1.1 (available from jitpack.io). (#11647 by @​bbarthec)
  • expo-localization
    • Guess the device language on iOS rather than using the app-specific language. (#15807 by @​EvanBacon)
  • expo-location
    • Add an option to whether kill or keep the foreground service when app is killed on Android. (#15633 by @​islamouzou)
    • Updated @expo/config-plugins from 4.0.2 to 4.0.14 (#15621 by @​EvanBacon)

🎉 New features

  • expo-av
  • expo-barcode-scanner

... (truncated)

Commits


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[bot] commented 1 year ago

Looks like @expo/config-plugins is no longer a dependency, so this is no longer needed.