Skip to content

XS✔ ◾ ⬆️ npm: Bump openai from 6.16.0 to 6.25.0#740

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/openai-6.25.0
Open

XS✔ ◾ ⬆️ npm: Bump openai from 6.16.0 to 6.25.0#740
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/openai-6.25.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 2, 2026

Copy link
Copy Markdown
Contributor

Bumps openai from 6.16.0 to 6.25.0.

Release notes

Sourced from openai's releases.

v6.25.0

6.25.0 (2026-02-24)

Full Changelog: v6.24.0...v6.25.0

Features

Bug Fixes

Chores

  • internal: refactor sse event parsing (0ea2380)

v6.24.0

6.24.0 (2026-02-24)

Full Changelog: v6.23.0...v6.24.0

Features

  • api: add gpt-realtime-1.5 and gpt-audio-1.5 models to realtime (75875bf)

v6.23.0

6.23.0 (2026-02-23)

Full Changelog: v6.22.0...v6.23.0

Features

  • api: websockets for responses api (c6b96b8)

Bug Fixes

  • docs/contributing: correct pnpm link command (8a198a5)
  • internal: skip tests that depend on mock server (3d88cb0)

Chores

  • internal/client: fix form-urlencoded requests (646cedd)
  • update mock server docs (29f78f3)

... (truncated)

Changelog

Sourced from openai's changelog.

6.25.0 (2026-02-24)

Full Changelog: v6.24.0...v6.25.0

Features

Bug Fixes

Chores

  • internal: refactor sse event parsing (0ea2380)

6.24.0 (2026-02-24)

Full Changelog: v6.23.0...v6.24.0

Features

  • api: add gpt-realtime-1.5 and gpt-audio-1.5 models to realtime (75875bf)

6.23.0 (2026-02-23)

Full Changelog: v6.22.0...v6.23.0

Features

  • api: websockets for responses api (c6b96b8)

Bug Fixes

  • docs/contributing: correct pnpm link command (8a198a5)
  • internal: skip tests that depend on mock server (3d88cb0)

Chores

  • internal/client: fix form-urlencoded requests (646cedd)
  • update mock server docs (29f78f3)

Documentation

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [openai](https://github.com/openai/openai-node) from 6.16.0 to 6.25.0.
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v6.16.0...v6.25.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 6.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

github-actions Bot commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

PR Metrics

Thanks for keeping your pull request small.
Thanks for adding tests.

Lines
Product Code -
Test Code -
Subtotal -
Ignored Code 28
Total 28

Metrics computed by PR Metrics. Add it to your Azure DevOps and GitHub PRs!

@github-actions github-actions Bot changed the title ⬆️ npm: Bump openai from 6.16.0 to 6.25.0 XS✔ ◾ ⬆️ npm: Bump openai from 6.16.0 to 6.25.0 Mar 2, 2026
Comment thread package-lock.json
@@ -34,7 +34,7 @@
"gray-matter": "^4.0.3",

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.

This file doesn't require review.

@github-actions

github-actions Bot commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

🚀 Pre-release build is available for this PR:
https://github.com/SSWConsulting/SSW.YakShaver.Desktop/releases/tag/0.6.0-beta.740.1772476795

@github-actions

github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

Hi there!

This PR has been here a while.

Did you know you should avoid merge debt?

Please review and merge or close.

Thanks!

@github-actions github-actions Bot added the Stale label Mar 8, 2026
@github-actions github-actions Bot removed the Stale label Apr 19, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Hi there!

This PR has been here a while.

Did you know you should avoid merge debt?

Please review and merge or close.

Thanks!

@github-actions github-actions Bot added the Stale label Apr 26, 2026
@tomek-i

tomek-i commented Jun 26, 2026

Copy link
Copy Markdown
Member

@copilot resolve the merge conflicts in this pull request

…rn/openai-6.25.0

# Conflicts:
#	package-lock.json
#	package.json

Copilot AI commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

@copilot resolve the merge conflicts in this pull request

Merge conflicts resolved. Both package.json and package-lock.json had conflicts between the bumped openai: ^6.25.0 (this branch) and openid-client: ^6.8.2 (added in main). The merge keeps openai at 6.25.0 and includes the new openid-client dependency from main. Commit: 7e3e527

Copilot AI requested a review from tomek-i June 26, 2026 01:37
@github-actions github-actions Bot removed the Stale label Jun 28, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

A newer version of openai exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@github-actions

Copy link
Copy Markdown
Contributor

Hi there!

This PR has been here a while.

Did you know you should avoid merge debt?

Please review and merge or close.

Thanks!

@github-actions github-actions Bot added the Stale label Jul 19, 2026
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 Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants