build(deps): bump ai from 7.0.59 to 7.0.66 - #101
Conversation
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>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
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 Verified together: 1114 opencode + 2 pi tests, typecheck, build, lint, format. |
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps ai from 7.0.59 to 7.0.66.
Changelog
Sourced from ai's changelog.
... (truncated)
Commits
9ce09dfVersion Packages (#18869)2fd1214fix: declaration emit failure for exported utilities using Prompt and inferre...0782259fix: keep chat submitted until response content starts streaming (#18864)d76eb85Version Packages (#18810)dc8caaefix: prevent quadratic readUIMessageStream allocation without weakening snaps...c5b0515fix: Chat requests resolve when onFinish throws (#18755)72ec74ffix: support root-referenced JSON Schema definitions in array outputs (#18802)398166fVersion Packages (#18780)a7f0d72Version Packages (#18749)d0a5807fix: reasoning UI message parts lose their SSE block IDs (#18746)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Summary by cubic
Bumps
aifrom 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
onFinishnow propagate to the initiating request (previously swallowed). Ensure callers handle exceptions.resumeStreamno longer duplicates the previous assistant message.readUIMessageStream.Review and rollout
packages/opencode/package.json,bun.lock. Transitives updated:@ai-sdk/gateway→ 4.0.52,@ai-sdk/provider-utils→ 5.0.27.onFinisherror handling, and any schema-validated outputs. No migrations required.Written for commit 46b147c. Summary will update on new commits.