Skip to content

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

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

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

@ualtinok

Copy link
Copy Markdown
Contributor

Superseded by d47b013, which lands this bump as part of one verified workspace batch.

The Pi packages have to move together — splitting them installs two copies of pi-ai and forks the Model type identity, which is what reddened the individual Pi PRs here. OpenTUI and ai resolved above the proposed versions because the declared ranges already accept them.

Verified together: 1114 opencode + 2 pi tests, typecheck, build, lint, format.

@ualtinok ualtinok closed this Aug 23, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/bun/ai-7.0.66 branch August 23, 2026 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant