Skip to content

Bump ai from 7.0.51 to 7.0.58 - #360

Merged
Chisanan232 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-7.0.56
Aug 11, 2026
Merged

Bump ai from 7.0.51 to 7.0.58#360
Chisanan232 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-7.0.56

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps ai from 7.0.51 to 7.0.58.

Changelog

Sourced from ai's changelog.

7.0.58

Patch Changes

  • 72ad23f: Respect ToolLoopAgent timeouts configured in agent settings.

  • ad6a650: feat(video): allow aspectRatio: 'adaptive' on generateVideo

    Some video models derive the output ratio from the input and reject explicit {width}:{height} values — BytePlus Seedance 2.5 does this for first-frame, first-and-last-frame, editing, and extension tasks. aspectRatio on VideoModelV3CallOptions, VideoModelV4CallOptions, and experimental_generateVideo is now `${number}:${number}` | 'adaptive', so those calls no longer need a type assertion. Support is provider-specific.

  • 81cd026: Reduce bundle size by making internal Zod v4 imports tree-shakeable.

  • Updated dependencies [c477556]

  • Updated dependencies [ad6a650]

  • Updated dependencies [81cd026]

    • @​ai-sdk/gateway@​4.0.46
    • @​ai-sdk/provider@​4.0.7
    • @​ai-sdk/provider-utils@​5.0.25

7.0.57

Patch Changes

  • Updated dependencies [1937bef]
    • @​ai-sdk/provider-utils@​5.0.24
    • @​ai-sdk/gateway@​4.0.45

7.0.56

Patch Changes

  • 25c9120: Expose provider metadata on language-model-call end callbacks and telemetry spans.

  • 89080c8: fix (ai/gateway): make retried doStart calls idempotent

    generateVideo retries doStart, which creates a billable generation, so a retry after a lost response could start a second one. It now mints one idempotency token per logical start — outside the retry closure — and forwards it as an idempotency-key header, so a provider that deduplicates (the Vercel AI Gateway does) sees the same key on every attempt. GatewayVideoModel simply forwards the caller's headers rather than inferring retry identity from an options object, which would collide across unrelated calls.

  • 79d6195: Stop pending and active resumed chat streams after cancellation, and prevent overlapping resumptions from applying stale updates.

  • Updated dependencies [89080c8]

  • Updated dependencies [89080c8]

    • @​ai-sdk/gateway@​4.0.44

... (truncated)

Commits
  • 63db193 Version Packages (#18587)
  • 72ad23f fix: ToolLoopAgent settings-level timeouts being ignored by generate and stre...
  • 81cd026 perf: make zod imports tree-shakeable (#18304)
  • ad6a650 feat(video): allow aspectRatio: 'adaptive' on generateVideo (#18586)
  • ae26160 Version Packages (#18566)
  • 2f04a5e Version Packages (#18560)
  • 89080c8 feat (provider/gateway): support async video operations (doStart/doStatus) on...
  • 25c9120 feat: expose provider metadata in language model call end callbacks (#18100)
  • 79d6195 fix: resumed chat streams updating state after cancellation or a newer resume...
  • bb31e6b Version Packages (#18508)
  • Additional commits viewable in compare view

@Chisanan232

Copy link
Copy Markdown
Contributor

@dependabot rebase

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

---
updated-dependencies:
- dependency-name: ai
  dependency-version: 7.0.56
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump ai from 7.0.51 to 7.0.56 Bump ai from 7.0.51 to 7.0.58 Aug 11, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-7.0.56 branch from 587bcd2 to f9122f6 Compare August 11, 2026 00:02

@Chisanan232 Chisanan232 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rebased onto current main after #359 landed so the lockfile was re-resolved rather than textually merged; all 22 checks re-ran green on f9122f6b. Carries ai 7.0.51 → 7.0.56 plus the esbuild 0.28.1 → 0.28.2 platform-package sweep.

@Chisanan232
Chisanan232 merged commit 09f0cb0 into main Aug 11, 2026
22 checks passed
@Chisanan232
Chisanan232 deleted the dependabot/npm_and_yarn/ai-7.0.56 branch August 11, 2026 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant