Skip to content

chore(deps): bump ai from 6.0.240 to 6.0.256 - #106

Merged
mogplex[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-6.0.256
Aug 16, 2026
Merged

chore(deps): bump ai from 6.0.240 to 6.0.256#106
mogplex[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-6.0.256

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps ai from 6.0.240 to 6.0.256.

Release notes

Sourced from ai's releases.

ai@6.0.256

Patch Changes

  • Updated dependencies [31205a4]
    • @​ai-sdk/provider-utils@​4.0.46
    • @​ai-sdk/gateway@​3.0.174

ai@6.0.255

Patch Changes

  • 35a94b0: Keep chat status submitted until response content begins streaming.
  • 93d24c6: Avoid repeatedly cloning accumulated text in readUIMessageStream while preserving independent snapshots for mutable nested values.
  • 1bd1caf: Fix declaration emit for exported values that infer an Output type.
Changelog

Sourced from ai's changelog.

6.0.256

Patch Changes

  • Updated dependencies [31205a4]
    • @​ai-sdk/provider-utils@​4.0.46
    • @​ai-sdk/gateway@​3.0.174

6.0.255

Patch Changes

  • 35a94b0: Keep chat status submitted until response content begins streaming.
  • 93d24c6: Avoid repeatedly cloning accumulated text in readUIMessageStream while preserving independent snapshots for mutable nested values.
  • 1bd1caf: Fix declaration emit for exported values that infer an Output type.

6.0.254

Patch Changes

  • Updated dependencies [71e94ad]
    • @​ai-sdk/gateway@​3.0.173

6.0.253

Patch Changes

  • d91d30b: Preserve reasoning block IDs from UI message streams on reasoning UI parts.
  • Updated dependencies [0ec239b]
    • @​ai-sdk/gateway@​3.0.172

6.0.252

Patch Changes

  • 2f96d3f: Allow providers without reranking model support to satisfy the Provider type.
  • afb1965: Propagate errors thrown by the Chat onFinish callback to the initiating request.
  • Updated dependencies [18b0965]
  • Updated dependencies [451d2c3]
    • @​ai-sdk/gateway@​3.0.171

6.0.251

Patch Changes

  • d13c2e9: Respect ToolLoopAgent timeouts configured in agent settings.

6.0.250

... (truncated)

Commits

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.

Bumps [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) from 6.0.240 to 6.0.256.
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/ai@6.0.256/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@6.0.256/packages/ai)

---
updated-dependencies:
- dependency-name: ai
  dependency-version: 6.0.256
  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 16, 2026
@dependabot
dependabot Bot requested a review from charlesrhoward as a code owner August 16, 2026 05:15
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 16, 2026
@vercel

vercel Bot commented Aug 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mogplex-docs Ready Ready Preview Aug 16, 2026 5:16am

Request Review

@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Aug 16, 2026
@mogplex

mogplex Bot commented Aug 16, 2026

Copy link
Copy Markdown

Mogplex PR Review

Status: No material issues found

Patch-only bump of the runtime dependency ai (6.0.240 -> 6.0.256) in this Next.js/fumadocs docs site.

  • Release notes for the whole range are patch changes only: chat status kept submitted until content streams, readUIMessageStream allocation fix, declaration-emit fix for exported values inferring Output, reasoning block IDs preserved, Chat onFinish errors propagated, ToolLoopAgent timeouts respected, Provider type relaxed for providers without reranking, plus @ai-sdk/gateway 3.0.162 -> 3.0.174 and @ai-sdk/provider-utils 4.0.41 -> 4.0.46. No breaking changes declared.
  • Repo usage: src/app/api/chat/route.ts is the only consumer and uses streamText, convertToModelMessages, stepCountIs, tool and the UIMessage type. None of these changed signature; the Output/Provider type adjustments are strictly more permissive, so tsc --noEmit is unaffected. The chat-status change only affects loading-indicator timing in @ai-sdk/react (unchanged at 3.0.206).
  • Lockfile integrity: version + resolution + integrity hash move together for ai@6.0.256, @ai-sdk/gateway@3.0.174, @ai-sdk/provider-utils@4.0.46, @ai-sdk/provider@3.0.15. The old ai@6.0.240 entry is removed, so there is no duplicated copy of ai. No downgrades.
  • Supply chain: tree drops undici@5.29.0 and @fastify/busboy@2.1.1 (net improvement); only new transitive is eventsource-parser@3.1.1 (pure JS, no install scripts, no native binaries). CI action pins remain full-SHA with version comments.
  • Engines: @ai-sdk/provider-utils now requires node >=18.17; CI runs Node 22, so this is satisfied.
  • Safety nets: .github/workflows/ci.yml runs lint, types:check, node --test, and a full next build with pnpm install --frozen-lockfile on every PR, so the code path importing ai is both type-checked and built.

Verdict: SAFE. Queued for auto-merge pending required checks.

Affected files:

  • package.json
  • pnpm-lock.yaml
  • src/app/api/chat/route.ts
  • .github/workflows/ci.yml

View check run

@mogplex
mogplex Bot merged commit 3c8c6e9 into main Aug 16, 2026
8 checks passed
@mogplex
mogplex Bot deleted the dependabot/npm_and_yarn/ai-6.0.256 branch August 16, 2026 05:17
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