Skip to content

build(deps): Bump the react-native group across 1 directory with 6 updates - #51

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

build(deps): Bump the react-native group across 1 directory with 6 updates#51
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-native-a4f8942967

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the react-native group with 6 updates in the / directory:

Package From To
react-native 0.83.6 0.86.2
react-native-gesture-handler 2.30.1 3.1.0
react-native-reanimated 4.2.1 4.5.3
react-native-safe-area-context 5.6.2 5.8.1
react-native-screens 4.23.0 4.27.0
react-native-worklets 0.7.4 0.11.3

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.


Updates react-native-gesture-handler from 2.30.1 to 3.1.0

Release notes

Sourced from react-native-gesture-handler's releases.

v3.1.0

❗ Important changes

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

... (truncated)

Commits
  • fb1089b Fix updating SharedValue crash (#4315)
  • 98cb1e7 [Example] Add an in-app console viewer (#4313)
  • af04cd4 [Example] Add search bar to the main screen (#4314)
  • 17d3df8 Bump TypeScript to 6.0.3 (#4311)
  • 4363f48 [Native] Add delaysChildPressedState to native gesture (#4308)
  • 201493f Bump http-proxy-middleware from 2.0.9 to 2.0.10 in /packages/docs-gesture-han...
  • 950dc8e Fix Easing import in LongPress example (#4298)
  • 8b5d4a0 Emit coordinates in Native gesture events (#4302)
  • 5b70c4b [iOS] Fix js responder cancelation in modals (#4306)
  • c8d66b4 [Web] Make getEffectiveBoundingRect recursive (#4303)
  • Additional commits viewable in compare view

Updates react-native-reanimated from 4.2.1 to 4.5.3

Release notes

Sourced from react-native-reanimated's releases.

Reanimated - 4.5.3

What's Changed

Full Changelog: software-mansion/react-native-reanimated@4.5.2...4.5.3

Reanimated - 4.5.2

What's Changed

Reanimated version supporting Worklets 0.11.

Full Changelog: software-mansion/react-native-reanimated@4.5.1...4.5.2

Reanimated - 4.5.1

What's Changed

Full Changelog: software-mansion/react-native-reanimated@4.5.0...4.5.1

Reanimated - 4.5.0

Key changes

More props supported by CSS Core Animation

Shadow (shadowColor, shadowOpacity, shadowRadius, shadowOffset), background, and border (backgroundColor, borderColor, borderWidth, borderRadius) CSS transitions now run on iOS Core Animation.

Using CSS Core Animation required enabling IOS_CSS_CORE_ANIMATION feature flag.

CSS Animations Pseudoselectors

CSS animations now support pseudo-selectors such as :hover, :active, and :focus, with native Apple and Android backends alongside a web implementation.

CSS Animations web support for SVG

... (truncated)

Commits
  • 312aaff release(Reanimated): 4.5.1
  • 610f2d5 cherry-pick(4.5-stable): Prevent animated views from reverting to stale value...
  • 66859a1 cherry-pick(4.5-stable): Fix crash from withheld exiting layout animations in...
  • 55c6bcc release(Reanimated): 4.5.2
  • 04a7c40 release(Reanimated): 4.5.1 (#9834)
  • b8ea72a cherry-pick(4.5-stable): Android crash on empty CSS strokeDasharray from the ...
  • d58c7e2 cherry-pick(4.5-stable): prevent useAnimatedKeyboard crash "Can't change in...
  • b19e4ec cherry-pick(4.5-stable): restore opacity for flaky entering animations under ...
  • dfd49fa cherry-pick(4.5-stable): Pass -fno-pch-timestamp so ccache can reuse the Andr...
  • 726430d cherry-pick(4.5-stable): animate react-native-svg via CSS on web in minified ...
  • Additional commits viewable in compare view

Updates react-native-safe-area-context from 5.6.2 to 5.8.1

Release notes

Sourced from react-native-safe-area-context's releases.

Release 5.8.1

5.8.1 (2026-08-03)

Bug Fixes

  • Move jest/mock into package build (fix TS under RN 0.87) (#745) (b9e2857)
  • skip Fabric SafeAreaView state updates while detached from window (#735) (ae0e83f)

Features

  • upgrade to react-native 0.85.0 with RNTA 5.3.2 (#732) (4d00f52)

Release 5.8.0

5.8.0 (2026-05-18)

Changes

  • remove UIImplementation usage from SafeAreaView (#730) (ef89f4d)

Release 5.7.0

5.7.0 (2026-02-24)

Bug Fixes

  • make SafeAreaView respect edges param on web (#685) (db1bdcb)

Features

Commits
  • b3cfc57 chore: release 5.8.1
  • 2f7f2e9 rm tea.yaml
  • b9e2857 fix: Move jest/mock into package build (fix TS under RN 0.87) (#745)
  • ae0e83f fix: skip Fabric SafeAreaView state updates while detached from window (#735)
  • 4d00f52 feat: upgrade to react-native 0.85.0 with RNTA 5.3.2 (#732)
  • 2bf305a Update image in README.md
  • 5a9ad5e chore: release 5.8.0
  • ef89f4d fix: remove UIImplementation usage from SafeAreaView (#730)
  • 93b7a32 ci: add Windows matrix to Android build (#726)
  • 3ec2ff3 chore(docs): fix typo in SafeAreaView api reference (#718)
  • Additional commits viewable in compare view

Updates react-native-screens from 4.23.0 to 4.27.0

Release notes

Sourced from react-native-screens's releases.

4.27.0

What's changed

This release adds support for React Native 0.87, fixing a runtime crash on iOS in the process. It also introduces the experimental ScrollToTopGuard component and fully migrates the Split component implementation from Swift to Objective-C.

✅ Improvements

  • feat(Android, Stack v5): support sending multiple updates via view command (#4243)
  • refactor(test): Add scenario for Stack v5 preventNativeDismiss with nested stack (#4279)
  • feat(Stack v5, iOS): Implement basic view commands for iOS header menu (#4339)
  • feat(experimental, iOS): add experimental ScrollToTopGuard component (#4454)
  • refactor: change default value of backTitleVisible to true instead of 'true' (#4457)
  • chore(iOS, Split): Migrate ReactMountingTransactionObserving to obj-c (#4458)
  • chore(iOS, Split): Migrate Appearance-related logic to obj-c (#4459)
  • chore: add support for react-native@0.87.0-rc.3 (#4461)
  • chore(iOS, Split): Migrate RNSSplitNavigationController to obj-c (#4462)
  • chore(iOS, Split): Migrate RNSSplitScreenController to obj-c (#4463)
  • chore(iOS, Split): Migrate RNSSplitHostController to Obj-C with all associated classes (#4465)
  • chore(iOS): Post Swift-removal cleanup (#4466)
  • feat(ios, Stack v4): add subtitle support for UIMenu header button submenus (#4469)

🐞 Bugfixes

  • fix(Android): defensively guard against an unexpected menuItem Id (#4450)
  • fix(Android, Stack): don't add top inset to measured header height when it's disabled (#4452)
  • fix(iOS, Stack v4): fall back to inheriting orientation if it's not defined on the screen (#4455)
  • fix(iOS): Don't swap view controller's view during transition (#4456)
  • fix(iOS, Tabs): re-layout tab bar after async icon load to prevent label truncation on iOS 26 (#4460)
  • fix(Android): Fix crash when header gets update during screen removal (#4468)
  • fix(Android, FormSheet v4): Cleanup inset and layout listener (#4470)
  • fix(JS): Prevent using ViewInstance type (#4471)
  • fix(iOS, Stack v5): use framework-style imports for React core headers (#4472)

Misc

  • chore(examples): allow explicit undefined for defaultRouteName in TabsContainerStateInitArg (#4353)
  • chore: block the possibility to create plain-text issues and update agents instructions (#4366)
  • chore: Update workflows to include v4-main (#4396)
  • chore: Remove nightly publishing flows from v4 and bump npm-package-publish (#4401)
  • chore: bump react-navigation submodule version (#4451)
  • chore: format RNSScreenShadowNode.cpp after #4357 (#4453)
  • chore(Android): Fix incremental compilation in FabricExample broken by Kotlin 2.2 symlink issue (#4467)

4.26.2

What's Changed

This patch release for 4.26.2 brings important stability improvements specifically for Android.

Key updates include preventing unexpected screen unmounting during fast navigation in Stack v5 by fixing transition finalization, as well as resolving a potential crash related to container state restoration in Tabs.

... (truncated)

Commits

Updates react-native-worklets from 0.7.4 to 0.11.3

Release notes

Sourced from react-native-worklets's releases.

Worklets - 0.11.3

What's Changed

Full Changelog: software-mansion/react-native-reanimated@worklets-0.11.2...worklets-0.11.3

Worklets - 0.11.2

What's Changed

Full Changelog: software-mansion/react-native-reanimated@worklets-0.11.1...worklets-0.11.2

Worklets - 0.11.1

What's Changed

Full Changelog: software-mansion/react-native-reanimated@worklets-0.11.0...worklets-0.11.1

Worklets - 0.11.0

Key changes

Experimental bytecode worklets in Legacy Eval Mode

Legacy Eval Mode can now optionally evaluate worklets from Hermes bytecode instead of plain code in production builds. This is an opt-in workaround for the Hermes V1 memory issue (software-mansion/react-native-reanimated#9650).

https://docs.swmansion.com/react-native-worklets/docs/worklets-babel-plugin/plugin-options

Other changes

New Contributors

... (truncated)

Commits
  • e5ccb1e release(Worklets): 0.11.3
  • 6a426b6 fix(Worklets): don't mutate shared Babel options in plugin (#10032)
  • 470d425 release(Worklets): 0.11.2
  • f20aaac fix(Worklets): networking in Bundle Mode on some setups (#9897)
  • c9c7c17 fix: Prevent crashes on empty worklet source maps in debug builds (#9920)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 3, 2026
…dates

Bumps the react-native group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [react-native](https://github.com/react/react-native/tree/HEAD/packages/react-native) | `0.83.6` | `0.86.2` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.30.1` | `3.1.0` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `4.2.1` | `4.5.3` |
| [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) | `5.6.2` | `5.8.1` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.23.0` | `4.27.0` |
| [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) | `0.7.4` | `0.11.3` |



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)

Updates `react-native-gesture-handler` from 2.30.1 to 3.1.0
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases)
- [Commits](software-mansion/react-native-gesture-handler@v2.30.1...v3.1.0)

Updates `react-native-reanimated` from 4.2.1 to 4.5.3
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Changelog](https://github.com/software-mansion/react-native-reanimated/blob/main/packages/react-native-reanimated/RELEASE.md)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/4.5.3/packages/react-native-reanimated)

Updates `react-native-safe-area-context` from 5.6.2 to 5.8.1
- [Release notes](https://github.com/AppAndFlow/react-native-safe-area-context/releases)
- [Commits](appandflow/react-native-safe-area-context@v5.6.2...v5.8.1)

Updates `react-native-screens` from 4.23.0 to 4.27.0
- [Release notes](https://github.com/software-mansion/react-native-screens/releases)
- [Commits](software-mansion/react-native-screens@4.23.0...4.27.0)

Updates `react-native-worklets` from 0.7.4 to 0.11.3
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/worklets-0.11.3/packages/react-native-worklets)

---
updated-dependencies:
- dependency-name: react-native
  dependency-version: 0.86.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-gesture-handler
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-native
- dependency-name: react-native-reanimated
  dependency-version: 4.5.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-safe-area-context
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-screens
  dependency-version: 4.26.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-worklets
  dependency-version: 0.11.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): Bump the react-native group with 6 updates build(deps): Bump the react-native group across 1 directory with 6 updates Aug 10, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/react-native-a4f8942967 branch from c19766b to d673cd6 Compare August 10, 2026 15:57
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