Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 28, 2025

Bumps the expo-sdk group with 11 updates:

Package From To
@react-native-community/slider 5.0.1 5.1.1
@react-navigation/drawer 7.7.9 7.7.10
@react-navigation/native 7.1.25 7.1.26
expo-libvlc-player 2.2.6 2.3.1
react 19.1.0 19.2.3
react-dom 19.1.0 19.2.3
react-native-gesture-handler 2.28.0 2.30.0
react-native-reanimated 4.1.6 4.2.1
react-native-screens 4.16.0 4.19.0
react-native-svg 15.12.1 15.15.1
react-native-worklets 0.5.1 0.7.1

Updates @react-native-community/slider from 5.0.1 to 5.1.1

Release notes

Sourced from @​react-native-community/slider's releases.

v5.1.1: Fix for Sliders dont resetting after remount

This release brings the fix for Sliders dont reset after remounting them #739 which was fixed in #746 by @​marcshilling 🙏

v5.1.0: ThumbImage fix

Hello everyone!

This release fixes the issue with thumbImage not being displayed for all platforms. Fixing pull request: #736

Commits
  • c203192 Release: version 5.1.1 (#748)
  • 2c77abd Turn off view recycling by adding shouldBeRecycled to RNCSliderComponentView ...
  • c39f8df Release: version 5.1.0 (#740)
  • 33501dc Fix thumbImage prop and adjust to the latest of RN versions (#736)
  • 47f3254 chore(deps): bump on-headers and compression in /example (#735)
  • 9b988a6 chore(deps): bump brace-expansion in /example (#732)
  • 0b520bc chore(deps): bump on-headers and compression in /example-web (#728)
  • 05b77f0 chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /example-web (#729)
  • See full diff in compare view

Updates @react-navigation/drawer from 7.7.9 to 7.7.10

Changelog

Sourced from @​react-navigation/drawer's changelog.

7.7.10 (2025-12-17)

Note: Version bump only for package @​react-navigation/drawer

Commits

Updates @react-navigation/native from 7.1.25 to 7.1.26

Changelog

Sourced from @​react-navigation/native's changelog.

7.1.26 (2025-12-17)

Note: Version bump only for package @​react-navigation/native

Commits

Updates expo-libvlc-player from 2.2.6 to 2.3.1

Release notes

Sourced from expo-libvlc-player's releases.

v2.3.1

Full Changelog: cornejobarraza/expo-libvlc-player@v2.3.0...v2.3.1

v2.3.0

What's Changed

Full Changelog: cornejobarraza/expo-libvlc-player@v2.2.6...v2.3.0

Commits

Updates react from 19.1.0 to 19.2.3

Release notes

Sourced from react's releases.

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

19.2.0 (Oct 1, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

  • <Activity /> was developed over many years, starting before ClassComponent.setState (@​acdlite @​sebmarkbage and many others)
  • Stringify context as "SomeContext" instead of "SomeContext.Provider" (@​kassens #33507)
  • Include stack of cause of React instrumentation errors with %o placeholder (@​eps1lon #34198)

... (truncated)

Changelog

Sourced from react's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

19.2.0 (October 1st, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

... (truncated)

Commits

Updates react-dom from 19.1.0 to 19.2.3

Release notes

Sourced from react-dom's releases.

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

19.2.0 (Oct 1, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

  • <Activity /> was developed over many years, starting before ClassComponent.setState (@​acdlite @​sebmarkbage and many others)
  • Stringify context as "SomeContext" instead of "SomeContext.Provider" (@​kassens #33507)
  • Include stack of cause of React instrumentation errors with %o placeholder (@​eps1lon #34198)

... (truncated)

Changelog

Sourced from react-dom's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

19.2.0 (October 1st, 2025)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features

  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools

New React DOM Features

  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.

Notable changes

  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId

All Changes

React

... (truncated)

Commits

Updates react-native-gesture-handler from 2.28.0 to 2.30.0

Release notes

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

2.30.0

🐛 Bug fixes

🔢 Miscellaneous

New Contributors

Full Changelog: software-mansion/react-native-gesture-handler@v2.29.1...v2.30.0

2.29.1

🐛 Bug fixes

2.29.0

❗ Important changes

👍 Improvements

🐛 Bug fixes

... (truncated)

Commits
  • 788a823 Release v2.30.0
  • fb98bcd [iOS] Fix manual activation crash (#3890)
  • 6dddda8 Fixing number of touches becoming 0 issue for pan gestures in apple track pad...
  • 6e8646a [General] Throw when no gesture is passed to the GestureDetector (#3884)
  • 1427aae Support react-native 0.83 (#3822)
  • c1d7e15 [General] Change nightly version name (#3862)
  • 14b690e [iOS] Fix onFinalize callbacks on iOS 26 (#3855)
  • 924e38f [iOS] Fix pan not triggering onFinalize when blocked (#3849)
  • 2357469 [android] fix scroll actions interpreted as touch (#3850)
  • 78c9ed7 [Web] Fix press out (#3833)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for react-native-gesture-handler since your current version.


Updates react-native-reanimated from 4.1.6 to 4.2.1

Release notes

Sourced from react-native-reanimated's releases.

4.2.1

What's Changed

Full Changelog: software-mansion/react-native-reanimated@4.2.0...4.2.1

4.2.0

Key changes

Other changes

React Native Compatibility & Dependency Updates

CSS & Transform Improvements

... (truncated)

Commits
  • 8014851 release(Reanimated): 4.2.1 (#8781)
  • 89e612d cherry-pick(Reanimated): Fix animation names array order updates on keyframes...
  • 8164081 cherry-pick(Reanimated): Fix web entering animations triggered on view exitin...
  • eb005e4 cherry-pick(Reanimated): fix(web): Support originX and originY in layout anim...
  • 64b2730 cherry-pick(Reanimated) Proper support for nested animatedProps objects and...
  • 9655802 cherry-pick(Reanimated): use native processTransformOrigin instead of web ver...
  • e928bcc fix: Missing style props in the config causing TS compatibility check to fail...
  • 2ea0c34 Release 4.2.0 (#8699)
  • c946382 Fix typo in error message about non-animated component (#8698)
  • 2c3d7fd Shared Element Transition on the New Architecture (feature flag) (#7466)
  • Additional commits viewable in compare view

Updates react-native-screens from 4.16.0 to 4.19.0

Release notes

Sourced from react-native-screens's releases.

4.19.0

What's Changed

Minor release. It comes with many improvements & bug fixes. Notably:

  1. bottomAccessory support for native tabs on iOS,
  2. special effects support for tabs on Android,
  3. support for synchronous state updates (behind a feature flag),
  4. quite few more.

⚠️ This release also removes long-deprecated native-stack v5 code from the repository.

See the full change set below 👇🏻

Improvements

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 28, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/expo-sdk-6f734252e5 branch 3 times, most recently from 25d8f3d to f1a4ca2 Compare December 28, 2025 17:10
Bumps the expo-sdk group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@react-native-community/slider](https://github.com/callstack/react-native-slider) | `5.0.1` | `5.1.1` |
| [@react-navigation/drawer](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/drawer) | `7.7.9` | `7.7.10` |
| [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) | `7.1.25` | `7.1.26` |
| [expo-libvlc-player](https://github.com/cornejobarraza/expo-libvlc-player) | `2.2.6` | `2.3.1` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.0` | `19.2.3` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.1.0` | `19.2.3` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.28.0` | `2.30.0` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `4.1.6` | `4.2.1` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.16.0` | `4.19.0` |
| [react-native-svg](https://github.com/react-native-community/react-native-svg) | `15.12.1` | `15.15.1` |
| [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) | `0.5.1` | `0.7.1` |


Updates `@react-native-community/slider` from 5.0.1 to 5.1.1
- [Release notes](https://github.com/callstack/react-native-slider/releases)
- [Commits](callstack/react-native-slider@v5.0.1...v5.1.1)

Updates `@react-navigation/drawer` from 7.7.9 to 7.7.10
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/drawer@7.7.10/packages/drawer/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/drawer@7.7.10/packages/drawer)

Updates `@react-navigation/native` from 7.1.25 to 7.1.26
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/native@7.1.26/packages/native/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/native@7.1.26/packages/native)

Updates `expo-libvlc-player` from 2.2.6 to 2.3.1
- [Release notes](https://github.com/cornejobarraza/expo-libvlc-player/releases)
- [Commits](cornejobarraza/expo-libvlc-player@v2.2.6...v2.3.1)

Updates `react` from 19.1.0 to 19.2.3
- [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.3/packages/react)

Updates `react-dom` from 19.1.0 to 19.2.3
- [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.3/packages/react-dom)

Updates `react-native-gesture-handler` from 2.28.0 to 2.30.0
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases)
- [Commits](software-mansion/react-native-gesture-handler@2.28.0...v2.30.0)

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

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

Updates `react-native-svg` from 15.12.1 to 15.15.1
- [Release notes](https://github.com/react-native-community/react-native-svg/releases)
- [Commits](software-mansion/react-native-svg@v15.12.1...v15.15.1)

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

---
updated-dependencies:
- dependency-name: "@react-native-community/slider"
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: expo-sdk
- dependency-name: "@react-navigation/drawer"
  dependency-version: 7.7.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo-sdk
- dependency-name: "@react-navigation/native"
  dependency-version: 7.1.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo-sdk
- dependency-name: expo-libvlc-player
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: expo-sdk
- dependency-name: react
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: expo-sdk
- dependency-name: react-dom
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: expo-sdk
- dependency-name: react-native-gesture-handler
  dependency-version: 2.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: expo-sdk
- dependency-name: react-native-reanimated
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: expo-sdk
- dependency-name: react-native-screens
  dependency-version: 4.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: expo-sdk
- dependency-name: react-native-svg
  dependency-version: 15.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: expo-sdk
- dependency-name: react-native-worklets
  dependency-version: 0.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: expo-sdk
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/expo-sdk-6f734252e5 branch from f1a4ca2 to eb1248d Compare January 4, 2026 07:10
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.

1 participant