Skip to content

chore(deps): upgrade expo-secure-store to v55.0.13#224

Merged
dtoxvanilla1991 merged 1 commit into
mainfrom
chore/upgrade-expo-secure-store-v55
Apr 25, 2026
Merged

chore(deps): upgrade expo-secure-store to v55.0.13#224
dtoxvanilla1991 merged 1 commit into
mainfrom
chore/upgrade-expo-secure-store-v55

Conversation

@dtoxvanilla1991
Copy link
Copy Markdown
Contributor

Summary

Upgrades expo-secure-store from 14.2.455.0.13 (conflict-free replacement for #219).

PR #219 was generated by Renovate but had conflicts in package.json and pnpm-lock.yaml due to concurrent merges on main. This PR applies the same change cleanly on top of the latest main.

Migration analysis

expo-secure-store switched to Expo SDK-aligned versioning (v14 → Expo SDK 52, v55 → Expo SDK 55). The large version jump is a versioning scheme change, not 40 breaking iterations.

All breaking changes between v14.2.4 and v55.0.13 are platform minimum version bumps only (iOS deployment target, Android SDK target). There are zero JavaScript API changes.

The three methods this codebase uses are unchanged in v55:

  • setItemAsync(key, value)
  • getItemAsync(key)
  • deleteItemAsync(key)

The existing peerDependencies range "expo-secure-store": ">=11.0.0" already covers v55 — no additional changes needed.

Changes

  • package.json: bump dev dependency pin 14.2.455.0.13
  • pnpm-lock.yaml: regenerated lock file

Closes #219

@dtoxvanilla1991 dtoxvanilla1991 requested a review from a team as a code owner April 25, 2026 00:09
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 25, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (2)
  • package.json is excluded by !**/*.json
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml, !**/*.yaml

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 1b29332b-d5fa-42e2-a40d-72accb2ab557

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/upgrade-expo-secure-store-v55

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dtoxvanilla1991 dtoxvanilla1991 self-assigned this Apr 25, 2026
@dtoxvanilla1991 dtoxvanilla1991 merged commit 0330f12 into main Apr 25, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants