Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

@​ai-sdk/openai@​2.0.46

Patch Changes

  • 66f69e7: Add 'default' as service tier

@​ai-sdk/openai@​2.0.45

Patch Changes

  • 6f0644c: chore: use import * from zod/v4
  • 6f0644c: chore: load zod schemas lazily
  • Updated dependencies [6f0644c]
  • Updated dependencies [6f0644c]
    • @​ai-sdk/provider-utils@​3.0.11
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 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-10 05:13:45 UTC

Summary

Updates @ai-sdk/openai dev dependency from 2.0.20 to 2.0.46, bringing in minor improvements including support for 'default' service tier, lazy zod schema loading for better performance, and updated peer dependency constraints.

Key Changes:

  • Main package: @ai-sdk/openai 2.0.20 → 2.0.46
  • Transitive dependency: @ai-sdk/provider-utils 3.0.5 → 3.0.11
  • Transitive dependency: eventsource-parser 3.0.5 → 3.0.6
  • Zod peer dependency constraint updated from ^3.25.76 || ^4 to ^3.25.76 || ^4.1.8

Impact Analysis:

  • All changes are patch releases with no breaking changes
  • The package is only used in E2E tests (tests/e2e/vercel-ai-sdk.e2e.test.ts)
  • Performance improvement from lazy schema loading reduces initialization overhead
  • New 'default' service tier option added to OpenAI provider

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Score reflects a straightforward dependency patch update with no breaking changes - all updates are minor/patch releases within the same major version, the dependency is only used in dev/test contexts, and the changes include performance improvements (lazy schema loading) without API modifications
  • 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.46 with transitive dependencies (@ai-sdk/provider-utils 3.0.5→3.0.11, eventsource-parser 3.0.5→3.0.6)

Sequence Diagram

sequenceDiagram
    participant Dep as Dependabot
    participant Lock as pnpm-lock.yaml
    participant Main 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.46
    Lock->>Main: Resolve new version
    Main->>Utils: Requires @ai-sdk/provider-utils 3.0.11
    Lock->>Utils: Add new transitive dependency
    Utils->>Parser: Requires eventsource-parser 3.0.6
    Lock->>Parser: Add updated version
    Tests->>Main: Import openai() for testing
    Note over Tests,Main: No breaking changes<br/>All existing tests compatible
Loading

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

---
updated-dependencies:
- dependency-name: "@ai-sdk/openai"
  dependency-version: 2.0.46
  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 Oct 10, 2025
@vercel
Copy link

vercel bot commented Oct 10, 2025

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

Project Deployment Preview Updated (UTC)
langfuse-js Ready Ready Preview Oct 10, 2025 5:11am

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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 13, 2025

Superseded by #664.

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