Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 38 updates - #94

Merged
mikevalstar merged 2 commits into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-74867a2510
Aug 16, 2026
Merged

chore(deps): bump the minor-and-patch group across 1 directory with 38 updates#94
mikevalstar merged 2 commits into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-74867a2510

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

Package From To
@ai-sdk/anthropic 4.0.19 4.0.34
@ai-sdk/react 4.0.40 4.0.59
@assistant-ui/react 0.14.27 0.15.8
@assistant-ui/react-ai-sdk 1.3.41 1.4.4
@assistant-ui/react-markdown 0.14.6 0.14.9
@prisma/adapter-better-sqlite3 7.9.0 7.9.1
@prisma/client 7.9.0 7.9.1
@tanstack/react-devtools 0.10.8 0.10.9
@tanstack/router-plugin 1.168.23 1.168.26
ai 7.0.37 7.0.56
better-auth 1.6.25 1.6.26
exa-js 2.16.0 2.16.3
imapflow 1.5.0 1.6.5
lucide-react 1.26.0 1.30.0
node-ical 0.26.1 0.27.1
radix-ui 1.6.5 1.6.7
react-grid-layout 2.2.3 2.2.4
recharts 3.10.0 3.10.1
srvx 0.11.22 0.12.5
tsarr 2.12.0 2.13.0
@biomejs/biome 2.5.1 2.5.7
@rsbuild/core 2.1.8 2.1.10
@storybook/addon-docs 10.5.4 10.5.7
@storybook/react-vite 10.5.4 10.5.7
@tanstack/devtools-vite 0.8.1 0.8.3
@types/react 19.2.17 19.2.18
@types/react-dom 19.2.3 19.2.4
@vitejs/plugin-react 6.0.4 6.0.5
concurrently 10.0.3 10.0.4
knip 6.29.0 6.32.0
prisma 7.9.0 7.9.1
storybook 10.5.4 10.5.7
tsx 4.23.1 4.23.10
vite 8.1.5 8.2.1

Updates @ai-sdk/anthropic from 4.0.19 to 4.0.34

Changelog

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

4.0.34

Patch Changes

  • e6415bd: feat(anthropic): add text batch support

4.0.33

Patch Changes

  • Updated dependencies [3469d0c]
    • @​ai-sdk/provider@​4.0.6
    • @​ai-sdk/provider-utils@​5.0.23

4.0.32

Patch Changes

  • 8b96941: Reject spliced Anthropic generations while allowing duplicate message start events for the active message.

4.0.31

Patch Changes

  • 7a9da75: Add maxTokens to the advisor_20260301 tool, forward it as max_tokens to cap each advisor sub-inference independently of executor output, and preserve advisor stopReason metadata for truncation detection and multi-turn replay.
  • Updated dependencies [2b60826]
    • @​ai-sdk/provider-utils@​5.0.22

4.0.30

Patch Changes

  • Updated dependencies [1bec07d]
    • @​ai-sdk/provider-utils@​5.0.21

4.0.29

Patch Changes

  • Updated dependencies [160ccdb]
    • @​ai-sdk/provider-utils@​5.0.20

4.0.28

Patch Changes

  • 9337ecd: Preserve Anthropic prompt-cache matches by replaying complete code-execution transcripts in their original wire shape.
  • Updated dependencies [79e133c]
    • @​ai-sdk/provider@​4.0.5
    • @​ai-sdk/provider-utils@​5.0.19

... (truncated)

Commits

Updates @ai-sdk/react from 4.0.40 to 4.0.59

Changelog

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

4.0.59

Patch Changes

  • 10e8db0: Fix useChat throttling so unrelated React renders cannot publish message snapshots ahead of the configured throttle cadence.
  • Updated dependencies [25c9120]
  • Updated dependencies [89080c8]
  • Updated dependencies [79d6195]
    • ai@7.0.56

4.0.58

Patch Changes

  • Updated dependencies [3469d0c]
    • @​ai-sdk/provider@​4.0.6
    • ai@7.0.55
    • @​ai-sdk/mcp@​2.0.27
    • @​ai-sdk/provider-utils@​5.0.23

4.0.57

Patch Changes

  • Updated dependencies [a6b17a2]
  • Updated dependencies [5615eb7]
  • Updated dependencies [36a3ff6]
    • ai@7.0.54

4.0.56

Patch Changes

  • Updated dependencies [cd0177b]
  • Updated dependencies [2b60826]
  • Updated dependencies [a09fdef]
    • ai@7.0.53
    • @​ai-sdk/provider-utils@​5.0.22
    • @​ai-sdk/mcp@​2.0.26

4.0.55

Patch Changes

  • Updated dependencies [3836a85]
  • Updated dependencies [1bec07d]
    • ai@7.0.52
    • @​ai-sdk/provider-utils@​5.0.21
    • @​ai-sdk/mcp@​2.0.25

... (truncated)

Commits

Updates @assistant-ui/react from 0.14.27 to 0.15.8

Release notes

Sourced from @​assistant-ui/react's releases.

@​assistant-ui/react-o11y@​0.0.39

Patch Changes

@​assistant-ui/react-a2a@​0.2.29

Patch Changes

@​assistant-ui/react-a2a@​0.2.28

Patch Changes

@​assistant-ui/react-o11y@​0.0.38

Patch Changes

@​assistant-ui/react-o11y@​0.0.37

Patch Changes

@​assistant-ui/react-o11y@​0.0.34

Patch Changes

  • #5430 dcacd9b - feat: AuiProvider extends/config grammar. config={AuiConfig({...})} alone creates a top-level root client; nested providers must pass extends — a client to extend, or null to isolate (dev-enforced). An empty config creates a client extending the extends client; ref exposes the resulting client. The config prop only accepts configs built with AuiConfig(...) (branded type). AssistantRuntimeProvider gains an optional config prop whose scopes are provided alongside the runtime scope. The useAui({...}) extension overload and the AuiProvider value prop are deprecated; value={client} now exposes a client extending the given one (same scopes, new identity) rather than the exact instance. useAui({}) with an empty scope object now mounts a rooted host (so the scope set can grow across renders) instead of a passthrough derived-only client. useAuiState state enumeration (Object.keys/spread) now includes scopes inherited from parent clients, matching in-operator behavior. Clients derived from a hand-built parent (a plain object with subscribe/on) forward scoped on(...) listeners to the parent's on instead of throwing for scopes the parent does not expose. (@​Yonom)

  • #5605 afb59f2 - fix: prevent cyclic span parent links from crashing observability trees (@​Kinfe123)

  • Updated dependencies [dcacd9b, aa302ee, aa302ee, 71cf74e]:

    • @​assistant-ui/store@​0.3.4

... (truncated)

Changelog

Sourced from @​assistant-ui/react's changelog.

0.15.8

Patch Changes

  • Republish of 0.15.6 (registry staged-version conflicts blocked 0.15.6 and 0.15.7; contents identical).

0.15.6

Patch Changes

0.15.5

Patch Changes

  • #5476 02b9dc1 - fix: allow callers to override the default type="button" on action button primitives (@​ephraimduncan)

  • #5564 31a427a - fix: hydrate assistant transport resumes from their retained initial state (@​Kinfe123)

  • #5415 271d85d - fix: AttachmentPrimitive.Thumb now renders custom children and supports asChild instead of always overriding them with the automatic label (@​ephraimduncan)

  • #5421 e7a696c - fix: AttachmentPrimitive.Thumb no longer renders a bare "." for extension-less filenames; falls back to the attachment type (@​ephraimduncan)

  • #5430 dcacd9b - feat: AuiProvider extends/config grammar. config={AuiConfig({...})} alone creates a top-level root client; nested providers must pass extends — a client to extend, or null to isolate (dev-enforced). An empty config creates a client extending the extends client; ref exposes the resulting client. The config prop only accepts configs built with AuiConfig(...) (branded type). AssistantRuntimeProvider gains an optional config prop whose scopes are provided alongside the runtime scope. The useAui({...}) extension overload and the AuiProvider value prop are deprecated; value={client} now exposes a client extending the given one (same scopes, new identity) rather than the exact instance. useAui({}) with an empty scope object now mounts a rooted host (so the scope set can grow across renders) instead of a passthrough derived-only client. useAuiState state enumeration (Object.keys/spread) now includes scopes inherited from parent clients, matching in-operator behavior. Clients derived from a hand-built parent (a plain object with subscribe/on) forward scoped on(...) listeners to the parent's on instead of throwing for scopes the parent does not expose. (@​Yonom)

  • #5416 c5b88f1 - fix: ignore Escape during IME composition in ComposerPrimitiveInput so dismissing a composition candidate no longer cancels the composer (@​ephraimduncan)

  • #5420 129d0c1 - fix: defer blob URL revocation in ActionBarPrimitive.ExportMarkdown so the download fetch can start before the URL is revoked (@​ephraimduncan)

  • #5585 1160d8b - fix: settle assistant transport runs when finish callbacks fail (@​Kinfe123)

  • #5418 cc85bf4 - fix: compose SelectionToolbarRoot onMouseDown with composeEventHandlers so user handlers run before preventDefault (@​ephraimduncan)

  • #5650 34cec64 - feat: two-lane, placement-aware message queue with steer-by-default mid-run sends (@​Yonom)

    ExternalThreadQueueAdapter is reshaped: enqueue(message, { steer }) splits into enqueue(message) / steer(message), steer(queueItemId) becomes move(queueItemId, { lane: "steer", insertAfter: null }), clear(reason) is dropped (queue clear policy is now host-owned), and steerItems / move / edit and QueueItemState.parts are required.

  • Updated dependencies [dcacd9b, d52928d, d8a59ad, e70da91, aac3a8c, aa302ee, aa302ee, 71cf74e, 34cec64]:

    • @​assistant-ui/store@​0.3.4

... (truncated)

Commits
Attestation changes

This version has no provenance attestation, while the previous version (0.14.27) was attested. Review the package versions before updating.


Updates @assistant-ui/react-ai-sdk from 1.3.41 to 1.4.4

Changelog

Sourced from @​assistant-ui/react-ai-sdk's changelog.

1.4.4

Patch Changes

  • #5441 c7ff5aa - fix(react-ai-sdk): forward audio message parts as file parts instead of throwing (@​okisdev)

  • #5452 9579a63 - fix: wrap bare base64 file and image payloads in a data URL envelope (@​okisdev)

    convertToModelMessages passes a file part's url to an unguarded new URL(), so a FileMessagePart or ImageMessagePart whose payload is raw base64 rather than a data URL or an http source rejected with Invalid URL. Both branches now wrap a non-URL payload using the part's own media type; data URLs and http sources are still forwarded untouched.

  • #5336 9f12130 - feat: resume stream ids discovered after the chat runtime mounts (@​Kinfe123)

  • #5466 2b24bd4 - fix: detect the media type of a bare base64 image instead of assuming png (@​okisdev)

    getImageMediaType resolved an explicit contentType, then a data URL envelope, then fell back to image/png. An ImageMessagePart carrying raw base64 has neither, so JPEG, GIF and WebP payloads were all announced to the provider as png. The leading bytes are now read with detectMediaType from @ai-sdk/provider-utils, the same helper the AI SDK uses internally, and image/png remains the fallback when no signature matches.

    The sniff only runs on a payload that is not a parsable url, and never propagates a throw: detectMediaType raises on input that is not valid base64.

  • #5459 22b05a4 - fix: wrap a file part payload that is not a parsable url (@​okisdev)

    getPromptParts put FileMessagePart.data straight into the OpenCode file part's url. OpenCode forwards that into an AI SDK file part (sst/opencode, session/message-v2.ts), whose url reaches an unguarded new URL(), so a payload that is raw base64 rather than a data URL or an http source failed there. A non-parsable payload is now wrapped in a data:<mime>;base64, envelope; data URLs and http sources are forwarded untouched, and a sourceType: "id" reference is left alone so it fails loudly instead of shipping a corrupt payload.

    The predicate behind that decision moves to isParsableUrl in @assistant-ui/core/internal, next to the httpUrlPattern and parseDataUrl it belongs with, and react-ai-sdk now imports it instead of keeping its own copy. No behavior change there.

  • #5337 bb5a0d9 - fix: pass null-body-status responses through the resumable fetch wrapper instead of reconstructing them, avoiding a TypeError on WebKit when a 204/205/304 carries a non-null empty body (@​rupic-app)

  • #5332 d610323 - feat: allow the resumable stream id storage key to be derived lazily from a getter, so apps can scope it per thread (see the Resumable Streams guide) (@​rupic-app)

  • #5479 011e275 - fix: read an image's media type from its leading bytes in both adapters (@​okisdev)

    detectImageMediaType and dataUrlMediaType join parseDataUrl and isParsableUrl in @assistant-ui/core/internal. An ImageMessagePart carries no media type, so an adapter that must declare one on the wire now reads it from the payload rather than assuming a format. It never throws, whatever a caller put on the part.

    react-ai-sdk and react-opencode run the same ladder rung for rung: the attachment's contentType, then a data URL's declared type when that is itself an image type (read whether or not the payload is base64, so an SVG data URL keeps its type), then the leading bytes, then image/png. Previously react-opencode had no byte rung at all, and react-ai-sdk's was skipped for any data: payload, so a JPEG inside a generic application/octet-stream envelope resolved to png on both.

    Resolving the label alone was not enough, because a data URL's own media type wins over the declared one downstream. Both adapters now rebuild the envelope when it disagrees with the resolved type and forward it untouched when it agrees. That applies to file parts too, where a mimeType: "application/pdf" part carrying an application/octet-stream envelope was announced as pdf and delivered as octet-stream. File parts also gain the same three rungs, so an empty mimeType falls to the envelope and then to application/octet-stream rather than producing a malformed data:;base64, url; vercelAttachmentAdapter emits exactly that shape for a file the OS cannot type.

  • #5485 da32fe0 - refactor: share the media type ladder and wire url between adapters (@​okisdev)

    resolveImageMediaType, resolveFileMediaType and toMediaWireUrl join the data URL helpers in @assistant-ui/core/internal. react-ai-sdk and react-opencode had arrived at identical ladders and an identical wire url builder by construction rather than by sharing code, and they had already drifted apart twice while getting there. Both now call the shared functions and keep only their own part-shape plumbing.

    No behavior change: both adapters' existing suites pass untouched.

  • Updated dependencies [b19c2f5, 01140bd, 8c99934, ece5a54, 2fdff87, 90b3003, 4c313cf, 55b2824, 22b05a4, f913c21, c868710, 011e275, da32fe0, f913c21, 5bb2573, 5ececc1]:

    • @​assistant-ui/core@​0.3.4
    • assistant-stream@0.3.32
    • @​assistant-ui/store@​0.3.3

1.4.3

Patch Changes

... (truncated)

Commits
  • c67168e chore: update versions (#5429)
  • 9f12130 feat(react-ai-sdk): support resumable storage updates (#5336)
  • d610323 fix(react-ai-sdk): scope resumable stream id storage key per thread (#5332)
  • bb5a0d9 fix(react-ai-sdk): pass null-body-status responses through the resumable fetc...
  • da32fe0 refactor(core): share the media type ladder and wire url between adapters (#5...
  • 011e275 fix(react-ai-sdk,react-opencode): converge the image media type ladder (#5479)
  • 2b24bd4 fix(react-ai-sdk): detect the media type of a bare base64 image (#5466)
  • 22b05a4 fix(react-opencode): wrap a file payload that is not a parsable url (#5459)
  • 9579a63 fix(react-ai-sdk): wrap bare base64 file and image payloads in a data url (#5...
  • c7ff5aa fix(react-ai-sdk,eve): forward audio parts instead of throwing (#5441)
  • Additional commits viewable in compare view

Updates @assistant-ui/react-markdown from 0.14.6 to 0.14.9

Changelog

Sourced from @​assistant-ui/react-markdown's changelog.

0.14.9

Patch Changes

0.14.8

Patch Changes

0.14.7

Patch Changes

Commits
Attestation changes

This version has no provenance attestation, while the previous version (0.14.6) was attested. Review the package versions before updating.


Updates @prisma/adapter-better-sqlite3 from 7.9.0 to 7.9.1

Release notes

Sourced from @​prisma/adapter-better-sqlite3's releases.

7.9.1

Today, we're issuing a patch release to resolve a security advisory in a transitive dependency of Prisma CLI (via @prisma/dev).

This fixes prisma/prisma#29780.

It does not actually affect @prisma/dev or Prisma CLI so no urgent action is required, but it is recommended to upgrade nevertheless to avoid false positives from security scanners.

Commits

Updates @prisma/client from 7.9.0 to 7.9.1

Release notes

Sourced from @​prisma/client's releases.

7.9.1

Today, we're issuing a patch release to resolve a security advisory in a transitive dependency of Prisma CLI (via @prisma/dev).

This fixes prisma/prisma#29780.

It does not actually affect @prisma/dev or Prisma CLI so no urgent action is required, but it is recommended to upgrade nevertheless to avoid false positives from security scanners.

Commits

Updates @tanstack/react-devtools from 0.10.8 to 0.10.9

Release notes

Sourced from @​tanstack/react-devtools's releases.

@​tanstack/react-devtools@​0.10.9

Patch Changes

  • Updated dependencies [d061f0c]:
    • @​tanstack/devtools@​0.13.0
Changelog

Sourced from @​tanstack/react-devtools's changelog.

0.10.9

Patch Changes

  • Updated dependencies [d061f0c]:
    • @​tanstack/devtools@​0.13.0
Commits

Updates @tanstack/react-form from 1.33.2 to 1.33.5

Release notes

Sourced from @​tanstack/react-form's releases.

@​tanstack/react-form-nextjs@​1.33.5

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-form@​1.33.5

@​tanstack/react-form-remix@​1.33.5

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-form@​1.33.5

@​tanstack/react-form-start@​1.33.5

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-form@​1.33.5

@​tanstack/react-form@​1.33.5

Patch Changes

  • Updated dependencies [146ba25]:
    • @​tanstack/form-core@​1.33.5

@​tanstack/react-form-nextjs@​1.33.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-form@​1.33.4

@​tanstack/react-form-remix@​1.33.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-form@​1.33.4

@​tanstack/react-form-start@​1.33.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-form@​1.33.4

@​tanstack/react-form@​1.33.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/form-core@​1.33.4

@​tanstack/react-form-nextjs@​1.33.3

Patch Changes

... (truncated)

Changelog

Sourced from @​tanstack/react-form's changelog.

1.33.5

Patch Changes

  • Updated dependencies [146ba25]:
    • @​tanstack/form-core@​1.33.5

1.33.4

Patch Changes

  • Updated dependencies []:
    • @​tanstack/form-core@​1.33.4

1.33.3

Patch Changes

  • Updated dependencies []:
    • @​tanstack/form-core@​1.33.3
Commits

Updates @tanstack/react-router from 1.170.18 to 1.170.27

Release notes

Sourced from @​tanstack/react-router's releases.

@​tanstack/react-router@​1.170.27

Patch Changes

@​tanstack/react-router@​1.170.26

Patch Changes

  • #8045 f500760 - Warn when an Outlet is rendered inside a pending, error, or not-found component.

  • #8043 1aafca9 - remove the undocumented Link isTransitioning state and data-transitioning attribute

  • #8044 aa10b65 - Apply preloadDelay to viewport link preloading and cancel pending preloads when links leave the viewport.

  • Updated dependencies [7e93431]:

    • @​tanstack/router-core@​1.171.22

@​tanstack/react-router@​1.170.25

Patch Changes

  • Updated dependencies [51138a8]:
    • @​tanstack/router-core@​1.171.21

@​tanstack/react-router@​1.170.24

Patch Changes

Changelog

Sourced from @​tanstack/react-router's changelog.

1.170.27

Patch Changes

1.170.26

Patch Changes

  • #8045 f500760 - Warn when an Outlet is rendered inside a pending, error, or not-found component.

  • #8043 1aafca9 - remove the undocumented Link isTransitioning state and data-transitioning attribute

  • #8044 aa10b65 - Apply preloadDelay to viewport link preloading and cancel pending preloads when links leave the viewport.

  • Updated dependencies [7e93431]:

    • @​tanstack/router-core@​1.171.22

1.170.25

Patch Changes

  • Updated dependencies [51138a8]:
    • @​tanstack/router-core@​1.171.21

1.170.24

Patch Changes

1.170.23

Patch Changes

  • #7952 95dec51 - bail out of Link re-renders when the resolved href and active state are unchanged

1.170.22

Patch Changes

@dependabot @github

dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 14, 2026
dependabot Bot and others added 2 commits August 16, 2026 12:16
…8 updates

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

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/anthropic](https://github.com/vercel/ai/tree/HEAD/packages/anthropic) | `4.0.19` | `4.0.34` |
| [@ai-sdk/react](https://github.com/vercel/ai/tree/HEAD/packages/react) | `4.0.40` | `4.0.59` |
| [@assistant-ui/react](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react) | `0.14.27` | `0.15.8` |
| [@assistant-ui/react-ai-sdk](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react-ai-sdk) | `1.3.41` | `1.4.4` |
| [@assistant-ui/react-markdown](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react-markdown) | `0.14.6` | `0.14.9` |
| [@prisma/adapter-better-sqlite3](https://github.com/prisma/prisma/tree/HEAD/packages/adapter-better-sqlite3) | `7.9.0` | `7.9.1` |
| [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `7.9.0` | `7.9.1` |
| [@tanstack/react-devtools](https://github.com/TanStack/devtools/tree/HEAD/packages/react-devtools) | `0.10.8` | `0.10.9` |
| [@tanstack/router-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-plugin) | `1.168.23` | `1.168.26` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `7.0.37` | `7.0.56` |
| [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.6.25` | `1.6.26` |
| [exa-js](https://github.com/exa-labs/exa-js) | `2.16.0` | `2.16.3` |
| [imapflow](https://github.com/postalsys/imapflow) | `1.5.0` | `1.6.5` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.26.0` | `1.30.0` |
| [node-ical](https://github.com/jens-maus/node-ical) | `0.26.1` | `0.27.1` |
| [radix-ui](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/radix-ui) | `1.6.5` | `1.6.7` |
| [react-grid-layout](https://github.com/STRML/react-grid-layout) | `2.2.3` | `2.2.4` |
| [recharts](https://github.com/recharts/recharts) | `3.10.0` | `3.10.1` |
| [srvx](https://github.com/h3js/srvx) | `0.11.22` | `0.12.5` |
| [tsarr](https://github.com/robbeverhelst/tsarr) | `2.12.0` | `2.13.0` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.5.1` | `2.5.7` |
| [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core) | `2.1.8` | `2.1.10` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `10.5.4` | `10.5.7` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `10.5.4` | `10.5.7` |
| [@tanstack/devtools-vite](https://github.com/TanStack/devtools/tree/HEAD/packages/devtools-vite) | `0.8.1` | `0.8.3` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.17` | `19.2.18` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.3` | `19.2.4` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `6.0.4` | `6.0.5` |
| [concurrently](https://github.com/open-cli-tools/concurrently) | `10.0.3` | `10.0.4` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `6.29.0` | `6.32.0` |
| [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `7.9.0` | `7.9.1` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `10.5.4` | `10.5.7` |
| [tsx](https://github.com/privatenumber/tsx) | `4.23.1` | `4.23.10` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.1.5` | `8.2.1` |

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

Updates `@ai-sdk/react` from 4.0.40 to 4.0.59
- [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.59/packages/react)

Updates `@assistant-ui/react` from 0.14.27 to 0.15.8
- [Release notes](https://github.com/assistant-ui/assistant-ui/releases)
- [Changelog](https://github.com/assistant-ui/assistant-ui/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/assistant-ui/assistant-ui/commits/HEAD/packages/react)

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

Updates `@assistant-ui/react-markdown` from 0.14.6 to 0.14.9
- [Release notes](https://github.com/assistant-ui/assistant-ui/releases)
- [Changelog](https://github.com/assistant-ui/assistant-ui/blob/main/packages/react-markdown/CHANGELOG.md)
- [Commits](https://github.com/assistant-ui/assistant-ui/commits/@assistant-ui/react@0.14.9/packages/react-markdown)

Updates `@prisma/adapter-better-sqlite3` from 7.9.0 to 7.9.1
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.9.1/packages/adapter-better-sqlite3)

Updates `@prisma/client` from 7.9.0 to 7.9.1
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.9.1/packages/client)

Updates `@tanstack/react-devtools` from 0.10.8 to 0.10.9
- [Release notes](https://github.com/TanStack/devtools/releases)
- [Changelog](https://github.com/TanStack/devtools/blob/main/packages/react-devtools/CHANGELOG.md)
- [Commits](https://github.com/TanStack/devtools/commits/@tanstack/react-devtools@0.10.9/packages/react-devtools)

Updates `@tanstack/react-form` from 1.33.2 to 1.33.5
- [Release notes](https://github.com/TanStack/form/releases)
- [Changelog](https://github.com/TanStack/form/blob/main/packages/react-form/CHANGELOG.md)
- [Commits](https://github.com/TanStack/form/commits/@tanstack/react-form@1.33.5/packages/react-form)

Updates `@tanstack/react-router` from 1.170.18 to 1.170.27
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/react-router@1.170.27/packages/react-router)

Updates `@tanstack/react-router-devtools` from 1.167.0 to 1.167.1
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/react-router-devtools/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/react-router-devtools@1.167.1/packages/react-router-devtools)

Updates `@tanstack/react-start` from 1.168.32 to 1.168.44
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/react-start/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/react-start@1.168.44/packages/react-start)

Updates `@tanstack/router-plugin` from 1.168.23 to 1.168.26
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/router-plugin/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/router-plugin@1.168.26/packages/router-plugin)

Updates `ai` from 7.0.37 to 7.0.56
- [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.56/packages/ai)

Updates `better-auth` from 1.6.25 to 1.6.26
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Changelog](https://github.com/better-auth/better-auth/blob/main/packages/better-auth/CHANGELOG.md)
- [Commits](https://github.com/better-auth/better-auth/commits/v1.6.26/packages/better-auth)

Updates `exa-js` from 2.16.0 to 2.16.3
- [Release notes](https://github.com/exa-labs/exa-js/releases)
- [Changelog](https://github.com/exa-labs/exa-js/blob/master/CHANGELOG.md)
- [Commits](exa-labs/exa-js@v2.16.0...v2.16.3)

Updates `imapflow` from 1.5.0 to 1.6.5
- [Release notes](https://github.com/postalsys/imapflow/releases)
- [Changelog](https://github.com/postalsys/imapflow/blob/master/CHANGELOG.md)
- [Commits](postalsys/imapflow@v1.5.0...v1.6.5)

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

Updates `node-ical` from 0.26.1 to 0.27.1
- [Release notes](https://github.com/jens-maus/node-ical/releases)
- [Commits](jens-maus/node-ical@0.26.1...0.27.1)

Updates `radix-ui` from 1.6.5 to 1.6.7
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/radix-ui/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/1.6.7/packages/react/radix-ui)

Updates `react-grid-layout` from 2.2.3 to 2.2.4
- [Release notes](https://github.com/STRML/react-grid-layout/releases)
- [Changelog](https://github.com/react-grid-layout/react-grid-layout/blob/master/CHANGELOG.md)
- [Commits](react-grid-layout/react-grid-layout@2.2.3...v2.2.4)

Updates `recharts` from 3.10.0 to 3.10.1
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
- [Commits](recharts/recharts@v3.10.0...v3.10.1)

Updates `srvx` from 0.11.22 to 0.12.5
- [Release notes](https://github.com/h3js/srvx/releases)
- [Changelog](https://github.com/h3js/srvx/blob/main/CHANGELOG.md)
- [Commits](h3js/srvx@v0.11.22...v0.12.5)

Updates `tsarr` from 2.12.0 to 2.13.0
- [Release notes](https://github.com/robbeverhelst/tsarr/releases)
- [Changelog](https://github.com/robbeverhelst/Tsarr/blob/main/CHANGELOG.md)
- [Commits](robbeverhelst/Tsarr@v2.12.0...v2.13.0)

Updates `@biomejs/biome` from 2.5.1 to 2.5.7
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.7/packages/@biomejs/biome)

Updates `@rsbuild/core` from 2.1.8 to 2.1.10
- [Release notes](https://github.com/web-infra-dev/rsbuild/releases)
- [Commits](https://github.com/web-infra-dev/rsbuild/commits/v2.1.10/packages/core)

Updates `@storybook/addon-docs` from 10.5.4 to 10.5.7
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.5.7/code/addons/docs)

Updates `@storybook/react-vite` from 10.5.4 to 10.5.7
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.5.7/code/frameworks/react-vite)

Updates `@tanstack/devtools-vite` from 0.8.1 to 0.8.3
- [Release notes](https://github.com/TanStack/devtools/releases)
- [Changelog](https://github.com/TanStack/devtools/blob/main/packages/devtools-vite/CHANGELOG.md)
- [Commits](https://github.com/TanStack/devtools/commits/@tanstack/devtools-vite@0.8.3/packages/devtools-vite)

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

Updates `@vitejs/plugin-react` from 6.0.4 to 6.0.5
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.5/packages/plugin-react)

Updates `concurrently` from 10.0.3 to 10.0.4
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v10.0.3...v10.0.4)

Updates `knip` from 6.29.0 to 6.32.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@6.32.0/packages/knip)

Updates `prisma` from 7.9.0 to 7.9.1
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/7.9.1/packages/cli)

Updates `storybook` from 10.5.4 to 10.5.7
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.5.7/code/core)

Updates `tsx` from 4.23.1 to 4.23.10
- [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.10)

Updates `vite` from 8.1.5 to 8.2.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.2.1/packages/vite)

---
updated-dependencies:
- dependency-name: "@ai-sdk/anthropic"
  dependency-version: 4.0.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@ai-sdk/react"
  dependency-version: 4.0.59
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@assistant-ui/react"
  dependency-version: 0.15.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@assistant-ui/react-ai-sdk"
  dependency-version: 1.4.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@assistant-ui/react-markdown"
  dependency-version: 0.14.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@prisma/adapter-better-sqlite3"
  dependency-version: 7.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@prisma/client"
  dependency-version: 7.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-devtools"
  dependency-version: 0.10.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-form"
  dependency-version: 1.33.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-router"
  dependency-version: 1.170.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-router-devtools"
  dependency-version: 1.167.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-start"
  dependency-version: 1.168.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/router-plugin"
  dependency-version: 1.168.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ai
  dependency-version: 7.0.56
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: better-auth
  dependency-version: 1.6.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: exa-js
  dependency-version: 2.16.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: imapflow
  dependency-version: 1.6.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: lucide-react
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: node-ical
  dependency-version: 0.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: radix-ui
  dependency-version: 1.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-grid-layout
  dependency-version: 2.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: recharts
  dependency-version: 3.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: srvx
  dependency-version: 0.12.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tsarr
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@biomejs/biome"
  dependency-version: 2.5.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@rsbuild/core"
  dependency-version: 2.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@storybook/addon-docs"
  dependency-version: 10.5.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@storybook/react-vite"
  dependency-version: 10.5.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/devtools-vite"
  dependency-version: 0.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@vitejs/plugin-react"
  dependency-version: 6.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: concurrently
  dependency-version: 10.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: knip
  dependency-version: 6.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: prisma
  dependency-version: 7.9.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: storybook
  dependency-version: 10.5.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tsx
  dependency-version: 4.23.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: vite
  dependency-version: 8.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
node-ical 0.27 declares its types as named exports on the module rather
than a namespace, so `ical.VEvent` no longer resolves.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@mikevalstar
mikevalstar force-pushed the dependabot/npm_and_yarn/minor-and-patch-74867a2510 branch from 9a0ae77 to 96552fd Compare August 16, 2026 16:16
@mikevalstar
mikevalstar merged commit 0469f7e into main Aug 16, 2026
1 check passed
@mikevalstar
mikevalstar deleted the dependabot/npm_and_yarn/minor-and-patch-74867a2510 branch August 16, 2026 16:17
mikevalstar added a commit that referenced this pull request Aug 16, 2026
The rest of the original sweep (assistant-ui 0.15, AI SDK, srvx, and the
minor/patch batch) landed via #94, and the node-ical VEvent typing fix
went with it. What remains here are the four majors.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
mikevalstar added a commit that referenced this pull request Aug 16, 2026
…#91)

The rest of the original sweep (assistant-ui 0.15, AI SDK, srvx, and the
minor/patch batch) landed via #94, and the node-ical VEvent typing fix
went with it. What remains here are the four majors.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
mikevalstar added a commit that referenced this pull request Aug 16, 2026
Resolves the package.json / pnpm-lock.yaml conflicts. This branch was cut
before #94, #91, and #96 landed, so most of its 38 bumps are already in main
and several of its targets are now *older* than main (nanoid 5 vs 6,
typescript 6 vs 7, jsdom 29 vs 30, better-sqlite3 12 vs 13, biome 2.5.7 vs
2.5.8, zustand 5.0.14 vs 5.0.15, @tanstack/react-devtools 0.10.9 vs 0.10.10,
@types/better-sqlite3 7 vs 9).

Resolution takes main's package.json as the base and re-applies only the
bumps where this branch is genuinely ahead:

  @ai-sdk/anthropic         ^4.0.34  -> ^4.0.36
  @ai-sdk/react             ^4.0.59  -> ^4.0.61
  @assistant-ui/react       ^0.15.8  -> ^0.15.12
  @assistant-ui/react-markdown ^0.14.9 -> ^0.14.10
  @tanstack/router-plugin   ^1.168.26 -> ^1.168.28
  ai                        ^7.0.56  -> ^7.0.58
  exa-js                    ^2.16.3  -> ^2.17.0
  imapflow                  ^1.6.5   -> ^1.6.6
  lucide-react              ^1.30.0  -> ^1.31.0
  @types/node               ^26.1.2  -> ^26.2.0
  tsx                       ^4.23.10 -> ^4.23.11

Lockfile regenerated from main's rather than hand-merged.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant