Skip to content

build(deps): bump the root-deps group across 1 directory with 60 updates - #26

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/root-deps-b6a6ea390d
Open

build(deps): bump the root-deps group across 1 directory with 60 updates#26
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/root-deps-b6a6ea390d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the root-deps group with 56 updates in the / directory:

Package From To
@ai-sdk/openai 4.0.23 4.0.50
@hono/node-server 2.0.12 2.1.1
@json-render/core 0.19.0 0.20.0
@json-render/react-native 0.19.0 0.20.0
@kingstinct/react-native-healthkit 14.0.2 14.1.0
@noble/ed25519 3.1.0 3.2.0
@notionhq/client 5.23.3 5.26.0
@shopify/react-native-skia 2.6.2 2.11.1
@tamagui/config 2.6.3 2.7.7
@tamagui/portal 2.6.3 2.7.7
ai 7.0.41 7.0.83
expo 57.0.10 57.0.17
expo-audio 57.0.3 57.0.4
expo-calendar 57.0.1 57.0.2
expo-camera 57.0.3 57.0.4
expo-contacts 57.0.3 57.0.4
expo-crypto 57.0.1 57.0.2
expo-image-picker 57.0.7 57.0.14
expo-linking 57.0.5 57.0.8
expo-location 57.0.7 57.0.14
expo-notifications 57.0.8 57.0.15
expo-router 57.0.10 57.0.17
expo-secure-store 57.0.1 57.0.2
expo-sharing 57.0.8 57.0.16
expo-speech 57.0.1 57.0.2
expo-splash-screen 57.0.5 57.0.8
expo-sqlite 57.0.1 57.0.2
expo-task-manager 57.0.7 57.0.14
expo-video 57.0.2 57.0.3
googleapis 173.0.0 176.0.0
hono 4.13.0 4.13.5
json-canonicalize 2.0.0 3.0.0
lucide-react-native 1.28.0 1.34.0
pg 8.22.0 8.23.0
@types/pg 8.20.3 8.23.1
react 19.2.3 19.2.8
@types/react 19.2.17 19.2.18
react-dom 19.2.3 19.2.8
react-native 0.86.2 0.87.1
react-native-gesture-handler 2.32.0 3.2.1
react-native-health-connect 3.5.3 4.1.3
react-native-nitro-modules 0.36.5 0.37.1
react-native-reanimated 4.5.1 4.6.0
react-native-safe-area-context 5.7.0 5.9.1
react-native-screens 4.26.2 4.27.0
react-native-svg 15.15.4 15.15.5
react-native-worklets 0.10.1 0.12.1
tamagui 2.6.3 2.7.7
victory-native 41.26.0 42.0.0
xstate 5.32.5 5.32.6
@ai-sdk/react 4.0.44 4.0.86
@types/node 26.1.2 26.4.0
expo-doctor 1.20.1 1.20.4
tsx 4.23.1 4.23.12
typescript 6.0.3 7.0.2
vitest 4.1.10 4.1.11

Updates @ai-sdk/openai from 4.0.23 to 4.0.50

Changelog

Sourced from @​ai-sdk/openai's changelog.

4.0.50

Patch Changes

  • e6a2992: Fix Responses history serialization for regular functions named tool_search.

4.0.49

Patch Changes

  • 2523403: Normalize non-object replayed Chat Completions tool arguments to empty objects.
  • Updated dependencies [3e125ba]
    • @​ai-sdk/provider-utils@​5.0.32

4.0.48

Patch Changes

  • a9782e1: fix: align batch result parsing, request counts, and lifecycle behavior across providers
  • eee6200: Signal schema-invalid known Responses stream events and preserve the error finish reason.
  • 35841f5: feat: normalize mid-stream provider error events across supported providers into public StreamProviderError instances and preserve provider-owned type, code, status, retry, and raw payload metadata
  • d2f3353: Split OpenAI and Azure OpenAI embedding requests by a conservative UTF-8 byte budget derived from their aggregate token limit, in addition to input count limits.
  • Updated dependencies [a9782e1]
  • Updated dependencies [35841f5]
  • Updated dependencies [d2f3353]
    • @​ai-sdk/provider-utils@​5.0.31

4.0.47

Patch Changes

  • 591d25b: feat: add batch completion webhooks. experimental_startTextBatch accepts a webhookUrl, and the gateway provider registers it through the batch callbackUrl contract and exports typed async-job metadata. Direct Anthropic and OpenAI batch providers return an unsupported warning when the option is provided.
  • 2214258: Prevent negative text output token counts when providers report reasoning tokens. Perplexity reasoning tokens are now treated as separate from completion tokens.
  • Updated dependencies [591d25b]
    • @​ai-sdk/provider@​4.0.8
    • @​ai-sdk/provider-utils@​5.0.30

4.0.46

Patch Changes

  • Updated dependencies [b74971f]
    • @​ai-sdk/provider-utils@​5.0.29

4.0.45

Patch Changes

  • 6be0f51: fix(openai): expand internal parallel tool call wrappers from the Responses API while preserving stateful continuation and streaming fallbacks

... (truncated)

Commits
  • 0379422 Version Packages (#19778)
  • e6a2992 fix: replay regular functions named tool_search correctly in OpenAI Responses...
  • c93fa8d Version Packages (#19748)
  • 2523403 fix: prevent strict Chat Completions backends from rejecting malformed persis...
  • a01c481 Version Packages (#19478)
  • 35841f5 feat: normalize mid-stream provider error events into public typed errors wit...
  • d2f3353 fix: split large embedding batches that exceed provider aggregate token limit...
  • a9782e1 fix(batch): align result parsing, request counts, and behavior across provide...
  • eee6200 fix: OpenAI Responses streams silently dropping schema-invalid known events a...
  • 3d3afac Version Packages (#19362)
  • Additional commits viewable in compare view

Updates @hono/node-server from 2.0.12 to 2.1.1

Release notes

Sourced from @​hono/node-server's releases.

v2.1.1

What's Changed

Full Changelog: honojs/node-server@v2.1.0...v2.1.1

v2.1.0

What's Changed

New Contributors

Full Changelog: honojs/node-server@v2.0.12...v2.1.0

Commits

Updates @json-render/core from 0.19.0 to 0.20.0

Changelog

Sourced from @​json-render/core's changelog.

0.20.0

New Features

  • Named slots for React: Components can declare named slots such as header and footer, while children remains the default slot. Slots are preserved through validation, streaming, nested conversion, code export, playground views, and Devtools navigation (#320). Built from the original contribution by @​wotnak in #105
  • Nested repeats: repeat.statePath now accepts item-relative paths such as { "$item": "employees" }, enabling nested data rendering across React, React Native, React Email, React PDF, Image, Ink, Solid, Svelte, and Vue (#319). Built from the original contribution by @​tmchow in #256
  • Harness chat example: Added a complete Next.js example using the AI SDK 7 harness adapter, agent delegation, sandbox transport, and json-render components (#302)

Bug Fixes

  • Chained action params: Named onSuccess and onError actions now receive their configured params across core and all renderer bridges (#307)
  • Consistent optional visibility: Element visible fields now remain optional across Zod 4 versions, while prompts explicitly require children arrays for every element (#299)
  • Spec validation and autofix: Dangling child references are pruned, malformed visibility conditions are reported, and repeated items can be filtered safely (#300)

Improvements

  • Release toolchain hardening: The workspace now requires Node.js 24 and pnpm 11, enforces package engine checks, and applies a minimum package release age (#293)

Breaking Changes

  • Custom renderer bridges that implement the core executeAction callback must now accept an ActionBinding instead of a bare action name. This exposes chained action params to custom integrations at compile time (#307)

Contributors

Commits

Updates @json-render/react-native from 0.19.0 to 0.20.0

Changelog

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

0.20.0

New Features

  • Named slots for React: Components can declare named slots such as header and footer, while children remains the default slot. Slots are preserved through validation, streaming, nested conversion, code export, playground views, and Devtools navigation (#320). Built from the original contribution by @​wotnak in #105
  • Nested repeats: repeat.statePath now accepts item-relative paths such as { "$item": "employees" }, enabling nested data rendering across React, React Native, React Email, React PDF, Image, Ink, Solid, Svelte, and Vue (#319). Built from the original contribution by @​tmchow in #256
  • Harness chat example: Added a complete Next.js example using the AI SDK 7 harness adapter, agent delegation, sandbox transport, and json-render components (#302)

Bug Fixes

  • Chained action params: Named onSuccess and onError actions now receive their configured params across core and all renderer bridges (#307)
  • Consistent optional visibility: Element visible fields now remain optional across Zod 4 versions, while prompts explicitly require children arrays for every element (#299)
  • Spec validation and autofix: Dangling child references are pruned, malformed visibility conditions are reported, and repeated items can be filtered safely (#300)

Improvements

  • Release toolchain hardening: The workspace now requires Node.js 24 and pnpm 11, enforces package engine checks, and applies a minimum package release age (#293)

Breaking Changes

  • Custom renderer bridges that implement the core executeAction callback must now accept an ActionBinding instead of a bare action name. This exposes chained action params to custom integrations at compile time (#307)

Contributors

Commits
  • ea4b361 chore(release): prepare v0.20.0 (#321)
  • 9f58a3c feat(core): support nested repeats with item paths (#319)
  • 9d3dfc8 feat(core): forward params to named onSuccess/onError actions (#307)
  • 4e4dc46 Fix/autofix dangling children (#300)
  • c731a9c Fix visible validation depending on consumer zod version (#299)
  • See full diff in compare view

Updates @kingstinct/react-native-healthkit from 14.0.2 to 14.1.0

Release notes

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

@​kingstinct/react-native-healthkit@​14.1.0

Minor Changes

  • b9b8f01: Serialize each workout sub-activity's activityType (the raw HKWorkoutActivityType from its workoutConfiguration) on WorkoutActivity, alongside startDate/endDate/uuid/duration. This lets consumers type the legs of multisport (.swimBikeRun) workouts — e.g. splitting a triathlon into its swim/bike/run legs — which the bridge previously didn't carry.

Patch Changes

  • 6d9a832: fix: insert setupBackgroundObservers() into multi-line didFinishLaunchingWithOptions signatures

    The config plugin matched the AppDelegate entry point with /(func application\(.+didFinishLaunchingWithOptions.+\{)\n/. . does not match newlines, so on Expo SDK 54+ — whose AppDelegate template spreads that signature across four lines — the match failed and String.replace returned the contents unchanged. The import HealthKit insert immediately above it still succeeded and the entitlement and Info.plist plugins still applied, so the build succeeded and the AppDelegate looked modified, while BackgroundDeliveryManager.shared.setupBackgroundObservers() was never added. Background delivery then only worked for observers registered by subscribeToChanges at runtime, and silently stopped surviving app termination.

    Match with [^{]* instead, which spans newlines and also refuses to cross a {, so it cannot run out of an earlier application(...) overload into this one. Also warn when the insert finds no match, rather than failing silently.

  • d0dacf8: fix: catch Objective-C exceptions in requestAuthorization and getRequestStatusForAuthorization

    HKHealthStore.requestAuthorization / getRequestStatusForAuthorization can raise a synchronous NSException (e.g. NSInvalidArgumentException for interdependent read types). The Swift wrapper never caught Objective-C exceptions, so on iOS 26 the exception escapes the async task and terminates the process with EXC_BREAKPOINT (SIGTRAP). Wrap the calls in an ObjC @try/@catch and resume the continuation with the error instead of trapping. Fixes #331, #366.

  • f107bbf: Wire background-delivered HealthKit updates through to JS

  • 598f406: Fix regression where HKQuantityTypeIdentifierBloodKetones was missing from generated quantity identifiers.

Commits
  • 3b08f36 Version Packages (#369)
  • b9b8f01 feat: serialize sub-activity activityType on WorkoutActivity (#362)
  • 6d9a832 fix: insert setupBackgroundObservers into multi-line didFinishLaunchingWithOp...
  • 598f406 Restore BloodKetones quantity identifier and harden generator against symbol-...
  • 7869495 ci: trigger build-ios on config plugin changes, and stop failing it on slow s...
  • d0dacf8 fix: catch Objective-C exceptions in HealthKit authorization calls so iOS 26 ...
  • db21e47 ci: collect contract-run diagnostics and relax launch timeout (#371)
  • f107bbf Wire background-delivered HealthKit updates through to JS (#365)
  • 9aefdf6 ci: use Xcode 26.6 (#364)
  • ce20258 ci: fix applesimutils installation (#363)
  • Additional commits viewable in compare view

Updates @noble/ed25519 from 3.1.0 to 3.2.0

Release notes

Sourced from @​noble/ed25519's releases.

3.2.0

  • sign, signAsync: snapshot inputs to ensure they're not mutable
  • verify, verifyAsync: reject null options
  • Standardize utils with other noble packages
  • Added an actionable error when WebCrypto randomness is unavailable, centralized configurable SHA-512 backend validation, and hardened the public etc.invert() helper to reject modulus one as well as zero and non-invertible values.
  • Reduce code size by ~10%, rewrite some utils for this purpose

Full Changelog: paulmillr/noble-ed25519@3.1.0...3.2.0

Changelog

Sourced from @​noble/ed25519's changelog.

3.2.0 (2026-08-27)

  • sign, signAsync: snapshot inputs to ensure they're not mutable
  • verify, verifyAsync: reject null options
  • Standardize utils with other noble packages
  • Added an actionable error when WebCrypto randomness is unavailable, centralized configurable SHA-512 backend validation, and hardened the public etc.invert() helper to reject modulus one as well as zero and non-invertible values.
  • Reduce code size by ~10%, rewrite some utils for this purpose
Commits

Updates @notionhq/client from 5.23.3 to 5.26.0

Release notes

Sourced from @​notionhq/client's releases.

v5.25.2

What’s changed

API request types

  • does_not_equal condition on verification property filters (#766)
    • The verification property filter in data source and database queries now accepts { does_not_equal: "verified" | "expired" | "none" } alongside the existing { status: ... } condition. For example, filter: { property: "Verification", verification: { does_not_equal: "expired" } } matches pages whose verification state is anything other than expired. Purely additive — existing status filters are unaffected.

Links

v5.25.1

What’s changed

Fixes

  • isFullDataSource and isFullDatabase no longer accept partial responses (#764)
    • Both guards only checked response.object, so a partial data source or database object passed the guard and was incorrectly narrowed to the full type. They now also require the title field, which is present on full objects and absent from the partial shapes — the same structural check the other guards already do (isFullPage checks url, isFullBlock checks type). isFullPageOrDataSource picks up the fix through isFullDataSource.

Links

v5.25.0

What’s changed

New capabilities

  • Filter properties on page writes (#761)
    • client.pages.create() and client.pages.update() now accept the same filter_properties parameter as client.pages.retrieve(), letting you bound which properties are returned in the write response. Pass property IDs (or names) as an array; the response shape is unchanged and the parameter is opt-in per request.

API response types

  • Compact async task error union (#759)
    • The failed-task error type in GetAsyncTaskResponse now factors the shared object, message, and additional_data fields into a single object combined with a correlated status/code union, instead of ~16 repeated variants. Purely representational — every previously valid (status, code) pair remains valid.

Links

v5.24.0

What’s changed

New capabilities

  • Create meeting notes (#753)

... (truncated)

Commits
  • 9060802 Bump version to v5.26.0 (#775)
  • 8664fbd [AI] Add user.message session-stream events and usage/artifacts status ...
  • 4ce79c7 [SDK] Complete custom-agent client facade (#769)
  • b5f2a9f [AI] Add client.agents.batch and client.sessions methods for custom-agent...
  • e4b49eb Bump version to v5.25.2 (#767)
  • 42d15db [AI] Add does_not_equal condition to the verification property filter type ...
  • 4b01157 Bump version to v5.25.1 (#765)
  • 6dda7aa Fix isFullDataSource and isFullDatabase accepting partial responses (#764)
  • 14033b2 Bump version to v5.25.0 (#762)
  • 36df279 [AI] Add filter_properties query parameter to pages.create and `pages.upd...
  • Additional commits viewable in compare view

Updates @shopify/react-native-skia from 2.6.2 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)

v2.11.0

2.11.0 (2026-08-06)

Bug Fixes

Features

  • 🐎: drive multiple animated props from a single shared value (select) (defd767)

v2.11.0-next.2

2.11.0-next.2 (2026-08-05)

Bug Fixes

  • 🐛: rename leftover rnwgpu namespace to RNJsi to fix ODR clash with react-native-webgpu (#3991) (923476c)

v2.10.2

2.10.2 (2026-08-05)

Bug Fixes

  • 🐛: rename leftover rnwgpu namespace to RNJsi to fix ODR clash with react-native-webgpu (#3991) (923476c)

v2.11.0-next.1

2.11.0-next.1 (2026-07-29)

... (truncated)

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 @tamagui/config from 2.6.3 to 2.7.7

Release notes

Sourced from @​tamagui/config's releases.

v2.7.7

Bug Fixes

  • menu: declare scroll view dependency (natew)
  • ci: replace obsolete main checks (natew)
  • lucide-icons: declare types for every per-icon subpath export (natew)

Continuous Integration

  • serialize Playwright browser cache warmup #4168 (natew)
  • pin Playwright across workspaces #4168 (natew)

Commits

  • 966939e: v2.7.6 (natew)
  • restore canceled subscription renewal state #4168 (natew)
  • d9ab28a: v2.7.7 (natew)

v2.7.5

Bug Fixes

  • sheet: ignore superseded animation completion so an interrupted open/close can reopen (natew)

Commits

  • f4931d6: v2.7.5 (natew)

v2.7.4

Bug Fixes

  • animations-motion: restore animated values on remount (natew)
  • core: fix over-optimization that disabled measurements for offscreen items (conformance with RN) (natew)

Tests

  • next-webpack: update media extraction snapshots (natew)

Commits

  • 5ca4d88: v2.7.3-1786169532869 (natew)
  • c6fa4a8: v2.7.4 (natew)

v2.7.3

Bug Fixes

  • static: keep media blocks conditional when extracting variants (natew)

Performance Improvements

  • core: avoid all raf loop onLayout when provably hidden (natew)

Commits

  • a90fc90: v2.7.3 (natew)

v2.7.3-1786169532869

Bug Fixes

  • static: keep media blocks conditional when extracting variants (natew)
  • animations-motion: restore animated values on remount (natew)

Performance Improvements

... (truncated)

Commits

Updates @tamagui/portal from 2.6.3 to 2.7.7

Release notes

Sourced from @​tamagui/portal's releases.

v2.7.7

Bug Fixes

  • menu: declare scroll view dependency (natew)
  • ci: replace obsolete main checks (natew)
  • lucide-icons: declare types for every per-icon subpath export (natew)

Continuous Integration

  • serialize Playwright browser cache warmup #4168 (natew)
  • pin Playwright across workspaces #4168 (natew)

Commits

  • 966939e: v2.7.6 (natew)
  • restore canceled subscription renewal state #4168 (natew)
  • d9ab28a: v2.7.7 (natew)

v2.7.5

Bug Fixes

  • sheet: ignore superseded animation completion so an interrupted open/close can reopen (natew)

Commits

  • f4931d6: v2.7.5 (natew)

v2.7.4

Bug Fixes

  • animations-motion: restore animated values on remount (natew)
  • core: fix over-optimization that disabled measurements for offscreen items (conformance with RN) (natew)

Tests

  • next-webpack: update media extraction snapshots (natew)

Commits

  • 5ca4d88: v2.7.3-1786169532869 (natew)
  • c6fa4a8: v2.7.4 (natew)

v2.7.3

Bug Fixes

  • static: keep media blocks conditional when extracting variants (natew)

Performance Improvements

  • core: avoid all raf loop onLayout when provably hidden (natew)

Commits

  • a90fc90: v2.7.3 (natew)

v2.7.3-1786169532869

Bug Fixes

  • static: keep media blocks conditional when extracting variants (natew)
  • animations-motion: restore animated values on remount (natew)

Performance Improvements

... (truncated)

Commits

Updates ai from 7.0.41 to 7.0.83

Changelog

Sourced from ai's changelog.

7.0.83

Patch Changes

  • 8dd86a9: Validate persisted typed tool calls against current input and output schemas. Schema-incompatible empty or error inputs and terminal history from unavailable tools remain loadable as dynamic tool parts instead of exposing unvalidated values under current static tool types.
  • fda13b3: Allow chats to continue automatically after tool approval denials reach the output-denied state.
  • 957146c: add operation-level outcomes to UI message stream end callbacks
  • ce6849a: fix(ai): handle stitchable stream cancellation before an inner stream is registered

7.0.82

Patch Changes

  • 3e125ba: Allow manual tool approval statuses to include a reason and preserve it across core, model, and UI approval requests. OPA requires-approval decisions now surface their reason to human approvers. UI request chunks serialize the optional reason, while UI messages retain it as approval.requestReason separately from an approver's response reason.
  • Updated dependencies [0e7994c]
  • Updated dependencies [3e125ba]
    • @​ai-sdk/gateway@​4.0.67
    • @​ai-sdk/provider-utils@​5.0.32

7.0.81

Patch Changes

  • Updated dependencies [81bebaf]
    • @​ai-sdk/gateway@​4.0.66

7.0.80

Patch Changes

  • 35841f5: feat: normalize mid-stream provider error events across supported providers into public StreamProviderError instances and preserve provider-owned type, code, status, retry, and raw payload metadata
  • d2f3353: Split OpenAI and Azure OpenAI embedding requests by a conservative UTF-8 byte budget derived from their aggregate token limit, in addition to input count limits.
  • eed7950: Expose structured output parsing diagnostics from generateText when generation stops because of the output token limit.
  • Updated dependencies [80227cf]
  • Updated dependencies [a9782e1]
  • Updated dependencies [5533946]
  • Updated dependencies [35841f5]
  • Updated dependencies [d2f3353]
    • @​ai-sdk/gateway@​4.0.65
    • @​ai-sdk/provider-utils@​5.0.31

7.0.79

... (truncated)

Commits
  • 0379422 Version Packages (#19778)
  • 8dd86a9 fix: reject stale persisted tool inputs without blocking unparsed or unavaila...
  • fda13b3 fix: continue chats automatically after denied tool approvals (#19771)
  • ce6849a fix(ai): handle stitchable stream cancellation before an inner stream is regi...

Bumps the root-deps group with 56 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) | `4.0.23` | `4.0.50` |
| [@hono/node-server](https://github.com/honojs/node-server) | `2.0.12` | `2.1.1` |
| [@json-render/core](https://github.com/vercel-labs/json-render/tree/HEAD/packages/core) | `0.19.0` | `0.20.0` |
| [@json-render/react-native](https://github.com/vercel-labs/json-render/tree/HEAD/packages/react-native) | `0.19.0` | `0.20.0` |
| [@kingstinct/react-native-healthkit](https://github.com/kingstinct/react-native-healthkit) | `14.0.2` | `14.1.0` |
| [@noble/ed25519](https://github.com/paulmillr/noble-ed25519) | `3.1.0` | `3.2.0` |
| [@notionhq/client](https://github.com/makenotion/notion-sdk-js) | `5.23.3` | `5.26.0` |
| [@shopify/react-native-skia](https://github.com/Shopify/react-native-skia) | `2.6.2` | `2.11.1` |
| [@tamagui/config](https://github.com/tamagui/tamagui/tree/HEAD/code/core/config) | `2.6.3` | `2.7.7` |
| [@tamagui/portal](https://github.com/tamagui/tamagui/tree/HEAD/code/ui/portal) | `2.6.3` | `2.7.7` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `7.0.41` | `7.0.83` |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `57.0.10` | `57.0.17` |
| [expo-audio](https://github.com/expo/expo/tree/HEAD/packages/expo-audio) | `57.0.3` | `57.0.4` |
| [expo-calendar](https://github.com/expo/expo/tree/HEAD/packages/expo-calendar) | `57.0.1` | `57.0.2` |
| [expo-camera](https://github.com/expo/expo/tree/HEAD/packages/expo-camera) | `57.0.3` | `57.0.4` |
| [expo-contacts](https://github.com/expo/expo/tree/HEAD/packages/expo-contacts) | `57.0.3` | `57.0.4` |
| [expo-crypto](https://github.com/expo/expo/tree/HEAD/packages/expo-crypto) | `57.0.1` | `57.0.2` |
| [expo-image-picker](https://github.com/expo/expo/tree/HEAD/packages/expo-image-picker) | `57.0.7` | `57.0.14` |
| [expo-linking](https://github.com/expo/expo/tree/HEAD/packages/expo-linking) | `57.0.5` | `57.0.8` |
| [expo-location](https://github.com/expo/expo/tree/HEAD/packages/expo-location) | `57.0.7` | `57.0.14` |
| [expo-notifications](https://github.com/expo/expo/tree/HEAD/packages/expo-notifications) | `57.0.8` | `57.0.15` |
| [expo-router](https://github.com/expo/expo/tree/HEAD/packages/expo-router) | `57.0.10` | `57.0.17` |
| [expo-secure-store](https://github.com/expo/expo/tree/HEAD/packages/expo-secure-store) | `57.0.1` | `57.0.2` |
| [expo-sharing](https://github.com/expo/expo/tree/HEAD/packages/expo-sharing) | `57.0.8` | `57.0.16` |
| [expo-speech](https://github.com/expo/expo/tree/HEAD/packages/expo-speech) | `57.0.1` | `57.0.2` |
| [expo-splash-screen](https://github.com/expo/expo/tree/HEAD/packages/expo-splash-screen) | `57.0.5` | `57.0.8` |
| [expo-sqlite](https://github.com/expo/expo/tree/HEAD/packages/expo-sqlite) | `57.0.1` | `57.0.2` |
| [expo-task-manager](https://github.com/expo/expo/tree/HEAD/packages/expo-task-manager) | `57.0.7` | `57.0.14` |
| [expo-video](https://github.com/expo/expo/tree/HEAD/packages/expo-video) | `57.0.2` | `57.0.3` |
| [googleapis](https://github.com/googleapis/google-api-nodejs-client) | `173.0.0` | `176.0.0` |
| [hono](https://github.com/honojs/hono) | `4.13.0` | `4.13.5` |
| [json-canonicalize](https://github.com/snowyu/json-canonicalize.ts) | `2.0.0` | `3.0.0` |
| [lucide-react-native](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react-native) | `1.28.0` | `1.34.0` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.22.0` | `8.23.0` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.20.3` | `8.23.1` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.3` | `19.2.8` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.17` | `19.2.18` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.3` | `19.2.8` |
| [react-native](https://github.com/react/react-native/tree/HEAD/packages/react-native) | `0.86.2` | `0.87.1` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.32.0` | `3.2.1` |
| [react-native-health-connect](https://github.com/matinzd/react-native-health-connect) | `3.5.3` | `4.1.3` |
| [react-native-nitro-modules](https://github.com/mrousavy/nitro) | `0.36.5` | `0.37.1` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `4.5.1` | `4.6.0` |
| [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) | `5.7.0` | `5.9.1` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.26.2` | `4.27.0` |
| [react-native-svg](https://github.com/software-mansion/react-native-svg) | `15.15.4` | `15.15.5` |
| [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) | `0.10.1` | `0.12.1` |
| [tamagui](https://github.com/tamagui/tamagui/tree/HEAD/code/ui/tamagui) | `2.6.3` | `2.7.7` |
| [victory-native](https://github.com/FormidableLabs/victory-native-xl/tree/HEAD/lib) | `41.26.0` | `42.0.0` |
| [xstate](https://github.com/statelyai/xstate) | `5.32.5` | `5.32.6` |
| [@ai-sdk/react](https://github.com/vercel/ai/tree/HEAD/packages/react) | `4.0.44` | `4.0.86` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.2` | `26.4.0` |
| [expo-doctor](https://github.com/expo/expo/tree/HEAD/packages/expo-doctor) | `1.20.1` | `1.20.4` |
| [tsx](https://github.com/privatenumber/tsx) | `4.23.1` | `4.23.12` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.10` | `4.1.11` |



Updates `@ai-sdk/openai` from 4.0.23 to 4.0.50
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/openai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/openai@4.0.50/packages/openai)

Updates `@hono/node-server` from 2.0.12 to 2.1.1
- [Release notes](https://github.com/honojs/node-server/releases)
- [Commits](honojs/node-server@v2.0.12...v2.1.1)

Updates `@json-render/core` from 0.19.0 to 0.20.0
- [Release notes](https://github.com/vercel-labs/json-render/releases)
- [Changelog](https://github.com/vercel-labs/json-render/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel-labs/json-render/commits/v0.20.0/packages/core)

Updates `@json-render/react-native` from 0.19.0 to 0.20.0
- [Release notes](https://github.com/vercel-labs/json-render/releases)
- [Changelog](https://github.com/vercel-labs/json-render/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel-labs/json-render/commits/v0.20.0/packages/react-native)

Updates `@kingstinct/react-native-healthkit` from 14.0.2 to 14.1.0
- [Release notes](https://github.com/kingstinct/react-native-healthkit/releases)
- [Commits](https://github.com/kingstinct/react-native-healthkit/compare/@kingstinct/react-native-healthkit@14.0.2...@kingstinct/react-native-healthkit@14.1.0)

Updates `@noble/ed25519` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/paulmillr/noble-ed25519/releases)
- [Changelog](https://github.com/paulmillr/noble-ed25519/blob/main/CHANGELOG.md)
- [Commits](paulmillr/noble-ed25519@3.1.0...3.2.0)

Updates `@notionhq/client` from 5.23.3 to 5.26.0
- [Release notes](https://github.com/makenotion/notion-sdk-js/releases)
- [Commits](makenotion/notion-sdk-js@v5.23.3...v5.26.0)

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

Updates `@tamagui/config` from 2.6.3 to 2.7.7
- [Release notes](https://github.com/tamagui/tamagui/releases)
- [Commits](https://github.com/tamagui/tamagui/commits/v2.7.7/code/core/config)

Updates `@tamagui/portal` from 2.6.3 to 2.7.7
- [Release notes](https://github.com/tamagui/tamagui/releases)
- [Commits](https://github.com/tamagui/tamagui/commits/v2.7.7/code/ui/portal)

Updates `ai` from 7.0.41 to 7.0.83
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@7.0.83/packages/ai)

Updates `expo` from 57.0.10 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-asset` from 57.0.8 to 57.0.15
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-asset/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-asset)

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

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

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

Updates `expo-constants` from 57.0.9 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-contacts` from 57.0.3 to 57.0.4
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-contacts/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-contacts)

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-file-system` from 57.0.1 to 57.0.6
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-file-system/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-file-system)

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

Updates `expo-linking` from 57.0.5 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-location` from 57.0.7 to 57.0.14
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-location/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-location)

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

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

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-sharing` from 57.0.8 to 57.0.16
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-sharing/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-sharing)

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

Updates `expo-splash-screen` from 57.0.5 to 57.0.8
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-splash-screen/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-symbols` from 57.0.1 to 57.0.2
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-symbols/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-symbols)

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

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

Updates `googleapis` from 173.0.0 to 176.0.0
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Commits](googleapis/google-api-nodejs-client@googleapis-v173.0.0...googleapis-v176.0.0)

Updates `hono` from 4.13.0 to 4.13.5
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.13.0...v4.13.5)

Updates `json-canonicalize` from 2.0.0 to 3.0.0
- [Changelog](https://github.com/snowyu/json-canonicalize.ts/blob/master/CHANGELOG.md)
- [Commits](snowyu/json-canonicalize.ts@v2.0.0...v3.0.0)

Updates `lucide-react-native` from 1.28.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 `pg` from 8.22.0 to 8.23.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.23.0/packages/pg)

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

Updates `react` from 19.2.3 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react)

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

Updates `react-dom` from 19.2.3 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom)

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-gesture-handler` from 2.32.0 to 3.2.1
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases)
- [Commits](software-mansion/react-native-gesture-handler@v2.32.0...v3.2.1)

Updates `react-native-health-connect` from 3.5.3 to 4.1.3
- [Release notes](https://github.com/matinzd/react-native-health-connect/releases)
- [Commits](matinzd/react-native-health-connect@v3.5.3...v4.1.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-reanimated` from 4.5.1 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-safe-area-context` from 5.7.0 to 5.9.1
- [Release notes](https://github.com/AppAndFlow/react-native-safe-area-context/releases)
- [Commits](appandflow/react-native-safe-area-context@v5.7.0...v5.9.1)

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

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

Updates `react-native-worklets` from 0.10.1 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 `tamagui` from 2.6.3 to 2.7.7
- [Release notes](https://github.com/tamagui/tamagui/releases)
- [Commits](https://github.com/tamagui/tamagui/commits/v2.7.7/code/ui/tamagui)

Updates `victory-native` from 41.26.0 to 42.0.0
- [Release notes](https://github.com/FormidableLabs/victory-native-xl/releases)
- [Changelog](https://github.com/FormidableLabs/victory-native-xl/blob/main/lib/CHANGELOG.md)
- [Commits](https://github.com/FormidableLabs/victory-native-xl/commits/victory-native@42.0.0/lib)

Updates `xstate` from 5.32.5 to 5.32.6
- [Release notes](https://github.com/statelyai/xstate/releases)
- [Commits](https://github.com/statelyai/xstate/compare/xstate@5.32.5...xstate@5.32.6)

Updates `@ai-sdk/react` from 4.0.44 to 4.0.86
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/react@4.0.86/packages/react)

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

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

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

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

Updates `tsx` from 4.23.1 to 4.23.12
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.23.1...v4.23.12)

Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v6.0.3...v7.0.2)

Updates `vitest` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 4.0.50
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@hono/node-server"
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@json-render/core"
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@json-render/react-native"
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@kingstinct/react-native-healthkit"
  dependency-version: 14.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@noble/ed25519"
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@notionhq/client"
  dependency-version: 5.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@shopify/react-native-skia"
  dependency-version: 2.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@tamagui/config"
  dependency-version: 2.7.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@tamagui/portal"
  dependency-version: 2.7.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: ai
  dependency-version: 7.0.83
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo
  dependency-version: 57.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-asset
  dependency-version: 57.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-audio
  dependency-version: 57.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-calendar
  dependency-version: 57.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-camera
  dependency-version: 57.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-constants
  dependency-version: 57.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-contacts
  dependency-version: 57.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-crypto
  dependency-version: 57.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-file-system
  dependency-version: 57.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-image-picker
  dependency-version: 57.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-linking
  dependency-version: 57.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-location
  dependency-version: 57.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-notifications
  dependency-version: 57.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-router
  dependency-version: 57.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-secure-store
  dependency-version: 57.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-sharing
  dependency-version: 57.0.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-speech
  dependency-version: 57.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-splash-screen
  dependency-version: 57.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-sqlite
  dependency-version: 57.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-symbols
  dependency-version: 57.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-task-manager
  dependency-version: 57.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-video
  dependency-version: 57.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: googleapis
  dependency-version: 176.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: root-deps
- dependency-name: hono
  dependency-version: 4.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: json-canonicalize
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: root-deps
- dependency-name: lucide-react-native
  dependency-version: 1.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: pg
  dependency-version: 8.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@types/pg"
  dependency-version: 8.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@types/react"
  dependency-version: 19.2.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: react-dom
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: react-native
  dependency-version: 0.87.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: react-native-gesture-handler
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: root-deps
- dependency-name: react-native-health-connect
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: root-deps
- dependency-name: react-native-nitro-modules
  dependency-version: 0.37.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: react-native-reanimated
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: react-native-safe-area-context
  dependency-version: 5.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: react-native-screens
  dependency-version: 4.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: react-native-svg
  dependency-version: 15.15.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: react-native-worklets
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: tamagui
  dependency-version: 2.7.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: victory-native
  dependency-version: 42.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: root-deps
- dependency-name: xstate
  dependency-version: 5.32.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@ai-sdk/react"
  dependency-version: 4.0.86
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@types/node"
  dependency-version: 26.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@types/pg"
  dependency-version: 8.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@types/react"
  dependency-version: 19.2.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-doctor
  dependency-version: 1.20.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: tsx
  dependency-version: 4.23.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: root-deps
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
...

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
@dependabot
dependabot Bot requested a review from vaddisrinivas as a code owner August 31, 2026 04:47
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 31, 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