chore(expo): bump clerk-android to 1.0.37 - #9260
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 133a230 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 |
@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/vue
commit: |
📝 WalkthroughWalkthroughUpdates the Expo Android package’s Clerk API and UI dependency pins from Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@packages/expo/android/build.gradle`:
- Around line 23-24: Update the Clerk version pins in the E2E template’s
android/build.gradle so its clerk-android-api and related Clerk UI dependencies
use 1.0.37, matching clerkAndroidApiVersion and clerkAndroidUiVersion in the
main Expo build configuration. Keep the template’s compile-time and runtime SDK
versions aligned.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository YAML (base), Organization UI (inherited)
Review profile: CHILL
Plan: Pro Plus
Run ID: 8ba085b6-f584-43e7-a160-779520c97822
📒 Files selected for processing (2)
.changeset/expo-bump-clerk-android-1-0-37.mdpackages/expo/android/build.gradle
🔗 Linked repositories identified
CodeRabbit considers these linked repositories for cross-repo context during reviews:
clerk/clerk_go(manual)clerk/dashboard(manual)clerk/accounts(manual)clerk/backoffice(manual)clerk/clerk(manual)clerk/clerk-docs(manual)clerk/cloudflare-workers(manual)clerk/clerk-ios(auto-detected)clerk/clerk-android(auto-detected)clerk/cli(auto-detected)
| clerkAndroidApiVersion = "1.0.37" | ||
| clerkAndroidUiVersion = "1.0.37" |
There was a problem hiding this comment.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
Update the E2E template’s Clerk pin as well.
integration/templates/expo-native/modules/e2e-hooks/android/build.gradle:39-48 still compiles against clerk-android-api:1.0.36, while this module now ships 1.0.37. Keep the compile-time and runtime SDK versions aligned to avoid API or runtime incompatibilities.
Proposed fix
-compileOnly("com.clerk:clerk-android-api:1.0.36") {
+compileOnly("com.clerk:clerk-android-api:1.0.37") {🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@packages/expo/android/build.gradle` around lines 23 - 24, Update the Clerk
version pins in the E2E template’s android/build.gradle so its clerk-android-api
and related Clerk UI dependencies use 1.0.37, matching clerkAndroidApiVersion
and clerkAndroidUiVersion in the main Expo build configuration. Keep the
template’s compile-time and runtime SDK versions aligned.
API Changes Report
Summary
No API Changes DetectedAll packages have stable APIs with no detected changes. Report generated by Break Check Last ran on |
Description
Bumps the bundled
clerk-androidSDK in@clerk/expofrom1.0.36to1.0.37.Release: https://github.com/clerk/clerk-android/releases/tag/v1.0.37
Checklist
Type of change
Refactoring / dependency upgrade / documentation