chore(deps): bump expo from 53.0.22 to 54.0.33#863
chore(deps): bump expo from 53.0.22 to 54.0.33#863dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
| "@react-navigation/elements": "^2.6.3", | ||
| "@react-navigation/native": "^7.1.6", | ||
| "expo": "~53.0.22", | ||
| "expo": "~54.0.33", |
There was a problem hiding this comment.
React Native version lags Expo SDK
Medium Severity
expo was upgraded to SDK 54, but react-native remains ^0.79.2 in both manifests. SDK 54 is tied to React Native 0.81, so this creates an incompatible pairing that can fail expo-doctor checks and cause runtime/build instability from mismatched native and JS expectations.
Additional Locations (1)
6179102 to
6588e76
Compare
Bumps [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) from 53.0.22 to 54.0.33. - [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo) --- updated-dependencies: - dependency-name: expo dependency-version: 54.0.33 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
6588e76 to
1373e08
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| "@react-navigation/elements": "^2.6.3", | ||
| "@react-navigation/native": "^7.1.6", | ||
| "expo": "~53.0.22", | ||
| "expo": "~54.0.33", |
There was a problem hiding this comment.
Major SDK bump without updating companion packages
High Severity
Bumping expo from SDK 53 (~53.0.22) to SDK 54 (~54.0.33) is a major SDK version change that requires updating all companion packages together. Expo SDK 54 requires React Native 0.81, but the app still pins react-native to ^0.79.2. Similarly, expo-constants remains at ~17.1.7 (SDK 54 needs ~18.x), expo-font at ~13.3.2 (needs ~14.x), expo-router at ~5.1.6, and many other expo-* packages remain at SDK 53 versions. The same issue exists in packages/expo/package.json dev dependencies. This version mismatch will cause build failures and runtime incompatibilities.


Bumps expo from 53.0.22 to 54.0.33.
Changelog
Sourced from expo's changelog.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)