Skip to content

chore(deps-dev): bump @ai-sdk/openai from 2.0.20 to 2.0.36#644

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-sdk/openai-2.0.36
Closed

chore(deps-dev): bump @ai-sdk/openai from 2.0.20 to 2.0.36#644
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ai-sdk/openai-2.0.36

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 26, 2025

Copy link
Copy Markdown
Contributor

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

Release notes

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

@​ai-sdk/openai@​2.0.36

Patch Changes

  • bc5ed71: chore: update zod peer depenedency version
  • Updated dependencies [bc5ed71]
    • @​ai-sdk/provider-utils@​3.0.10

@​ai-sdk/openai@​2.0.35

Patch Changes

  • 1cfc209: feat(provider/openai): OpenAIChatLanguageModelOptions type

    import { openai, type OpenAIChatLanguageModelOptions } from '@ai-sdk/openai';
    import { generateText } from 'ai';
    await generateText({
    model: openai.chat('gpt-4o'),
    prompt: 'Invent a new holiday and describe its traditions.',
    providerOptions: {
    openai: {
    user: 'user-123',
    } satisfies OpenAIChatLanguageModelOptions,
    },
    });

Commits
  • e5b0b36 Version Packages (#8930)
  • d0bd00b docs(changeset): remove changeset for baseten that will not be backported to 5.0
  • 356c1f2 Backport: chore (provider/google): Add preview modelIds for gemini 2.5 flash ...
  • 5240b1d ci(test): new test job
  • bc5ed71 Backport: fix: update zod peer dependency version range (#8920) (#8923)
  • bd59788 Backport: fix(ai): minor type fix (#8921)
  • 79741ab Version Packages (#8919)
  • d335191 Backport: feat(ai): extend addToolResult to support error results (#8911)
  • 08562c9 Backport: docs(example): set anthropic-beta header for anthropic `streamObj...
  • 63d5f66 Version Packages (#8895)
  • 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-09-26 05:14:17 UTC

Summary

This PR updates @ai-sdk/openai from version 2.0.20 to 2.0.36, a routine dependency update managed by Dependabot. The update includes several patch releases with the following key changes:

  • Updated Zod peer dependency constraints to support version 4.1.8
  • Added OpenAIChatLanguageModelOptions type for better TypeScript support
  • Updated @ai-sdk/provider-utils dependency from 3.0.5 to 3.0.10
  • Added new eventsource-parser@3.0.6 dependency
  • Minor updates to Babel packages for internal tooling

All changes are backward compatible patch releases within the existing ^2 semver range specified in package.json. The Zod peer dependency update expands compatibility without breaking existing usage.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Score reflects automated dependency updates with only patch-level changes, expanded Zod compatibility, and no breaking changes within existing semver constraints
  • No files require special attention

Important Files Changed

File Analysis

Filename        Score        Overview
pnpm-lock.yaml 5/5 Updates @ai-sdk/openai from v2.0.20 to v2.0.36 with compatible dependency updates, no breaking changes

Sequence Diagram

sequenceDiagram
    participant D as Dependabot
    participant R as Repository
    participant P as Package Registry
    participant L as Lock File

    D->>P: Check for updates to @ai-sdk/openai
    P->>D: Return version 2.0.36 (latest)
    D->>R: Create PR with version update
    R->>L: Update pnpm-lock.yaml
    Note over L: @ai-sdk/openai: 2.0.20 → 2.0.36
    Note over L: @ai-sdk/provider-utils: 3.0.5 → 3.0.10
    Note over L: Update peer dependency constraints
    Note over L: Add eventsource-parser@3.0.6
    L->>R: Lock file updated with new versions
Loading

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

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 2.0.36
  dependency-type: direct:development
  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 26, 2025
@vercel

vercel Bot commented Sep 26, 2025

Copy link
Copy Markdown

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

Project Deployment Preview Updated (UTC)
langfuse-js Ready Ready Preview Sep 26, 2025 5:13am

@greptile-apps greptile-apps Bot 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.

No files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@dependabot @github

dependabot Bot commented on behalf of github Sep 29, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #645.

@dependabot dependabot Bot closed this Sep 29, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/ai-sdk/openai-2.0.36 branch September 29, 2025 05:38
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