Skip to content

Expo SDK patch releases are ahead of the lockfile #11

Description

@github-actions

expo install --check found newer Expo SDK patch releases on 2026-09-02.


> @persimmon/app@0.1.0 deps:drift /home/runner/work/Persimmon/Persimmon/apps/persimmon
> CI=1 expo install --check

Skipped checking dependencies: react-native-worklets. These dependencies are listed in expo.install.exclude in package.json. Learn more: https://docs.expo.dev/more/expo-cli/#configuring-dependency-validation
The following packages should be updated for best compatibility with the installed expo version:
  @expo/metro-runtime@57.0.13 - expected version: ~57.0.15
  @expo/ui@57.0.13 - expected version: ~57.0.15
  expo@57.0.16 - expected version: ~57.0.19
  expo-constants@57.0.14 - expected version: ~57.0.17
  expo-dev-client@57.0.15 - expected version: ~57.0.18
  expo-file-system@57.0.5 - expected version: ~57.0.6
  expo-font@57.0.1 - expected version: ~57.0.3
  expo-linking@57.0.7 - expected version: ~57.0.9
  expo-router@57.0.16 - expected version: ~57.0.18
  expo-sharing@57.0.15 - expected version: ~57.0.17
  expo-system-ui@57.0.2 - expected version: ~57.0.3
  react-native@0.86.2 - expected version: 0.86.3
Your project may not work correctly until you install the expected versions of the packages.
Found outdated dependencies
/home/runner/work/Persimmon/Persimmon/apps/persimmon:
 ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  @persimmon/app@0.1.0 deps:drift: `CI=1 expo install --check`
Exit status 1

To catch up, run pnpm --filter @persimmon/app exec expo install --fix, then pnpm install, confirm the patches under patches/ still apply, and open a pull request. This is advisory: pnpm verify only checks the lockfile against the installed Expo version.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    expo-sdk-driftThe lockfile is behind the latest Expo SDK patch releases

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions