Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2025

Bumps @ai-sdk/openai from 2.0.20 to 2.0.52.

Release notes

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

@​ai-sdk/openai@​2.0.52

Patch Changes

  • 8de8de5: fix(provider/openai): end reasoning parts earlier

@​ai-sdk/openai@​2.0.51

Patch Changes

  • cad5c1d: fix(provider/openai): fix web search tool input types

@​ai-sdk/openai@​2.0.50

Patch Changes

  • c336b43: feat(provider/openai): send assistant text and tool call parts as reference ids when store: true

@​ai-sdk/openai@​2.0.49

Patch Changes

  • f4287d0: feat(provider/openai): automatically add reasoning.encrypted_content include when store = false
Commits
  • 7790708 Version Packages (#9449)
  • 8de8de5 Backport: fix(provider/openai): end reasoning parts earlier (#9447)
  • b65bfb5 Version Packages (#9445)
  • cad5c1d Backport: fix(provider/openai): add output to openai websearch tool (#9443)
  • e2ca3a3 Backport: chore(examples/next-openai): ai-elements, update web search example...
  • 39c9b5e Version Packages (#9427)
  • c336b43 Backport: feat(provider/openai): send assistant text and tool call parts as r...
  • ddbda41 Version Packages (#9416)
  • f4287d0 Backport: feat(provider/openai): automatically add reasoning.encrypted_conten...
  • 96d7097 Backport: docs(example): fix path to test file (#9410)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Disclaimer: Experimental PR review

Greptile Overview

Updated On: 2025-10-14 05:12:38 UTC

Summary

Automated dependency update bumping @ai-sdk/openai from 2.0.20 to 2.0.52 (32 patch versions).

  • Updates @ai-sdk/provider-utils from 3.0.5 to 3.0.12
  • Adds new transitive dependency eventsource-parser 3.0.6
  • Expands zod peer dependency support to include ^4.1.8
  • Includes bug fixes for reasoning parts, web search tool types, reference IDs, and encrypted content handling
  • Only affects dev dependency used in Vercel AI SDK integration tests

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Automated patch-level dependency update with no breaking changes. The package is a dev dependency only used in E2E tests. All changes are bug fixes and improvements from the upstream provider. Zod peer dependency expansion is backward compatible.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
pnpm-lock.yaml 5/5 Updated @ai-sdk/openai from 2.0.20 to 2.0.52 with bug fixes and improved peer dependency support

Sequence Diagram

sequenceDiagram
    participant Dep as Dependabot
    participant Lock as pnpm-lock.yaml
    participant SDK as @ai-sdk/openai
    participant Utils as @ai-sdk/provider-utils
    participant Parser as eventsource-parser
    participant Tests as E2E Tests
    
    Dep->>Lock: Update @ai-sdk/openai 2.0.20 → 2.0.52
    Lock->>SDK: Resolve new version
    SDK->>Utils: Update dependency 3.0.5 → 3.0.12
    SDK->>Parser: Add new dependency 3.0.6
    Lock->>Tests: Dev dependency available
    
    Note over SDK,Parser: Bug fixes: reasoning parts,<br/>web search types, reference IDs,<br/>encrypted content handling
    Note over Tests: Used only in vercel-ai-sdk<br/>E2E integration tests
Loading

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 14, 2025
@vercel
Copy link

vercel bot commented Oct 14, 2025

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

Project Deployment Preview Updated (UTC)
langfuse-js Ready Ready Preview Oct 16, 2025 8:33am

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

No files reviewed, no comments

Edit Code Review Agent Settings | Greptile

Bumps [@ai-sdk/openai](https://github.com/vercel/ai) from 2.0.20 to 2.0.52.
- [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/openai@2.0.20...@ai-sdk/openai@2.0.52)

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 2.0.52
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ai-sdk/openai-2.0.52 branch from 8dcc0b2 to c104b02 Compare October 16, 2025 08:32
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2025

Superseded by #672.

@dependabot dependabot bot closed this Oct 21, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ai-sdk/openai-2.0.52 branch October 21, 2025 05:10
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