chore(deps): bump the react group across 1 directory with 2 updates#895
chore(deps): bump the react group across 1 directory with 2 updates#895dependabot[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/facebook/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.0 - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/commits/v0.86.0/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.0 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 1d637b8. Configure here.
| "react": "19.2.0", | ||
| "react-dom": "19.2.0", | ||
| "react-native": "0.83.6", | ||
| "react-native": "0.86.0", |
There was a problem hiding this comment.
React Native mismatches Expo SDK
High Severity
Pinning react-native to 0.86.0 while expo stays on SDK 55 (~55.0.23) pairs the app with a React Native release outside Expo’s supported matrix for that SDK (SDK 55 targets the 0.83 line). Expo’s Babel preset for SDK 55 still pulls @react-native/babel-preset 0.83.x, so native builds and dev-client runs for this example can fail or behave inconsistently after this bump.
Reviewed by Cursor Bugbot for commit 1d637b8. 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.
WebRTC plugin needs Expo 56
Medium Severity
Upgrading @config-plugins/react-native-webrtc to ^15.0.1 conflicts with the example’s Expo SDK 55 dependency: the published package declares a peer dependency on expo ^56, while this app still uses expo ~55.0.23 and lists the plugin in app.json for prebuild. Prebuild or WebRTC native setup may break or diverge from what SDK 55 expects.
Reviewed by Cursor Bugbot for commit 1d637b8. Configure here.


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.0Release notes
Sourced from react-native's releases.
... (truncated)
Changelog
Sourced from react-native's changelog.
... (truncated)
Commits
a632f9eRelease 0.86.0012be3bRelease 0.86.0-rc.3cd5b3b5Bump Hermes V1 version to 250829098.0.1419da7bbRelease 0.86.0-rc.2cc27962fix(cocoapods): escape local file URIs for unicode paths (#56907)6c6511cfeat(Pressable): add support for PlatformColor and alpha (#56395)f2880fdCache prebuilt iOS binaries in ~/Library/Caches/ReactNative (#56847)443ac40fix(cocoapods) Podfile.lock SPEC CHECKSUMS drift for React XCFrameworks (#56803)ff2562efix(ios): load RCTDefines.h first in React umbrella + drop submodule wildcard...94b6bcbRelease 0.86.0-rc.1Dependabot 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
Medium Risk
A multi-minor react-native upgrade can break native prebuilds and peer compatibility with Expo/LiveKit; impact is limited to the example app, not published packages.
Overview
Updates
examples/react-native-expo/package.jsononly:react-native0.83.6 → 0.86.0 and@config-plugins/react-native-webrtc^14.0.0 → ^15.0.1.No application source changes—this is a dependency-only bump for the Expo sample app (LiveKit/WebRTC stack unchanged aside from the config plugin major).
Reviewed by Cursor Bugbot for commit 1d637b8. Bugbot is set up for automated code reviews on this repo. Configure here.