Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
expo-splash-screen (source) 0.11.4 -> 0.17.5 age adoption passing confidence
expo-updates (source) 0.8.5 -> 0.15.5 age adoption passing confidence
expo-web-browser (source) 10.1.0 -> 10.2.1 age adoption passing confidence
react-native-unimodules (source) 0.14.8 -> 0.14.10 age adoption passing confidence

Release Notes

expo/expo (expo-splash-screen)

v0.17.5

Compare Source

v0.17.4

Compare Source

🐛 Bug fixes
  • Fixed Android NullPointerException in FrameLayout.onMeasure() when running on new architecture mode with expo-dev-client. (#​19931 by @​kudo)

v0.17.3

Compare Source

This version does not introduce any user-facing changes.

v0.17.2

Compare Source

This version does not introduce any user-facing changes.

v0.17.1

Compare Source

This version does not introduce any user-facing changes.

v0.17.0

Compare Source

🛠 Breaking changes
  • Bumped iOS deployment target to 13.0 and deprecated support for iOS 12. (#​18873 by @​tsapeta)
💡 Others

v0.16.2

Compare Source

🐛 Bug fixes
  • Fixed 'SplashScreen.show' has already been called for given view controller. warning being displayed when using expo-dev-client on iOS. (#​18682 by @​lukmccall)

v0.16.1

Compare Source

🐛 Bug fixes
  • Fixed splash screen not showing when reloading apps on iOS. (#​18229 by @​kudo)

v0.16.0

Compare Source

This version does not introduce any user-facing changes.

v0.15.1

Compare Source

This version does not introduce any user-facing changes.

v0.15.0

Compare Source

💡 Others
⚠️ Notices
  • On Android bump compileSdkVersion to 31, targetSdkVersion to 31 and Java version to 11. (#​16941 by @​bbarthec)

v0.14.2

Compare Source

🐛 Bug fixes
  • Fix Plugin with id 'maven' not found build error from Android Gradle 7. (#​16080 by @​kudo)

v0.14.1

Compare Source

🐛 Bug fixes
  • Remove duplicated expo-modules-autolinking package coming from expo-splash-screen dependencies. (#​15685 by @​kudo)

v0.14.0

Compare Source

🐛 Bug fixes
  • Fix Cannot remove an observer <EXSplashScreenService> for the key path "rootViewController" exception if applcation keyWindow changed. (#​14982 by @​kudo)

v0.13.5

Compare Source

v0.13.4

Compare Source

This version does not introduce any user-facing changes.

v0.13.3

Compare Source

🐛 Bug fixes
  • Fix No native splash screen registered for given view controller error happening when project is using both expo-dev-client and expo-splash-screen packages. (#​14745 by @​kudo)

v0.13.2

Compare Source

This version does not introduce any user-facing changes.

v0.13.1

Compare Source

🐛 Bug fixes
  • Fix expo-screen-orientation breaking for expo-updates + expo-splash-screen integration. (#​14519 by @​kudo)

v0.13.0

Compare Source

🛠 Breaking changes
🐛 Bug fixes
  • Fix 'No native splash screen registered' warning from reloading apps. (#​14467 by @​kudo)
  • Fix building errors from use_frameworks! in Podfile. (#​14523 by @​kudo)
💡 Others

v0.12.0

Compare Source

🎉 New features
  • Add warning for splash screen if visible for too long (#​12882 by @​ajsmth)
  • Show splash screen without additional setup in MainActivity and could customize resizeMode/statusBarTranslucent in resource. See PR description for changes migration. (#​14061 by @​kudo)
  • Re-show splash screen if rootViewController be replaced when splash is showing. (#​14063 by @​kudo)
🐛 Bug fixes
  • On iOS, search for a view controller with a RCTRootView rather than always using the keyWindow's rootViewController. (#​13429 by @​esamelson)
  • Fix splash screen not dismissed if there is alert view appearing. (#​14208 by @​kudo)
  • Fix splash screen not dismissed while alert view appearing before RCTRootView did load. (#​14213 by @​kudo)
expo/expo (expo-updates)

v0.15.5

Compare Source

v0.15.4

Compare Source

🐛 Bug fixes
  • Fixed another app.manifest occasionally missing from build outputs on Android. (#​19809 by @​kudo)

v0.15.3

Compare Source

This version does not introduce any user-facing changes.

v0.15.2

Compare Source

This version does not introduce any user-facing changes.

v0.15.1

Compare Source

🐛 Bug fixes

v0.15.0

Compare Source

🛠 Breaking changes
🎉 New features
🐛 Bug fixes
  • Fix small race condition in recovery code on Android where in very rare scenarios, a bundle could be downloaded twice. (#​18377 by @​esamelson)
  • Fixed with-node.sh doesn't keep quotes when passing arguments to Node.js and caused build errors when there are spaces in target name. (#​18741 by @​kudo)
💡 Others
⚠️ Notices

v0.14.7

Compare Source

v0.14.6

Compare Source

v0.14.5

Compare Source

v0.14.4

Compare Source

v0.14.3

Compare Source

🐛 Bug fixes
  • Deprecated the unreliable source-login-scripts.sh and sourcing the Node.js binary path from .xcode.env and .xcode.env.local. (#​18330 by @​kudo)

v0.14.2

Compare Source

This version does not introduce any user-facing changes.

v0.14.1

Compare Source

This version does not introduce any user-facing changes.

v0.14.0

Compare Source

🐛 Bug fixes
💡 Others

v0.13.4

Compare Source

v0.13.3

Compare Source

v0.13.2

Compare Source

v0.13.1

Compare Source

v0.13.0

Compare Source

🐛 Bug fixes
💡 Others

v0.12.0

Compare Source

🛠 Breaking changes
  • Remove okhttp and okio backward compatible workaround and drop react-native 0.64 support. (#​16446 by @​kudo)
🎉 New features
🐛 Bug fixes
💡 Others
  • Updated @expo/config-plugins from 4.0.2 to 4.0.14, @expo/config from ^6.0.6 to ^6.0.14 and @expo/metro-config from ~0.2.6 to ~0.3.7 (#​15621 by @​EvanBacon)
  • Swap out Cloudfront CDN for classic-assets.eascdn.net. (#​15781) by @​quinlanj
  • Add ability for expo-dev-launcher to launch a specific update through UpdatesDevLauncherController. (#​16865 by @​esamelson)
⚠️ Notices
  • On Android bump compileSdkVersion to 31, targetSdkVersion to 31 and Java version to 11. (#​16941 by @​bbarthec)
📚 3rd party library updates

v0.11.7

Compare Source

🐛 Bug fixes
  • Fix iOS issue where splash screen wouldn't show when using expo-updates and expo-splash-screen (#​16163) by @​hannojg
💡 Others

v0.11.6

Compare Source

🐛 Bug fixes
  • Fix iOS launch crash when app.json expo.updates.enabled is false. (#​15997 by @​kudo)
  • Fix Plugin with id 'maven' not found build error from Android Gradle 7. (#​16080 by @​kudo)

v0.11.5

Compare Source

🐛 Bug fixes
  • Fix build errors on React Native 0.66 caused by okio and okhttp. (#​15632 by @​kudo)
  • Fix the PhaseScriptExecution build errors when the source_login_scripts.sh failed to load. (#​15890 by @​kudo)

v0.11.4

Compare Source

🐛 Bug fixes
  • Fix IllegalThreadStateException that occurred when creating an event to send to React Native early in the app lifecycle. (#​15880 by @​esamelson)
  • Ensure we return early when updates are disabled on Android. (#​15882 by @​esamelson)

v0.11.3

Compare Source

🐛 Bug fixes

v0.11.2

Compare Source

🐛 Bug fixes

v0.11.1

Compare Source

🎉 New features

v0.11.0

Compare Source

🛠 Breaking changes
🎉 New features
🐛 Bug fixes
💡 Others

v0.10.15

Compare Source

v0.10.14

Compare Source

v0.10.13

Compare Source

v0.10.12

Compare Source

v0.10.11

Compare Source

v0.10.10

Compare Source

v0.10.9

Compare Source

This version does not introduce any user-facing changes.

v0.10.8

Compare Source

🐛 Bug fixes

v0.10.7

Compare Source

This version does not introduce any user-facing changes.

v0.10.6

Compare Source

🐛 Bug fixes
  • Fix Android app.manifest not generated when in OneSignal gradle plugin integration. (#​14938 by @​kudo)

v0.10.5

Compare Source

This version does not introduce any user-facing changes.

v0.10.4

Compare Source

🐛 Bug fixes
  • Fix auto setup EXUpdatesAppDelegate breaking reanimated installation. (#​14755 by @​kudo)

v0.10.3

Compare Source

🐛 Bug fixes
  • Fix Updates.reloadAsync behavior in bare apps when a new update is available (downloaded). (#​14706 by @​esamelson)

v0.10.2

Compare Source

🐛 Bug fixes
  • Fix expo-screen-orientation breaking for expo-updates + expo-splash-screen integration. (#​14519 by @​kudo)

v0.10.1

Compare Source

🎉 New features

v0.10.0

Compare Source

🐛 Bug fixes
💡 Others

v0.9.3

Compare Source

This version does not introduce any user-facing changes.

v0.9.2

Compare Source

🛠 Breaking changes
🐛 Bug fixes
  • Fixing app.manifest does not generated from Xcode build phase script. (#​14438 by @​kudo)

v0.9.1

Compare Source

This version does not introduce any user-facing changes.

v0.9.0

Compare Source

🎉 New features
🐛 Bug fixes
  • Fix PROJECT_ROOT path resolution in create-manifest-ios.sh and in createManifest.js (#​13439 by @​ajsmth)
  • Fix erroneous manifest JSON direct access. (#​13906 by @​wschurman)
  • Fixed userInterfaceStyle not being applied when only set in root expo options and not in expo.android options. (#​13959 by @​mrousavy)
expo/expo (expo-web-browser)

v10.2.1

Compare Source

🐛 Bug fixes

v10.2.0

Compare Source

🎉 New features
  • Native module on iOS is now written in Swift using the new API. (#​16201 by @​tsapeta)
  • Add presentationStyle option to customize browser window appearance on iOS. (#​16919 by @​barthap)
  • Add preferEphemeralSession option to openAuthSessionAsync to ask for a private auth session on iOS. (#​16926 by @​barthap)
⚠️ Notices
  • On Android bump compileSdkVersion to 31, targetSdkVersion to 31 and Java version to 11. (#​16941 by @​bbarthec)

v10.1.1

Compare Source

🐛 Bug fixes
  • Fix Plugin with id 'maven' not found build error from Android Gradle 7. (#​16080 by @​kudo)
expo/expo (react-native-unimodules)

v0.14.10

Compare Source

v0.14.9

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/expo-monorepo branch 6 times, most recently from e4eb75d to b60409e Compare October 29, 2021 19:26
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 5 times, most recently from dd68e3f to a437062 Compare November 5, 2021 03:00
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 2 times, most recently from ce83f5a to f08cd7f Compare November 11, 2021 21:33
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 5 times, most recently from 684c41e to 288835c Compare December 22, 2021 12:30
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 288835c to 8365571 Compare December 28, 2021 14:02
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 8365571 to 266253e Compare January 13, 2022 08:23
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 266253e to d17c841 Compare January 20, 2022 12:24
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from d17c841 to 2f4a72a Compare February 1, 2022 20:56
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 2f4a72a to ea3139c Compare May 15, 2022 18:33
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from ea3139c to f4843cf Compare June 18, 2022 15:18
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from f4843cf to d8f04c1 Compare September 25, 2022 17:35
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from d8f04c1 to a52454f Compare November 20, 2022 15:50
@hehex9 hehex9 closed this Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants