Skip to content

chore(deps): bump @ai-sdk/provider from 1.1.3 to 3.0.8#7

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/ai-sdk/provider-3.0.8
Open

chore(deps): bump @ai-sdk/provider from 1.1.3 to 3.0.8#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/ai-sdk/provider-3.0.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 14, 2026

Copy link
Copy Markdown
Contributor

Bumps @ai-sdk/provider from 1.1.3 to 3.0.8.

Release notes

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

@​ai-sdk/rsc@​3.0.0-beta.93

Patch Changes

  • ai@7.0.0-beta.92

@​ai-sdk/rsc@​3.0.0-beta.92

Patch Changes

  • ai@7.0.0-beta.91

@​ai-sdk/angular@​3.0.0-beta.92

Patch Changes

  • ai@7.0.0-beta.92

@​ai-sdk/langchain@​3.0.0-beta.92

Patch Changes

  • ai@7.0.0-beta.92

@​ai-sdk/llamaindex@​3.0.0-beta.92

Patch Changes

  • ai@7.0.0-beta.92

@​ai-sdk/angular@​3.0.0-beta.91

Patch Changes

  • ai@7.0.0-beta.91

@​ai-sdk/langchain@​3.0.0-beta.91

Patch Changes

  • ai@7.0.0-beta.91

@​ai-sdk/llamaindex@​3.0.0-beta.91

Patch Changes

  • ai@7.0.0-beta.91

@​ai-sdk/rsc@​3.0.0-beta.91

Patch Changes

  • 1db29c8: feat(ai): break CallSettings apart into LanguageModelCallOptions and RequestOptions
  • Updated dependencies [1db29c8]
    • ai@7.0.0-beta.90

@​ai-sdk/angular@​3.0.0-beta.90

Patch Changes

... (truncated)

Commits

@dependabot @github

dependabot Bot commented on behalf of github Apr 14, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@cubic-dev-ai cubic-dev-ai Bot 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.

1 issue found across 2 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="packages/ai-sdk/package.json">

<violation number="1" location="packages/ai-sdk/package.json:19">
P1: Upgrading `@ai-sdk/provider` to `^3` is incompatible with this package’s current V1 provider interface usage (`EmbeddingModelV1`) and AI SDK v4 dependency graph.</violation>
</file>
Architecture diagram
sequenceDiagram
    participant App as Consumer Application
    participant SDK as @ai-sdk/provider (v3.0.8)
    participant LLM as External AI API (e.g. Alibaba, OpenAI)
    participant Tel as Telemetry / Monitoring

    Note over App,Tel: Runtime request flow with v3 provider updates

    App->>SDK: Request AI Completion (model, prompt, options)
    
    SDK->>SDK: CHANGED: Execute global model resolution
    Note right of SDK: NEW: Default resolution logic<br/>for video model parameters

    alt NEW: Alibaba Provider
        SDK->>LLM: POST /v1/chat/completions (Alibaba Spec)
    else Existing Providers (Anthropic/OpenAI/etc)
        SDK->>LLM: Forward request via specific adapter
    end

    alt Success
        LLM-->>SDK: Model Response (content + reasoning_text)
        
        opt NEW: Telemetry Enabled
            SDK->>Tel: CHANGED: Log telemetry with 'reasoning_text' metadata
        end
        
        SDK-->>App: Final standardized AI response
    else API Error
        LLM-->>SDK: Error (4xx/5xx)
        SDK-->>App: Throw Provider-specific error
    end
Loading

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

},
"dependencies": {
"@ai-sdk/provider": "^1",
"@ai-sdk/provider": "^3",

@cubic-dev-ai cubic-dev-ai Bot Apr 14, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1: Upgrading @ai-sdk/provider to ^3 is incompatible with this package’s current V1 provider interface usage (EmbeddingModelV1) and AI SDK v4 dependency graph.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/ai-sdk/package.json, line 19:

<comment>Upgrading `@ai-sdk/provider` to `^3` is incompatible with this package’s current V1 provider interface usage (`EmbeddingModelV1`) and AI SDK v4 dependency graph.</comment>

<file context>
@@ -16,7 +16,7 @@
   },
   "dependencies": {
-    "@ai-sdk/provider": "^1",
+    "@ai-sdk/provider": "^3",
     "@infer-please/tei": "workspace:*"
   },
</file context>
Suggested change
"@ai-sdk/provider": "^3",
"@ai-sdk/provider": "^1",
Fix with Cubic

@dependabot dependabot Bot force-pushed the dependabot/bun/ai-sdk/provider-3.0.8 branch 2 times, most recently from 5ef8828 to 7ce714e Compare April 15, 2026 06:12
Bumps [@ai-sdk/provider](https://github.com/vercel/ai) from 1.1.3 to 3.0.8.
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/@ai-sdk/provider@1.1.3...@ai-sdk/provider@3.0.8)

---
updated-dependencies:
- dependency-name: "@ai-sdk/provider"
  dependency-version: 3.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bun/ai-sdk/provider-3.0.8 branch from 7ce714e to 1c8aa53 Compare April 15, 2026 06:16
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants