Skip to content

fix(deps)(deps): bump the dependencies group across 1 directory with 18 updates#269

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-133d4f8d58
Closed

fix(deps)(deps): bump the dependencies group across 1 directory with 18 updates#269
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-133d4f8d58

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps the dependencies group with 16 updates in the / directory:

Package From To
@walletconnect/core 2.21.8 2.23.9
@walletconnect/react-native-compat 2.21.8 2.23.9
graphql 16.13.1 16.13.2
react 19.0.0 19.2.5
@types/react 19.0.14 19.2.14
react-native 0.79.5 0.85.2
react-native-gesture-handler 2.24.0 2.31.1
react-native-qrcode-svg 6.3.15 6.3.21
react-native-safe-area-context 5.4.0 5.7.0
react-native-screens 4.11.1 4.24.0
react-native-svg 15.11.2 15.15.4
@babel/core 7.28.0 7.29.0
@react-native-community/cli 20.0.0 20.1.3
detox 20.50.1 20.51.0
prettier 3.8.1 3.8.3
ts-jest 29.4.6 29.4.9

Updates @walletconnect/core from 2.21.8 to 2.23.9

Release notes

Sourced from @​walletconnect/core's releases.

@​walletconnect/core@​2.23.9

Patch Changes

  • #7204 431e43b Thanks @​ganchoradkov! - fix: prevent Node.js crypto module from leaking into browser bundles

    • Fix Rollup external config to handle subpath imports (e.g. uint8arrays/from-string), preventing transitive bundling of multiformats and its Node.js crypto import in ESM/CJS outputs
    • Add browser field override plugin to redirect multiformats internal sha2.js to sha2-browser.js (Web Crypto API) in UMD bundles
    • Add build-time guard that fails the UMD build if any Node.js built-in module is referenced
  • #7206 ed0fa42 Thanks @​ganchoradkov! - fix: prevent infinite loop and memory exhaustion in relayer reconnection

    • Eliminate new Promise(async executor) antipattern in connect() and subscribe() so background tasks no longer spawn unsupervised connection attempts
    • Serialize connection attempts via connectPromise in both transportOpen() and toEstablishConnection() to prevent concurrent connect() calls
    • Keep connectionAttemptInProgress guard up during the entire retry loop to block restartTransport() from spawning parallel connections
    • Reset reconnectInProgress on early returns in onProviderDisconnect() to prevent the flag from getting permanently stuck
    • Close old WebSocket in createProvider() before creating a new one to prevent connection and listener leaks
    • Wrap subscriber.stop() in try/catch in onProviderDisconnect() to prevent reconnectInProgress from getting stuck on throw
    • Reset stalledRestartBackoff on successful connection so recovery latency doesn't degrade after repeated stall/recover cycles
  • Updated dependencies [bb4869f]:

    • @​walletconnect/utils@​2.23.9
    • @​walletconnect/types@​2.23.9

@​walletconnect/core@​2.23.8

Patch Changes

  • Updated dependencies []:
    • @​walletconnect/utils@​2.23.8
    • @​walletconnect/types@​2.23.8

@​walletconnect/core@​2.23.7

Patch Changes

  • Updated dependencies [0b699db]:
    • @​walletconnect/utils@​2.23.7
    • @​walletconnect/types@​2.23.7

@​walletconnect/core@​2.23.6

Patch Changes

  • Updated dependencies []:
    • @​walletconnect/utils@​2.23.6
    • @​walletconnect/types@​2.23.6

@​walletconnect/core@​2.23.5

Patch Changes

  • #7163 ceecb3b Thanks @​ganchoradkov! - Fixed batch subscribe silently swallowing errors and marking topics as subscribed when the RPC failed. Failed topics are now kept in pending for retry, and connection_stalled triggers a transport restart with exponential backoff.

  • Updated dependencies [737c6d4]:

    • @​walletconnect/utils@​2.23.5
    • @​walletconnect/types@​2.23.5

... (truncated)

Changelog

Sourced from @​walletconnect/core's changelog.

2.23.9

Patch Changes

  • #7204 431e43b Thanks @​ganchoradkov! - fix: prevent Node.js crypto module from leaking into browser bundles

    • Fix Rollup external config to handle subpath imports (e.g. uint8arrays/from-string), preventing transitive bundling of multiformats and its Node.js crypto import in ESM/CJS outputs
    • Add browser field override plugin to redirect multiformats internal sha2.js to sha2-browser.js (Web Crypto API) in UMD bundles
    • Add build-time guard that fails the UMD build if any Node.js built-in module is referenced
  • #7206 ed0fa42 Thanks @​ganchoradkov! - fix: prevent infinite loop and memory exhaustion in relayer reconnection

    • Eliminate new Promise(async executor) antipattern in connect() and subscribe() so background tasks no longer spawn unsupervised connection attempts
    • Serialize connection attempts via connectPromise in both transportOpen() and toEstablishConnection() to prevent concurrent connect() calls
    • Keep connectionAttemptInProgress guard up during the entire retry loop to block restartTransport() from spawning parallel connections
    • Reset reconnectInProgress on early returns in onProviderDisconnect() to prevent the flag from getting permanently stuck
    • Close old WebSocket in createProvider() before creating a new one to prevent connection and listener leaks
    • Wrap subscriber.stop() in try/catch in onProviderDisconnect() to prevent reconnectInProgress from getting stuck on throw
    • Reset stalledRestartBackoff on successful connection so recovery latency doesn't degrade after repeated stall/recover cycles
  • Updated dependencies [bb4869f]:

    • @​walletconnect/utils@​2.23.9
    • @​walletconnect/types@​2.23.9

2.23.8

Patch Changes

  • Updated dependencies []:
    • @​walletconnect/utils@​2.23.8
    • @​walletconnect/types@​2.23.8

2.23.7

Patch Changes

  • Updated dependencies [0b699db]:
    • @​walletconnect/utils@​2.23.7
    • @​walletconnect/types@​2.23.7

2.23.6

Patch Changes

  • Updated dependencies []:
    • @​walletconnect/utils@​2.23.6
    • @​walletconnect/types@​2.23.6

2.23.5

Patch Changes

... (truncated)

Commits
  • 8ccd9aa chore: update versions and lerna.json
  • 901e965 test: add runaway reconnection regression test
  • 01a39e7 fix: close concurrency gaps in relayer reconnection
  • c1d67a4 fix: revert toEstablishConnection to call connect() directly
  • 5c29576 style: prettier formatting
  • 167f1ef fix: restore per-attempt connectionAttemptInProgress reset
  • c6e56cc fix: reset reconnectInProgress in connect() finally block
  • 97d77cd style: prettier formatting
  • 52179ff fix: guard createProvider disconnect and simplify relayer code
  • 5b6cf2e fix: address PR review feedback on relayer reconnection
  • Additional commits viewable in compare view

Updates @walletconnect/react-native-compat from 2.21.8 to 2.23.9

Release notes

Sourced from @​walletconnect/react-native-compat's releases.

@​walletconnect/react-native-compat@​2.23.9

No release notes provided.

@​walletconnect/react-native-compat@​2.23.8

Patch Changes

  • #7190 98f5ed7 Thanks @​github-actions! - chore: update yttrium native dependencies
    • Update YttriumWrapper (iOS) to 0.10.50
    • Update yttrium-wcpay (Android) to 0.10.51

@​walletconnect/react-native-compat@​2.23.7

No release notes provided.

@​walletconnect/react-native-compat@​2.23.6

Patch Changes

  • #7168 2c07ac4 Thanks @​github-actions! - chore: update yttrium native dependencies
    • Update YttriumWrapper (iOS) to 0.10.40
    • Update yttrium-wcpay (Android) to 0.10.41

@​walletconnect/react-native-compat@​2.23.5

Patch Changes

@​walletconnect/react-native-compat@​2.23.4

Patch Changes

@​walletconnect/react-native-compat@​2.23.3

Patch Changes

@​walletconnect/react-native-compat@​2.23.2

No release notes provided.

@​walletconnect/react-native-compat@​2.23.1

Patch Changes

@​walletconnect/react-native-compat@​2.23.0

Minor Changes

... (truncated)

Changelog

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

2.23.9

2.23.8

Patch Changes

  • #7190 98f5ed7 Thanks @​github-actions! - chore: update yttrium native dependencies
    • Update YttriumWrapper (iOS) to 0.10.50
    • Update yttrium-wcpay (Android) to 0.10.51

2.23.7

2.23.6

Patch Changes

  • #7168 2c07ac4 Thanks @​github-actions! - chore: update yttrium native dependencies
    • Update YttriumWrapper (iOS) to 0.10.40
    • Update yttrium-wcpay (Android) to 0.10.41

2.23.5

Patch Changes

2.23.4

Patch Changes

2.23.3

Patch Changes

2.23.2

2.23.1

Patch Changes

... (truncated)

Commits
  • 8ccd9aa chore: update versions and lerna.json
  • 99f6145 chore: update versions and lerna.json
  • 98f5ed7 chore: update yttrium dependencies-wasm-0.10.50-swift-0.10.50-kotlin-0.10.51
  • 83174a6 chore: update versions and lerna.json
  • d1593de chore: update versions and lerna.json
  • 2c07ac4 chore: update yttrium dependencies-wasm-0.10.40-swift-0.10.40-kotlin-0.10.41
  • 0f95dd7 chore: update versions and lerna.json
  • ee36e4a chore: update yttrium dependencies-wasm-0.10.37-swift-0.10.37-kotlin-0.10.38
  • 3662554 0.10.31
  • 19cf376 chore(react-native-compat): update Yttrium dependencies
  • Additional commits viewable in compare view

Updates @walletconnect/utils from 2.21.8 to 2.23.9

Release notes

Sourced from @​walletconnect/utils's releases.

@​walletconnect/utils@​2.23.9

Patch Changes

  • #7205 bb4869f Thanks @​ganchoradkov! - fix: replace Node.js Buffer with browser-safe alternatives to fix "Buffer is not defined" in browser environments

    • Replace Buffer.from/Buffer.concat with Uint8Array, btoa/atob, TextEncoder/TextDecoder, and uint8arrays helpers across misc.ts, crypto.ts, cacao.ts, signatures.ts, and polkadot.ts
    • Add scripts/verify-no-buffer.mjs to verify UMD bundles contain no unguarded Buffer usage
  • Updated dependencies []:

    • @​walletconnect/types@​2.23.9

@​walletconnect/utils@​2.23.8

Patch Changes

  • Updated dependencies []:
    • @​walletconnect/types@​2.23.8

@​walletconnect/utils@​2.23.7

Patch Changes

  • #7175 0b699db Thanks @​ganchoradkov! - Updated createDelayedPromise expiry rejection to also contain a proper error code from getInternalError("EXPIRED") with a value of 6

  • Updated dependencies []:

    • @​walletconnect/types@​2.23.7

@​walletconnect/utils@​2.23.6

Patch Changes

  • Updated dependencies []:
    • @​walletconnect/types@​2.23.6

@​walletconnect/utils@​2.23.5

Patch Changes

  • #7147 737c6d4 Thanks @​ganchoradkov! - Replaced bs58 dependency with @​scure/base for base58 encoding/decoding

  • Updated dependencies []:

    • @​walletconnect/types@​2.23.5

@​walletconnect/utils@​2.23.4

Patch Changes

  • Updated dependencies []:
    • @​walletconnect/types@​2.23.4

@​walletconnect/utils@​2.23.3

Patch Changes

  • Updated dependencies []:
    • @​walletconnect/types@​2.23.3

... (truncated)

Changelog

Sourced from @​walletconnect/utils's changelog.

2.23.9

Patch Changes

  • #7205 bb4869f Thanks @​ganchoradkov! - fix: replace Node.js Buffer with browser-safe alternatives to fix "Buffer is not defined" in browser environments

    • Replace Buffer.from/Buffer.concat with Uint8Array, btoa/atob, TextEncoder/TextDecoder, and uint8arrays helpers across misc.ts, crypto.ts, cacao.ts, signatures.ts, and polkadot.ts
    • Add scripts/verify-no-buffer.mjs to verify UMD bundles contain no unguarded Buffer usage
  • Updated dependencies []:

    • @​walletconnect/types@​2.23.9

2.23.8

Patch Changes

  • Updated dependencies []:
    • @​walletconnect/types@​2.23.8

2.23.7

Patch Changes

  • #7175 0b699db Thanks @​ganchoradkov! - Updated createDelayedPromise expiry rejection to also contain a proper error code from getInternalError("EXPIRED") with a value of 6

  • Updated dependencies []:

    • @​walletconnect/types@​2.23.7

2.23.6

Patch Changes

  • Updated dependencies []:
    • @​walletconnect/types@​2.23.6

2.23.5

Patch Changes

  • #7147 737c6d4 Thanks @​ganchoradkov! - Replaced bs58 dependency with @​scure/base for base58 encoding/decoding

  • Updated dependencies []:

    • @​walletconnect/types@​2.23.5

2.23.4

Patch Changes

  • Updated dependencies []:
    • @​walletconnect/types@​2.23.4

... (truncated)

Commits
  • 8ccd9aa chore: update versions and lerna.json
  • 7f08fb3 fix: add base64 padding in base64ToBytes for consistency with fromBase64/base...
  • a4ec8f9 style: apply prettier formatting
  • 9829ffd fix: add base64 padding before atob() to handle unpadded input
  • a9d2cfe fix: address PR review feedback
  • 827b192 style: apply prettier formatting
  • 328172b fix: replace Node.js Buffer with browser-safe alternatives
  • 99f6145 chore: update versions and lerna.json
  • 44d591d chore: fix security vulnerabilities and migrate rollup 2 to 4
  • 83174a6 chore: update versions and lerna.json
  • Additional commits viewable in compare view

Updates graphql from 16.13.1 to 16.13.2

Release notes

Sourced from graphql's releases.

v16.13.2 (2026-03-24)

Docs 📝

Polish 💅

  • #4631 Use Object.create(null) over {} to avoid prototype issues - v16 (@​benjie)

Internal 🏠

Committers: 2

Commits

Updates react from 19.0.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

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.

... (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.0.14 to 19.2.14

Commits

Updates react-native from 0.79.5 to 0.85.2

Release notes

Sourced from react-native's releases.

0.85.2


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


Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:

... (truncated)

Changelog

Sourced from react-native's changelog.

Changelog (pre 0.80)

v0.79.7

Fixed

Android specific

v0.79.6

Added

Android specific

iOS specific

  • Cocoapods: Add the ENTERPRISE_REPOSITORY env var to let user consume artifacts from their personal maven mirror (a74d930c93 by @​cipolleschi)

Fixed

Android specific

Commits
  • 67baaf3 Release 0.85.2
  • 5300582 Fix loading banner stuck after a reload
  • 430da64 Avoid moving RawProps during animation backend commit when retries are possib...
  • 16e6e32 Add pushAnimationMutations to the AnimationBackend (#56401)
  • 2c0ae27 Release 0.85.1
  • 9dfd26e fix: formData upload broken in debug builds (#56406)
  • 76cf797 Update generate-artifacts-executor scripts to skip write/cp for unchanged o...
  • 401b162 [0.85] Correclty promote flags to experimental for 0.85 release (#56373)
  • 10644a0 Release 0.85.0
  • b2839b1 Release 0.85.0-rc.7
  • Additional commits viewable in compare view

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

Release notes

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

v2.31.1

❗ Important changes

🔢 Miscellaneous

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

v2.31.0

❗ Important changes

👍 Improvements

🐛 Bug fixes

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file security Security related issue labels Apr 22, 2026
@dependabot dependabot Bot changed the title fix(deps)(deps): bump the dependencies group with 18 updates fix(deps)(deps): bump the dependencies group across 1 directory with 18 updates Apr 22, 2026
Bumps the dependencies group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [@walletconnect/core](https://github.com/WalletConnect/walletconnect-monorepo/tree/HEAD/packages/core) | `2.21.8` | `2.23.9` |
| [@walletconnect/react-native-compat](https://github.com/WalletConnect/walletconnect-monorepo/tree/HEAD/packages/react-native-compat) | `2.21.8` | `2.23.9` |
| [@walletconnect/utils](https://github.com/WalletConnect/walletconnect-monorepo/tree/HEAD/packages/utils) | `2.21.8` | `2.23.9` |
| [graphql](https://github.com/graphql/graphql-js) | `16.13.1` | `16.13.2` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.0.0` | `19.2.5` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.14` | `19.2.14` |
| [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) | `0.79.5` | `0.85.2` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.24.0` | `2.31.1` |
| [react-native-qrcode-svg](https://github.com/Expensify/react-native-qrcode-svg) | `6.3.15` | `6.3.21` |
| [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) | `5.4.0` | `5.7.0` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.11.1` | `4.24.0` |
| [react-native-svg](https://github.com/react-native-community/react-native-svg) | `15.11.2` | `15.15.4` |
| [zod](https://github.com/colinhacks/zod) | `3.22.4` | `3.25.76` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.28.0` | `7.29.0` |
| [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli) | `20.0.0` | `20.1.3` |
| [detox](https://github.com/wix/Detox) | `20.50.1` | `20.51.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.6` | `29.4.9` |


Updates `@walletconnect/core` from 2.21.8 to 2.23.9
- [Release notes](https://github.com/WalletConnect/walletconnect-monorepo/releases)
- [Changelog](https://github.com/WalletConnect/walletconnect-monorepo/blob/v2.0/packages/core/CHANGELOG.md)
- [Commits](https://github.com/WalletConnect/walletconnect-monorepo/commits/@walletconnect/core@2.23.9/packages/core)

Updates `@walletconnect/react-native-compat` from 2.21.8 to 2.23.9
- [Release notes](https://github.com/WalletConnect/walletconnect-monorepo/releases)
- [Changelog](https://github.com/WalletConnect/walletconnect-monorepo/blob/v2.0/packages/react-native-compat/CHANGELOG.md)
- [Commits](https://github.com/WalletConnect/walletconnect-monorepo/commits/@walletconnect/react-native-compat@2.23.9/packages/react-native-compat)

Updates `@walletconnect/utils` from 2.21.8 to 2.23.9
- [Release notes](https://github.com/WalletConnect/walletconnect-monorepo/releases)
- [Changelog](https://github.com/WalletConnect/walletconnect-monorepo/blob/v2.0/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/WalletConnect/walletconnect-monorepo/commits/@walletconnect/utils@2.23.9/packages/utils)

Updates `graphql` from 16.13.1 to 16.13.2
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.13.1...v16.13.2)

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

Updates `react-native` from 0.79.5 to 0.85.2
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG-0.7x.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.85.2/packages/react-native)

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

Updates `react-native-qrcode-svg` from 6.3.15 to 6.3.21
- [Release notes](https://github.com/Expensify/react-native-qrcode-svg/releases)
- [Commits](Expensify/react-native-qrcode-svg@6.3.15...6.3.21)

Updates `react-native-safe-area-context` from 5.4.0 to 5.7.0
- [Release notes](https://github.com/AppAndFlow/react-native-safe-area-context/releases)
- [Commits](AppAndFlow/react-native-safe-area-context@v5.4.0...v5.7.0)

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

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

Updates `zod` from 3.22.4 to 3.25.76
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v3.22.4...v3.25.76)

Updates `@babel/core` from 7.28.0 to 7.29.0
- [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.29.0/packages/babel-core)

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

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

Updates `detox` from 20.50.1 to 20.51.0
- [Release notes](https://github.com/wix/Detox/releases)
- [Commits](https://github.com/wix/Detox/commits)

Updates `prettier` from 3.8.1 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.1...3.8.3)

Updates `ts-jest` from 29.4.6 to 29.4.9
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.6...v29.4.9)

---
updated-dependencies:
- dependency-name: "@walletconnect/core"
  dependency-version: 2.23.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@walletconnect/react-native-compat"
  dependency-version: 2.23.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@walletconnect/utils"
  dependency-version: 2.23.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: graphql
  dependency-version: 16.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-native
  dependency-version: 0.85.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-native-gesture-handler
  dependency-version: 2.31.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-native-qrcode-svg
  dependency-version: 6.3.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-native-safe-area-context
  dependency-version: 5.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-native-screens
  dependency-version: 4.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-native-svg
  dependency-version: 15.15.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: zod
  dependency-version: 3.25.76
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@babel/core"
  dependency-version: 7.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@react-native-community/cli"
  dependency-version: 20.1.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: detox
  dependency-version: 20.51.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ts-jest
  dependency-version: 29.4.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dependencies-133d4f8d58 branch from cd028a7 to 98d05bc Compare April 22, 2026 21:22
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 23, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

2 similar comments
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 23, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 23, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 24, 2026

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

@dependabot dependabot Bot closed this Apr 24, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dependencies-133d4f8d58 branch April 24, 2026 05:23
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 security Security related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants