chore(deps): bump the react group across 1 directory with 2 updates - #914
chore(deps): bump the react group across 1 directory with 2 updates#914dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the react group with 2 updates in the / directory: [@config-plugins/react-native-webrtc](https://github.com/expo/config-plugins/tree/HEAD/packages/react-native-webrtc) and [react-native](https://github.com/react/react-native/tree/HEAD/packages/react-native). Updates `@config-plugins/react-native-webrtc` from 14.0.0 to 15.0.1 - [Release notes](https://github.com/expo/config-plugins/releases) - [Changelog](https://github.com/expo/config-plugins/blob/main/packages/react-native-webrtc/CHANGELOG.md) - [Commits](https://github.com/expo/config-plugins/commits/HEAD/packages/react-native-webrtc) Updates `react-native` from 0.83.6 to 0.86.2 - [Release notes](https://github.com/react/react-native/releases) - [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react-native/commits/v0.86.2/packages/react-native) --- updated-dependencies: - dependency-name: "@config-plugins/react-native-webrtc" dependency-version: 15.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: react - dependency-name: react-native dependency-version: 0.86.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: react ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 597842a. Configure here.
| "react": "19.2.0", | ||
| "react-dom": "19.2.0", | ||
| "react-native": "0.83.6", | ||
| "react-native": "0.86.2", |
There was a problem hiding this comment.
Incompatible React Native version bump
High Severity
react-native is bumped from 0.83.6 to 0.86.2, but Expo SDK 55 is pinned to React Native 0.83.x. This mismatch breaks Expo’s supported version matrix and can cause install failures, native build errors, or runtime instability in the example app.
Reviewed by Cursor Bugbot for commit 597842a. Configure here.
| }, | ||
| "dependencies": { | ||
| "@config-plugins/react-native-webrtc": "^14.0.0", | ||
| "@config-plugins/react-native-webrtc": "^15.0.1", |
There was a problem hiding this comment.
Config plugin requires Expo 56
High Severity
@config-plugins/react-native-webrtc is bumped to ^15.0.1, which declares a peer dependency on expo ^56. The project still uses expo ~55.0.23, so this violates the plugin’s version matrix (v14 for SDK 55, v15 for SDK 56) and can break prebuild or native configuration.
Reviewed by Cursor Bugbot for commit 597842a. Configure here.
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |


Bumps the react group with 2 updates in the / directory: @config-plugins/react-native-webrtc and react-native.
Updates
@config-plugins/react-native-webrtcfrom 14.0.0 to 15.0.1Commits
Maintainer changes
This version was pushed to npm by philpl, a new releaser for
@config-plugins/react-native-webrtcsince your current version.Updates
react-nativefrom 0.83.6 to 0.86.2Release notes
Sourced from react-native's releases.
... (truncated)
Changelog
Sourced from react-native's changelog.
... (truncated)
Commits
ee90a75Release 0.86.2efd46ebRevert "Release 0.86.2"501fac4Release 0.86.2db582cdRelease 0.86.16766cc3Update repository references on 0.86 (#57666)3d9c852Revert "Release 0.86.1"0a1ebb7Release 0.86.10b941bcAdd guards around nativeProps usage to prevent race conditions (#52646)cdfba52Fix Android Fabric Native Animated null prop crash (#56913)821045aDo not synchronize on java.lang.Boolean. (#56196)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for react-native 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsNote
Low Risk
Example-app dependency bumps only; no changes to
@elevenlabs/react-nativeor runtime logic, though native rebuilds of the example may be needed to validate compatibility.Overview
Updates only
examples/react-native-expo/package.jsondependency versions:react-native0.83.6 → 0.86.2 and@config-plugins/react-native-webrtc^14.0.0 → ^15.0.1. No application or SDK source changes.This keeps the Expo sample aligned with a newer RN stack (including Hermes/runtime fixes in 0.86.x) and the matching Expo config plugin major line for WebRTC prebuild.
Reviewed by Cursor Bugbot for commit 597842a. Bugbot is set up for automated code reviews on this repo. Configure here.