[PR #523] [CLOSED] Bump openai from 4.90.0 to 5.8.3 #535

Closed
opened 2026-03-03 13:54:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/523
Author: @dependabot[bot]
Created: 7/9/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/openai-5.8.3


📝 Commits (1)

  • 073ca63 Bump openai from 4.90.0 to 5.8.3

📊 Changes

2 files changed (+7 additions, -170 deletions)

View changed files

📝 package-lock.json (+6 -169)
📝 package.json (+1 -1)

📄 Description

Bumps openai from 4.90.0 to 5.8.3.

Release notes

Sourced from openai's releases.

v5.8.3

5.8.3 (2025-07-08)

Full Changelog: v5.8.2...v5.8.3

Bug Fixes

Chores

  • add docs to RequestOptions type (3735172)
  • ci: only run for pushes and fork pull requests (e200bc4)
  • client: improve path param validation (b5a043b)
  • internal/tests: pin bun types version (fcffa88)

v5.8.2

5.8.2 (2025-06-27)

Full Changelog: v5.8.1...v5.8.2

Bug Fixes

  • client: get fetchOptions type more reliably (b3c959d)

v5.8.1

5.8.1 (2025-06-26)

Full Changelog: v5.8.0...v5.8.1

Bug Fixes

  • client: ensure addOutputText is called on responses.retrieve (d55bb64)

Chores

  • api: remove unsupported property (1966954)
  • docs: update README to include links to docs on Webhooks (586d5da)
  • webhooks: make private methods really private (0ee396a)

v5.8.0

5.8.0 (2025-06-26)

Full Changelog: v5.7.0...v5.8.0

Features

  • api: webhook and deep research support (f2b4f66)

... (truncated)

Changelog

Sourced from openai's changelog.

5.8.3 (2025-07-08)

Full Changelog: v5.8.2...v5.8.3

Bug Fixes

Chores

  • add docs to RequestOptions type (3735172)
  • ci: only run for pushes and fork pull requests (e200bc4)
  • client: improve path param validation (b5a043b)
  • internal/tests: pin bun types version (fcffa88)

5.8.2 (2025-06-27)

Full Changelog: v5.8.1...v5.8.2

Bug Fixes

  • client: get fetchOptions type more reliably (b3c959d)

5.8.1 (2025-06-26)

Full Changelog: v5.8.0...v5.8.1

Bug Fixes

  • client: ensure addOutputText is called on responses.retrieve (d55bb64)

Chores

  • api: remove unsupported property (1966954)
  • docs: update README to include links to docs on Webhooks (586d5da)
  • webhooks: make private methods really private (0ee396a)

5.8.0 (2025-06-26)

Full Changelog: v5.7.0...v5.8.0

Features

  • api: webhook and deep research support (f2b4f66)

Bug Fixes

... (truncated)

Commits
  • 862e363 release: 5.8.3
  • e287f49 chore(internal/tests): pin bun types version
  • da9e689 fix: avoid console usage
  • 32b5886 chore: add docs to RequestOptions type
  • 9778424 chore(client): improve path param validation
  • 4a23add chore(ci): only run for pushes and fork pull requests
  • bf1f715 codegen metadata
  • 4469e67 codegen metadata
  • 1a20cac release: 5.8.2
  • b1dc75c fix(client): get fetchOptions type more reliably
  • Additional commits viewable in compare view

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jehna/humanify/pull/523 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/openai-5.8.3` --- ### 📝 Commits (1) - [`073ca63`](https://github.com/jehna/humanify/commit/073ca63c66e81e1775364798fb670d3f3bd76100) Bump openai from 4.90.0 to 5.8.3 ### 📊 Changes **2 files changed** (+7 additions, -170 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+6 -169) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [openai](https://github.com/openai/openai-node) from 4.90.0 to 5.8.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openai/openai-node/releases">openai's releases</a>.</em></p> <blockquote> <h2>v5.8.3</h2> <h2>5.8.3 (2025-07-08)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.8.2...v5.8.3">v5.8.2...v5.8.3</a></p> <h3>Bug Fixes</h3> <ul> <li>avoid console usage (<a href="https://github.com/openai/openai-node/commit/aec57c5902b47d2d643f48d98a6014e0e77ba6cc">aec57c5</a>)</li> </ul> <h3>Chores</h3> <ul> <li>add docs to RequestOptions type (<a href="https://github.com/openai/openai-node/commit/37351723bc5a24c06a96c95e11104cda42a1bec3">3735172</a>)</li> <li><strong>ci:</strong> only run for pushes and fork pull requests (<a href="https://github.com/openai/openai-node/commit/e200bc4db18a09d4148fff0056801140411bfa53">e200bc4</a>)</li> <li><strong>client:</strong> improve path param validation (<a href="https://github.com/openai/openai-node/commit/b5a043bc96b6b6bfe8cca05e103a6e4d6fea962b">b5a043b</a>)</li> <li><strong>internal/tests:</strong> pin bun types version (<a href="https://github.com/openai/openai-node/commit/fcffa880c1b31aeca70a6fa093f4b1f9d3db1a74">fcffa88</a>)</li> </ul> <h2>v5.8.2</h2> <h2>5.8.2 (2025-06-27)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.8.1...v5.8.2">v5.8.1...v5.8.2</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>client:</strong> get fetchOptions type more reliably (<a href="https://github.com/openai/openai-node/commit/b3c959d22d1002a85772385476f9a5098c8e1514">b3c959d</a>)</li> </ul> <h2>v5.8.1</h2> <h2>5.8.1 (2025-06-26)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.8.0...v5.8.1">v5.8.0...v5.8.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>client:</strong> ensure addOutputText is called on responses.retrieve (<a href="https://github.com/openai/openai-node/commit/d55bb64f8022c1e861b4b4d1c23ad4cc0e80e536">d55bb64</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>api:</strong> remove unsupported property (<a href="https://github.com/openai/openai-node/commit/19669545157dc0339f4c88855bd1ae9acaaac53d">1966954</a>)</li> <li><strong>docs:</strong> update README to include links to docs on Webhooks (<a href="https://github.com/openai/openai-node/commit/586d5daf5babc9f12793201f1e1e4c79829151f0">586d5da</a>)</li> <li><strong>webhooks:</strong> make private methods really private (<a href="https://github.com/openai/openai-node/commit/0ee396a2a0e03c794c7cfa3c9f1beb848fd77f1d">0ee396a</a>)</li> </ul> <h2>v5.8.0</h2> <h2>5.8.0 (2025-06-26)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.7.0...v5.8.0">v5.7.0...v5.8.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> webhook and deep research support (<a href="https://github.com/openai/openai-node/commit/f2b4f66226ad514d702f8acbb4820ae90b4fd40e">f2b4f66</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/openai/openai-node/blob/master/CHANGELOG.md">openai's changelog</a>.</em></p> <blockquote> <h2>5.8.3 (2025-07-08)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.8.2...v5.8.3">v5.8.2...v5.8.3</a></p> <h3>Bug Fixes</h3> <ul> <li>avoid console usage (<a href="https://github.com/openai/openai-node/commit/aec57c5902b47d2d643f48d98a6014e0e77ba6cc">aec57c5</a>)</li> </ul> <h3>Chores</h3> <ul> <li>add docs to RequestOptions type (<a href="https://github.com/openai/openai-node/commit/37351723bc5a24c06a96c95e11104cda42a1bec3">3735172</a>)</li> <li><strong>ci:</strong> only run for pushes and fork pull requests (<a href="https://github.com/openai/openai-node/commit/e200bc4db18a09d4148fff0056801140411bfa53">e200bc4</a>)</li> <li><strong>client:</strong> improve path param validation (<a href="https://github.com/openai/openai-node/commit/b5a043bc96b6b6bfe8cca05e103a6e4d6fea962b">b5a043b</a>)</li> <li><strong>internal/tests:</strong> pin bun types version (<a href="https://github.com/openai/openai-node/commit/fcffa880c1b31aeca70a6fa093f4b1f9d3db1a74">fcffa88</a>)</li> </ul> <h2>5.8.2 (2025-06-27)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.8.1...v5.8.2">v5.8.1...v5.8.2</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>client:</strong> get fetchOptions type more reliably (<a href="https://github.com/openai/openai-node/commit/b3c959d22d1002a85772385476f9a5098c8e1514">b3c959d</a>)</li> </ul> <h2>5.8.1 (2025-06-26)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.8.0...v5.8.1">v5.8.0...v5.8.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>client:</strong> ensure addOutputText is called on responses.retrieve (<a href="https://github.com/openai/openai-node/commit/d55bb64f8022c1e861b4b4d1c23ad4cc0e80e536">d55bb64</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>api:</strong> remove unsupported property (<a href="https://github.com/openai/openai-node/commit/19669545157dc0339f4c88855bd1ae9acaaac53d">1966954</a>)</li> <li><strong>docs:</strong> update README to include links to docs on Webhooks (<a href="https://github.com/openai/openai-node/commit/586d5daf5babc9f12793201f1e1e4c79829151f0">586d5da</a>)</li> <li><strong>webhooks:</strong> make private methods really private (<a href="https://github.com/openai/openai-node/commit/0ee396a2a0e03c794c7cfa3c9f1beb848fd77f1d">0ee396a</a>)</li> </ul> <h2>5.8.0 (2025-06-26)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.7.0...v5.8.0">v5.7.0...v5.8.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> webhook and deep research support (<a href="https://github.com/openai/openai-node/commit/f2b4f66226ad514d702f8acbb4820ae90b4fd40e">f2b4f66</a>)</li> </ul> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-node/commit/862e36338c9f64881bd5b23b79fa3380742b80be"><code>862e363</code></a> release: 5.8.3</li> <li><a href="https://github.com/openai/openai-node/commit/e287f490ff029d80ba92fcb82d94e090db70bdb6"><code>e287f49</code></a> chore(internal/tests): pin bun types version</li> <li><a href="https://github.com/openai/openai-node/commit/da9e689cce1dce25737423be2d2e99fc94aff22f"><code>da9e689</code></a> fix: avoid console usage</li> <li><a href="https://github.com/openai/openai-node/commit/32b58860ff9aa7ceea943dc1fe0d1ef6a56e0ab1"><code>32b5886</code></a> chore: add docs to RequestOptions type</li> <li><a href="https://github.com/openai/openai-node/commit/97784248fb907c4da48372ad5b613eff58417e95"><code>9778424</code></a> chore(client): improve path param validation</li> <li><a href="https://github.com/openai/openai-node/commit/4a23adda99088b4b8a7e80aa8f087dc5737d68c8"><code>4a23add</code></a> chore(ci): only run for pushes and fork pull requests</li> <li><a href="https://github.com/openai/openai-node/commit/bf1f7159bae591fdbd63eb96db239441be2f1094"><code>bf1f715</code></a> codegen metadata</li> <li><a href="https://github.com/openai/openai-node/commit/4469e67e00ed431222eb5a79cc20729663a377fb"><code>4469e67</code></a> codegen metadata</li> <li><a href="https://github.com/openai/openai-node/commit/1a20cac26189a8e37abc7b94422b8f04c0020a8d"><code>1a20cac</code></a> release: 5.8.2</li> <li><a href="https://github.com/openai/openai-node/commit/b1dc75c7fd2c94460278f8bb1e10f9696ee9e8ee"><code>b1dc75c</code></a> fix(client): get fetchOptions type more reliably</li> <li>Additional commits viewable in <a href="https://github.com/openai/openai-node/compare/v4.90.0...v5.8.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openai&package-manager=npm_and_yarn&previous-version=4.90.0&new-version=5.8.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:54:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/humanify#535
No description provided.