Uh oh!
There was an error while loading. Please reload this page.
fix(expo): Align Android OkHttp dependencies - #9371
Conversation
🦋 Changeset detectedLatest commit: df9ae3f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@clerk/astro@clerk/backend@clerk/chrome-extension@clerk/clerk-js@clerk/electron@clerk/electron-passkeys@clerk/eslint-plugin@clerk/expo@clerk/expo-google-signin@clerk/expo-passkeys@clerk/express@clerk/fastify@clerk/hono@clerk/localizations@clerk/nextjs@clerk/nuxt@clerk/react@clerk/react-router@clerk/shared@clerk/tanstack-react-start@clerk/testing@clerk/ui@clerk/upgrade@clerk/vuecommit: |
API Changes Report
Summary
No API Changes DetectedAll packages have stable APIs with no detected changes. Report generated by Break Check Last ran on |
📝 WalkthroughWalkthroughThe Expo Android package now defines centralized OkHttp and okhttp-urlconnection versions and applies strict constraints to OkHttp-related dependencies. The Expo native template no longer loads the local OkHttp alignment plugin. A patch changeset documents the dependency alignment. Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
Description
Align the Android OkHttp dependency graph shipped by
@clerk/exposo Clerk Android and React Native use compatible versions.The Expo Android module now strictly selects OkHttp
5.4.0, the logging interceptor5.4.0, and the URLConnection compatibility shim5.0.0-alpha.16. This prevents React Native from supplying an OkHttp 4 core alongside Clerk Android's OkHttp 5 logging interceptor.The native integration fixture no longer applies its own resolution strategy workaround, so the existing Expo native build and Android Maestro jobs exercise the package-provided alignment directly.
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change