Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
@ai-sdk/openai 4.0.23 4.0.41
@hono/node-server 2.0.12 2.1.1
@notionhq/client 5.23.3 5.25.2
@shopify/react-native-skia 2.6.2 2.11.0
@tamagui/config 2.6.3 2.7.6
@tamagui/portal 2.6.3 2.7.6
ai 7.0.41 7.0.65
expo 57.0.10 57.0.12
expo-image-picker 57.0.7 57.0.9
expo-location 57.0.7 57.0.9
expo-notifications 57.0.8 57.0.10
expo-router 57.0.10 57.0.12
expo-sharing 57.0.8 57.0.11
expo-splash-screen 57.0.5 57.0.6
expo-task-manager 57.0.7 57.0.9
googleapis 173.0.0 174.0.1
hono 4.13.0 4.13.2
lucide-react-native 1.28.0 1.31.0
pg 8.22.0 8.23.0
@types/pg 8.20.3 8.21.0
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.0
react-native-gesture-handler 2.32.0 3.2.0
react-native-health-connect 3.5.3 4.1.3
react-native-reanimated 4.5.1 4.5.3
react-native-safe-area-context 5.7.0 5.9.0
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.11.4
tamagui 2.6.3 2.7.6
@ai-sdk/react 4.0.44 4.0.68
@types/node 26.1.2 26.2.0
tsx 4.23.1 4.23.12
typescript 6.0.3 7.0.2

Updates @ai-sdk/openai from 4.0.23 to 4.0.41

Changelog

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

4.0.41

Patch Changes

  • 59d6def: Reconstruct provider-executed shell calls when continuing OpenAI Responses with storage disabled.

4.0.40

Patch Changes

  • e19a4a6: Avoid duplicate MCP approval request references when continuing stored OpenAI Responses.

4.0.39

Patch Changes

  • Updated dependencies [7fbfc6d]
    • @​ai-sdk/provider-utils@​5.0.27

4.0.38

Patch Changes

  • d302134: Keep client-executed function calls paired with their outputs when chaining OpenAI Responses with a previous response ID.

4.0.37

Patch Changes

  • Updated dependencies [401a4ba]
    • @​ai-sdk/provider-utils@​5.0.26

4.0.36

Patch Changes

  • 6157098: fix(openai): serialize tool text outputs when an output schema is configured
  • 4cd4548: Accept serviceTier: 'fast' on OpenAI chat and responses models. OpenAI renamed priority processing to Fast mode and accepts service_tier: 'fast' and 'priority' interchangeably, so 'fast' is now passed through verbatim and gated on the same model capability as 'priority'.
  • Updated dependencies [ad6a650]
  • Updated dependencies [81cd026]
    • @​ai-sdk/provider@​4.0.7
    • @​ai-sdk/provider-utils@​5.0.25

4.0.35

Patch Changes

  • Updated dependencies [1937bef]
    • @​ai-sdk/provider-utils@​5.0.24

... (truncated)

Commits
  • a7f0d72 Version Packages (#18749)
  • 59d6def fix: allow provider-executed shell follow-ups with response storage disabled ...
  • 8b77c83 Version Packages (#18723)
  • e19a4a6 fix: prevent duplicate MCP approval items when continuing stored OpenAI Respo...
  • 52eff91 Version Packages (#18698)
  • 343e684 Version Packages (#18675)
  • d302134 fix: OpenAI Responses follow-up turns with client-executed tools fail when us...
  • cbdbeee Version Packages (#18645)
  • 63db193 Version Packages (#18587)
  • 6157098 fix(openai): serialize tool text outputs when an output schema is configured ...
  • 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 @notionhq/client from 5.23.3 to 5.25.2

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
  • 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...
  • 094da84 [AI] Compact generated GetAsyncTaskResponse error union into shared fields ...
  • 610854c Bump version to v5.24.0 (#758)
  • dc33dd2 [AI] Recognize invalid_beta API error code (#754)
  • a854951 [AI] Add unsupported variant to formula and rollup property responses (#757)
  • Additional commits viewable in compare view

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

Release notes

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

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)

Features

  • 🗿: RN WebGPU migration (f896ade)

v2.10.1

2.10.1 (2026-07-29)

Bug Fixes

v2.10.0

2.10.0 (2026-07-23)

Features

... (truncated)

Commits
  • a1ed2f3 fix(⬆️): upgrade to m152 (#3993)
  • defd767 feat(🐎): drive multiple animated props from a single shared value (select)
  • a5660ee chore(deps): bump fast-uri from 3.1.4 to 3.1.5 (#3990)
  • 923476c fix(🐛): rename leftover rnwgpu namespace to RNJsi to fix ODR clash with react...
  • 92e1d58 chore(deps): bump ip-address from 10.2.0 to 10.4.0 (#3987)
  • b26bff6 chore(🐙): run graphite tests on iOS (#3981)
  • 289d31b chore(💄): remove fork workflows (#3982)
  • e339788 fix(🗿): Skia Graphite WebGPU migration (#3979)
  • 08ef91e chore(deps): bump postcss from 8.5.6 to 8.5.24 (#3980)
  • 7cdc3df chore(deps-dev): bump tar from 7.5.19 to 7.5.21 (#3978)
  • Additional commits viewable in compare view

Updates @tamagui/config from 2.6.3 to 2.7.6

Release notes

Sourced from @​tamagui/config's releases.

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

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

Tests

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

Commits

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

v2.7.2

Bug Fixes

  • native: warn instead of throwing when expo-ui menus lack a feature (natew)

Commits

  • 96945b5: v2.7.2 (natew)

... (truncated)

Commits

Updates @tamagui/portal from 2.6.3 to 2.7.6

Release notes

Sourced from @​tamagui/portal's releases.

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

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

Tests

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

Commits

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

v2.7.2

Bug Fixes

  • native: warn instead of throwing when expo-ui menus lack a feature (natew)

Commits

  • 96945b5: v2.7.2 (natew)

... (truncated)

Commits

Updates ai from 7.0.41 to 7.0.65

Changelog

Sourced from ai's changelog.

7.0.65

Patch Changes

  • dc8caae: Avoid repeatedly cloning accumulated text in readUIMessageStream while preserving independent snapshots for mutable nested values.
  • 72ec74f: Preserve root-level JSON Schema definitions when wrapping array output schemas.
  • c5b0515: Propagate errors thrown by the Chat onFinish callback to the initiating request.
  • Updated dependencies [16650e9]
    • @​ai-sdk/gateway@​4.0.52

7.0.64

Patch Changes

  • Updated dependencies [ea75787]
  • Updated dependencies [b20de9e]
    • @​ai-sdk/gateway@​4.0.51

7.0.63

Patch Changes

  • d0a5807: Preserve reasoning block IDs from UI message streams on reasoning UI parts.
  • dcf33e8: Allow providers without reranking model support to be assigned to Provider.
  • Updated dependencies [a4d386d]
    • @​ai-sdk/gateway@​4.0.50

7.0.62

Patch Changes

  • e0bcf52: feat(ui): add typed custom bodies to Completion APIs

7.0.61

Patch Changes

  • 326054b: Prevent resumeStream from copying the previous assistant message into the resumed response.
  • 975bb28: Cancel messages that are still being prepared when a chat is stopped.
  • Updated dependencies [7fbfc6d]
    • @​ai-sdk/provider-utils@​5.0.27
    • @​ai-sdk/gateway@​4.0.49

7.0.60

Patch Changes

  • 79c52ef: Align ToolLoopAgent prepareCall types with the settings available and honored at runtime.
  • Updated dependencies [3cc1bb6]

... (truncated)

Commits
  • d76eb85 Version Packages (#18810)
  • dc8caae fix: prevent quadratic readUIMessageStream allocation without weakening snaps...
  • c5b0515 fix: Chat requests resolve when onFinish throws (#18755)
  • 72ec74f fix: support root-referenced JSON Schema definitions in array outputs (#18802)
  • 398166f Version Packages (#18780)
  • a7f0d72 Version Packages (#18749)
  • d0a5807 fix: reasoning UI message parts lose their SSE block IDs (#18746)
  • dcf33e8 fix: Provider rejects conforming providers without reranking model support (#...
  • 8b77c83 Version Packages (#18723)
  • e0bcf52 feat(ui): add typed custom bodies to Completion APIs (#18679)
  • Additional commits viewable in compare view

Updates expo from 57.0.10 to 57.0.12

Commits

Updates expo-asset from 57.0.8 to 57.0.11

Changelog

Sourced from expo-asset's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • Resolve development asset URLs from the bundle URL instead of the manifest's debuggerHost (#48275 by @​kitten)

💡 Others

Commits

Updates expo-constants from 57.0.9 to 57.0.11

Commits

Updates expo-file-system from 57.0.1 to 57.0.4

Changelog

Sourced from expo-file-system's changelog.

Changelog

Unpublished

🛠 Breaking changes

  • File.write() is now asynchronous and returns a Promise. Use File.writeSync() for synchronous behavior. (#45992 by @​wh201906)
  • FileHandle.readBytes() and FileHandle.writeBytes() are now asynchronous and return a Promise. Use FileHandle.readBytesSync() and FileHandle.writeBytesSync() for synchronous behavior. (#46280 by @​wh201906)

🎉 New features

  • Add File.preview() and File.canPreview() methods for opening files with platform-native preview flows. (by @​eliotgevers)
  • Added File.digest() for asynchronously calculating MD5, SHA-1, SHA-256, SHA-384 and SHA-512 file digests. (#48089 by @​wh201906)

🐛 Bug fixes

  • Fixed copyAsync on iOS copying the unedited original when a ph:// asset has edits applied in Photos. (#48248 by @​CoffeeFlux)
  • Fixed iOS file previews rejecting a new preview while the previous Quick Look dismissal animation is still finishing. (#47947 by @​eliotgevers)
  • Added ./next subpath to package exports field to resolve Metro bundler warning. (#44793 by @​chang-in)
  • Fixed FileHandle security-scoped access, and non-SAF content:// URI support. (#47176 by @​barthap)
  • Fixed potential file offset races when asynchronous and synchronous FileHandle operations overlap on Android and iOS. (#47945 by @​wh201906)
  • [android] Fixed rename() storing an unencoded URI, so reading .uri afterwards threw for names containing a space. (#48496 by @​yagiz2000, #48510 by @​intergalacticspacehighway)

💡 Others

  • Marked File.md5 and the MD5-related File.info() types (InfoOptions, InfoOptions.md5 and FileInfo.md5) as deprecated. (#48089 by @​wh201906)
  • Improve read/write performance on Android by applying withContext(Dispatchers.IO) when possible. (#46376, #47945 by @​wh201906)
  • Improved FileHandle docs. (#46849 by @​barthap)
Commits

Updates expo-image-picker from 57.0.7 to 57.0.9

Changelog

Sourced from expo-image-picker's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

  • [Android] Add PhotographicSensitivity to returned EXIF metadata. (#47222 by @​Wenszel)

🐛 Bug fixes

  • [ios] Fix broken bounds when cropping images when launching with launchCameraAsync. (#45554 by @​behenate)
  • [Android] Grant the camera app explicit access to the output URI, so image capture keeps working as Android removes the implicit URI grant for ACTION_IMAGE_CAPTURE. (#46954 by @​alanjhughes)
  • [Android] Fix videoMaxDuration option (#47504 by @​Wenszel)
  • [iOS] Fix base64 returning original (non-JPEG) image data when allowsEditing is false. (#48005 by @​barthap)
  • [iOS] Fixed crop square detection using the main screen's scale instead of the scale of the view being measured. (#48172 by @​alanjhughes)
  • [iOS] Fix a failed crop resolving with the uncropped original image instead of rejecting when allowsEditing is true. (#48524 by @​aashishshrestha5532, #48541 by @​intergalacticspacehighway)
  • [iOS] Fix the video PHAssetResourceManager fast path rejecting instead of falling back to the slower path that can fetch iCloud assets, and pass shouldDownloadFromNetwork through when reading Live Photo resources. As a result, a video whose data is not stored locally is now downloaded through the fallback path even when shouldDownloadFromNetwork is false and videoExportPreset is Passthrough. (#48658 by @​gcampoyf-cloud, #48794 by @​expo-bot)

💡 Others

  • [Android] Migrate ExpoCropImageActivity away from CropImageActivity (#47141 by @​Wenszel)
Commits

Updates expo-location from 57.0.7 to 57.0.9

Changelog

Sourced from expo-location's changelog.

Changelog

Unpublished

🛠 Breaking changes

  • [iOS] Remove the stale top-level scope and accuracy properties from the permission response returned by getForegroundPermissionsAsync and requestForegroundPermissionsAsync. Use the values under ios instead. (#48009 by @​Wenszel)

🎉 New features

🐛 Bug fixes

  • [Android] Fix timeInterval and distanceInterval being ignored for background location updates. (#46788 by @​doshisunny)
  • [iOS] Fix incorrect default value for pausesUpdatesAutomatically to match docs. (#47008 by @​Ignigena)
  • [Android] Fix leaking watches (#48294 by @​Wenszel)

💡 Others

Commits

Updates expo-notifications from 57.0.8 to 57.0.10

Changelog

Sourced from expo-notifications's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

  • [ios] Forward notification center calls to a UNUserNotificationCenterDelegate that another library set, so that both libraries keep working. (#48313 by @​vonovak)

🐛 Bug fixes

  • [Android] Prevented onUserLeaveHint from firing when a notification tap opens the app, which made picture-in-picture implementations enter PiP unexpectedly. (#48471 by @​stareezy-1)
  • [iOS] Avoid warning when an aborted push token registration request rejects with a native fetch cancellation error. (#48547 by @​JoaoPauloCMarra)
  • [Android] Prevent a crash on notification tap when getLaunchIntentForPackage throws on some OEM ROMs. (#47889 by @​nunocaseiro)
  • [web] Fixed crash when browser storage is blocked (e.g. Safari's "Block All Cookies"), where reading localStorage throws a SecurityError instead of returning null. (#48033 by @​Ignigena)

💡 Others

Commits

Updates expo-router from 57.0.10 to 57.0.12

Commits

Updates expo-sharing from 57.0.8 to 57.0.11

Changelog

Sourced from expo-sharing's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

Commits

Updates expo-splash-screen from 57.0.5 to 57.0.6

Changelog

Sourced from expo-splash-screen's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

Commits

Updates expo-symbols from 57.0.1 to 57.0.2

Changelog

Sourced from expo-symbols's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • Fixed style prop being ignored on SymbolView's non-native fallback. (#48553 by @​fallmo)

💡 Others

Commits

Updates expo-task-manager from 57.0.7 to 57.0.9

Changelog

Sourced from expo-task-manager's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • [Android] Clear headless task manager on context destroy (#47958 by @​Wenszel)
  • [Android] Fix a crash on Android 9 when delivering a task event through JobScheduler (geofencing, background location), where the job was built without the scheduling constraint that JobInfo.Builder.build() requires. (#48305 by @​rvaccone)

💡 Others

Commits

Updates googleapis from 173.0.0 to 174.0.1

Release notes

Sourced from googleapis's releases.

googleapis: v174.0.1

174.0.1 (2026-08-05)

Bug Fixes

  • generator: respect ignore.json when downloading discovery docs and cleaning up old files (#3965) (7c7bfdd)
Commits
  • 3285a2c chore: release main (#3966)
  • 51c4d51 chore: ignore broken aiplatform:v1 discovery schema (#3969)
  • 7c7bfdd fix(generator): respect ignore.json when downloading discovery docs and clean...
  • 9967f25 chore(generator): only commit index files if there are staged changes (#3962)
  • 8525611 chore: ignore broken aiplatform:v1beta1 and analytics:v3 discovery schemas (#...
  • 306daab chore(test): increase kitchen sink system test timeout to 10m (#3960)
  • 0048777 chore: release main (#3952)
  • ac15310 feat: run the generator (#3959)
  • c429a9b feat: run the generator (#3955)
  • 5950a04 fix: prevent OOMs and HTTP 408 timeouts during API generation and push (#3954)
  • Additional commits viewable in compare view

Updates hono from 4.13.0 to 4.13.2

Release notes

Sourced from hono's releases.

v4.13.2

What's Changed

  • fix(secure-headers): output standard empty parentheses () instead of none for disabled Permissions-Policy directives in honojs/hono#5197
  • fix(jsx): render async children of document metadata tags instead of [object Promise] in honojs/hono#5204
  • fix(etag): resolve incorrect incremental hashing for chunked responses in honojs/hono#5199
  • fix(client): serialize multiple cookies correctly in honojs/hono#5202
  • fix(etag): stabilize digest across stream chunks in honojs/hono#5205
  • fix(url): strip trailing question mark correctly for optional params with regex quantifiers in honojs/hono#5209
  • perf(cors): pre-join static array header options during initialization in honojs/hono#5210
  • fix(client): send falsy JSON bodies in honojs/hono#5215
  • feat(secure-headers): add missing W3C Permissions-Policy directives in honojs/hono#5214

Full Changelog: honojs/hono@v4.13.1...v4.13.2

v4.13.1

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.13.0...v4.13.1

Commits
  • 41bdc42 4.13.2
  • 6ea514d feat(secure-headers): add missing W3C Permissions-Policy directives (#5214)
  • 329b6f4 fix(client): send falsy JSON bodies (#5215)
  • a1e4ac7 perf(cors): pre-join static array header options during initialization (#5210)
  • d982f63 fix(url): strip trailing question mark correctly for optional params with reg...
  • 26de731 fix(etag): stabilize digest across stream chunks (#5205)
  • 7075369 Revert " fix(etag): resolve incorrect incremental hashing for chunked respons...
  • f2a72d3 fix(client): serialize multiple cookies correctly (#5202)
  • 8a5852d fix(etag): resolve incorrect incremental hashing for chunked responses (#5199)
  • 765d13b fix(jsx): render async children of document metadata tags instead of [object ...
  • Additional commits viewable in compare view

Updates lucide-react-native from 1.28.0 to 1.31.0

Release notes

Sourced from lucide-react-native's releases.

Version 1.31.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.30.0...1.31.0

Version 1.30.0

What's Changed

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

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) | `4.0.23` | `4.0.41` |
| [@hono/node-server](https://github.com/honojs/node-server) | `2.0.12` | `2.1.1` |
| [@notionhq/client](https://github.com/makenotion/notion-sdk-js) | `5.23.3` | `5.25.2` |
| [@shopify/react-native-skia](https://github.com/Shopify/react-native-skia) | `2.6.2` | `2.11.0` |
| [@tamagui/config](https://github.com/tamagui/tamagui/tree/HEAD/code/core/config) | `2.6.3` | `2.7.6` |
| [@tamagui/portal](https://github.com/tamagui/tamagui/tree/HEAD/code/ui/portal) | `2.6.3` | `2.7.6` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `7.0.41` | `7.0.65` |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `57.0.10` | `57.0.12` |
| [expo-image-picker](https://github.com/expo/expo/tree/HEAD/packages/expo-image-picker) | `57.0.7` | `57.0.9` |
| [expo-location](https://github.com/expo/expo/tree/HEAD/packages/expo-location) | `57.0.7` | `57.0.9` |
| [expo-notifications](https://github.com/expo/expo/tree/HEAD/packages/expo-notifications) | `57.0.8` | `57.0.10` |
| [expo-router](https://github.com/expo/expo/tree/HEAD/packages/expo-router) | `57.0.10` | `57.0.12` |
| [expo-sharing](https://github.com/expo/expo/tree/HEAD/packages/expo-sharing) | `57.0.8` | `57.0.11` |
| [expo-splash-screen](https://github.com/expo/expo/tree/HEAD/packages/expo-splash-screen) | `57.0.5` | `57.0.6` |
| [expo-task-manager](https://github.com/expo/expo/tree/HEAD/packages/expo-task-manager) | `57.0.7` | `57.0.9` |
| [googleapis](https://github.com/googleapis/google-api-nodejs-client) | `173.0.0` | `174.0.1` |
| [hono](https://github.com/honojs/hono) | `4.13.0` | `4.13.2` |
| [lucide-react-native](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react-native) | `1.28.0` | `1.31.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.21.0` |
| [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.0` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.32.0` | `3.2.0` |
| [react-native-health-connect](https://github.com/matinzd/react-native-health-connect) | `3.5.3` | `4.1.3` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `4.5.1` | `4.5.3` |
| [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) | `5.7.0` | `5.9.0` |
| [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.11.4` |
| [tamagui](https://github.com/tamagui/tamagui/tree/HEAD/code/ui/tamagui) | `2.6.3` | `2.7.6` |
| [@ai-sdk/react](https://github.com/vercel/ai/tree/HEAD/packages/react) | `4.0.44` | `4.0.68` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.2` | `26.2.0` |
| [tsx](https://github.com/privatenumber/tsx) | `4.23.1` | `4.23.12` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |



Updates `@ai-sdk/openai` from 4.0.23 to 4.0.41
- [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.41/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 `@notionhq/client` from 5.23.3 to 5.25.2
- [Release notes](https://github.com/makenotion/notion-sdk-js/releases)
- [Commits](makenotion/notion-sdk-js@v5.23.3...v5.25.2)

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

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

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

Updates `ai` from 7.0.41 to 7.0.65
- [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.65/packages/ai)

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

Updates `expo-file-system` from 57.0.1 to 57.0.4
- [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.9
- [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-location` from 57.0.7 to 57.0.9
- [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.10
- [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.12
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-router)

Updates `expo-sharing` from 57.0.8 to 57.0.11
- [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-splash-screen` from 57.0.5 to 57.0.6
- [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-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.9
- [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 `googleapis` from 173.0.0 to 174.0.1
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Commits](googleapis/google-api-nodejs-client@googleapis-v173.0.0...googleapis-v174.0.1)

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

Updates `lucide-react-native` from 1.28.0 to 1.31.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.31.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.21.0
- [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.0
- [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.0/packages/react-native)

Updates `react-native-gesture-handler` from 2.32.0 to 3.2.0
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases)
- [Commits](software-mansion/react-native-gesture-handler@v2.32.0...v3.2.0)

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-reanimated` from 4.5.1 to 4.5.3
- [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.5.3/packages/react-native-reanimated)

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

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.11.4
- [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.11.4/packages/react-native-worklets)

Updates `tamagui` from 2.6.3 to 2.7.6
- [Release notes](https://github.com/tamagui/tamagui/releases)
- [Commits](https://github.com/tamagui/tamagui/commits/HEAD/code/ui/tamagui)

Updates `@ai-sdk/react` from 4.0.44 to 4.0.68
- [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.68/packages/react)

Updates `@types/node` from 26.1.2 to 26.2.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.21.0
- [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 `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](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 4.0.41
  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: "@notionhq/client"
  dependency-version: 5.25.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@shopify/react-native-skia"
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@tamagui/config"
  dependency-version: 2.7.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@tamagui/portal"
  dependency-version: 2.7.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: ai
  dependency-version: 7.0.65
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo
  dependency-version: 57.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-asset
  dependency-version: 57.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-constants
  dependency-version: 57.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-file-system
  dependency-version: 57.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-image-picker
  dependency-version: 57.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-location
  dependency-version: 57.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-notifications
  dependency-version: 57.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-router
  dependency-version: 57.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-sharing
  dependency-version: 57.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: expo-splash-screen
  dependency-version: 57.0.6
  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.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: googleapis
  dependency-version: 174.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: root-deps
- dependency-name: hono
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: lucide-react-native
  dependency-version: 1.31.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.21.0
  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.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: react-native-gesture-handler
  dependency-version: 3.2.0
  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-reanimated
  dependency-version: 4.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: react-native-safe-area-context
  dependency-version: 5.9.0
  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.11.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: tamagui
  dependency-version: 2.7.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@ai-sdk/react"
  dependency-version: 4.0.68
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: root-deps
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: root-deps
- dependency-name: "@types/pg"
  dependency-version: 8.21.0
  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: 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
...

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