Skip to content

chore(deps): bump the npm-dependencies group across 1 directory with 4 updates#129

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/npm-dependencies-56ec221393
Closed

chore(deps): bump the npm-dependencies group across 1 directory with 4 updates#129
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/npm-dependencies-56ec221393

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

Bumps the npm-dependencies group with 4 updates in the / directory: react, react-native, react-native-safe-area-context and react-native-screens.

Updates react from 19.2.0 to 19.2.5

Release notes

Sourced from react's releases.

19.2.5 (April 8th, 2026)

React Server Components

19.2.4 (January 26th, 2026)

React Server Components

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

19.2.1 (December 3rd, 2025)

React Server Components

Changelog

Sourced from react's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

Commits

Updates react-native from 0.83.6 to 0.85.2

Release notes

Sourced from react-native's releases.

0.85.2


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


Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:

... (truncated)

Changelog

Sourced from react-native's changelog.

v0.85.2

Added

  • Animated: Add pushAnimationMutations to AnimationBackend for targeted event-driven animation updates (e4f0509973 by Bartlomiej Bloniarz)

Fixed

  • Animated: Fix potential data corruption in animation backend when ShadowTree commits are retried by copying RawProps instead of moving them (77d3df8cab by Bartlomiej Bloniarz)

iOS specific

  • Dev Server: Fix "Loading from Metro..." banner getting stuck after reloads in quick succession (e122c24c27 by @​alanjhughes)

v0.85.1

Fixed

Android specific

v0.85.0

Breaking

Android specific

  • Events: Re-added receiveTouches to RCTEventEmitter with a default no-op implementation to avoid breaking ecosystem libraries (67db89d08a by @​javache)
  • Legacy Architecture: Deprecated UIManagerHelper.getEventDispatcherForReactTag and UIManagerHelper.getEventDispatcher(ReactContext, UIManagerType Int), use getEventDispatcher (4e5d45f4db by @​javache)
  • Legacy Architecture: Stub UIImplementation class, this class is unused in the new architecture (fbe15f6605 by @​mdvacca)
  • Text: Make ReactTextUpdate internal (faebee4338 by @​NickGerleman)

Added

  • Animated: RCTAnimationChoreographer to RCTScheduler (019c9a7d8f by Bartlomiej Bloniarz)
  • Animated: std::mutex to AnimationBackend to protect start, stop and callbacks. (4064b89867 by Bartlomiej Bloniarz)
  • Animated: Add c++ AnimatedModule to DefaultTurboModules (15e52e3f71 by @​zeyap)
  • Animated: Added support for transform operations. (58b7b052c0 by @​coado)
  • Animated: Animated calls AnimationBackend::trigger to push updates from. events to the mounting layer (ac06f3bdc7 by Bartlomiej Bloniarz)
  • Animated: Animated can now prompt the backend to push changes to the shadowTree on the JS thread, making RSNRU update the ShadowNode references held by the react renderer. (f9e94c0502 by Bartlomiej Bloniarz)

... (truncated)

Commits
  • 67baaf3 Release 0.85.2
  • 5300582 Fix loading banner stuck after a reload
  • 430da64 Avoid moving RawProps during animation backend commit when retries are possib...
  • 16e6e32 Add pushAnimationMutations to the AnimationBackend (#56401)
  • 2c0ae27 Release 0.85.1
  • 9dfd26e fix: formData upload broken in debug builds (#56406)
  • 76cf797 Update generate-artifacts-executor scripts to skip write/cp for unchanged o...
  • 401b162 [0.85] Correclty promote flags to experimental for 0.85 release (#56373)
  • 10644a0 Release 0.85.0
  • b2839b1 Release 0.85.0-rc.7
  • Additional commits viewable in compare view

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

Release notes

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

Release 5.7.0

5.7.0 (2026-02-24)

Bug Fixes

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

Features

Commits
Maintainer changes

This version was pushed to npm by melvalesca, a new releaser for react-native-safe-area-context since your current version.


Updates react-native-screens from 4.23.0 to 4.24.0

Release notes

Sourced from react-native-screens's releases.

4.24.0

What's Changed

Minor release bringing further development to 5.0 stack implementation, nice improvements to Split API and other various improvements & fixes.

[!caution] Most importantly this is the last release we've tested with legacy architecture.

From 4.25.0 on, we no longer plan to support RN versions below 0.82, which naturally comes with drop of support for legacy arch. We plan to gradually remove the legacy architecture related code.

I want to also announce our plans regarding approach to 5.0 transition. At the moment we plan to keep releasing v4 line till we're "close to ready" with all APIs we've planed for 5.0 major. We plan to stabilise Tabs API on v4 line. When we're "close to ready" we'll release a series (rather not many) of 5.0-alpha/beta versions & after 5.0 stable release v4 branch will stay for some, not long, time in maintenance mode. The downstream library implementers are already adopting new 5.0 APIs, they should be available for testing in the navigation library of your choice shortly.

✅ Improvements

🐞 Bug fixes

🔢 Misc

... (truncated)

Commits
  • 4b171b7 chore(deps): bump tar from 7.5.7 to 7.5.9 in /Example (#3679)
  • 0f9704d chore(Tabs): align naming for native components (#3658)
  • 010fa85 fix(Android, Stack v4): fix keyboard navigation focus for form sheet (#3245)
  • fba52a8 chore(deps): bump ajv from 6.12.6 to 6.14.0 in /docs (#3675)
  • 8ce74e4 feat: add imageSource and templateSource icon support to menus (#3645)
  • ed9d87b fix(iOS, Tabs): defer scroll view behavior override until props are set (#3655)
  • 49e74b8 chore: Setup run configurations for v4 and v5 (#3667)
  • 6e97c4d feat(split-view): add show(column) command and topColumnForCollapsing prop (#...
  • 33eb2b5 chore: Readd landscape orientations to FabricExample plist (#3669)
  • f05918b feat(iOS 26): Add opt-out flag for interactions during transition for iOS 26 ...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 29, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 29, 2026 17:57
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 29, 2026
…4 updates

Bumps the npm-dependencies group with 4 updates in the / directory: [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native), [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) and [react-native-screens](https://github.com/software-mansion/react-native-screens).


Updates `react` from 19.2.0 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react)

Updates `react-native` from 0.83.6 to 0.85.2
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.85.2/packages/react-native)

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

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

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: react-native
  dependency-version: 0.85.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: react-native-safe-area-context
  dependency-version: 5.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: react-native-screens
  dependency-version: 4.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the npm-dependencies group with 4 updates chore(deps): bump the npm-dependencies group across 1 directory with 4 updates Apr 29, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-dependencies-56ec221393 branch from 5e258db to 7bb910e Compare April 29, 2026 20:00
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 6, 2026

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

@dependabot dependabot Bot closed this May 6, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/npm-dependencies-56ec221393 branch May 6, 2026 19: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