Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps expo-modules-core from 57.0.17 to 58.0.4.

Changelog

Sourced from expo-modules-core's changelog.

58.0.4 — 2026-09-21

🎉 New features

  • [iOS] Added EmbeddedFingerprint, which reads the fingerprint a debug build embedded, with EmbeddedFingerprint.CheckProtocol carrying the literals of the fingerprint-check exchange. (#49494 by @​vonovak)

🐛 Bug fixes

  • [Android] Fixed worklet callbacks crashing with NoSuchFieldError in minified release builds. (#50502 by @​dhalenok, #50510 by @​intergalacticspacehighway)
  • [Android] Replaced the hosting ComposeView's view id with a tag for its rememberSaveable namespace, fixing a crash on react-native-screens tab switch and touches inside a Host reaching the wrong React Native view. (#49964 by @​b2x-software, #50299 by @​intergalacticspacehighway)
  • [macOS] Fixed a crash when mounting a SwiftUI view in a release build. react-native-macos assigns component view tags through reactTag, which the virtual view did not declare. (#50342 by @​gabrieldonadel)
  • [Android] Fixed strings losing NUL characters when crossing JNI in either direction, and characters outside the BMP being misread on the way to Kotlin. (#50275 by @​lukmccall)
  • [iOS] Fixed the tap that closes a SwiftUI menu still reaching the React Native view underneath it in apps with no accessibility client attached. The menu gate no longer requires accessibilityViewIsModal, which UIKit only implements for the menu container while its accessibility bundle is loaded. (#48765 by @​ayyoub-coder, #49916 by @​intergalacticspacehighway)

💡 Others

  • [iOS] Bumped @expo/expo-modules-macros-plugin to 0.12.0. (#50286 by @​tsapeta)
  • [Android] Use the prebuilt native libraries in every build, including the package's own instrumentation tests, drop the libraryVersion check so the archive stays valid across patch releases, and add the expo.core.buildFromSource Gradle property to opt out. (#50452 by @​lukmccall)

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)

... (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.4.
- [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.4
  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 25, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) September 25, 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