-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps)(deps): bump react-native from 0.81.5 to 0.83.1 #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
🤖 Augment PR SummarySummary: Updates React Native across the monorepo to the latest 0.83.x release. Changes:
Technical Notes:
🤖 Was this summary useful? React with 👍 or 👎 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "react": "19.1.0", | ||
| "react-dom": "19.1.0", | ||
| "react-native": "0.81.5", | ||
| "react-native": "0.83.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
react-native@0.83.1 declares a peer dependency on react: ^19.2.0 (see the updated pnpm-lock.yaml), but this app is still pinned to react: 19.1.0/react-dom: 19.1.0. That mismatch will typically produce peer warnings (and could be a source of subtle incompatibilities); this also applies to packages/ui in this PR.
🤖 Was this useful? React with 👍 or 👎
| react-native@0.81.5: | ||
| resolution: {integrity: sha512-1w+/oSjEXZjMqsIvmkCRsOc8UBYv163bTWKTI8+1mxztvQPhCRYGTvZ/PL1w16xXHneIj/SLGfxWg2GWN2uexw==} | ||
| react-native@0.83.1: | ||
| resolution: {integrity: sha512-mL1q5HPq5cWseVhWRLl+Fwvi5z1UO+3vGOpjr+sHFwcUletPRZ5Kv+d0tUfqHmvi73/53NjlQqX1Pyn4GguUfA==} | ||
| engines: {node: '>= 20.19.4'} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The updated lockfile shows react-native@0.83.1 requires node >= 20.19.4; if your CI/dev environments are only on >=20 generally, installs can fail on earlier 20.x minors. It may be worth double-checking your Node version policy/tooling aligns with this new engine requirement.
🤖 Was this useful? React with 👍 or 👎
b0e92ba to
d97cd88
Compare
Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.81.5 to 0.83.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.83.1/packages/react-native) --- updated-dependencies: - dependency-name: react-native dependency-version: 0.83.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
d97cd88 to
09ed149
Compare
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
Bumps react-native from 0.81.5 to 0.83.1.
Release notes
Sourced from react-native's releases.
... (truncated)
Changelog
Sourced from react-native's changelog.
... (truncated)
Commits
541213eRelease 0.83.13d78f07Gate requestBody processing behind BuildConfig.DEBUG (#54920)471ef72Fix binary FormData uploads on Android (#54917)a98aa81Release 0.83.0015b567Release 0.83.0-rc.58a9a359Fix multipart/form-data request payload previews on Android (#54804)75f4c83Fix remaining missing debugger build flags for open source builds (#54770)30cbe97Exclude legacy Hermes targets from single host assertion (#54790)c8dd7d4Release 0.83.0-rc.445281baFix 'hermes-compiler' not being resolved correctly (#54667)You can trigger a rebase of this PR 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)