Skip to content

chore(deps): bump the react-native group with 16 updates - #1433

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

chore(deps): bump the react-native group with 16 updates#1433
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-native-ab1c063bb7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the react-native group with 16 updates:

Package From To
@react-native-community/cli 20.1.3 20.2.0
react-native 0.86.2 0.87.1
react-native-nitro-fetch 1.5.4 1.6.3
react-native-nitro-modules 0.36.5 0.37.1
react-native-pager-view 8.0.4 9.0.4
react-native-pulsar 1.6.1 1.7.0
react-native-reanimated 4.5.3 4.6.0
react-native-worklets 0.10.2 0.12.1
@react-native-community/cli-platform-android 20.1.3 20.2.0
@react-native-community/cli-platform-ios 20.1.3 20.2.0
@react-native/babel-preset 0.86.2 0.87.1
@react-native/eslint-config 0.86.2 0.87.1
@react-native/eslint-plugin 0.86.2 0.87.1
@react-native/jest-preset 0.86.2 0.87.1
@react-native/metro-config 0.86.2 0.87.1
@react-native/typescript-config 0.86.2 0.87.1

Updates @react-native-community/cli from 20.1.3 to 20.2.0

Commits

Updates react-native from 0.86.2 to 0.87.1

Release notes

Sourced from react-native's releases.

0.87.1

Added

iOS specific

  • SwiftPM: Added hard fail and clear error message when an autolinking plugin host is referenced as a dependency (90a539c92d by @​chrfalch)

Changed

Fixed

  • Animated: Animated.Value.addListener() types its callback payload as {value: number} rather than any (3eab03df4c by @​huntie)
  • Animated: Animated.event() is typed as an event handler rather than any (3eb330a365 by @​huntie)

iOS specific

  • Cocoapods: Keep the quotes on header search paths containing spaces in add_rn_third_party_dependencies (71c6bfbfdc by @​Kudo)
  • SwiftPM: Reject colliding or invalid spm.modules names instead of silently dropping a module from the build (39cd1dfc4c by @​chrfalch)
  • SwiftPM: Resolve Swift manifest naming collisions (962aeec5e5 by @​chrfalch)
  • SwiftPM: Fixed not reading spm.name from react-native.config.js when scaffolding the Swift manifest (482acee824 by @​chrfalch)
  • SwiftPM: Removed unused field spm.modules.publicHeaderFiles from react-native.config.js's spm section (5168f5f831 by Christian Falch)
  • SwiftPM: SwiftPM pipeline now reads react-native.config.js with default exports correctly (ed76640ba6 by @​chrfalch)
  • SwiftPM: Created constants for internal SwiftPM packages so that we can create guards to avoid collisions (d36aa4961d by @​chrfalch)
  • SwiftPM: Set SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG when injecting SPM (4433cdbe62 by @​radoslawrolka)
  • SwiftPM: Recover React-Core-prebuilt configuration swaps that were interrupted before the marker was updated (a772a7ca16 by @​adityasingh2400)
  • SwiftPM: Fix Hermes runtime/compiler version mismatch causing "Wrong bytecode version" crashes in SwiftPM Release builds (ead93778a1 by @​nduaarte)

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:


You can file issues or pick requests against this release here.


... (truncated)

Changelog

Sourced from react-native's changelog.

v0.87.1

Added

iOS specific

  • SwiftPM: Added hard fail and clear error message when an autolinking plugin host is referenced as a dependency (90a539c92d by @​chrfalch)

Changed

Fixed

  • Animated: Animated.Value.addListener() types its callback payload as {value: number} rather than any (3eab03df4c by @​huntie)
  • Animated: Animated.event() is typed as an event handler rather than any (3eb330a365 by @​huntie)

iOS specific

  • Cocoapods: Keep the quotes on header search paths containing spaces in add_rn_third_party_dependencies (71c6bfbfdc by @​Kudo)
  • SwiftPM: Reject colliding or invalid spm.modules names instead of silently dropping a module from the build (39cd1dfc4c by @​chrfalch)
  • SwiftPM: Resolve Swift manifest naming collisions (962aeec5e5 by @​chrfalch)
  • SwiftPM: Fixed not reading spm.name from react-native.config.js when scaffolding the Swift manifest (482acee824 by @​chrfalch)
  • SwiftPM: Removed unused field spm.modules.publicHeaderFiles from react-native.config.js's spm section (5168f5f831 by Christian Falch)
  • SwiftPM: SwiftPM pipeline now reads react-native.config.js with default exports correctly (ed76640ba6 by @​chrfalch)
  • SwiftPM: Created constants for internal SwiftPM packages so that we can create guards to avoid collisions (d36aa4961d by @​chrfalch)
  • SwiftPM: Set SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG when injecting SPM (4433cdbe62 by @​radoslawrolka)
  • SwiftPM: Recover React-Core-prebuilt configuration swaps that were interrupted before the marker was updated (a772a7ca16 by @​adityasingh2400)
  • SwiftPM: Fix Hermes runtime/compiler version mismatch causing "Wrong bytecode version" crashes in SwiftPM Release builds (ead93778a1 by @​nduaarte)

v0.87.0

Breaking

  • Appearance: Fix return type of useColorScheme() hook (now ColorSchemeName | null) (ef6463c25d by @​huntie)
  • Appearance: useColorScheme() no longer returns 'unspecified' (this was always the case, but is a breaking type change) (8ac88f481a by @​huntie)
  • CLI: The react-native/core-cli-utils package is no longer published. It remains available in the React Native repo as a reference implementation. (9c3fddf9cd by @​huntie)
  • Hermes: Remove Legacy Hermes from C++ code (f9476256bd by @​cipolleschi)
  • JavaScript API: Deep imports to 'react-native/src/private/...' have been restricted, and are no longer visible to TypeScript. These subpaths still exist, but do not have type coverage. (142b6172a9 by @​huntie)
  • JavaScript API: The NativeDialogManagerAndroid export is removed. (a793d21a7e by @​huntie)
  • JavaScript API: The Touchable root export (undocumented) is removed. If you are extending Touchable as a type, please use ViewProps instead. (6fbf3062f9 by @​huntie)
  • JavaScript API: react-native/rn-get-polyfills is removed — please use react-native/js-polyfills (package) (b6a535afee by @​huntie)
  • Jest: react-native/jest-preset is removed — all projects must now migrate to react-native/jest-preset (package) (9ee21ddd9b by @​huntie)
  • Legacy Architecture: Compile out RuntimeScheduler_Legacy under RCT_REMOVE_LEGACY_ARCH (d205267a5f by @​christophpurrer)
  • LogBox: Set max font scaling in LogBox to avoid layout breaking (4aef2b0126 by @​pchalupa)
  • Node: Require Node.js >= 22.13.0 (a0d39e7a9c by @​huntie)
  • React Native DevTools: Remove support for connecting to the standalone react-devtools package via WebSocket. Use React Native DevTools instead. (f1971caa44 by @​huntie)
  • Renderer: Remove RawPropsKey prefix and suffix (67381e157f by @​javache)
  • Runtime: Remove the SceneTracker module from Libraries/Utilities, stop setting the active scene from AppRegistry.runApplication, and pass the app key as an optional second argument to WrapperComponentProvider (bbb5be9b41 by @​rubennorte)
  • ScrollView: Remove deprecated boolean values support for ScrollView keyboardShouldPersistTaps (5bf3e38db2 by @​zoontek)

... (truncated)

Commits
  • a59eff6 Release 0.87.1
  • 1a6b526 [0.87] Regenerate ReactNativeApi snapshot with CI toolchain
  • dda5dd3 [0.87] Regenerate ReactNativeApi snapshot
  • 476887c Merge remote-tracking branch 'refs/remotes/origin/pr/58052' into 0.87-stable
  • e6e404e Hold an app's spm.modules names to the same rules as a library's (#58060)
  • c951129 Resolve SwiftPM manifest naming collisions (#58044)
  • 33624ce Honor a library's spm.name when scaffolding its Package.swift (#58033)
  • 617a82f Fail with clear error message when a dep depends on an autolinking plugin hos...
  • 5e24a69 Drop the inert publicHeadersPath from spm.modules (#58059)
  • 40af900 Read both export styles from a library's react-native.config.js (#58034)
  • Additional commits viewable in compare view

Updates react-native-nitro-fetch from 1.5.4 to 1.6.3

Release notes

Sourced from react-native-nitro-fetch's releases.

Release 1.6.3

  • fix: lib issue (d2631ad)
  • fix(android): align nitro-fetch NDK version (#179) (c7cbe60)

Release 1.6.2

  • fix: reader.cancel() does not cancel the native request (#176) (149a3ee)
  • chore: add JS Doc (#177) (711085b)
  • fix: incorrect peer dependency (#175) (b53b518)
  • fix: use-after-free in websocket callbacks during connection teardown (#171) (688aae4)
  • chore: lockfiles (d3c6215)

Release 1.6.1

What's Changed

New Contributors

Full Changelog: margelo/react-native-nitro-fetch@v1.6.0...v1.6.1

Release 1.6.0

  • chore: remove-node-modules (02dc849)
  • fix: make prefetch cache registration atomic and deadlock-free (#162) (f88854d)
  • feat: Opt out of dev tools reporting (#161) (b909263)
  • feat: add tvOS build support (#159) (2185517)
  • fix: stop sending fabricated Sec-WebSocket-Protocol and Origin headers on Android (#158) (a3777ac)
  • fix(ios): share URLCache across fetch transports (#157) (464d9d9)
  • chore: lockfiles (feff260)
  • fix: percent-decode file:// paths consistently on iOS and Android (#153) (2d4cdd8)
Commits

Updates react-native-nitro-modules from 0.36.5 to 0.37.1

Release notes

Sourced from react-native-nitro-modules's releases.

Release 0.37.1

0.37.1 (2026-08-27)

🐛 Bug Fixes

  • Hide React Native version checks from public headers (#1521) (6d0b5e2)
  • Report native ArrayBuffer memory pressure (#1523) (84d184d)

Release 0.37.0

0.37.0 (2026-08-20)

✨ Features

  • Move Props into Nitro Modules core via C++ template (#1487) (f604807)
  • Move react::ComponentDescriptor into Nitro Modules core via C++ template (#1486) (670f465)

🐛 Bug Fixes

  • Mark react-native-nitro-modules peer dependency as optional (#1516) (bc6c20c)
  • Rename CachedProp to ReactProp, re-add legacy CachedProp as deprecated (#1517) (996c7ed)
  • Add RawPropsParser JSI Parser bool argument on RN <85 (#1491) (58e8653)
  • Avoid dangling View props reference (#1502) (d61a6e1)
  • call base View Component Descriptor adopt (#1500) (cfd7c50)
  • keep | undefined on array elements and Record values (#1478) (8972df7), closes #1202
  • Make CachedProp<T>'s data immutable (#1503) (f96e3e5)
  • Make View prop snapshots truly immutable via diffing (#1506) (be66726)
  • Preserve classic View prop parsing across React Native versions (#1507) (551749f)
  • Preserve native View prop defaults (#1510) (50f00a4)
  • report iOS View drops when recycling (#1494) (ce84f96)
  • require props-constructible View state on Android (#1501) (284d87b)
  • reset recyclable Views before prop updates (#1493) (d7d6519)
  • respect React Native View recycling fallback (#1495) (34f747a)

📚 Documentation

  • add react-native-nitro-theme-transition to awesome list (#1473) (7178969)

Release 0.37.0-beta.1

0.37.0-beta.1 (2026-08-20)

🐛 Bug Fixes

  • Mark react-native-nitro-modules peer dependency as optional (#1516) (bc6c20c)
  • Rename CachedProp to ReactProp, re-add legacy CachedProp as deprecated (#1517) (996c7ed)

Release 0.37.0-beta.0

0.37.0-beta.0 (2026-08-20)

✨ Features

... (truncated)

Commits
  • 971d6ba chore: release 0.37.1
  • 6050171 chore: Lockfile
  • c164d24 chore: Verify HybridObject memory pressure via Hermes APIs (#1524)
  • f1ee55d chore: bump satori from 0.29.0 to 0.33.3 in /docs (#1527)
  • 84d184d fix: Report native ArrayBuffer memory pressure (#1523)
  • 6d0b5e2 fix: Hide React Native version checks from public headers (#1521)
  • ec2cc2f chore: release 0.37.0
  • 195cfba chore: release 0.37.0-beta.1
  • 3262ca4 chore: Lockfile
  • 996c7ed fix: Rename CachedProp to ReactProp, re-add legacy CachedProp as deprec...
  • Additional commits viewable in compare view

Updates react-native-pager-view from 8.0.4 to 9.0.4

Release notes

Sourced from react-native-pager-view's releases.

v9.0.4

Changelog:

  • fix(ios): animated setPage lands on wrong index (#1102) (bfd8a5a)
  • fix(android): remove isNewArchitectureEnabled check (#1047) (8b3cc5c)

v9.0.3

Changelog:

  • fix(android): give ComposeView its own Lifecycle to fix #1103 and #1104 (#1105) (f8b5883)

authored-by: @​GaelCO

v9.0.2

Changelog:

  • fix: small ios issues, maestro tests and #1098 (#1101) (310a891)

v9.0.1

Changelog:

  • fix(android): skip kotlin-android plugin when AGP 9 built-in Kotlin is enabled (#1100) (17019f5)

v9.0.0

Changelog:

  • feat(android): jetpack compose support (#1092) (0a5ab16)

v9.0.0-rc.1

No release notes provided.

v9.0.0-rc.0

No release notes provided.

Commits

Updates react-native-pulsar from 1.6.1 to 1.7.0

Commits
  • 4bb77ed update version befoer release (#190)
  • ea5ce16 fix(ios): resolve Pulsar-Swift.h in local sources + static libraries mode (#189)
  • 3421970 new rn app (#188)
  • 8e4e25c feat(scripts): add example-app bootstrapper (#187)
  • 5c43419 fix(ios): patch fmt base.h to disable consteval under Xcode 26 (#185)
  • 4392d2a update (#186)
  • a1a5f4e ci: add configurable use_local_pulsar parameter to app-build workflows (#183)
  • 4066148 fix(ios): work around fmt 11.0.2 consteval build error on Xcode 26 (#184)
  • 21aa514 chore: make sdk-versions.json the single source of SDK versions (#182)
  • 2a30871 ci(ios): guard RN and Flutter under CocoaPods with and without use_frameworks...
  • Additional commits viewable in compare view

Updates react-native-reanimated from 4.5.3 to 4.6.0

Release notes

Sourced from react-native-reanimated's releases.

Reanimated - 4.6.0

Key changes

React Native 0.87 support

Reanimated 4.6 supports React Native 0.83 – 0.87 and pairs with Worklets 0.12.x. See the compatibility table.

CSS animation and transition callbacks on native

onCSSAnimationStart, onCSSAnimationEnd, onCSSAnimationIteration, onCSSAnimationCancel, onCSSTransitionRun, onCSSTransitionStart, onCSSTransitionEnd and onCSSTransitionCancel now fire on iOS and Android.

contrastColor utility

New contrastColor worklet, a port of CSS contrast-color(). It returns 'white' or 'black', whichever has the higher WCAG contrast ratio against the given color. It works inside useAnimatedStyle and other worklets as well as on the JS thread. See the docs.

Experimental: platform-driven CSS transitions on Android

opacity CSS transitions can now run on the Android platform with ObjectAnimator, off the animation loop. This is the Android counterpart of iOS Core Animation transitions.

The feature is off by default. Enable it with the ANDROID_CSS_PLATFORM_TRANSITIONS feature flag.

... (truncated)

Commits
  • 8651062 release(Reanimated): 4.6.0 (#10366)
  • a874ac1 chore: prepare branch for reanimated 4.6.0 release (#10363)
  • 8d5e8ff fix(Reanimated): read the window size from the base revision when the LA prox...
  • 885cdab fix: reject non-finite CSS durations and delays (#10360)
  • 2fcaac4 fix: keep the reversing shortening factor within [0, 1] (#10359)
  • 02403d4 fix: return a finite value when linear() control points share an input prog...
  • f41b838 fix: correct the control points of the predefined ease easing function (#10...
  • 1f0b70e fix: correct the cubic-bezier x-derivative used to solve CSS easings (#10344)
  • d1f72fb [Docs] Update sponsors section (#10347)
  • 74350d5 fix: Text losing its trailing word after a CSS fontSize transition on Android...
  • Additional commits viewable in compare view

Updates react-native-worklets from 0.10.2 to 0.12.1

Release notes

Sourced from react-native-worklets's releases.

Worklets - 0.12.1

What's Changed

Full Changelog: software-mansion/react-native-reanimated@worklets-0.12.0...worklets-0.12.1

Worklets - 0.12.0

Key changes

WeakRef on Worklet Runtimes

Worklet Runtimes now support WeakRef. This required enabling Hermes' own microtask queue when the runtime is created, and draining it from C++.

Bundle Mode script loading on par with React Native

Bundle Mode used to load the script through in-memory copies. On iOS the whole bundle stayed resident in a std::string for the app's lifetime, and on Android a dev-server bundle passed through a Java String and two more copies over JNI. Local bundles are now mmapped and Android dev-server downloads stream to a cache file, the same way React Native's own loaders work. Dev-server fetches now also check the HTTP status and surface the error message Metro returns. In development on Android, initialization reuses the bundle React Native has already downloaded.

enableLocking option in createWorkletRuntime

createWorkletRuntime accepts a new enableLocking option, which creates a Worklet Runtime without mutex guards. It is meant for advanced use cases, where you can guarantee thread-safety of the runtime.

Other changes

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

Worklets - 0.11.4

What's Changed

... (truncated)

Commits

Bumps the react-native group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli) | `20.1.3` | `20.2.0` |
| [react-native](https://github.com/react/react-native/tree/HEAD/packages/react-native) | `0.86.2` | `0.87.1` |
| [react-native-nitro-fetch](https://github.com/margelo/react-native-nitro-fetch) | `1.5.4` | `1.6.3` |
| [react-native-nitro-modules](https://github.com/mrousavy/nitro) | `0.36.5` | `0.37.1` |
| [react-native-pager-view](https://github.com/callstack/react-native-pager-view) | `8.0.4` | `9.0.4` |
| [react-native-pulsar](https://github.com/software-mansion/pulsar) | `1.6.1` | `1.7.0` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `4.5.3` | `4.6.0` |
| [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) | `0.10.2` | `0.12.1` |
| [@react-native-community/cli-platform-android](https://github.com/react-native-community/cli/tree/HEAD/packages/platform-android) | `20.1.3` | `20.2.0` |
| [@react-native-community/cli-platform-ios](https://github.com/react-native-community/cli/tree/HEAD/packages/cli-platform-ios) | `20.1.3` | `20.2.0` |
| [@react-native/babel-preset](https://github.com/react/react-native/tree/HEAD/packages/react-native-babel-preset) | `0.86.2` | `0.87.1` |
| [@react-native/eslint-config](https://github.com/react/react-native/tree/HEAD/packages/eslint-config-react-native) | `0.86.2` | `0.87.1` |
| [@react-native/eslint-plugin](https://github.com/react/react-native/tree/HEAD/packages/eslint-plugin-react-native) | `0.86.2` | `0.87.1` |
| [@react-native/jest-preset](https://github.com/react/react-native/tree/HEAD/packages/jest-preset) | `0.86.2` | `0.87.1` |
| [@react-native/metro-config](https://github.com/react/react-native/tree/HEAD/packages/metro-config) | `0.86.2` | `0.87.1` |
| [@react-native/typescript-config](https://github.com/react/react-native/tree/HEAD/packages/typescript-config) | `0.86.2` | `0.87.1` |


Updates `@react-native-community/cli` from 20.1.3 to 20.2.0
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/react-native-community/cli/commits/v20.2.0/packages/cli)

Updates `react-native` from 0.86.2 to 0.87.1
- [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.87.1/packages/react-native)

Updates `react-native-nitro-fetch` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/margelo/react-native-nitro-fetch/releases)
- [Commits](margelo/react-native-nitro-fetch@v1.5.4...v1.6.3)

Updates `react-native-nitro-modules` from 0.36.5 to 0.37.1
- [Release notes](https://github.com/mrousavy/nitro/releases)
- [Commits](margelo/nitro@v0.36.5...v0.37.1)

Updates `react-native-pager-view` from 8.0.4 to 9.0.4
- [Release notes](https://github.com/callstack/react-native-pager-view/releases)
- [Commits](callstack/react-native-pager-view@v8.0.4...v9.0.4)

Updates `react-native-pulsar` from 1.6.1 to 1.7.0
- [Release notes](https://github.com/software-mansion/pulsar/releases)
- [Commits](software-mansion/pulsar@v1.6.1...v1.7.0)

Updates `react-native-reanimated` from 4.5.3 to 4.6.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/CHANGELOG.md)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/4.6.0/packages/react-native-reanimated)

Updates `react-native-worklets` from 0.10.2 to 0.12.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-worklets/CHANGELOG.md)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/worklets-0.12.1/packages/react-native-worklets)

Updates `@react-native-community/cli-platform-android` from 20.1.3 to 20.2.0
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Commits](https://github.com/react-native-community/cli/commits/v20.2.0/packages/platform-android)

Updates `@react-native-community/cli-platform-ios` from 20.1.3 to 20.2.0
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli-platform-ios/CHANGELOG.md)
- [Commits](https://github.com/react-native-community/cli/commits/v20.2.0/packages/cli-platform-ios)

Updates `@react-native/babel-preset` from 0.86.2 to 0.87.1
- [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.87.1/packages/react-native-babel-preset)

Updates `@react-native/eslint-config` from 0.86.2 to 0.87.1
- [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.87.1/packages/eslint-config-react-native)

Updates `@react-native/eslint-plugin` from 0.86.2 to 0.87.1
- [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.87.1/packages/eslint-plugin-react-native)

Updates `@react-native/jest-preset` from 0.86.2 to 0.87.1
- [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.87.1/packages/jest-preset)

Updates `@react-native/metro-config` from 0.86.2 to 0.87.1
- [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.87.1/packages/metro-config)

Updates `@react-native/typescript-config` from 0.86.2 to 0.87.1
- [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.87.1/packages/typescript-config)

---
updated-dependencies:
- dependency-name: "@react-native-community/cli"
  dependency-version: 20.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native
  dependency-version: 0.87.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-nitro-fetch
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-nitro-modules
  dependency-version: 0.37.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-pager-view
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-native
- dependency-name: react-native-pulsar
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-reanimated
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-worklets
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native-community/cli-platform-android"
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native-community/cli-platform-ios"
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/babel-preset"
  dependency-version: 0.87.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/eslint-config"
  dependency-version: 0.87.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/eslint-plugin"
  dependency-version: 0.87.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/jest-preset"
  dependency-version: 0.87.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/metro-config"
  dependency-version: 0.87.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/typescript-config"
  dependency-version: 0.87.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 7, 2026
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