Bump Clerk packages and refresh lockfile#3511
Conversation
- Update Clerk backend, React, Expo, and Electron dependencies - Refresh pnpm lockfile entries for workspace package resolutions
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
ApprovabilityVerdict: Approved This PR only bumps Clerk package versions in the workspace catalog and refreshes the lockfile. No application code is modified, making this a low-risk dependency update. You can customize Macroscope's approvability policy. Learn more. |
- Update pnpm lock entries to newer Clerk snapshot packages - Re-resolve Expo and React Native dependency metadata
Dismissing prior approval to re-evaluate 09cac87
Summary
pnpm-lock.yamlto capture the updated dependency graph and transitive resolution changes.pnpm-workspace.yamllockfile metadata to match the regenerated workspace state.Testing
vp check.vp run typecheck.vp test.Note
Medium Risk
Touches auth-related dependencies across web, desktop, mobile, and relay; risk is dependency-only but Clerk is security-sensitive and versions are pre-release snapshots.
Overview
Pins all seven workspace
@clerk/*catalog entries to a newer snapshot train (v20260622234151), including minor bumps such as@clerk/backend3.8.2→3.8.3,@clerk/clerk-js6.18.2→6.21.0,@clerk/react6.10.4→6.11.0,@clerk/shared4.19.2→4.21.0,@clerk/expo3.4.8→3.5.3, and@clerk/electron/@clerk/electron-passkeys0.0.1→0.0.2. Rootpnpmoverrides stay aligned with the catalog so desktop, web, mobile, and relay all resolve the same versions.pnpm-lock.yamlis regenerated for those resolutions (including transitive@clerk/sharedand platform-specific electron-passkeys packages). The lockfile also reflects@clerk/exporaising its react-native peer from>=0.73to>=0.75; no apppackage.jsonor source files change—consumers still usecatalog:.Reviewed by Cursor Bugbot for commit 09cac87. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Bump Clerk packages to latest snapshot versions
Updates version pins in pnpm-workspace.yaml for seven
@clerkpackages to snapshot builds from 2026-06-22, including@clerk/clerk-js6.21.0,@clerk/shared4.21.0, and@clerk/react6.11.0. The lockfile is refreshed to match.Macroscope summarized 09cac87.