Skip to content

chore(expo): bump clerk-android to 1.0.37 - #9260

Merged
wobsoriano merged 2 commits into
mainfrom
automation/expo-android-sdk-1-0-37
Jul 27, 2026
Merged

chore(expo): bump clerk-android to 1.0.37#9260
wobsoriano merged 2 commits into
mainfrom
automation/expo-android-sdk-1-0-37

Conversation

@clerk-cookie

Copy link
Copy Markdown
Collaborator

Description

Bumps the bundled clerk-android SDK in @clerk/expo from 1.0.36 to 1.0.37.

Release: https://github.com/clerk/clerk-android/releases/tag/v1.0.37

Checklist

  • JavaScript repo CI will run on the PR.
  • Not applicable: JSDoc comments or documentation updates.

Type of change

Refactoring / dependency upgrade / documentation

@clerk-cookie
clerk-cookie requested a review from wobsoriano July 27, 2026 21:39
@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Jul 27, 2026 10:10pm
swingset Ready Ready Preview, Comment Jul 27, 2026 10:10pm

Request Review

@changeset-bot

changeset-bot Bot commented Jul 27, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 133a230

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@clerk/expo Patch

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

@pkg-pr-new

pkg-pr-new Bot commented Jul 27, 2026

Copy link
Copy Markdown

Open in StackBlitz

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@9260

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@9260

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@9260

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@9260

@clerk/electron

npm i https://pkg.pr.new/@clerk/electron@9260

@clerk/electron-passkeys

npm i https://pkg.pr.new/@clerk/electron-passkeys@9260

@clerk/eslint-plugin

npm i https://pkg.pr.new/@clerk/eslint-plugin@9260

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@9260

@clerk/expo-google-signin

npm i https://pkg.pr.new/@clerk/expo-google-signin@9260

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@9260

@clerk/express

npm i https://pkg.pr.new/@clerk/express@9260

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@9260

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@9260

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@9260

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@9260

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@9260

@clerk/react

npm i https://pkg.pr.new/@clerk/react@9260

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@9260

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@9260

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@9260

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@9260

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@9260

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@9260

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@9260

commit: 133a230

@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

Updates the Expo Android package’s Clerk API and UI dependency pins from 1.0.36 to 1.0.37, and adds a patch changeset for @clerk/expo referencing the upstream release.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested reviewers: wobsoriano

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly states the Expo Clerk Android version bump to 1.0.37.
Description check ✅ Passed The description matches the changeset by describing the Clerk Android SDK upgrade in @clerk/expo.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between 8c9d061 and aec4c56.

📒 Files selected for processing (2)
  • .changeset/expo-bump-clerk-android-1-0-37.md
  • packages/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)

Comment on lines +23 to +24
clerkAndroidApiVersion = "1.0.37"
clerkAndroidUiVersion = "1.0.37"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗄️ 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.

@github-actions

github-actions Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

API Changes Report

Generated by Break Check on 2026-07-27T22:10:16.810Z

Summary

Metric Count
Packages analyzed 19
Packages with changes 0
🔴 Breaking changes 0
🟡 Non-breaking changes 0
🟢 Additions 0

No API Changes Detected

All packages have stable APIs with no detected changes.


Report generated by Break Check

Last ran on 133a230.

@wobsoriano
wobsoriano merged commit 3088d7d into main Jul 27, 2026
59 checks passed
@wobsoriano
wobsoriano deleted the automation/expo-android-sdk-1-0-37 branch July 27, 2026 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants