Skip to content

build(deps): bump openai from 6.38.0 to 6.39.0#202

Merged
erode-release[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/openai-6.39.0
May 27, 2026
Merged

build(deps): bump openai from 6.38.0 to 6.39.0#202
erode-release[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/openai-6.39.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 27, 2026

Copy link
Copy Markdown
Contributor

Bumps openai from 6.38.0 to 6.39.0.

Release notes

Sourced from openai's releases.

v6.39.0

6.39.0 (2026-05-21)

Full Changelog: v6.38.0...v6.39.0

Features

  • api: api update (33ea11f)
  • api: manual updates (c210b09)
  • api: manual updates (92df9dc)
  • api: update OpenAPI spec or Stainless config (c7c0f52)

Bug Fixes

  • types: allow runtime fetch options (8f5003d)
  • typescript: upgrade tsc-multi so that it works with Node 26 (068f9c6)

Chores

  • api: docs updates (9d43adb)
  • tests: remove redundant File import (5465bbe)
Changelog

Sourced from openai's changelog.

6.39.0 (2026-05-21)

Full Changelog: v6.38.0...v6.39.0

Features

  • api: api update (33ea11f)
  • api: manual updates (c210b09)
  • api: manual updates (92df9dc)
  • api: update OpenAPI spec or Stainless config (c7c0f52)

Bug Fixes

  • types: allow runtime fetch options (8f5003d)
  • typescript: upgrade tsc-multi so that it works with Node 26 (068f9c6)

Chores

  • api: docs updates (9d43adb)
  • tests: remove redundant File import (5465bbe)
Commits
  • 2002111 release: 6.39.0
  • d6dc9b7 feat(api): manual updates
  • 7444892 feat(api): api update
  • f5db3f1 fix(types): allow runtime fetch options
  • 33b391a chore(api): docs updates
  • bfe3016 fix(typescript): upgrade tsc-multi so that it works with Node 26
  • 3320b20 chore(tests): remove redundant File import
  • 3250890 feat(api): manual updates
  • d9fbf39 feat(api): update OpenAPI spec or Stainless config
  • 8a8436e codegen metadata
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 27, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 27, 2026 19:50
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 27, 2026
@erode-release erode-release Bot enabled auto-merge (squash) May 27, 2026 19:50
@greptile-apps

greptile-apps Bot commented May 27, 2026

Copy link
Copy Markdown

Greptile Summary

Bumps openai from 6.38.0 to 6.39.0 in packages/core/package.json and regenerates the lock file. The new release adds API surface (manual updates, OpenAPI spec changes) and fixes type-level issues, with no breaking changes.

  • packages/core/package.json: version constraint updated from ^6.38.0 to ^6.39.0; lock file resolves the new tarball and checksum cleanly.
  • package-lock.json: the lock regeneration also drops an explicit @rollup/rollup-linux-x64-gnu: 4.60.4 entry from packages/architecture — a separate, unrelated change worth a second look.

Confidence Score: 5/5

Safe to merge — the openai bump is a minor version with additive API changes and type fixes, and the lock file integrity hash is updated correctly.

The openai upgrade is a minor version bump containing only API additions, documentation updates, and a TypeScript toolchain fix — no breaking changes. The lock file correctly reflects the new resolved version and integrity hash. The only noteworthy item is the incidental removal of the @rollup/rollup-linux-x64-gnu native binary pin from packages/architecture, which is unrelated to the stated purpose of this PR but unlikely to cause a runtime issue given it is an optional platform binary that rollup resolves transitively.

The package-lock.json change that removes @rollup/rollup-linux-x64-gnu from packages/architecture is unrelated to the openai bump and could affect Linux CI if that pin was intentional.

Important Files Changed

Filename Overview
packages/core/package.json Updates openai dependency from ^6.38.0 to ^6.39.0 — a minor version bump with API additions and bug fixes, no breaking changes.
package-lock.json Resolves openai to 6.39.0 and also drops the explicit @rollup/rollup-linux-x64-gnu 4.60.4 entry from the packages/architecture workspace — this unrelated removal warrants a quick check.

Sequence Diagram

sequenceDiagram
    participant App as packages/core
    participant NPM as npm registry
    participant OAI as openai@6.39.0

    App->>NPM: resolve openai ^6.39.0
    NPM-->>App: openai-6.39.0.tgz (new checksum)
    App->>OAI: API calls (unchanged usage)
    OAI-->>App: responses (new API surface available, no breaking changes)
Loading

Reviews (3): Last reviewed commit: "build(deps): bump openai from 6.38.0 to ..." | Re-trigger Greptile

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/openai-6.39.0 branch from f8923dd to 92762b2 Compare May 27, 2026 19:53
Bumps [openai](https://github.com/openai/openai-node) from 6.38.0 to 6.39.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.38.0...v6.39.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/openai-6.39.0 branch from 92762b2 to cede686 Compare May 27, 2026 19:56
@erode-release erode-release Bot merged commit 06523bb into main May 27, 2026
3 checks passed
@erode-release erode-release Bot deleted the dependabot/npm_and_yarn/openai-6.39.0 branch May 27, 2026 19:58
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