Skip to content

chore(deps): bump the react group across 1 directory with 2 updates - #914

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-2441d9c276
Closed

chore(deps): bump the react group across 1 directory with 2 updates#914
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-2441d9c276

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps the react group with 2 updates in the / directory: @config-plugins/react-native-webrtc and react-native.

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.


Updates react-native from 0.83.6 to 0.86.2

Release notes

Sourced from react-native's releases.

0.86.2

⚠️ React Native 0.86.1 has not been published because of an issue with Maven. ⚠️

Fixed

  • Layout: Fixed display: contents nodes having hasNewLayout set incorrectly (36f69eff0d by j-piasecki)

Android

  • Runtime: Use explicit ReactInstanceManager.mHasStartedDestroyingLock instead of using ReactInstanceManager.mHasStartedDestroying (cdfba520fa by jingjing2222)
  • Runtime: Do not synchronize on java.lang.Boolean. (821045a24f by Yqwed)

Changed


Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.86.0

Added

  • Accessibility: AccessibilityInfo: added missing tests for Promise based methods, align null checks and error message code style (8fc503d780 by @​chicio)
  • Animated: Suspense tests for the Animation Backend (8101fc776d by Bartlomiej Bloniarz)

... (truncated)

Changelog

Sourced from react-native's changelog.

v0.86.2

Fixed

Android

  • Runtime: Use explicit ReactInstanceManager.mHasStartedDestroyingLock instead of using ReactInstanceManager.mHasStartedDestroying (cdfba520fa by @​jingjing2222)
  • Runtime: Do not synchronize on java.lang.Boolean. (@​821045a24f by Yqwed)

Changed

v0.86.1

  • This release got burned because of an issue with Maven

v0.86.0

Added

  • Accessibility: AccessibilityInfo: added missing tests for Promise based methods, align null checks and error message code style (8fc503d780 by @​chicio)
  • Animated: Suspense tests for the Animation Backend (8101fc776d by Bartlomiej Bloniarz)
  • Animated: Use weak_ptr when calling pullAnimationMutations in a callback scheduled with the Animation Backend (42d98b5830 by Bartlomiej Bloniarz)
  • Dev Server: Call methods on global.__BUNDLE_LOADER_REPORTER__, if given, during dev-mode bundler loads from Metro (1e0c1f886b by @​robhogan)
  • React Native DevTools: Add new custom track for React Native Renderer operations in React Native DevTools performance traces (0b1def9ce5, 29bc8f1acb, 9130df6773, c26a4875ea by @​rubennorte)
  • React Native DevTools: Add support for light/dark mode emulation via Emulation.setEmulatedMedia (11a5432cb2 by @​huntie)
  • Runtime: Add unstable_getViewTransitionInstance to UIManagerBinding (d8820a403b by @​zeyap)
  • Runtime: Add UIManagerViewTransitionDelegate interface and View Transition APIs (cdad57d8f1 by @​zeyap)
  • Runtime: Add viewport size to LayoutContext (d38c756529 by @​paradowstack)
  • Runtime: ViewTransitionModule for React Native View Transitions (f81f73e5a0 by @​zeyap)
  • Text: Add E2E tests for Text boxShadow and textWithLinkRole (b172f46f0d by @​NickGerleman)
  • View: Add E2E tests for Filter blur-with-overflow, drop-shadow, and animated-blur (66975aa3d5 by @​NickGerleman)
  • View: Add mixBlendMode plus-lighter (aaa0684045 by @​bigcupcoffee)

Android specific

iOS specific

... (truncated)

Commits
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 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

Low Risk
Example-app dependency bumps only; no changes to @elevenlabs/react-native or runtime logic, though native rebuilds of the example may be needed to validate compatibility.

Overview
Updates only examples/react-native-expo/package.json dependency versions: react-native 0.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.

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 4, 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 597842a. Configure here.

"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.6",
"react-native": "0.86.2",

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 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.

Fix in Cursor Fix in Web

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 597842a. Configure here.

@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 10, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/react-2441d9c276 branch August 10, 2026 14:45
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