Skip to content

chore(deps): bump @ai-sdk/provider from 4.0.3 to 4.0.14 - #20

Merged
VicenteOlmos merged 3 commits into
mainfrom
dependabot/npm_and_yarn/ai-sdk/provider-4.0.14
Sep 21, 2026
Merged

VicenteOlmos merged 3 commits into
mainfrom
dependabot/npm_and_yarn/ai-sdk/provider-4.0.14

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 15, 2026 •

Copy link
Copy Markdown
Contributor

Bumps @ai-sdk/provider from 4.0.3 to 4.0.14.

Changelog

Sourced from @​ai-sdk/provider's changelog.

4.0.14

Patch Changes

  • 5ec21a6: fix: reject unsupported batch request types
  • 7469a3b: feat: support image generation requests in batches

4.0.13

Patch Changes

  • 9942196: feat: add batch cancel and list APIs

4.0.12

Patch Changes

  • 912fb01: feat: add batch cancel and list APIs

4.0.11

Patch Changes

  • a4ba394: feat: support per-request models in batch
  • 45099da: Retry unclassified empty image results, preserve retry-attempt accounting, add provider-independent result retryability classification, and mark Google and Google Vertex prompt blocks as terminal.

4.0.10

Patch Changes

  • 5190b67: feat(provider): extend the FilesV4 interface with optional getFileMetadata, downloadFile (streaming), and deleteFile operations, plus abortSignal/headers call options and a { type: 'stream' } upload data variant; upload results now expose byteSize, createdAt, and expiresAt (also surfaced by the core uploadFile() helper, which now forwards abortSignal/headers); add postMultipartStreamToApi (streaming multipart uploads with deterministic part ordering and failure-path stream teardown), deleteFromApi, and createBinaryStreamResponseHandler to provider-utils

4.0.9

Patch Changes

  • aa45741: fix(provider/anthropic): preserve native message batch request counts in provider metadata and support the full language-model option surface in batch requests

4.0.8

Patch Changes

  • 591d25b: feat: add batch completion webhooks. experimental_startTextBatch accepts a webhookUrl, and the gateway provider registers it through the batch callbackUrl contract and exports typed async-job metadata. Direct Anthropic and OpenAI batch providers return an unsupported warning when the option is provided.

4.0.7

Patch Changes

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

... (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)

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

---
updated-dependencies:
- dependency-name: "@ai-sdk/provider"
  dependency-version: 4.0.14
  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 Sep 15, 2026
@dependabot
dependabot Bot requested a review from VicenteOlmos as a code owner September 15, 2026 19:14
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 15, 2026
@VicenteOlmos
VicenteOlmos requested a lite review from Copilot September 21, 2026 13:25

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot review overview

🟡 Changes recommended

Regenerate and commit bun.lock for version 4.0.14 so frozen-lockfile CI passes.

Get a fresh assessment by requesting another Copilot review.

Review effort: Lite
Findings: 1 High severity

Open (1)
What changed in this PR

This pull request bumps @ai-sdk/provider from 4.0.3 to 4.0.14.

Changes:

  • Updates the direct dependency in package.json.
File Description
package.json Updates @ai-sdk/provider; bun.lock remains pinned to 4.0.3.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread package.json
},
"dependencies": {
"@ai-sdk/provider": "4.0.3",
"@ai-sdk/provider": "4.0.14",

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.

Fixed in c5a5f35 by syncing bun.lock with package.json for @ai-sdk/provider 4.0.14.

Copilot AI and others added 2 commits September 21, 2026 13:29
@VicenteOlmos
VicenteOlmos merged commit 37b9b1d into main Sep 21, 2026
2 of 3 checks passed
@VicenteOlmos
VicenteOlmos deleted the dependabot/npm_and_yarn/ai-sdk/provider-4.0.14 branch September 21, 2026 13:37
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.

3 participants