chore(deps): bump expo from 53.0.22 to 55.0.5#894
chore(deps): bump expo from 53.0.22 to 55.0.5#894dependabot[bot] wants to merge 4 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Bumps [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) from 53.0.22 to 55.0.5. - [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: 55.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
edf6a43 to
c6b6c4f
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-native-webview": "13.13.5" | ||
| "react-native": "0.83.2", | ||
| "react-native-gesture-handler": "~2.30.0", | ||
| "react-native-reanimated": "4.2.1", |
There was a problem hiding this comment.
Missing react-native-worklets peer dependency for Reanimated 4
High Severity
The bump of react-native-reanimated from ~3.17.4 to 4.2.1 is a major version upgrade that introduces a new required peer dependency on react-native-worklets. The yarn.lock confirms react-native-reanimated@4.2.1 declares react-native-worklets: ">=0.7.0" as a peer dependency, but react-native-worklets is neither listed in package.json nor resolved in the lockfile. The example app will fail at build or runtime because Reanimated 4.x extracted its worklet engine into a separate package.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #894 +/- ##
=======================================
Coverage 65.15% 65.15%
=======================================
Files 207 207
Lines 9593 9593
Branches 1250 1250
=======================================
Hits 6250 6250
Misses 3318 3318
Partials 25 25 |


Bumps expo from 53.0.22 to 55.0.5.
Changelog
Sourced from expo's changelog.
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by alanhughes, a new releaser for expo since your current version.
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)