Skip to content

chore(deps): align Expo SDK 57 patch versions (fix expo-doctor) - #103

Merged
CaporalDead merged 1 commit into
mainfrom
chore/expo-doctor-sdk57-patches
Aug 9, 2026
Merged

chore(deps): align Expo SDK 57 patch versions (fix expo-doctor)#103
CaporalDead merged 1 commit into
mainfrom
chore/expo-doctor-sdk57-patches

Conversation

@CaporalDead

Copy link
Copy Markdown
Member

Contexte

Expo a publié de nouveaux patchs SDK 57 → expo-doctor échouait sur « Check that packages match versions required by installed Expo SDK », ce qui bloquait la CI de toutes les PR (échec constaté sur la PR SEO #102).

Changement

npx expo install --fix — alignement des 5 paquets sur les versions attendues :

package avant après
expo 57.0.9 57.0.11
expo-asset 57.0.8 57.0.9
expo-file-system 57.0.1 57.0.2
expo-location 57.0.7 57.0.8
expo-sharing 57.0.8 57.0.10

Seuls package.json + package-lock.json sont touchés (patchs only, aucun changement de code).

Vérifs locales

  • npx expo-doctor20/20
  • npm run lint (tsc --noEmit) → vert
  • expo install --checkDependencies are up to date

Pas de bump de version app (chore(deps)).

Bump expo 57.0.9->57.0.11, expo-asset ->57.0.9, expo-file-system ->57.0.2, expo-location 57.0.7->57.0.8, expo-sharing 57.0.8->57.0.10 to match versions required by the installed Expo SDK. Fixes the expo-doctor 'packages match versions required by installed Expo SDK' check. expo-doctor now 20/20.
@CaporalDead
CaporalDead merged commit db2cf63 into main Aug 9, 2026
2 checks passed
@CaporalDead
CaporalDead deleted the chore/expo-doctor-sdk57-patches branch August 9, 2026 20: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