chore: Upgrade packages to latest stable versions#3959
Merged
Conversation
This was referenced May 28, 2026
205e754 to
011b038
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced May 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidates the open package-upgrade PRs into a single dependency upgrade:
bun.lock,Gemfile.lock,Podfile.lock, and Android/iOS generated lock metadata from the combined manifests19.2.3because React Native0.85.3is currentlatestand uses the19.2.3renderer; this avoids the runtime mismatch seen with React19.2.69.3.1; Gradle9.5.1currently fails React Native0.85.3's included Gradle plugin because Gradle embeds Kotlin2.3.20while the RN plugin compiles with Kotlin2.1.2026.2; the standalone Xcode26.5PR failed before build because the runner did not have/Applications/Xcode_26.5.appgh release upload, so release workflows can be built on PRs without missinggithub.event.release.upload_url9.0.0declares iOS 15.5Supersedes #3819, #3842, #3933, #3935, #3937, #3939, #3941, #3942, #3945, #3946, #3949, #3951, #3952, #3953, #3954, and #3955.
Verification
bun install --frozen-lockfilebun run buildbun docs buildbunx biome check .bun example build:androidJAVA_HOME=/opt/homebrew/opt/openjdk@17 PATH="/opt/homebrew/opt/openjdk@17/bin:$PATH" ./gradlew assembleDebug -Pandroid.injected.testOnly=false -PreactNativeArchitectures=arm64-v8a --no-daemon --build-cache --console=plainbundle _4.0.12_ exec pod installxcodebuild -workspace SimpleCamera.xcworkspace -scheme SimpleCamera -sdk iphonesimulator -configuration Release -destination 'generic/platform=iOS Simulator' clean build CODE_SIGNING_ALLOWED=NO