Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the react-native group with 9 updates:

Package From To
@react-native-community/cli 20.0.0 20.0.2
react-native-blob-util 0.22.2 0.24.6
react-native-config 1.5.6 1.6.1
react-native-gesture-handler 2.29.1 2.30.0
react-native-nitro-modules 0.32.0-beta.0 0.32.0
react-native-reanimated 4.1.6 4.2.1
react-native-url-polyfill 2.0.0 3.0.0
@react-native-community/cli-platform-android 20.0.0 20.0.2
@react-native-community/cli-platform-ios 20.0.0 20.0.2

Updates @react-native-community/cli from 20.0.0 to 20.0.2

Commits

Updates react-native-blob-util from 0.22.2 to 0.24.6

Release notes

Sourced from react-native-blob-util's releases.

0.24.6

Update license holder

0.24.5

No release notes provided.

0.24.4

No release notes provided.

0.24.3

add a forgotten "3"

0.24.2

No release notes provided.

0.24.1

  • Refactor getNetworkForIp for Android<=10, use RouteInfo instead of LinkAddress
  • Update dependencies fixes #443 fixes #441

0.23.1

fixing a crash during readStream on iOS

0.23.0

  • Change ios assets framework to photos framework to remove the deprecated module
  • fix(ios): progress interval and count read incorrectly Tahnk you for your support!
Commits

Updates react-native-config from 1.5.6 to 1.6.1

Release notes

Sourced from react-native-config's releases.

v1.6.1

fix(android): turn on eager init on Android (#858)

v1.6.0

Add new architecture support for iOS, Android with Windows update #852

v1.5.10

fix: add support new arch 0.81 android codegen issue #854

v1.5.9

fixing android build(#845)

v1.5.8

Added android build fix with a minimal CMake stub (#844)

v1.5.7

added fabric support for windows (lugg/react-native-config#840)

Commits

Updates react-native-gesture-handler from 2.29.1 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

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

Updates react-native-nitro-modules from 0.32.0-beta.0 to 0.32.0

Release notes

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

Release 0.32.0

0.32.0 (2025-12-23)

Nitro 0.32 is a big release:

  • new DX/convenience features (such as making all C++/Swift structs Equatable/operator==, or making Kotlin structs/enums extensible via companion object)
  • huge performance improvements by caching jsi::PropNameID (measured ~30% faster performance with structs)

❗️Breaking Changes

  • Generated Swift structs' individual properties should be read-only. Their setters have been removed to make this more obvious. (#1086) (78e17ba)

✨ Features

  • Add companion object to Kotlin enums/structs (#1084) (8cfcae6)
  • Make all C++ (and Swift) structs implement operator== (Equatable) (#1019) (ac0aee6)
  • Use OSLog instead of NSLog (#1100) (24d60bc)

💨 Performance Improvements

  • Cache jsi::PropNameIDs (makes Nitro 30% faster) (#1114) (c942637)
  • Cache calls to common JS functions (like Promise, Date, ...) (#1112) (50322d9)
  • Add bulk converter for AnyMap.toHashMap() for Kotlin (~50% faster) (#1109) (4c7eb73)
  • Add bulk converter for AnyMap.fromMap(...) for Kotlin (~29% faster) (#1118) (5e5312a)
  • Inline static JNI enum fields (#1123) (9565faa)

🐛 Bug Fixes

  • Fix Record<string, number> generating wrong code in Kotlin/fbjni (#1061) (85a5a0b)
  • Fix Android import path for ReactNativeVersion.h (#1108) (502fd6e)
  • Fix missing JUnit import for Promise<void> on Kotlin (#1105) (19646da)
  • Implement ThreadUtils in pure C++ on iOS (#1101) (b8ca08f)
  • Make structs final to prevent accidental subclassing (#1085) (1c11b25)
  • Prioritize pthread over of GCD APIs for getThreadName() (a9d5fad)
  • Remove postinstall hook from individual packages (#1088) (e7eae48)
  • Remove Swift struct setters, as they should be immutable (#1086) (78e17ba)

📚 Documentation

Commits
  • 03788f4 chore: release 0.32.0
  • d7b104b chore: Lockfile
  • 2eb56b1 docs: Fix it's -> its (#1125)
  • a08a827 docs: Add min NDK version r27 to minimum requirements (#1089)
  • 54ef31b chore(deps-dev): bump the babel group across 1 directory with 2 updates (#1091)
  • e0e130a chore(deps): bump the agp group across 4 directories with 1 update (#1096)
  • ac42666 chore(deps): bump actions/cache from 4 to 5 (#1099)
  • 9565faa perf: Inline static JNI enum fields (#1123)
  • 7cb28fc chore: Format
  • 5e5312a perf: Add bulk converter for AnyMap.fromMap(...) for Kotlin (~29% faster) (...
  • See full diff in compare view

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-url-polyfill from 2.0.0 to 3.0.0

Release notes

Sourced from react-native-url-polyfill's releases.

v3.0.0

What's Changed

[!NOTE] This library is now exclusively configured for OIDC-based publishing to ensure secure and trusted publishing. See charpeni/react-native-url-polyfill#490.

Full Changelog: charpeni/react-native-url-polyfill@v2.0.0...v3.0.0

Commits
Maintainer changes

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


Updates @react-native-community/cli-platform-android from 20.0.0 to 20.0.2

Release notes

Sourced from @​react-native-community/cli-platform-android's releases.

v20.0.2

What's Changed

New Contributors

Full Changelog: react-native-community/cli@v20.0.1...v20.0.2

v20.0.1

What's Changed

New Contributors

Full Changelog: react-native-community/cli@v20.0.0...v20.0.1

Commits

Updates @react-native-community/cli-platform-ios from 20.0.0 to 20.0.2

Release notes

Sourced from @​react-native-community/cli-platform-ios's releases.

v20.0.2

What's Changed

New Contributors

Full Changelog: react-native-community/cli@v20.0.1...v20.0.2

v20.0.1

What's Changed

New Contributors

Full Changelog: react-native-community/cli@v20.0.0...v20.0.1

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 29, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native-855198dc12 branch from 32759ea to dadf7ef Compare January 2, 2026 17:01
Bumps the react-native group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli) | `20.0.0` | `20.0.2` |
| [react-native-blob-util](https://github.com/RonRadtke/react-native-blob-util) | `0.22.2` | `0.24.6` |
| [react-native-config](https://github.com/luggit/react-native-config) | `1.5.6` | `1.6.1` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.29.1` | `2.30.0` |
| [react-native-nitro-modules](https://github.com/mrousavy/nitro) | `0.32.0-beta.0` | `0.32.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-url-polyfill](https://github.com/charpeni/react-native-url-polyfill) | `2.0.0` | `3.0.0` |
| [@react-native-community/cli-platform-android](https://github.com/react-native-community/cli/tree/HEAD/packages/platform-android) | `20.0.0` | `20.0.2` |
| [@react-native-community/cli-platform-ios](https://github.com/react-native-community/cli/tree/HEAD/packages/cli-platform-ios) | `20.0.0` | `20.0.2` |


Updates `@react-native-community/cli` from 20.0.0 to 20.0.2
- [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.0.2/packages/cli)

Updates `react-native-blob-util` from 0.22.2 to 0.24.6
- [Release notes](https://github.com/RonRadtke/react-native-blob-util/releases)
- [Commits](RonRadtke/react-native-blob-util@0.22.2...0.24.6)

Updates `react-native-config` from 1.5.6 to 1.6.1
- [Release notes](https://github.com/luggit/react-native-config/releases)
- [Changelog](https://github.com/react-native-config/react-native-config/blob/master/release.config.js)
- [Commits](react-native-config/react-native-config@v1.5.6...v1.6.1)

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

Updates `react-native-nitro-modules` from 0.32.0-beta.0 to 0.32.0
- [Release notes](https://github.com/mrousavy/nitro/releases)
- [Commits](mrousavy/nitro@v0.32.0-beta.0...v0.32.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-url-polyfill` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/charpeni/react-native-url-polyfill/releases)
- [Commits](charpeni/react-native-url-polyfill@v2.0.0...v3.0.0)

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

Updates `@react-native-community/cli-platform-ios` from 20.0.0 to 20.0.2
- [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.0.2/packages/cli-platform-ios)

---
updated-dependencies:
- dependency-name: "@react-native-community/cli"
  dependency-version: 20.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-native
- dependency-name: react-native-blob-util
  dependency-version: 0.24.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-config
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-gesture-handler
  dependency-version: 2.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-nitro-modules
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-native
- dependency-name: react-native-reanimated
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-url-polyfill
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-native
- dependency-name: "@react-native-community/cli-platform-android"
  dependency-version: 20.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: react-native
- dependency-name: "@react-native-community/cli-platform-ios"
  dependency-version: 20.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: react-native
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native-855198dc12 branch from dadf7ef to e2b1472 Compare January 5, 2026 22:47
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 7, 2026

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

@dependabot dependabot bot closed this Jan 7, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-native-855198dc12 branch January 7, 2026 21:15
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