chore(deps-dev): bump @ai-sdk/openai from 2.0.20 to 2.0.50 #664
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps @ai-sdk/openai from 2.0.20 to 2.0.50.
Release notes
Sourced from
@ai-sdk/openai's releases.Commits
39c9b5eVersion Packages (#9427)c336b43Backport: feat(provider/openai): send assistant text and tool call parts as r...ddbda41Version Packages (#9416)f4287d0Backport: feat(provider/openai): automatically add reasoning.encrypted_conten...96d7097Backport: docs(example): fix path to test file (#9410)8be9703Version Packages (#9408)069b370Backport: feat (provider/anthropic): Add support for pdf files in tool result...0c00076Version Packages (#9405)f02b7abBackport: feat(provider/openai-compatible): addtextVerbosityprovider opti...d3c38d9Backport: docs(example): use correct api key in `generate-text/openai-compat...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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)Disclaimer: Experimental PR review
Greptile Overview
Updated On: 2025-10-13 05:20:51 UTC
Summary
Updates
@ai-sdk/openaifrom version 2.0.20 to 2.0.50, a dev dependency used only in e2e tests for Vercel AI SDK integration testing.@ai-sdk/provider-utilsupdated from 3.0.5 to 3.0.12,eventsource-parserupdated from 3.0.5 to 3.0.6^3.25.76 || ^4to^3.25.76 || ^4.1.8(more permissive)tests/e2e/vercel-ai-sdk.e2e.test.tsfor testing OpenAI integration with generateText, streamText, generateObject, streamObject, embed, and file/image attachment featuresConfidence Score: 5/5
Important Files Changed
File Analysis
@ai-sdk/openaifrom 2.0.20 to 2.0.50 and updates transitive dependencies (@ai-sdk/provider-utilsto 3.0.12,eventsource-parserto 3.0.6)Sequence Diagram
sequenceDiagram participant D as Dependabot participant L as pnpm-lock.yaml participant P as package.json participant SDK as @ai-sdk/openai participant U as @ai-sdk/provider-utils participant E as eventsource-parser D->>L: Update dependency version L->>SDK: Bump 2.0.20 → 2.0.50 SDK->>U: Update transitive dep 3.0.5 → 3.0.12 U->>E: Update transitive dep 3.0.5 → 3.0.6 Note over P: package.json unchanged (^2 satisfied) Note over SDK: Patch updates only (no breaking changes) Note over U: Enhanced OpenAI features (reasoning, file support)