Skip to content

chore(deps): align expo patch versions with SDK 54 - #37

Merged
kubiknyc merged 1 commit into
mainfrom
chore/expo-deps-drift
Sep 9, 2026
Merged

chore(deps): align expo patch versions with SDK 54#37
kubiknyc merged 1 commit into
mainfrom
chore/expo-deps-drift

Conversation

@kubiknyc

@kubiknyc kubiknyc commented Sep 9, 2026

Copy link
Copy Markdown
Owner

Summary

The deps CI job (npx expo install --check) was red on main. This bumps the four drifted packages to the versions expo install --check expects for SDK 54:

  • expo: 54.0.36 -> ~54.0.37
  • expo-constants: 18.0.13 -> ~18.0.14
  • expo-updates: 29.0.19 -> ~29.0.20
  • jest-expo: 54.0.17 -> ~54.0.18

Done via npx expo install --fix. Only package.json and package-lock.json changed.

Fingerprint note: expo and expo-updates are fingerprint sources, so this moves the runtime fingerprint. A new binary is needed before any OTA can reach builds already in the field — do not OTA this change to existing installs.

Verification output

  • npx expo install --check -> Dependencies are up to date (exit 0)
  • npm run typecheck -> clean
  • npm run format:check -> All matched files use Prettier code style!
  • npm run lint -> 0 errors (1 pre-existing unrelated warning in src/report/sectionMeta.ts)
  • npm test -> 94 test suites passed, 1104 tests passed, coverage thresholds met

Test plan

  • CI deps job goes green
  • CI verify job stays green
  • Cut a new binary before this change reaches devices in the field via OTA

…eck)

Bumps expo 54.0.36 -> ~54.0.37, expo-constants 18.0.13 -> ~18.0.14,
expo-updates 29.0.19 -> ~29.0.20, jest-expo 54.0.17 -> ~54.0.18 to clear
the red `deps` CI job (`npx expo install --check`).

expo-updates and expo touch native config, which moves the runtime
fingerprint — this needs a new binary before any OTA can reach builds
already in the field.
@coderabbitai

coderabbitai Bot commented Sep 9, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 8ebc4c0f-8342-4310-881d-e99da1029296


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.

@kubiknyc
kubiknyc merged commit e77d0e9 into main Sep 9, 2026
5 checks passed
@kubiknyc
kubiknyc deleted the chore/expo-deps-drift branch September 9, 2026 09:40
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.

1 participant