Skip to content

chore(deps-dev): bump expo-modules-core from 57.0.17 to 58.0.3 in /packages/apple-signin - #395

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/apple-signin/expo-modules-core-58.0.3
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/apple-signin/expo-modules-core-58.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 24, 2026

Copy link
Copy Markdown
Contributor

Bumps expo-modules-core from 57.0.17 to 58.0.3.

Changelog

Sourced from expo-modules-core's changelog.

58.0.3 — 2026-09-16

This version does not introduce any user-facing changes.

58.0.2 — 2026-09-15

🛠 Breaking changes

  • [Android] Compile expo-module-gradle-plugin against Android Gradle Plugin 9.2.1 and drop the Android Gradle Plugin 8 compatibility code. (#50114 by @​lukmccall)

🐛 Bug fixes

  • [Android] Fixed native-backed ArrayBuffers and NativeArrayBuffers being copied instead of shared when passed back from JS on Hermes V1. (#50132 by @​lukmccall)

58.0.1 — 2026-09-14

🎉 New features

  • [iOS] Added the @Union macro that turns an enum whose cases each carry one associated value into a typed union (A | B in TypeScript), usable as a @JS argument or return value. (#50037 by @​tsapeta)
  • [iOS] Added the .concurrent option to @JS (@JS(.concurrent)), which runs the body of an async function off the JavaScript thread. (#50037 by @​tsapeta)

💡 Others

  • [iOS] Bumped @expo/expo-modules-macros-plugin to 0.10.0. (#50037 by @​tsapeta)
  • [iOS] Made Either, EitherOfThree and EitherOfFour conform to JavaScriptDecodable and JavaScriptEncodable, so they can be used with the new module API. (#50053 by @​tsapeta)

58.0.0 — 2026-09-10

🛠 Breaking changes

  • [Android] Removed the deprecated AppContext.hostingRuntimeContext property. Use AppContext.runtime instead. (#46964 by @​wenszel)
  • [Android] Removed the deprecated AppContext.errorManager property. Use AppContext.jsLogger instead. (#46964 by @​wenszel)
  • [Android] Replaced the old ArrayBuffer interface with a concrete class, so NativeArrayBuffer and JavaScriptArrayBuffer no longer share a common ArrayBuffer supertype. (#47106 by @​barthap)
  • [Android] Introduce ConverterContext. (#47850 by @​jakex7)
  • [iOS] Removed EXUtilities.screenScale, which cached the main screen's scale for the process lifetime. Read the scale from the view's trait collection instead. (#48528 by @​alanjhughes)

🎉 New features

  • [macOS] Added UIColor, UIGestureRecognizer and UITextContentType to the AppKit compatibility aliases in Platform.swift. (#50110 by @​gabrieldonadel)
  • Added ExpoSwiftUI.HostingViewAware, an opt-in protocol for view props that receive the view hosting their SwiftUI view, so a view can resolve its own window instead of a process-global one. (#50110 by @​gabrieldonadel)
  • [Android] Added a loadImageForManipulationFromURL overload to ImageLoaderInterface that decodes the image within the given maxWidth/maxHeight bounds. (#47877 by @​jiunshinn)
  • Add useReleasingSharedObjectWithLifecycle hook. (#46494 by @​behenate)
  • Added ArrayBuffer as the preferred safe native module argument and return type, and deprecated NativeArrayBuffer in favor of it. (#47106 by @​barthap)
  • [iOS] Added module lifecycle hooks that replace the OnCreate, OnDestroy, OnStartObserving and OnStopObserving DSL components: didCreate, willDestroy, didStartListening and didStopListening. (#47542 by @​tsapeta)
  • [Android] Support PlatformColor as Color. (#47632 by @​jakex7)
  • [Android] Added ArrayBuffer.withJSBytes for safe scoped access to underlying bytes from any thread. (#47261 by @​barthap)
  • Added getNativeRef() to views created with requireNativeViewManager, which returns the underlying host component. (#48788 by @​intergalacticspacehighway)

🐛 Bug fixes

... (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 show <dependency name> 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)

Bumps [expo-modules-core](https://github.com/expo/expo/tree/HEAD/packages/expo-modules-core) from 57.0.17 to 58.0.3.
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-modules-core/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-modules-core)

---
updated-dependencies:
- dependency-name: expo-modules-core
  dependency-version: 58.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 24, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) September 24, 2026 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants