Skip to content

chore(deps): bump the prod-minor-and-patch group across 1 directory with 29 updates - #124

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prod-minor-and-patch-332f889dc7
Closed

chore(deps): bump the prod-minor-and-patch group across 1 directory with 29 updates#124
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prod-minor-and-patch-332f889dc7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the prod-minor-and-patch group with 29 updates in the / directory:

Package From To
@sentry/react 10.70.0 10.71.0
lucide-react 1.33.0 1.34.0
@expo/metro-runtime 57.0.12 57.0.14
@react-navigation/bottom-tabs 7.18.17 7.18.18
@react-navigation/elements 2.9.39 2.9.40
@react-navigation/native 7.3.17 7.3.18
@react-navigation/native-stack 7.18.9 7.18.10
@sentry/react-native 8.23.0 8.24.0
@shopify/react-native-skia 2.11.0 2.11.1
expo 57.0.15 57.0.17
expo-auth-session 57.0.8 57.0.10
expo-build-properties 57.0.13 57.0.15
expo-constants 57.0.13 57.0.15
expo-crypto 57.0.1 57.0.2
expo-haptics 57.0.1 57.0.2
expo-linking 57.0.7 57.0.8
expo-notifications 57.0.13 57.0.15
expo-screen-orientation 57.0.1 57.0.2
expo-secure-store 57.0.1 57.0.2
expo-splash-screen 57.0.7 57.0.8
expo-sqlite 57.0.1 57.0.2
expo-updates 57.0.16 57.0.18
lucide-react-native 1.33.0 1.34.0
react-native 0.86.2 0.86.3
react-native-reanimated 4.5.3 4.6.0
react-native-worklets 0.11.4 0.12.1
@sentry/nestjs 10.70.0 10.71.0
jose 6.2.9 6.2.10
mongodb 7.5.0 7.6.0

Updates @sentry/react from 10.70.0 to 10.71.0

Release notes

Sourced from @​sentry/react's releases.

10.71.0

Important Changes

  • feat(v10/core)!: Enable logs by default (#23311)

The enableLogs client option now defaults to true, so Sentry Logs work without any manual opt-in. Nothing is captured unless you call the Sentry.logger.* APIs or add a log-forwarding integration (such as consoleLoggingIntegration, pinoIntegration, or the winston transport), and you can set enableLogs: false to opt out. Although a default change like this would normally land in a major release, we are shipping it in a minor after careful consideration, since it sends no data on its own and only takes effect once you actively use the logging APIs or a logging integration.

Other Changes

  • feat(v10/core): Deprecate scope.clear() method (#23231)
  • fix(v10/core): Bound child span tracking on long-lived spans (#23406)
  • fix(v10/core): Read Supabase PostgREST headers from Headers instances (#23241)
  • fix(v10/hono): Use captureException from scope, not from Client (#23280)
  • fix(v10/nuxt): Delete source maps after Nitro finishes building (#23508)
  • fix(v10/react-router): Carry multi-byte UTF-8 across SSR stream chunk boundaries (#23421)
  • fix(v10/react): Match TanStack Router pageload against the router location (#23494)
  • test(v10/nextjs): Add e2e app for a user-owned OpenTelemetry setup (#23278)

Bundle size 📦

Path Size
@​sentry/browser 27.1 KB
@​sentry/browser - with treeshaking flags 25.58 KB
@​sentry/browser (incl. Tracing) 45.51 KB
@​sentry/browser (incl. Tracing + Span Streaming) 47.25 KB
@​sentry/browser (incl. Tracing, Profiling) 50.15 KB
@​sentry/browser (incl. Tracing, Replay) 83.83 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 73.71 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 88.45 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 100.79 KB
@​sentry/browser (incl. Feedback) 43.87 KB
@​sentry/browser (incl. sendFeedback) 31.78 KB
@​sentry/browser (incl. FeedbackAsync) 36.79 KB
@​sentry/browser (incl. Metrics) 28.16 KB
@​sentry/browser (incl. Logs) 28.38 KB
@​sentry/browser (incl. Metrics & Logs) 29.06 KB
@​sentry/react 28.86 KB
@​sentry/react (incl. Tracing) 47.72 KB
@​sentry/vue 32.4 KB
@​sentry/vue (incl. Tracing) 47.43 KB
@​sentry/svelte 27.12 KB
CDN Bundle 29.43 KB
CDN Bundle (incl. Tracing) 47.43 KB

... (truncated)

Changelog

Sourced from @​sentry/react's changelog.

10.71.0

Important Changes

  • feat(v10/core)!: Enable logs by default (#23311)

The enableLogs client option now defaults to true, so Sentry Logs work without any manual opt-in. Nothing is captured unless you call the Sentry.logger.* APIs or add a log-forwarding integration (such as consoleLoggingIntegration, pinoIntegration, or the winston transport), and you can set enableLogs: false to opt out. Although a default change like this would normally land in a major release, we are shipping it in a minor after careful consideration, since it sends no data on its own and only takes effect once you actively use the logging APIs or a logging integration.

Other Changes

  • feat(v10/core): Deprecate scope.clear() method (#23231)
  • fix(v10/core): Bound child span tracking on long-lived spans (#23406)
  • fix(v10/core): Read Supabase PostgREST headers from Headers instances (#23241)
  • fix(v10/hono): Use captureException from scope, not from Client (#23280)
  • fix(v10/nuxt): Delete source maps after Nitro finishes building (#23508)
  • fix(v10/react-router): Carry multi-byte UTF-8 across SSR stream chunk boundaries (#23421)
  • fix(v10/react): Match TanStack Router pageload against the router location (#23494)
  • test(v10/nextjs): Add e2e app for a user-owned OpenTelemetry setup (#23278)
Commits
  • 9fcb063 release: 10.71.0
  • fbc14d8 meta(changelog): Update changelog for 10.71.0 (#23517)
  • 671f4b1 fix(v10/nuxt): Delete source maps after Nitro finishes building (#23508)
  • 0211227 fix(v10/react): Match TanStack Router pageload against the router location (#...
  • bbea828 feat(v10/core)!: Enable logs by default (#23311)
  • 7ded310 fix(v10/core): Bound child span tracking on long-lived spans (#23406)
  • 245d807 fix(v10/react-router): Carry multi-byte UTF-8 across SSR stream chunk boundar...
  • 1d439a3 fix(v10/core): Read Supabase PostgREST headers from Headers instances (#23241)
  • 8f03efe test(v10/nextjs): Add e2e app for a user-owned OpenTelemetry setup (#23278)
  • c884ae1 fix(v10/hono): Use captureException from scope, not from Client (#23280)
  • Additional commits viewable in compare view

Updates lucide-react from 1.33.0 to 1.34.0

Release notes

Sourced from lucide-react's releases.

Version 1.34.0

What's Changed

Full Changelog: lucide-icons/lucide@1.33.0...1.34.0

Commits

Updates @expo/metro-runtime from 57.0.12 to 57.0.14

Commits

Updates @react-navigation/bottom-tabs from 7.18.17 to 7.18.18

Changelog

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

7.18.18 (2026-08-26)

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

Commits

Updates @react-navigation/elements from 2.9.39 to 2.9.40

Changelog

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

2.9.40 (2026-08-26)

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

Commits

Updates @react-navigation/native from 7.3.17 to 7.3.18

Release notes

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

@​react-navigation/native@​7.3.18

7.3.18 (2026-08-26)

Bug Fixes

Changelog

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

7.3.18 (2026-08-26)

Bug Fixes

Commits
  • 5555d32 chore: publish
  • 1b309a7 fix: prevent state reset when history.go() takes longer than timeout on web (...
  • See full diff in compare view

Updates @react-navigation/native-stack from 7.18.9 to 7.18.10

Changelog

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

7.18.10 (2026-08-26)

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

Commits

Updates @sentry/react-native from 8.23.0 to 8.24.0

Release notes

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

8.24.0

Features

  • Add enableNdkAppHangTracking and ndkAppHangTimeoutIntervalMillis options to enable Android NDK app hang tracking (#6548)

Fixes

  • Warn when replay sample rates are set but the Replay integration is missing (#6612)
  • Fix time to display spans causing transactions to be dropped by Relay (#6608)
  • Fix Expo iOS build failing when the project path contains spaces (#6604)
  • Fix Android fragment memory leak in RNSentryReactFragmentLifecycleTracer (#6599)
  • Ship a named navigation transaction when re-navigating to the focused route with new params, instead of an unnamed "Route Change" (#6606)

Dependencies

Changelog

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

8.24.0

Features

  • Add enableNdkAppHangTracking and ndkAppHangTimeoutIntervalMillis options to enable Android NDK app hang tracking (#6548)

Fixes

  • Warn when replay sample rates are set but the Replay integration is missing (#6612)
  • Fix time to display spans causing transactions to be dropped by Relay (#6608)
  • Fix Expo iOS build failing when the project path contains spaces (#6604)
  • Fix Android fragment memory leak in RNSentryReactFragmentLifecycleTracer (#6599)
  • Ship a named navigation transaction when re-navigating to the focused route with new params, instead of an unnamed "Route Change" (#6606)

Dependencies

Commits
  • 87bdc65 release: 8.24.0
  • 7f88878 fix(ios): Stay on Cocoa SDK 9.24.0 (revert 9.26.0 bump) (#6622)
  • f65535b chore: update scripts/update-maestro.sh to v2.9.0 (#6620)
  • 8e3cabb fix(replay): Warn when replay sample rates are set but the Replay integration...
  • f0619dc fix(tracing): Name transaction when re-navigating to focused route with new p...
  • 2e64504 fix(tracing): keep time to display spans within transaction bounds (#6608)
  • f6ce4ff chore: update scripts/update-javascript.sh to 10.71.0 (#6610)
  • f8d1a37 chore: update scripts/update-wizard.sh to v7.0.3 (#6611)
  • fd963e7 fix(ios): Quote script paths so Expo iOS build works with spaces in the proje...
  • d6784d9 fix(deps): Bump deepmerge-ts to ^8.0.0 to resolve stack-exhaustion advisory (...
  • Additional commits viewable in compare view

Updates @shopify/react-native-skia from 2.11.0 to 2.11.1

Release notes

Sourced from @​shopify/react-native-skia's releases.

v2.11.1

2.11.1 (2026-08-23)

Bug Fixes

  • 🐛: accept booleans in Font.setSubpixel and Font.setEmbolden (#4011) (ac61b53), closes #3965
  • 🐛: apply the mask srcIn composite once per group, not per draw (#4022) (b51bbbb)
  • 🐛: derive the inner shadow from the shape outline, not its opacity (#4023) (701c4b9)
  • 🐛: don't emit a CTM restore for a CTM that never saved (#4013) (942de97)
  • 🐛: keep the paint/opacity stack balanced in SavePaint (#4021) (42000b9), closes #3355
  • 🐛: restore overflow clipping in Android view snapshots (#4004) (ba62172)
  • 🐛: scale SkMatrix uniformly when y is omitted (#4016) (73b5857)
  • 🐛: swap the skew shear axes in the native recorder too (#4020) (800eb8f)
  • 🐛: swap the skewX and skewY shear axes (#4015) (c034652)
  • 🐛: trim a path before stroking it (#4018) (cb178e4)
  • 🐛: use makeShaderOptions for non-cubic ImageShader sampling (#4017) (842f1ae)
Commits
  • cb178e4 fix(🐛): trim a path before stroking it (#4018)
  • 42000b9 fix(🐛): keep the paint/opacity stack balanced in SavePaint (#4021)
  • b51bbbb fix(🐛): apply the mask srcIn composite once per group, not per draw (#4022)
  • 942de97 fix(🐛): don't emit a CTM restore for a CTM that never saved (#4013)
  • 73b5857 fix(🐛): scale SkMatrix uniformly when y is omitted (#4016)
  • 701c4b9 fix(🐛): derive the inner shadow from the shape outline, not its opacity (#4023)
  • 800eb8f fix(🐛): swap the skew shear axes in the native recorder too (#4020)
  • ac61b53 fix(🐛): accept booleans in Font.setSubpixel and Font.setEmbolden (#4011)
  • 842f1ae fix(🐛): use makeShaderOptions for non-cubic ImageShader sampling (#4017)
  • c034652 fix(🐛): swap the skewX and skewY shear axes (#4015)
  • Additional commits viewable in compare view

Updates expo from 57.0.15 to 57.0.17

Commits

Updates expo-auth-session from 57.0.8 to 57.0.10

Commits

Updates expo-build-properties from 57.0.13 to 57.0.15

Commits

Updates expo-constants from 57.0.13 to 57.0.15

Commits

Updates expo-crypto from 57.0.1 to 57.0.2

Changelog

Sourced from expo-crypto's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • [Web] Respect the bounds of typed-array views in Crypto.AES, so sealed data passed as a Uint8Array that views part of a larger buffer no longer reads the wrong bytes and fails to decrypt. (#49196 by @​dennytosp)
  • [Web] Reject sealed data that is too short to hold its IV and authentication tag in AESSealedData.fromCombined(), matching iOS and Android. (#49196 by @​dennytosp)
  • Fix AESSealedData.fromCombined() throwing on Android when given a base64-encoded string. (#47317 by @​gabrieldonadel)

💡 Others

Commits

Updates expo-haptics from 57.0.1 to 57.0.2

Changelog

Sourced from expo-haptics's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • [android] Fix performAndroidHapticsAsync doing nothing by running it on the main queue. (#49263 by @​KAMRONBEK)

💡 Others

Commits

Updates expo-linking from 57.0.7 to 57.0.8

Commits

Updates expo-notifications from 57.0.13 to 57.0.15

Commits

Updates expo-screen-orientation from 57.0.1 to 57.0.2

Changelog

Sourced from expo-screen-orientation's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • [iOS] Fixed a main-thread deadlock when notifying screen orientation listeners. (#49367 by @​ryan-saffer)
  • [iOS] Added a development warning when the system refuses an orientation lock request, and switched to reading interface orientation from the scene's effective geometry. (#48173 by @​alanjhughes)

💡 Others

Commits

Updates expo-secure-store from 57.0.1 to 57.0.2

Changelog

Sourced from expo-secure-store's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • [Android] Fix deleteItemAsync resolving when a retried delete left the value on disk. (#49151 by @​vonovak)
  • [iOS] Reject deleteItemAsync when the keychain refuses the delete, instead of resolving as if the item was removed. (#49146 by @​vonovak)
  • [iOS] Apply keychainAccessible when overwriting an existing item, instead of silently keeping the accessibility it was first stored with. (#49128 by @​JoRo-Code and @​behenate)

💡 Others

Commits

Updates expo-splash-screen from 57.0.7 to 57.0.8

Commits

Updates expo-sqlite from 57.0.1 to 57.0.2

Changelog

Sourced from expo-sqlite's changelog.

Changelog

Unpublished

🛠 Breaking changes

  • Removed libSQL support. syncLibSQL() and the libSQLOptions open option are gone, and the useLibSQL config plugin property is deprecated: it warns during prebuild and no longer has any effect. (#48543 by @​kudo)

🎉 New features

🐛 Bug fixes

  • [Android][iOS] Fix deleteDatabaseAsync and deleteDatabaseSync leaving -journal, -wal and -shm sidecar files behind. (#49125 by @​sbaiahmed1)
  • [tvOS] Fix path for DB creation. (#46715 by @​douglowder)
  • Fixed the devtools plugin bundle missing its wa-sqlite.wasm asset. (#48542 by @​kudo)
  • Fixed SQLiteStorage permanently throwing no such table: storage when the synchronous and asynchronous APIs raced the first-run migration. (#48878 by @​giaBaoJS)

💡 Others

  • Changed native implementation to use the unified ArrayBuffer type. (#47168 by @​barthap)
  • Build the devtools plugin web UI from the monorepo workspace instead of a standalone project. (#48542 by @​kudo)
  • Updated SQLite to 3.53.3 and SQLCipher to 4.17.0 on all platforms, including the web WebAssembly build. (#48544 by @​kudo)
Commits

Updates expo-updates from 57.0.16 to 57.0.18

Commits

Updates lucide-react-native from 1.33.0 to 1.34.0

Release notes

Sourced from lucide-react-native's releases.

Version 1.34.0

What's Changed

Full Changelog: lucide-icons/lucide@1.33.0...1.34.0

Commits

Updates react-native from 0.86.2 to 0.86.3

Release notes

Sourced from react-native's releases.

0.86.3

  • Hermes: Bump hermes-v1 to 250829098.0.17 (3fd71f07c3 by @​cipolleschi)
  • EventEmitter: Fix use-after-free data race in EventEmitter.cpp (fdb26edfe7)
  • Modal: Fix parentNode/parentElement returning the document instead of the containing element for <Modal> and other nested root host views, which severed capture/bubble event propagation to ancestors rendered above them (6e3f0e8f9f by rubennorte)
  • Cocoapods: Make Podfile.lock SPEC CHECKSUMS deterministic across machines by sorting Dir.glob results in Yoga.podspec and using a dynamically computed Pods-relative path in hermes-engine.podspec (6e3f0e8f9f by IsaacIsrael)
  • Runtime: Fix ConcurrentModificationException when getInitialURL re-enters during onHostResume (20d04aefa1 by @​nickcernera)
  • Font: Custom fonts with an explicit fontWeight no longer render at the heaviest weight on the New Architecture (918fb15bfe by @​jensdev)

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.

Changelog

Sourced from react-native's changelog.

v0.86.3

Changed

Fixed

  • EventEmitter: Fix use-after-free data race in EventEmitter.cpp (fdb26edfe7)
  • Modal: Fix parentNode/parentElement returning the document instead of the containing element for <Modal> and other nested root host views, which severed capture/bubble event propagation to ancestors rendered above them (6e3f0e8f9f by rubennorte)

iOS

  • Cocoapods: Make Podfile.lock SPEC CHECKSUMS deterministic across machines by sorting Dir.glob results in Yoga.podspec and using a dynamically computed Pods-relative path in hermes-engine.podspec (6e3f0e8f9f by IsaacIsrael)

Android specific

  • Runtime: Fix ConcurrentModificationException when getInitialURL re-enters during onHostResume (20d04aefa1 by @​nickcernera)

iOS specific

  • Font: Custom fonts with an explicit fontWeight no longer render at the heaviest weight on the New Architecture (918fb15bfe by @​jensdev)
Commits
  • 95cffbf Release 0.86.3
  • 7591eb0 Revert "Release 0.86.3"
  • 4829a67 Release 0.86.3
  • 4323a26 Fix parentNode for nested root host views like <Modal> (#57623)
  • 3fd71f0 [LOCAL] Bump hermes-v1 to 250829098.0.17 (#58051)
  • 5c129ff Fix ConcurrentModificationException in IntentModule.getInitialURL re-entrancy...
  • 3e5e3c2 Fix custom font weight rendering heaviest face on iOS Fabric (#57483)
  • 6e3f0e8 fix(ios): make Podfile.lock SPEC CHECKSUMS deterministic across machines (#56...
  • fdb26ed Fix use-after-free data race in EventEmitter.cpp (T259167206) (#56763)
  • 09dcc63 Fix RetryableMountingLayerException crash in updateOverflowInset (#56762)
  • See full diff 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

…ith 29 updates

Bumps the prod-minor-and-patch group with 29 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@sentry/react](https://github.com/getsentry/sentry-javascript) | `10.70.0` | `10.71.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.33.0` | `1.34.0` |
| [@expo/metro-runtime](https://github.com/expo/expo) | `57.0.12` | `57.0.14` |
| [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/bottom-tabs) | `7.18.17` | `7.18.18` |
| [@react-navigation/elements](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/elements) | `2.9.39` | `2.9.40` |
| [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) | `7.3.17` | `7.3.18` |
| [@react-navigation/native-stack](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native-stack) | `7.18.9` | `7.18.10` |
| [@sentry/react-native](https://github.com/getsentry/sentry-react-native) | `8.23.0` | `8.24.0` |
| [@shopify/react-native-skia](https://github.com/Shopify/react-native-skia) | `2.11.0` | `2.11.1` |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `57.0.15` | `57.0.17` |
| [expo-auth-session](https://github.com/expo/expo/tree/HEAD/packages/expo-auth-session) | `57.0.8` | `57.0.10` |
| [expo-build-properties](https://github.com/expo/expo/tree/HEAD/packages/expo-build-properties) | `57.0.13` | `57.0.15` |
| [expo-constants](https://github.com/expo/expo/tree/HEAD/packages/expo-constants) | `57.0.13` | `57.0.15` |
| [expo-crypto](https://github.com/expo/expo/tree/HEAD/packages/expo-crypto) | `57.0.1` | `57.0.2` |
| [expo-haptics](https://github.com/expo/expo/tree/HEAD/packages/expo-haptics) | `57.0.1` | `57.0.2` |
| [expo-linking](https://github.com/expo/expo/tree/HEAD/packages/expo-linking) | `57.0.7` | `57.0.8` |
| [expo-notifications](https://github.com/expo/expo/tree/HEAD/packages/expo-notifications) | `57.0.13` | `57.0.15` |
| [expo-screen-orientation](https://github.com/expo/expo/tree/HEAD/packages/expo-screen-orientation) | `57.0.1` | `57.0.2` |
| [expo-secure-store](https://github.com/expo/expo/tree/HEAD/packages/expo-secure-store) | `57.0.1` | `57.0.2` |
| [expo-splash-screen](https://github.com/expo/expo/tree/HEAD/packages/expo-splash-screen) | `57.0.7` | `57.0.8` |
| [expo-sqlite](https://github.com/expo/expo/tree/HEAD/packages/expo-sqlite) | `57.0.1` | `57.0.2` |
| [expo-updates](https://github.com/expo/expo/tree/HEAD/packages/expo-updates) | `57.0.16` | `57.0.18` |
| [lucide-react-native](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react-native) | `1.33.0` | `1.34.0` |
| [react-native](https://github.com/react/react-native/tree/HEAD/packages/react-native) | `0.86.2` | `0.86.3` |
| [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.11.4` | `0.12.1` |
| [@sentry/nestjs](https://github.com/getsentry/sentry-javascript) | `10.70.0` | `10.71.0` |
| [jose](https://github.com/panva/jose) | `6.2.9` | `6.2.10` |
| [mongodb](https://github.com/mongodb/node-mongodb-native) | `7.5.0` | `7.6.0` |



Updates `@sentry/react` from 10.70.0 to 10.71.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/10.71.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@10.70.0...10.71.0)

Updates `lucide-react` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.34.0/packages/lucide-react)

Updates `@expo/metro-runtime` from 57.0.12 to 57.0.14
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits)

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

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

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

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

Updates `@sentry/react-native` from 8.23.0 to 8.24.0
- [Release notes](https://github.com/getsentry/sentry-react-native/releases)
- [Changelog](https://github.com/getsentry/sentry-react-native/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-react-native@8.23.0...8.24.0)

Updates `@shopify/react-native-skia` from 2.11.0 to 2.11.1
- [Release notes](https://github.com/Shopify/react-native-skia/releases)
- [Commits](Shopify/react-native-skia@v2.11.0...v2.11.1)

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `lucide-react-native` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.34.0/packages/lucide-react-native)

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

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.11.4 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 `@sentry/nestjs` from 10.70.0 to 10.71.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/10.71.0/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@10.70.0...10.71.0)

Updates `jose` from 6.2.9 to 6.2.10
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v6.2.9...v6.2.10)

Updates `mongodb` from 7.5.0 to 7.6.0
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v7.5.0...v7.6.0)

---
updated-dependencies:
- dependency-name: "@sentry/react"
  dependency-version: 10.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-and-patch
- dependency-name: lucide-react
  dependency-version: 1.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-and-patch
- dependency-name: "@expo/metro-runtime"
  dependency-version: 57.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: "@react-navigation/bottom-tabs"
  dependency-version: 7.18.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: "@react-navigation/elements"
  dependency-version: 2.9.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: "@react-navigation/native"
  dependency-version: 7.3.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: "@react-navigation/native-stack"
  dependency-version: 7.18.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: "@sentry/react-native"
  dependency-version: 8.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-and-patch
- dependency-name: "@shopify/react-native-skia"
  dependency-version: 2.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: expo
  dependency-version: 57.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: expo-auth-session
  dependency-version: 57.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: expo-build-properties
  dependency-version: 57.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: expo-constants
  dependency-version: 57.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: expo-crypto
  dependency-version: 57.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: expo-haptics
  dependency-version: 57.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: expo-linking
  dependency-version: 57.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: expo-notifications
  dependency-version: 57.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: expo-screen-orientation
  dependency-version: 57.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: expo-secure-store
  dependency-version: 57.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: expo-splash-screen
  dependency-version: 57.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: expo-sqlite
  dependency-version: 57.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: expo-updates
  dependency-version: 57.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: lucide-react-native
  dependency-version: 1.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-and-patch
- dependency-name: react-native
  dependency-version: 0.86.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: react-native-reanimated
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-and-patch
- dependency-name: react-native-worklets
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-and-patch
- dependency-name: "@sentry/nestjs"
  dependency-version: 10.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-and-patch
- dependency-name: jose
  dependency-version: 6.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-and-patch
- dependency-name: mongodb
  dependency-version: 7.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-and-patch
...

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 Aug 31, 2026

Copy link
Copy Markdown
Owner

Investigated the check/test-rest CI failure here (mobile jest suite: [Worklets] createShareable is not supported on web, 7 suites failing in src/screens/GameStage* and src/components/game/__tests__/playerCard.test.tsx).

Root cause: this group bump moves react-native-worklets 0.11.4 → 0.12.1 alongside react-native-reanimated 4.5.3 → 4.6.0. The newer react-native-worklets' createShareable throws when invoked outside a native runtime, and it now gets invoked at module-load time through reanimated's mock.js (used by every jest test that imports GameStage/PlayerCard via __mocks__/react-native-reanimated.js) — so any test touching those components fails at import.

Same category as the @react-native/jest-preset issue on #123: an Expo SDK 57-pinned native module moved out of lockstep with its sibling packages via a plain Dependabot version-range bump, which apps/mobile/CLAUDE.md flags as exactly the kind of change that needs npx expo install --check reconciliation rather than ad hoc acceptance. Standing down on merging this PR rather than landing a broken mobile test suite — the other packages in this same "prod-minor-and-patch" group (expo-* patch bumps, react-navigation, sentry, skia, etc.) look fine on their own, the react-native-worklets bump is what's incompatible.

Recommend excluding react-native-worklets (and probably react-native-reanimated) from the prod-minor-and-patch Dependabot group until a compatible pairing is confirmed, or reconciling this specific pair manually via npx expo install --check in a standalone PR with mobile test suite + jest mock verification.


Generated by Claude Code

@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Sep 7, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/prod-minor-and-patch-332f889dc7 branch September 7, 2026 01:25
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