Skip to content

build(deps): bump ai from 7.0.59 to 7.0.66 - #101

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/ai-7.0.66
Open

build(deps): bump ai from 7.0.59 to 7.0.66#101
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/ai-7.0.66

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps ai from 7.0.59 to 7.0.66.

Changelog

Sourced from ai's changelog.

7.0.66

Patch Changes

  • 0782259: Keep chat status submitted until response content begins streaming.
  • 2fd1214: Fix declaration emit for exported values that infer an Output type.

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

... (truncated)

Commits
  • 9ce09df Version Packages (#18869)
  • 2fd1214 fix: declaration emit failure for exported utilities using Prompt and inferre...
  • 0782259 fix: keep chat submitted until response content starts streaming (#18864)
  • 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)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.


Summary by cubic

Bumps ai from 7.0.59 to 7.0.66 to pull in upstream fixes for chat streaming status, error propagation, schema handling, and performance. Dependency-only change; no app code modified.

  • Notable behavior changes

    • Chat status stays “submitted” until response content starts streaming (previously cleared earlier), which can affect status-driven UI.
    • Errors thrown by Chat onFinish now propagate to the initiating request (previously swallowed). Ensure callers handle exceptions.
    • Stopping a chat cancels messages still being prepared; fewer stray responses.
    • resumeStream no longer duplicates the previous assistant message.
    • Preserves root-level JSON Schema definitions when wrapping array output schemas.
    • Reduces cloning overhead in readUIMessageStream.
  • Review and rollout

    • Files changed: packages/opencode/package.json, bun.lock. Transitives updated: @ai-sdk/gateway → 4.0.52, @ai-sdk/provider-utils → 5.0.27.
    • Verify: chat streaming status transitions, onFinish error handling, and any schema-validated outputs. No migrations required.

Written for commit 46b147c. Summary will update on new commits.

Review in cubic

Bumps [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) from 7.0.59 to 7.0.66.
- [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.66/packages/ai)

---
updated-dependencies:
- dependency-name: ai
  dependency-version: 7.0.66
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 19, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedai@​7.0.59 ⏵ 7.0.6699 +110010099100

View full report

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