build(deps): bump react-native from 0.81.5 to 0.84.1 in /apps/resident-mobile#62
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
|
Deployment failed with the following error: Learn More: https://vercel.com/docs/limits#rate-limits |
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="apps/resident-mobile/package.json">
<violation number="1" location="apps/resident-mobile/package.json:32">
P1: This React Native bump is incompatible with the current Expo SDK version. Expo SDK 54 targets RN 0.81, so pinning `react-native` to 0.84.1 is likely to break Expo tooling/builds.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "moti": "^0.30.0", | ||
| "react": "19.1.0", | ||
| "react-native": "0.81.5", | ||
| "react-native": "0.84.1", |
There was a problem hiding this comment.
P1: This React Native bump is incompatible with the current Expo SDK version. Expo SDK 54 targets RN 0.81, so pinning react-native to 0.84.1 is likely to break Expo tooling/builds.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/resident-mobile/package.json, line 32:
<comment>This React Native bump is incompatible with the current Expo SDK version. Expo SDK 54 targets RN 0.81, so pinning `react-native` to 0.84.1 is likely to break Expo tooling/builds.</comment>
<file context>
@@ -29,7 +29,7 @@
"moti": "^0.30.0",
"react": "19.1.0",
- "react-native": "0.81.5",
+ "react-native": "0.84.1",
"react-native-gesture-handler": "^2.30.0",
"react-native-reanimated": "^4.2.3",
</file context>
Suggested change
| "react-native": "0.84.1", | |
| "react-native": "0.81.5", |
Owner
|
@dependabot recreate |
08cda16 to
7854092
Compare
|
Deployment failed with the following error: Learn More: https://vercel.com/mediabubble?upgradeToPro=build-rate-limit |
7854092 to
2df834f
Compare
Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.81.5 to 0.84.1. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/commits/v0.84.1/packages/react-native) --- updated-dependencies: - dependency-name: react-native dependency-version: 0.84.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2df834f to
9c8bf49
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps react-native from 0.81.5 to 0.84.1.
Release notes
Sourced from react-native's releases.
... (truncated)
Changelog
Sourced from react-native's changelog.
... (truncated)
Commits
6064933Release 0.84.12c65dd7Fix flaky Modal-itest by adding proper root cleanup (#55712)938a338Attempt to reduce flakyness on Modal-itest "MessageQueue is not empty" failur...3483f16[LOCAL] Bump hermes v1 versiond965609fix(react-native): resolve included-build gradle.properties from parent build...3c503a8fix: missing symbols on prebuilt Android with hermesV1 disabled (#55400)9b79d39[LOCAL] Fix misaligned Hermes version5693f60Release 0.84.05c69e21Release 0.84.0-rc.53552d65[LOCAL] Bump Hermes versionDependabot 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)Summary by cubic
Upgrade
react-nativefrom 0.81.5 to 0.84.1 inapps/resident-mobileto improve Android build reliability in monorepos and fix Hermes symbol issues.cd ios && pod install./gradlew clean(fromandroid)npx react-native start --reset-cachethen rebuildWritten for commit 9c8bf49. Summary will update on new commits.