Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Release notes

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

@​ai-sdk/openai-compatible@​3.0.0-canary.45

Patch Changes

  • Updated dependencies [ca446f8]
    • @​ai-sdk/provider-utils@​5.0.0-canary.38
Changelog

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

3.0.60

Patch Changes

  • 6dcd8e6: feat(openai): add GPT-5.5 chat model IDs

3.0.59

Patch Changes

  • 38966ab: fix(openai, openai-compatible): only send null content for assistant messages with tool calls

3.0.58

Patch Changes

  • 2370948: feat(openai): preserve namespace on function_call output items

3.0.57

Patch Changes

  • d33e7cc: chore(provider/openai): add type for image model options for type-safe processing

3.0.56

Patch Changes

  • Updated dependencies [7beadf0]
    • @​ai-sdk/provider-utils@​4.0.26

3.0.55

Patch Changes

  • a727da4: chore: ensure consistent import handling and avoid import duplicates or cycles
  • Updated dependencies [a727da4]
    • @​ai-sdk/provider-utils@​4.0.25
    • @​ai-sdk/provider@​3.0.10

3.0.54

Patch Changes

  • a7f3c72: trigger release for all packages after provenance setup
  • 408a2ad: patch - send content: null instead of empty string for tool-only assistant messages
  • c71ad14: feat(provider/openai): add gpt-image-2 model support
  • Updated dependencies [a7f3c72]
    • @​ai-sdk/provider@​3.0.9
    • @​ai-sdk/provider-utils@​4.0.24

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​ai-sdk/openai since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 15, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 15, 2026

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

Project Deployment Actions Updated (UTC)
langfuse-js Ready Ready Preview May 12, 2026 0:49am

Request Review

Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

This is a major version bump (v2 → v3) of a devDependency used in e2e tests — worth a quick human check to confirm the e2e tests still pass with the new API.

Extended reasoning...

Overview

This PR bumps @ai-sdk/openai from 2.0.20 to 3.0.52 (a major version bump: v2 → v3) in package.json and pnpm-lock.yaml. The package is a devDependency and is consumed only in tests/e2e/vercel-ai-sdk.e2e.test.ts via import { openai } from "@ai-sdk/openai".

Security risks

None identified. This is a third-party AI provider client used only in test code, with no auth or crypto handling.

Level of scrutiny

Moderate. Although the change is confined to devDependencies and test files, major version bumps can introduce breaking API changes. The single consumer (vercel-ai-sdk.e2e.test.ts) uses the openai named export, which could have changed in v3. Additionally, transitive deps shift: @ai-sdk/provider moves from 2.0.0 → 3.0.8 and @ai-sdk/provider-utils from 3.0.5 → 4.0.23, and a new dep @standard-schema/spec is introduced.

Other factors

No bugs were found by the automated scan. The lockfile changes are internally consistent. A human reviewer should verify the e2e tests pass with the upgraded package before merging.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-sdk/openai-3.0.52 branch from 14a0867 to 5eeff40 Compare April 17, 2026 14:12
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-sdk/openai-3.0.52 branch from 5eeff40 to 261b77e Compare April 17, 2026 14:18
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-sdk/openai-3.0.52 branch from 261b77e to eebdc09 Compare April 21, 2026 10:00
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-sdk/openai-3.0.52 branch from eebdc09 to 7e6dc86 Compare April 21, 2026 15:39
@dependabot dependabot Bot changed the title chore(deps-dev): bump @ai-sdk/openai from 2.0.20 to 3.0.52 chore(deps-dev): bump @ai-sdk/openai from 2.0.20 to 3.0.53 Apr 27, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-sdk/openai-3.0.52 branch from 7e6dc86 to 3ad5288 Compare April 27, 2026 05:59
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-sdk/openai-3.0.52 branch from 3ad5288 to 930ae76 Compare May 4, 2026 07:54
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-sdk/openai-3.0.52 branch from 930ae76 to a12c7f5 Compare May 4, 2026 11:42
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-sdk/openai-3.0.52 branch from a12c7f5 to d02b77f Compare May 4, 2026 11:44
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-sdk/openai-3.0.52 branch from d02b77f to 0e6fde6 Compare May 4, 2026 11:57
Bumps [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) from 2.0.20 to 3.0.60.
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/@ai-sdk/openai@3.0.60/packages/openai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/openai@3.0.60/packages/openai)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump @ai-sdk/openai from 2.0.20 to 3.0.53 chore(deps-dev): bump @ai-sdk/openai from 2.0.20 to 3.0.60 May 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/ai-sdk/openai-3.0.52 branch from 0e6fde6 to b1ddada Compare May 12, 2026 12:46
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