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

Update expo monorepo #41

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

Update expo monorepo #41

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
expo (source) 46.0.17 -> 46.0.21 age adoption passing confidence
expo-auth-session (source) ~3.7.1 -> ~3.8.0 age adoption passing confidence
expo-modules-autolinking (source) 0.10.1 -> 0.12.0 age adoption passing confidence
expo-modules-core (source) ~0.11.3 -> ~0.13.0 age adoption passing confidence
expo-splash-screen (source) ~0.16.1 -> ~0.29.0 age adoption passing confidence
expo-status-bar (source) ~1.4.0 -> ~1.12.0 age adoption passing confidence
expo-updates (source) ~0.14.7 -> ~0.26.0 age adoption passing confidence

Release Notes

expo/expo (expo)

v46.0.21

Compare Source

v46.0.20

Compare Source

v46.0.19

Compare Source

v46.0.18

Compare Source

expo/expo (expo-auth-session)

v3.8.0

Compare Source

v3.7.4

Compare Source

v3.7.3

Compare Source

expo/expo (expo-modules-autolinking)

v0.12.0

Compare Source

🎉 New features
  • Automatically use modular headers for pod dependencies when the package has Swift modules to link. (#​19443 by @​tsapeta)
💡 Others
  • Bump @tsconfig/node to match other Expo Modules packages development setup. (#​19671 by @​Simek)

v0.11.0

Compare Source

🎉 New features
  • Added includeTests option to use_expo_modules! to include test specs from autolinked modules. (#​18496 by @​tsapeta)
🐛 Bug fixes
  • Fixed node executable resolution errors on iOS when pod install is executed from package.json scripts. (#​18580 by @​kudo)

v0.10.3

Compare Source

v0.10.2

Compare Source

expo/expo (expo-modules-core)

v0.13.4

Compare Source

🐛 Bug fixes
  • Fixed build errors when testing on React Native nightly builds. (#​19369 by @​kudo)

v0.13.3

Compare Source

🎉 New features

v0.13.2

Compare Source

🐛 Bug fixes
  • Fixed new NativeEventEmitter() was called with a non-null argument without the required addListener method. warnings on Android. (#​19704 by @​kudo, @​kudo)

v0.13.1

Compare Source

🐛 Bug fixes

v0.13.0

Compare Source

🛠 Breaking changes
  • Convertible enums must inherit from expo.modules.kotlin.types.Enumerable on Android. (#​19551 by @​lukmccall)
  • AppContext.currentActivity is not longer returning AppCompatActivity, but an instance of android.app.Activity class. (#​19573 by @​lukmccall)
⚠️ Notices
  • Deprecated ConvertibleArgument in favor of Convertible and EnumArgument in favor of Enumerable. (#​19612 by @​tsapeta)
🎉 New features
  • Implemented a mechanism for hooking into to the view lifecycle events (introduces new OnViewDidUpdateProps definition component). (#​19549 by @​tsapeta)
🐛 Bug fixes
💡 Others

v0.12.0

Compare Source

🛠 Breaking changes
  • Bumped iOS deployment target to 13.0 and deprecated support for iOS 12. (#​18873 by @​tsapeta)
⚠️ Notices
🎉 New features
  • Added the interface for the light sensor support on Android. (#​18225 by bearkillerPT)
  • Add better JSI error handling on Android. (#​18259 by @​lukmccall)
  • Experimental support for typed arrays on Android. (#​18379 by @​lukmccall)
  • Using JSI instead of the bridge to call native methods also on legacy modules on iOS. (#​18438 by @​tsapeta)
  • Experimental support for Fabric on iOS. (#​18500, #​18678 by @​tsapeta)
  • Added view prop callbacks support for old-style views written in Objective-C. (#​18636 by @​tsapeta)
  • Add Logger support for writing logs to a file; add Logger and associated classes to Android. (#​18513 by @​douglowder)
  • Experimental support for Fabric on Android. (#​18541 by @​kudo)
  • Add option to generate a coalescingKey in callback on Android. (#​18774 by @​lukmccall)
  • Automatically convert records to dicts when returned by the function. (#​18824 by @​tsapeta)
  • Closures passed to definition components are now implicitly capturing self on iOS. (#​18831 by @​tsapeta)
  • Support for CSS named colors in UIColor and CGColor convertibles on iOS. (#​18845 by @​tsapeta)
  • Lazy load building the module's JavaScript object from the definition on iOS (already implemented on Android). (#​18863 by @​tsapeta)
  • Inferring the view type in Prop setter closure. (#​19004 by @​tsapeta)
  • [core] Added REACT_NATIVE_DOWNLOADS_DIR environment variable to specify custom third party libraries download location. (#​19015 by @​kudo)
  • Add support for the android.graphics.Color class as the function parameter. (#​19054 by @​lukmccall)
  • Add support for android.net.Uri, java.io.File, java.net.URI and java.nio.file.Path classes as function parameters. (#​19169 by @​lukmccall)
  • Add the RegisterActivityContracts component to register all of activity result contracts on Android. (#​19180 by @​lukmccall)
  • Improves JSI/JNI type conversion to support complex function arguments on Android. (#​19120 & #​19094 by @​lukmccall)
  • Using JSI instead of the bridge to call native methods also on legacy modules on iOS. (#​19209 by @​lukmccall)
  • Added cacheDirectory and persistentFilesDirectory to AppContext on Android to fix cache directories being incorrect in new Sweet API modules. It uses a new AppDirectoriesModule to get correct scoped directories from old module API. (#​19205 by @​aleqsio)
🐛 Bug fixes
💡 Others

v0.11.10

Compare Source

expo/expo (expo-splash-screen)

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
expo/expo (expo-status-bar)

v1.12.1

Compare Source

This version does not introduce any user-facing changes.

v1.12.0

Compare Source

This version does not introduce any user-facing changes.

v1.11.1

Compare Source

This version does not introduce any user-facing changes.

v1.11.0

Compare Source

This version does not introduce any user-facing changes.

v1.10.0

Compare Source

🐛 Bug fixes
  • Made the setStatusBarHidden methods animation parameter optional to match the documentation. (#​23866 by @​DoctorJohn)

v1.9.0

Compare Source

💡 Others

v1.8.0

Compare Source

💡 Others

v1.7.1

Compare Source

This version does not introduce any user-facing changes.

v1.7.0

Compare Source

🎉 New features

v1.6.0

Compare Source

This version does not introduce any user-facing changes.

v1.5.0

Compare Source

This version does not introduce any user-facing changes.

v1.4.4

Compare Source

This version does not introduce any user-facing changes.

v1.4.3

Compare Source

💡 Others
expo/expo (expo-updates)

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 5246ba2 to d9322ec Compare December 21, 2022 14:26
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 2 times, most recently from 28f6f10 to c390ead Compare March 23, 2023 15:06
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from c390ead to 2468808 Compare April 3, 2023 10:19
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 2468808 to f6cb106 Compare April 17, 2023 11:39
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from f6cb106 to 8a18d7b Compare May 28, 2023 08:43
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 8a18d7b to da473f1 Compare June 4, 2023 14:23
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 3 times, most recently from a6144f6 to 7a3d92a Compare June 19, 2023 07:29
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 2 times, most recently from 70331c1 to c1a1203 Compare June 29, 2023 10:12
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 4 times, most recently from e217d5b to 08d0d2b Compare July 10, 2023 19:45
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 4 times, most recently from 9170430 to fe1f6e0 Compare July 19, 2023 11:29
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 3 times, most recently from 6d210e1 to 2043eaa Compare July 29, 2023 13:14
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 2043eaa to 5e88279 Compare August 1, 2023 15:26
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 5e88279 to ef7c51f Compare August 9, 2023 11:49
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 3 times, most recently from b69e5d6 to 9681137 Compare August 27, 2023 10:19
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 2 times, most recently from bcedba7 to 2994719 Compare September 16, 2023 02:48
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 3181f40 to a367cbe Compare June 13, 2024 02:44
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from a367cbe to c861475 Compare June 28, 2024 00:17
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 2 times, most recently from d857f42 to 26074ea Compare July 16, 2024 02:27
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 2 times, most recently from f26a247 to 40bf59a Compare July 23, 2024 02:13
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 2 times, most recently from 085d8ea to 2591db8 Compare August 7, 2024 19:24
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 2 times, most recently from d794324 to 71573d8 Compare August 23, 2024 14:00
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 71573d8 to 7d38823 Compare August 28, 2024 08:12
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 3 times, most recently from 206bef9 to 0fec7bb Compare September 27, 2024 00:18
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 3 times, most recently from d928b36 to 8eb66b8 Compare October 9, 2024 09:40
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 6 times, most recently from 6095371 to 48988ba Compare November 16, 2024 00:27
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 2 times, most recently from ef1200c to 54af1bd Compare November 22, 2024 01:24
@renovate renovate bot force-pushed the renovate/expo-monorepo branch 3 times, most recently from 4285a19 to 2bd3668 Compare December 5, 2024 21:14
@renovate renovate bot force-pushed the renovate/expo-monorepo branch from 2bd3668 to e5ce062 Compare December 10, 2024 18:14
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