Skip to content

chore(deps): bump the mobile-minor group across 1 directory with 18 updates#240

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/mobile/mobile-minor-d59dd938f9
Open

chore(deps): bump the mobile-minor group across 1 directory with 18 updates#240
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/mobile/mobile-minor-d59dd938f9

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 9, 2026

Bumps the mobile-minor group with 18 updates in the /mobile directory:

Package From To
@tanstack/react-query 5.96.2 5.97.0
expo 55.0.12 55.0.13
expo-blur 55.0.13 55.0.14
expo-clipboard 55.0.12 55.0.13
expo-dev-client 55.0.23 55.0.24
expo-linear-gradient 55.0.12 55.0.13
expo-notifications 55.0.17 55.0.18
expo-secure-store 55.0.12 55.0.13
expo-task-manager 55.0.13 55.0.14
expo-web-browser 55.0.13 55.0.14
react 19.2.0 19.2.5
react-native 0.83.4 0.85.0
react-native-gesture-handler 2.30.1 2.31.1
react-native-reanimated 4.2.1 4.3.0
react-native-safe-area-context 5.6.2 5.7.0
react-native-screens 4.23.0 4.24.0
react-native-svg 15.15.3 15.15.4
react-native-worklets 0.7.2 0.8.1

Updates @tanstack/react-query from 5.96.2 to 5.97.0

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-devtools@​5.97.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.97.0
    • @​tanstack/react-query@​5.97.0

@​tanstack/react-query-next-experimental@​5.97.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.97.0

@​tanstack/react-query-persist-client@​5.97.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.97.0
    • @​tanstack/react-query@​5.97.0

@​tanstack/react-query@​5.97.0

Patch Changes

  • Updated dependencies [2bfb12c]:
    • @​tanstack/query-core@​5.97.0
Changelog

Sourced from @​tanstack/react-query's changelog.

5.97.0

Patch Changes

  • Updated dependencies [2bfb12c]:
    • @​tanstack/query-core@​5.97.0
Commits
  • 125067c ci: Version Packages (#10436)
  • f699190 test(react-query): replace hardcoded query keys with 'queryKey()' utility (#1...
  • f3d3eea test(*): replace deprecated 'toMatchTypeOf' with 'toExtend' (#10413)
  • 3d6e001 test(react-query/useSuspenseQueries): replace 'async/await sleep' with 'sleep...
  • 7d7a21c test(react-query): replace 'async/await sleep' with 'sleep().then()' in test ...
  • See full diff in compare view

Updates expo from 55.0.12 to 55.0.13

Commits

Updates expo-blur from 55.0.13 to 55.0.14

Commits

Updates expo-clipboard from 55.0.12 to 55.0.13

Commits

Updates expo-dev-client from 55.0.23 to 55.0.24

Commits

Updates expo-linear-gradient from 55.0.12 to 55.0.13

Commits

Updates expo-notifications from 55.0.17 to 55.0.18

Commits

Updates expo-secure-store from 55.0.12 to 55.0.13

Commits

Updates expo-task-manager from 55.0.13 to 55.0.14

Commits

Updates expo-web-browser from 55.0.13 to 55.0.14

Commits

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.4 to 0.85.0

Release notes

Sourced from react-native's releases.

0.85.0


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


Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:

... (truncated)

Changelog

Sourced from react-native's changelog.

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)
  • Animated: Animation Backend examples in RNTester (149a4b8dcd by Bartlomiej Bloniarz)
  • Animated: AnimationBackend docs (f3678f51d9 by Bartlomiej Bloniarz)
  • Animated: AnimationBackend now cleans-up the AnimatedPropsRegistry after the js sync when updateRuntimeShadowNodeReferencesOnCommitThread is enabled (b38428c9bc by Bartlomiej Bloniarz)
  • Animated: Moved shadowNodeFamily_ from a map in NativeAnimatedNodesManager to PropsAnimatedNode (af96497b54 by Bartlomiej Bloniarz)
  • Animated: Updated AnimationBackend usages to use AnimationTimestamp (2a4a54ae6c by Bartlomiej Bloniarz)
  • Animated: Upstream useAnimatedColor and useAnimatedValueXY (b92d37879e by @​zeyap)
  • Dev Server: Make metro accept tls server config (8915d81a5b by @​vzaidman)
  • Feature Flags: Create featureflag viewTransitionEnabled (d7a1d080c2 by @​zeyap)
  • JavaScript API: Added EventEmitter to react-native exports. (f7cd8c4c1c by @​yungsters)
  • Pressable: Added tests for Pressability onHoverOut property (de5994817d by @​chicio)
  • React Native DevTools: Added missing tests for Standalone fusebox shell (e5d720d98d by @​chicio)
  • React Native DevTools: Support multiple CDP connections to one React Native Host (diff 1 of 2) (534c06f3c8 by @​motiz88)
  • React Native DevTools: Support multiple CDP connections to one React Native Host (diff 2 of 2) (f04659972c by @​motiz88)
  • Runtime: Added a synchronization mechanism for the layout information between the React branch and the main branch of the ShadowTree (c8d498d62d by @​j-piasecki)
  • TextInput: TextInput onChange event now includes selection data (cursor location) on iOS and Android (162627af7c by @​alanleedev)
  • TextInput: TextInput onChange event types now include optional selection data (c1f5445f4a by @​alanleedev)
  • TypeScript: Add missing onPressMove prop to <Pressable /> (d07318226d by @​retyui)

Android specific

... (truncated)

Commits

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

Release notes

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

v2.31.0

❗ Important changes

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

New Contributors

Full Changelog: software-mansion/react-native-gesture-handler@v2.30.1...v2.31.0

Commits

Updates react-native-reanimated from 4.2.1 to 4.3.0

Release notes

Sourced from react-native-reanimated's releases.

Reanimated - 4.3.0

Key changes

CSS SVG Animations

CSS animations now support animating SVG components and their properties, including Path, Image, LinearGradient, RadialGradient, Pattern and Text. This includes support for animating the d property of Path components with a special handling for path morphing.

Shared Value re-implementation

Shared Value internal implementation changed - now it uses Shareable type from react-native-worklets as its internal value container. That means you can finally use Shared Values from other Worklet Runtimes than just the UI Runtime. Also USE_SYNCHRONIZABLE_IN_MUTABLE optimization feature flag is now enabled by default.

Animated Styles type changes

TypeScript type of Animated Styles now makes it impossible to accidentally pass them to non-animated components. This replaces previous runtime-check for this kind of mistake, which proved to be prone to false positives.

Fixes

... (truncated)

Commits
  • 63fa5df release(Reanimated): 4.3.0
  • 98c5ef4 fix(Reanimated): RCTModernEventEmmitter for older RN (#9181)
  • 0db42e4 Merge branch 'main' into @​tjzel/4.3-stable/merge-main
  • 5f9b4d0 chore: pre-release example cleanup and fixes (#9178)
  • a215ea7 Remove dead code in build.gradle (#9177)
  • dc18bf0 chore: Remove unused hasProp function, improve transformOrigin processor ...
  • a25481f chore: Use 'worklet' directive directly in processor functions (#9154)
  • 681a4fa chore: useHandler reimplementation (#9090)
  • 96222de fix - passing negative values to filter crashes on iOS (#9155)
  • a05745f chore(Rea): migrate to RCTModernEventEmitter (#9033)
  • 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

…pdates

Bumps the mobile-minor group with 18 updates in the /mobile directory:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.96.2` | `5.97.0` |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `55.0.12` | `55.0.13` |
| [expo-blur](https://github.com/expo/expo/tree/HEAD/packages/expo-blur) | `55.0.13` | `55.0.14` |
| [expo-clipboard](https://github.com/expo/expo/tree/HEAD/packages/expo-clipboard) | `55.0.12` | `55.0.13` |
| [expo-dev-client](https://github.com/expo/expo/tree/HEAD/packages/expo-dev-client) | `55.0.23` | `55.0.24` |
| [expo-linear-gradient](https://github.com/expo/expo/tree/HEAD/packages/expo-linear-gradient) | `55.0.12` | `55.0.13` |
| [expo-notifications](https://github.com/expo/expo/tree/HEAD/packages/expo-notifications) | `55.0.17` | `55.0.18` |
| [expo-secure-store](https://github.com/expo/expo/tree/HEAD/packages/expo-secure-store) | `55.0.12` | `55.0.13` |
| [expo-task-manager](https://github.com/expo/expo/tree/HEAD/packages/expo-task-manager) | `55.0.13` | `55.0.14` |
| [expo-web-browser](https://github.com/expo/expo/tree/HEAD/packages/expo-web-browser) | `55.0.13` | `55.0.14` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.0` | `19.2.5` |
| [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) | `0.83.4` | `0.85.0` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.30.1` | `2.31.1` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `4.2.1` | `4.3.0` |
| [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) | `5.6.2` | `5.7.0` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.23.0` | `4.24.0` |
| [react-native-svg](https://github.com/react-native-community/react-native-svg) | `15.15.3` | `15.15.4` |
| [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) | `0.7.2` | `0.8.1` |



Updates `@tanstack/react-query` from 5.96.2 to 5.97.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.97.0/packages/react-query)

Updates `expo` from 55.0.12 to 55.0.13
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo)

Updates `expo-blur` from 55.0.13 to 55.0.14
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-blur)

Updates `expo-clipboard` from 55.0.12 to 55.0.13
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-clipboard)

Updates `expo-dev-client` from 55.0.23 to 55.0.24
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-dev-client)

Updates `expo-linear-gradient` from 55.0.12 to 55.0.13
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-linear-gradient)

Updates `expo-notifications` from 55.0.17 to 55.0.18
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-notifications)

Updates `expo-secure-store` from 55.0.12 to 55.0.13
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-secure-store)

Updates `expo-task-manager` from 55.0.13 to 55.0.14
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-task-manager)

Updates `expo-web-browser` from 55.0.13 to 55.0.14
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-web-browser)

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.4 to 0.85.0
- [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.0/packages/react-native)

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

Updates `react-native-reanimated` from 4.2.1 to 4.3.0
- [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.3.0/packages/react-native-reanimated)

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)

Updates `react-native-svg` from 15.15.3 to 15.15.4
- [Release notes](https://github.com/react-native-community/react-native-svg/releases)
- [Commits](software-mansion/react-native-svg@v15.15.3...v15.15.4)

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

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.97.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile-minor
- dependency-name: expo
  dependency-version: 55.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile-minor
- dependency-name: expo-blur
  dependency-version: 55.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile-minor
- dependency-name: expo-clipboard
  dependency-version: 55.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile-minor
- dependency-name: expo-dev-client
  dependency-version: 55.0.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile-minor
- dependency-name: expo-linear-gradient
  dependency-version: 55.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile-minor
- dependency-name: expo-notifications
  dependency-version: 55.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile-minor
- dependency-name: expo-secure-store
  dependency-version: 55.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile-minor
- dependency-name: expo-task-manager
  dependency-version: 55.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile-minor
- dependency-name: expo-web-browser
  dependency-version: 55.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile-minor
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile-minor
- dependency-name: react-native
  dependency-version: 0.85.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile-minor
- dependency-name: react-native-gesture-handler
  dependency-version: 2.31.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile-minor
- dependency-name: react-native-reanimated
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile-minor
- dependency-name: react-native-safe-area-context
  dependency-version: 5.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile-minor
- dependency-name: react-native-screens
  dependency-version: 4.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile-minor
- dependency-name: react-native-svg
  dependency-version: 15.15.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile-minor
- dependency-name: react-native-worklets
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 9, 2026

Labels

The following labels could not be found: mobile. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants