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

fix(deps): update expo monorepo #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 30, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
expo (source) 38.0.8 -> 38.0.11 age adoption passing confidence
expo-splash-screen (source) 0.4.0 -> 0.29.18 age adoption passing confidence
expo-updates (source) 0.2.12 -> 0.26.10 age adoption passing confidence
react-native-unimodules (source) 0.10.1 -> 0.14.10 age adoption passing confidence

Release Notes

expo/expo (expo)

v38.0.11

Compare Source

v38.0.10

Compare Source

v38.0.9

Compare Source

expo/expo (expo-splash-screen)

v0.29.18

Compare Source

v0.29.17

Compare Source

v0.29.16

Compare Source

v0.29.15

Compare Source

v0.29.14

Compare Source

v0.29.13

Compare Source

🐛 Bug fixes

v0.29.12

Compare Source

🐛 Bug fixes

v0.29.11

Compare Source

This version does not introduce any user-facing changes.

v0.29.10

Compare Source

💡 Others

v0.29.9

Compare Source

This version does not introduce any user-facing changes.

v0.29.8

Compare Source

This version does not introduce any user-facing changes.

v0.29.7

Compare Source

This version does not introduce any user-facing changes.

v0.29.6

Compare Source

This version does not introduce any user-facing changes.

v0.29.5

Compare Source

🐛 Bug fixes
  • [Android] Added guard to prevent null pointer exception when the splashScreen property is referenced without an activity (headless JS) (#​32707 by @​chrfalch)

v0.29.4

Compare Source

This version does not introduce any user-facing changes.

v0.29.3

Compare Source

This version does not introduce any user-facing changes.

v0.29.2

Compare Source

💡 Others

v0.29.1

Compare Source

This version does not introduce any user-facing changes.

v0.29.0

Compare Source

This version does not introduce any user-facing changes.

v0.28.5

Compare Source

This version does not introduce any user-facing changes.

v0.28.4

Compare Source

This version does not introduce any user-facing changes.

v0.28.3

Compare Source

This version does not introduce any user-facing changes.

v0.28.2

Compare Source

This version does not introduce any user-facing changes.

v0.28.1

Compare Source

This version does not introduce any user-facing changes.

v0.28.0

Compare Source

🛠 Breaking changes
🐛 Bug fixes
  • Fixed preventAutoHideAsync() broken on iOS bridgeless mode. (#​28234 by @​kudo)

v0.27.7

Compare Source

v0.27.6

Compare Source

This version does not introduce any user-facing changes.

v0.27.5

Compare Source

v0.27.4

Compare Source

💡 Others

v0.27.3

Compare Source

This version does not introduce any user-facing changes.

v0.27.2

Compare Source

This version does not introduce any user-facing changes.

v0.27.1

Compare Source

This version does not introduce any user-facing changes.

v0.27.0

Compare Source

🐛 Bug fixes
  • Fixed white screen flickering when using expo-updates with longer fallbackToCacheTimeout. (#​28227 by @​kudo)
💡 Others

v0.26.5

Compare Source

v0.26.4

Compare Source

v0.26.3

Compare Source

This version does not introduce any user-facing changes.

v0.26.2

Compare Source

🐛 Bug fixes
💡 Others
  • Replace deprecated com.facebook.react:react-native:+ Android dependency with com.facebook.react:react-android. (#​26237 by @​kudo)

v0.26.1

Compare Source

This version does not introduce any user-facing changes.

v0.26.0

Compare Source

💡 Others

v0.25.0

Compare Source

🛠 Breaking changes
🎉 New features
  • Automatically dismiss splash screen when an error is thrown to prevent blocking error information. (#​24893 by @​EvanBacon)
💡 Others
  • Moved changes required for splash screen orchestration from expo-router to expo-splash-screen. (#​24893 by @​EvanBacon)

v0.24.0

Compare Source

🛠 Breaking changes
🐛 Bug fixes
  • On Android, remove isClickable on SplashScreenView that caused incorrect behaviour with TalkBack. (#​24601 by @​alanhughes)

v0.23.1

Compare Source

This version does not introduce any user-facing changes.

v0.23.0

Compare Source

🎉 New features
💡 Others

v0.22.0

Compare Source

🎉 New features
💡 Others

v0.21.1

Compare Source

This version does not introduce any user-facing changes.

v0.21.0

Compare Source

🐛 Bug fixes
  • [Android] Fixed splash screen is missing when using the getDelayLoadAppHandler() from expo-updates. (#​23747 by @​kudo)

v0.20.5

Compare Source

v0.20.4

Compare Source

v0.20.3

Compare Source

v0.20.2

Compare Source

This version does not introduce any user-facing changes.

v0.20.1

Compare Source

This version does not introduce any user-facing changes.

v0.20.0

Compare Source

🛠 Breaking changes
  • Deprecated @expo/configure-splash-screen in favor of the splash screen config plugin. (#​21464 by @​byCedric)
🎉 New features
🐛 Bug fixes

v0.19.0

Compare Source

💡 Others

v0.18.2

Compare Source

This version does not introduce any user-facing changes.

v0.18.1

Compare Source

This version does not introduce any user-facing changes.

v0.18.0

Compare Source

🐛 Bug fixes
  • Fixed No native splash screen registered for given view controller. Call 'SplashScreen.show' for given view controller first. warning being displayed on iOS when app is started in background. (#​20064 by @​grigorigoldman)
💡 Others

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)

v0.11.4

Compare Source

v0.11.3

Compare Source

v0.11.2

Compare Source

v0.11.1

Compare Source

v0.11.0

Compare Source

🎉 New features
🐛 Bug fixes
💡 Others
  • Build Android code using Java 8 to fix Android instrumented test build error. (#​12939 by @​kudo)

v0.10.3

Compare Source

v0.10.2

Compare Source

This version does not introduce any user-facing changes.

v0.10.1

Compare Source

This version does not introduce any user-facing changes.

v0.10.0

Compare Source

🎉 New features

v0.9.0

Compare Source

⚠️ Notices
🛠 Breaking changes

v0.8.1

Compare Source

This version does not introduce any user-facing changes.

v0.8.0

Compare Source

🛠 Breaking changes

v0.7.1

Compare Source

v0.7.0

Compare Source

v0.6.2

Compare Source

🛠 Breaking changes
  • On Android fixed SplashScreen methods not working in managed workflow. Scoped the SplashScreen native object to the separate singletons sub-package to work with versioned code. (#​10294 by @​bbarthec)
  • Updated @expo/configure-splash-screen to v0.2.0.
    • This version fixes the problem with the wrong SplashScreen.show method signature on Android. It properly adds the ReactRootView parameter now.
    • Additionally it properly imports the SplashScreen object from the singletons sub-packagae on Android.
  • yarn run expo-splash-screen changed its parameters layout. Run yarn run expo-splash-screen --help to see the new options layout. Every parameter has to provided via the --[option name] syntax now.

v0.6.1

Compare Source

🐛 Bug fixes

v0.6.0

Compare Source

🎉 New features
  • On iOS the name of the LaunchScreen file is read from the project configuration and fallbacks to default SplashScreen if not found. (#​9622 by @​bbarthec)

v0.5.0

Compare Source

🐛 Bug fixes
expo/expo (expo-updates)

v0.26.10

Compare Source

v0.26.9

Compare Source

🐛 Bug fixes
  • Fixed Inconsistent JVM-target compatibility error when building with JDK 21. (#​33148 by @​kudo)
💡 Others
  • Introduced ReactNativeFeatureFlags compat to fix React Native 0.77 breaking changes. (#​33077 by @​kudo)

v0.26.8

Compare Source

This version does not introduce any user-facing changes.

v0.26.7

Compare Source

This version does not introduce any user-facing changes.

v0.26.6

Compare Source

💡 Others

v0.26.5

Compare Source

This version does not introduce any user-facing changes.

v0.26.4

Compare Source

🐛 Bug fixes

v0.26.3

Compare Source

This version does not introduce any user-facing changes.

v0.26.2

Compare Source

🐛 Bug fixes
💡 Others

v0.26.1

Compare Source

🐛 Bug fixes
💡 Others

v0.26.0

Compare Source

🛠 Breaking changes
🎉 New features
🐛 Bug fixes
💡 Others

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 1316b56 to 9df604f Compare July 30, 2020 22:31
@renovate renovate bot changed the title fix(deps): update dependency expo-splash-screen to v0.5.0 fix(deps): update expo monorepo Jul 30, 2020
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 3 times, most recently from 38b1560 to 88ab9f0 Compare August 1, 2020 00:26
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 88ab9f0 to 2cddf1f Compare August 31, 2020 23:20
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 5 times, most recently from feaef13 to e69173a Compare September 28, 2020 14:31
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from e69173a to 0fcb754 Compare October 28, 2020 06:57
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 0fcb754 to ed68e8e Compare January 6, 2021 18:54
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from ed68e8e to 188e333 Compare January 23, 2021 00:02
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 188e333 to 09d4eda Compare March 5, 2021 11:27
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 09d4eda to 6619662 Compare April 14, 2021 19:55
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 6619662 to ff7e528 Compare May 15, 2021 19:58
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from ff7e528 to a73cafa Compare October 18, 2021 22:14
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from a73cafa to 6fa2bb0 Compare March 7, 2022 16:03
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 6fa2bb0 to 74bd63a Compare May 16, 2022 01:14
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 74bd63a to d1193c9 Compare June 18, 2022 23:41
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from d1193c9 to 48954ef Compare September 25, 2022 20:14
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 48954ef to 9fdd4d1 Compare November 20, 2022 17:31
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 9fdd4d1 to 855973e Compare March 16, 2023 06:46
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 855973e to e19b0a8 Compare April 17, 2023 11:41
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from e19b0a8 to ff5222a Compare May 28, 2023 11:41
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 2 times, most recently from c53f1c9 to e7715c0 Compare July 10, 2023 20:40
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from e7715c0 to 36d9f6b Compare July 13, 2023 00:30
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 36d9f6b to 86e06d2 Compare July 25, 2023 06:28
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 2 times, most recently from 6a62f4a to abc3622 Compare May 10, 2024 07:54
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from abc3622 to b6ce74c Compare May 17, 2024 22:20
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from b6ce74c to 7488fa4 Compare May 29, 2024 13:51
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 2 times, most recently from 9d7c025 to 0c378b6 Compare June 13, 2024 03:08
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 0c378b6 to c29cc12 Compare June 28, 2024 03:32
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 2 times, most recently from 8d1c54a to 89f8eb1 Compare July 16, 2024 02:04
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 89f8eb1 to 772f559 Compare July 22, 2024 23:17
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 772f559 to 188758c Compare August 7, 2024 20:17
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 2 times, most recently from 536ec66 to 45c846a Compare August 23, 2024 14:00
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 2 times, most recently from 91c0eb9 to 1e6c704 Compare September 24, 2024 03:32
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 2 times, most recently from b167fb4 to 9e36ab4 Compare October 8, 2024 18:34
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 5 times, most recently from be88781 to 2b08b95 Compare November 16, 2024 01:50
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 2 times, most recently from c45b6c2 to 162c6cd Compare November 22, 2024 01:11
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 2 times, most recently from 1bca871 to 8e395df Compare December 5, 2024 22:06
@renovate renovate bot changed the title fix(deps): update expo monorepo fix(deps): update dependency expo-updates to v0.26.10 Dec 8, 2024
@renovate renovate bot changed the title fix(deps): update dependency expo-updates to v0.26.10 fix(deps): update expo monorepo Dec 8, 2024
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 8e395df to 07f465d Compare December 10, 2024 17:47
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.

0 participants