You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reviewing files that changed from the base of the PR and between 79d0ecf and feb44d9.
⛔ Files ignored due to path filters (1)
pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (2)
.changeset/yellow-vans-beg.md
packages/expo/package.json
📝 Walkthrough
Walkthrough
This change adds support for Expo SDK 55 to the @clerk/expo package. A new changeset entry is created to document this minor release. The expo peer dependency range in packages/expo/package.json is updated from ">=53 <55" to ">=53 <56", expanding the upper bound to accommodate Expo SDK 55 and potentially future 55.x versions. No changes to exported declarations are made.
Check skipped - CodeRabbit’s high-level summary is enabled.
Title check
✅ Passed
The title 'chore(expo): Support Expo SDK 55' directly describes the main change—updating the expo peer dependency to support Expo SDK 55, which matches the changeset modifications.
Docstring Coverage
✅ Passed
No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
Tip
Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.
Comment @coderabbitai help to get the list of available commands and usage tips.
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
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.
Description
This PR updates the expo peer dep to support SDK 55 https://expo.dev/changelog/sdk-55
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change
Summary by CodeRabbit