pchalupa / expo-alternate-app-icons

Provides functions that let you change the app icon.
https://www.npmjs.com/package/expo-alternate-app-icons
MIT License
43 stars 4 forks source link

chore(deps-dev): bump expo-modules-core from 1.12.24 to 1.12.25 #97

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps expo-modules-core from 1.12.24 to 1.12.25.

Changelog

Sourced from expo-modules-core's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

  • [Web] Modules are now registered in global. (#29870 by @​aleqsio)
  • [iOS] Add support for passing SharedObjects as a function parameter. (#30314 by @​aleqsio)
  • Added support for startObserving and stopObserving on the web. (#28953 by @​aleqsio)
  • Switched exported EventEmitter to the C++ implementation. (#28946 by @​tsapeta)
  • [Android] OnStartObserving and OnStopObserving can now be attached to a specific event. (#29012 by @​lukmccall)
  • [Android] Add the ability to change the name of the exported shared object. (#30040 by @​lukmccall)
  • [Android] Supported returning of the SharedObject from functions. (#30426 by @​lukmccall)
  • [iOS] Support implementing customizeRootView in ExpoAppDelegateSubscriber. (#30550 by @​alanjhughes)
  • [Android] Added support for primitive arrays in functions. (#30657 by @​lukmccall)
  • Implemented toJSON function on shared objects that includes dynamic properties defined in their prototype chain. (#30813 by @​tsapeta)
  • [iOS] Added experimental support for rendering SwiftUI views. (#19888 by @​tsapeta)
  • [Android] Introduced experimental converter to support a broader range of types that can be passed to the JS. (#30944 by @​lukmccall)
  • [iOS] Add functions that are called before and after a shared object is removed from the registry. (#30949 by @​alanjhughes)
  • [Android] Rewrite map converter to support a broader range of types that can be passed to the JS. (#31016 by @​lukmccall)
  • [Android] EitherTypeConverter now can work with the Dynamic class. (#31074 by @​lukmccall)
  • [iOS] Added a way to provide shared objects memory pressure to improve garbage collection of native objects retaining some heavy data. (#31168 by @​tsapeta)
  • [Android] The single parameter now can be auto-cast to the list. (#31290 by @​lukmccall)
  • [Android] SharedRef converter now checks the inner ref type. (#31441 by @​lukmccall)
  • [Android] Added support for changing if functions are enumerable. (#31495 by @​lukmccall)
  • Introduced a base class for all shared refs (expo.SharedRef). (#31513 & #31706 by @​lukmccall)
  • [Android] Add support for react-native 0.76 (#31580 by @​gabrieldonadel)
  • [Android] Added onStartListeningToEvent and onStopListeningToEvent to the SharedObject. (#31385 by @​lukmccall)
  • Added Apple shared app groups support. (#31519 by @​kudo)
  • [Android] Added a way to provide shared objects memory pressure to improve garbage collection of native objects retaining some heavy data. (#31784 by @​lukmccall)
  • Added nativeRefType to SharedRef. (#31776 by @​lukmccall)
  • [Android] Added kotlin.time.Duration support. (#31858 by @​lukmccall)

🐛 Bug fixes

  • [Android] Change JS return type for kotlin null to be null instead of undefined. (#31301 by @​aleqsio)
  • [iOS] Swift Enumerables did not correctly convert to JS values. (#30191 by @​vonovak)
  • [jest] Fix uuid mock in jest-expo. (#29840 by @​EvanBacon)
  • [Android] Fix error: no viable constructor or deduction guide for deduction of template arguments of 'weak_ptr' (#29075 by @​rafi16jan)
  • [Android] Fix getContext().getNativeModule(UIManagerModule.class) in Bridgeless. (#29203 by @​arushikesarwani94)
  • [iOS] Fix data race in PersistentFileLogSpec.swift. (#28924 by @​hakonk)
  • [Android] Fix the event emitter, which might crash during the reloads. (expo/expo#29176 by @​lukmccall)
  • [iOS] Fix random conversion errors when converting JavaScript floating point numbers to Swift.Float. (#29053 by @​behenate)
  • Fixed a crash when the event listener throws an error. (#30065 by @​tsapeta)
  • [Android] Fixed the record's constructor with default parameters were being ignored when converting from JavaScript to native. (#30217 by @​lukmccall)
  • [iOS] Fixed returning already registered shared objects. (#30241 by @​tsapeta)

... (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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)