Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the all-updates group in /sample-expo with 7 updates:

Package From To
expo 54.0.13 54.0.30
expo-build-properties 1.0.9 1.0.10
react 19.1.0 19.2.3
@types/react 19.1.17 19.2.7
react-native 0.81.4 0.83.1
react-native-svg 15.12.1 15.15.1
@babel/core 7.28.4 7.28.5

Updates expo from 54.0.13 to 54.0.30

Changelog

Sourced from expo's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

⚠️ Notices

54.0.26 - 2025-12-04

This version does not introduce any user-facing changes.

54.0.25 - 2025-11-18

... (truncated)

Commits

Updates expo-build-properties from 1.0.9 to 1.0.10

Changelog

Sourced from expo-build-properties's changelog.

1.0.10 - 2025-12-05

This version does not introduce any user-facing changes.

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 @types/react from 19.1.17 to 19.2.7

Commits

Updates react-native from 0.81.4 to 0.83.1

Release notes

Sourced from react-native's releases.

0.83.1

Fixed

Android specific

  • Fix Network error that could occur for FormData uploads with binary data (471ef7212e by @​huntie)

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


Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

... (truncated)

Changelog

Sourced from react-native's changelog.

v0.83.1

Fixed

Android specific

  • Networking: Fix Network error that could occur for FormData uploads with binary data (471ef7212e by @​huntie)

v0.83.0

Breaking

None

Deprecated

Android specific

  • Animated: Mark startOperationBatch and finishOperationBatch as deprecated, replace with no-op (c9dcd64ed5 by @​zeyap)
  • Networking: Mark NetworkingModule.sendRequestInternal as deprecated (30999b868c by @​motiz88)

Added

Android specific

iOS specific

  • Build options: Add way to set the RCT_REMOVE_LEGACY_ARCH flag from Cocoapods to compile ou the legacy arch (5abda9c7da by @​cipolleschi)
  • Build options: Add support for symbolication of precompiled React.xcframework (07f40ec6b4 by @​chrfalch)

... (truncated)

Commits

Updates react-native-svg from 15.12.1 to 15.15.1

Release notes

Sourced from react-native-svg's releases.

v15.15.1

Patch version that fixes performance regression accidentally introduced in 15.15.0

What's Changed

Full Changelog: software-mansion/react-native-svg@v15.15.0...v15.15.1

v15.15.0

In this version, we've improved handling touches, emojis in Text, and rendering elements in ForeignObject, along with numerous other fixes and enhancements.

What's Changed

New Contributors

Full Changelog: software-mansion/react-native-svg@v15.14.0...v15.15.0

v15.14.0

This version improves performance on iOS and Windows, and includes some minor fixes and improvements.

What's Changed

... (truncated)

Commits
  • 4f5a679 Release 15.15.1
  • d9c02d5 fix: set absolute fill position in shadow nodes to fix onPress hit test in js...
  • 37427ba test: Add complex examples to measure performance (#2834)
  • 8b95294 fix: make ForeignObject ordinary YogaLayoutableShadowNode (#2833)
  • 5a3ea6e Revert "Fix: propagate elements metrics to their shadow nodes (#2802)" (#2832)
  • 1702acb Release 15.15.0
  • ebe6366 fix: setting multiple transform attributes at once (#2816)
  • a52cd62 fix: invalidate ForeignObject to properly render Text component (#2815)
  • 52fc641 fix: drawing unicode emojis on iOS (#2785)
  • 27eb9b0 Fix: propagate elements metrics to their shadow nodes (#2802)
  • Additional commits viewable in compare view

Updates @babel/core from 7.28.4 to 7.28.5

Release notes

Sourced from @​babel/core's releases.

v7.28.5 (2025-10-23)

Thank you @​CO0Ki3, @​Olexandr88, and @​youthfulhps for your first PRs!

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

Committers: 8

Changelog

Sourced from @​babel/core's changelog.

v7.28.5 (2025-10-23)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​babel/core since your current version.


Updates @types/react from 19.1.17 to 19.2.7

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Bumps the all-updates group in /sample-expo with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `54.0.13` | `54.0.30` |
| [expo-build-properties](https://github.com/expo/expo/tree/HEAD/packages/expo-build-properties) | `1.0.9` | `1.0.10` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.0` | `19.2.3` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.17` | `19.2.7` |
| [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) | `0.81.4` | `0.83.1` |
| [react-native-svg](https://github.com/react-native-community/react-native-svg) | `15.12.1` | `15.15.1` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.28.4` | `7.28.5` |


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

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

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 `@types/react` from 19.1.17 to 19.2.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-native` from 0.81.4 to 0.83.1
- [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.83.1/packages/react-native)

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 `@babel/core` from 7.28.4 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-core)

Updates `@types/react` from 19.1.17 to 19.2.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: expo
  dependency-version: 54.0.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: expo-build-properties
  dependency-version: 1.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: react
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: "@types/react"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: react-native
  dependency-version: 0.83.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: react-native-svg
  dependency-version: 15.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: "@babel/core"
  dependency-version: 7.28.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-updates
- dependency-name: "@types/react"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 22, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sample-expo/all-updates-519c1c180e branch December 22, 2025 11:38
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