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.
|
|
examples/expo-example/package.json
Outdated
| "@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
6588e76 to
1373e08
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>
1373e08 to
0451364
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
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": "~55.0.4", |
There was a problem hiding this comment.
Expo SDK 55 requires React Native 0.83, not 0.79
High Severity
Bumping expo to ~55.0.4 (SDK 55) without updating react-native from ^0.79.2 to 0.83.x creates a fundamental incompatibility. Expo SDK 55 bundles and requires React Native 0.83.2, and the internal dependencies (e.g., @react-native/babel-preset@0.83.2, @react-native/codegen@0.83.2) all target 0.83. The companion packages (expo-constants, expo-font, expo-blur, expo-router, expo-splash-screen, etc.) also remain at SDK 53 versions instead of being updated to SDK 55 compatible versions. This will cause build failures or runtime errors.
Additional Locations (2)
| "@react-navigation/elements": "^2.6.3", | ||
| "@react-navigation/native": "^7.1.6", | ||
| "expo": "~53.0.22", | ||
| "expo": "~55.0.4", |
There was a problem hiding this comment.
PR bumps to v55 but title says v54
Medium Severity
The PR title states "bump expo from 53.0.22 to 54.0.33" but the actual code changes install expo@~55.0.4, which resolves to version 55.0.4 — a completely different major SDK version. This jumps two major SDK versions (53 → 55) rather than one (53 → 54), skipping SDK 54 entirely. Expo's own documentation recommends upgrading one SDK version at a time. The mismatch between the PR metadata and the actual change could mislead reviewers.


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)