chore(deps): bump @config-plugins/react-native-webrtc from 14.0.0 to 15.0.1 in the react group across 1 directory - #904
Conversation
Bumps the react group with 1 update in the / directory: [@config-plugins/react-native-webrtc](https://github.com/expo/config-plugins/tree/HEAD/packages/react-native-webrtc). 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) --- 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 ... 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 1e7ef0e. 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.
Incompatible Expo peer dependency
High Severity
@config-plugins/react-native-webrtc@15.0.1 declares a peer dependency on expo@^56, but this example still depends on expo@~55.0.23 and registers the plugin in app.json. Version 14 targeted Expo 55; the major bump is SDK-aligned, so installing 15 on Expo 55 leaves an unsupported pairing that can break expo prebuild and WebRTC native setup.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 1e7ef0e. Configure here.
| nitro: | ||
| specifier: npm:nitro-nightly@latest | ||
| version: nitro-nightly@3.0.1-20260712-095235-05bf1c38(@netlify/blobs@8.2.0)(chokidar@4.0.3)(dotenv@16.6.1)(jiti@2.7.0)(lru-cache@11.5.2)(vite@8.0.12(@types/node@22.19.2)(esbuild@0.27.1)(jiti@2.7.0)(terser@5.47.1)(tsx@4.21.0)(yaml@2.8.4)) | ||
| version: nitro-nightly@4.0.0-20251010-091516-7cafddba(@netlify/blobs@8.2.0)(chokidar@4.0.3)(lru-cache@11.5.2)(rolldown@1.1.5)(vite@8.0.12(@types/node@22.19.2)(esbuild@0.27.1)(jiti@2.7.0)(terser@5.47.1)(tsx@4.21.0)(yaml@2.8.4)) |
There was a problem hiding this comment.
Unintended Nitro major regression
Medium Severity
This Dependabot lockfile refresh also re-resolved nitro: npm:nitro-nightly@latest from 3.0.1-20260712-… to 4.0.0-20251010-…, pulling many transitive downgrades (h3, ofetch, unenv, unstorage, srvx, nf3). That is unrelated to the WebRTC plugin bump and can break examples/agent-testbench, which depends on that floating nightly.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 1e7ef0e. Configure here.


Bumps the react group with 1 update in the / directory: @config-plugins/react-native-webrtc.
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.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
Medium Risk
A minor-version jump on a native Expo config plugin can change iOS/Android prebuild output; the large lockfile churn may affect other workspace examples’ install graphs until validated with
expo prebuildand CI.Overview
Upgrades
@config-plugins/react-native-webrtcin the React Native Expo example from 14.0.0 to 15.0.1, keeping the same Expo config plugin entry inapp.jsonfor WebRTC/LiveKit prebuild setup.pnpm-lock.yamlis refreshed as part of the bump, which also shifts many transitive versions elsewhere in the monorepo (e.g. TanStack Start’scrossws/srvxwiring,nitro-nightly, and Babel 7.29.7 for some packages). No application source changes beyond the example dependency version.Reviewed by Cursor Bugbot for commit 1e7ef0e. Bugbot is set up for automated code reviews on this repo. Configure here.