chore(deps): align expo patch versions with SDK 54 - #37
Merged
Conversation
…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.
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 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. Comment |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
The
depsCI job (npx expo install --check) was red on main. This bumps the four drifted packages to the versionsexpo install --checkexpects for SDK 54:expo: 54.0.36 -> ~54.0.37expo-constants: 18.0.13 -> ~18.0.14expo-updates: 29.0.19 -> ~29.0.20jest-expo: 54.0.17 -> ~54.0.18Done via
npx expo install --fix. Onlypackage.jsonandpackage-lock.jsonchanged.Fingerprint note:
expoandexpo-updatesare 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-> cleannpm run format:check->All matched files use Prettier code style!npm run lint-> 0 errors (1 pre-existing unrelated warning insrc/report/sectionMeta.ts)npm test-> 94 test suites passed, 1104 tests passed, coverage thresholds metTest plan
depsjob goes greenverifyjob stays green