Skip to content

fix(deps, frontend): bump @ai-sdk/openai from 2.0.67 to 4.0.8 in /frontend#6237

Open
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/npm_and_yarn/frontend/ai-sdk/openai-4.0.8
Open

fix(deps, frontend): bump @ai-sdk/openai from 2.0.67 to 4.0.8 in /frontend#6237
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/npm_and_yarn/frontend/ai-sdk/openai-4.0.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor

Bumps @ai-sdk/openai from 2.0.67 to 4.0.8.

Release notes

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

@​ai-sdk/openai@​4.0.8

Patch Changes

  • b51ed36: Send inline image file parts in OpenAI chat requests as data URLs instead of bare base64 strings.

@​ai-sdk/openai@​3.0.81

Patch Changes

  • Updated dependencies [0952964]
    • @​ai-sdk/provider-utils@​4.0.36
Changelog

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

4.0.8

Patch Changes

  • b51ed36: Send inline image file parts in OpenAI chat requests as data URLs instead of bare base64 strings.

4.0.7

Patch Changes

  • 5c5c0f5: Add experimental streaming transcription support for transcription models, including OpenAI gpt-realtime-whisper and xAI WebSocket STT.
  • Updated dependencies [5c5c0f5]
    • @​ai-sdk/provider@​4.0.2
    • @​ai-sdk/provider-utils@​5.0.5

4.0.6

Patch Changes

  • Updated dependencies [c6f5e62]
    • @​ai-sdk/provider-utils@​5.0.4

4.0.5

Patch Changes

  • Updated dependencies [8c616f0]
    • @​ai-sdk/provider-utils@​5.0.3

4.0.4

Patch Changes

  • Updated dependencies [0274f34]
    • @​ai-sdk/provider@​4.0.1
    • @​ai-sdk/provider-utils@​5.0.2

4.0.3

Patch Changes

  • 1ead90c: Return a helpful error when the Responses stream parser receives Chat Completions chunks.

4.0.2

Patch Changes

  • Updated dependencies [6a436e3]
    • @​ai-sdk/provider-utils@​5.0.1

... (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 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 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)

Bumps [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) from 2.0.67 to 4.0.8.
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/openai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/openai@4.0.8/packages/openai)

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

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 Jul 7, 2026
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Automated Reviewer Suggestions

Based on the git blame history of the changed files, we recommend the following reviewers:

  • No candidates found from git blame history.

@github-actions github-actions Bot added the frontend Changes related to the frontend GUI label Jul 7, 2026
@aglinxinyuan aglinxinyuan requested a review from Yicong-Huang July 7, 2026 23:15
@aglinxinyuan aglinxinyuan self-assigned this Jul 7, 2026
@aglinxinyuan aglinxinyuan added the release/v1.2 back porting to release/v1.2 label Jul 7, 2026
@codecov-commenter

codecov-commenter commented Jul 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.67%. Comparing base (27f145a) to head (08e8f4c).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #6237      +/-   ##
============================================
- Coverage     60.73%   60.67%   -0.07%     
+ Complexity     3363     3353      -10     
============================================
  Files          1135     1134       -1     
  Lines         44188    44167      -21     
  Branches       4830     4830              
============================================
- Hits          26838    26798      -40     
- Misses        15892    15915      +23     
+ Partials       1458     1454       -4     
Flag Coverage Δ *Carryforward flag
access-control-service 70.00% <ø> (ø) Carriedforward from 37d145e
agent-service 44.59% <ø> (ø) Carriedforward from 37d145e
amber 65.97% <ø> (-0.14%) ⬇️ Carriedforward from 37d145e
computing-unit-managing-service 0.00% <ø> (ø) Carriedforward from 37d145e
config-service 52.30% <ø> (ø) Carriedforward from 37d145e
file-service 63.97% <ø> (ø) Carriedforward from 37d145e
frontend 52.65% <ø> (ø)
notebook-migration-service 78.57% <ø> (ø) Carriedforward from 37d145e
pyamber 91.17% <ø> (-0.02%) ⬇️ Carriedforward from 37d145e
workflow-compiling-service 55.14% <ø> (ø) Carriedforward from 37d145e

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Yicong-Huang Yicong-Huang removed the release/v1.2 back porting to release/v1.2 label Jul 8, 2026
@Yicong-Huang

Copy link
Copy Markdown
Contributor

I removed the backport label as I don't think it is related to security concern?

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 frontend Changes related to the frontend GUI javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants