Skip to content

chore(deps): bump @config-plugins/react-native-webrtc from 14.0.0 to 15.0.1 in the react group across 1 directory - #904

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-fabe45db20
Open

chore(deps): bump @config-plugins/react-native-webrtc from 14.0.0 to 15.0.1 in the react group across 1 directory#904
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-fabe45db20

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the react group with 1 update in the / directory: @config-plugins/react-native-webrtc.

Updates @config-plugins/react-native-webrtc from 14.0.0 to 15.0.1

Commits
Maintainer changes

This version was pushed to npm by philpl, a new releaser for @​config-plugins/react-native-webrtc since your current version.


Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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 conditions

Note

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 prebuild and CI.

Overview
Upgrades @config-plugins/react-native-webrtc in the React Native Expo example from 14.0.0 to 15.0.1, keeping the same Expo config plugin entry in app.json for WebRTC/LiveKit prebuild setup.

pnpm-lock.yaml is refreshed as part of the bump, which also shifts many transitive versions elsewhere in the monorepo (e.g. TanStack Start’s crossws/srvx wiring, 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.

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 27, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.

Fix All in Cursor

❌ 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",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 1e7ef0e. Configure here.

Comment thread pnpm-lock.yaml
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))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 1e7ef0e. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants