[PR #612] [CLOSED] Bump openai from 4.90.0 to 5.22.0 #618

Closed
opened 2026-03-03 13:55:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/openai-5.22.0


📝 Commits (1)

  • 135f131 Bump openai from 4.90.0 to 5.22.0

📊 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.22.0.

Release notes

Sourced from openai's releases.

v5.22.0

5.22.0 (2025-09-19)

Full Changelog: v5.21.0...v5.22.0

Features

  • api: add reasoning_text (7ff6186)

Chores

  • api: manual fixes for streaming (3a2ae4c)

v5.21.0

5.21.0 (2025-09-17)

Full Changelog: v5.20.3...v5.21.0

Features

  • api: type updates for conversations, reasoning_effort and results for evals (f243f54)

v5.20.3

5.20.3 (2025-09-15)

Full Changelog: v5.20.2...v5.20.3

Chores

  • api: docs and spec refactoring (05b4498)

v5.20.2

5.20.2 (2025-09-12)

Full Changelog: v5.20.1...v5.20.2

Bug Fixes

  • coerce nullable values to undefined (836d1b4)

Chores

  • api: Minor docs and type updates for realtime (ccb00dc)

v5.20.1

5.20.1 (2025-09-10)

Full Changelog: v5.20.0...v5.20.1

... (truncated)

Changelog

Sourced from openai's changelog.

5.22.0 (2025-09-19)

Full Changelog: v5.21.0...v5.22.0

Features

  • api: add reasoning_text (7ff6186)

Chores

  • api: manual fixes for streaming (3a2ae4c)

5.21.0 (2025-09-17)

Full Changelog: v5.20.3...v5.21.0

Features

  • api: type updates for conversations, reasoning_effort and results for evals (f243f54)

5.20.3 (2025-09-15)

Full Changelog: v5.20.2...v5.20.3

Chores

  • api: docs and spec refactoring (05b4498)

5.20.2 (2025-09-12)

Full Changelog: v5.20.1...v5.20.2

Bug Fixes

  • coerce nullable values to undefined (836d1b4)

Chores

  • api: Minor docs and type updates for realtime (ccb00dc)

5.20.1 (2025-09-10)

Full Changelog: v5.20.0...v5.20.1

Chores

  • api: fix realtime GA types (1c0d314)

... (truncated)

Commits
  • 1df129f release: 5.22.0
  • e084eca chore(api): manual fixes for streaming
  • f0d3ee1 feat(api): add reasoning_text
  • 09862bf release: 5.21.0
  • 63c98c8 feat(api): type updates for conversations, reasoning_effort and results for e...
  • 3c68957 release: 5.20.3
  • d997a67 chore(api): docs and spec refactoring
  • e85e15c release: 5.20.2
  • 7323c25 fix: coerce nullable values to undefined
  • e6dc3e2 codegen metadata
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by kwhinnery-openai, a new releaser for 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 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/612 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/22/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/openai-5.22.0` --- ### 📝 Commits (1) - [`135f131`](https://github.com/jehna/humanify/commit/135f1315aa4adf979828b4f89095b9e53dc870a9) Bump openai from 4.90.0 to 5.22.0 ### 📊 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.22.0. <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.22.0</h2> <h2>5.22.0 (2025-09-19)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.21.0...v5.22.0">v5.21.0...v5.22.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add reasoning_text (<a href="https://github.com/openai/openai-node/commit/7ff61860a14ae20d0734b4f592002dfe67330488">7ff6186</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>api:</strong> manual fixes for streaming (<a href="https://github.com/openai/openai-node/commit/3a2ae4ce2a0796f5201dd9373f103bd94689b733">3a2ae4c</a>)</li> </ul> <h2>v5.21.0</h2> <h2>5.21.0 (2025-09-17)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.20.3...v5.21.0">v5.20.3...v5.21.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> type updates for conversations, reasoning_effort and results for evals (<a href="https://github.com/openai/openai-node/commit/f243f54072d00cb8d83b8c6093accaaabf34d4cf">f243f54</a>)</li> </ul> <h2>v5.20.3</h2> <h2>5.20.3 (2025-09-15)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.20.2...v5.20.3">v5.20.2...v5.20.3</a></p> <h3>Chores</h3> <ul> <li><strong>api:</strong> docs and spec refactoring (<a href="https://github.com/openai/openai-node/commit/05b44987c699f7683b8706c8de363165150e5f31">05b4498</a>)</li> </ul> <h2>v5.20.2</h2> <h2>5.20.2 (2025-09-12)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.20.1...v5.20.2">v5.20.1...v5.20.2</a></p> <h3>Bug Fixes</h3> <ul> <li>coerce nullable values to undefined (<a href="https://github.com/openai/openai-node/commit/836d1b4cdd077c206e1c647c762f4c16e9db444c">836d1b4</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>api:</strong> Minor docs and type updates for realtime (<a href="https://github.com/openai/openai-node/commit/ccb00dcbd1466976045aafee152cbc038bb293b9">ccb00dc</a>)</li> </ul> <h2>v5.20.1</h2> <h2>5.20.1 (2025-09-10)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.20.0...v5.20.1">v5.20.0...v5.20.1</a></p> <!-- 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.22.0 (2025-09-19)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.21.0...v5.22.0">v5.21.0...v5.22.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> add reasoning_text (<a href="https://github.com/openai/openai-node/commit/7ff61860a14ae20d0734b4f592002dfe67330488">7ff6186</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>api:</strong> manual fixes for streaming (<a href="https://github.com/openai/openai-node/commit/3a2ae4ce2a0796f5201dd9373f103bd94689b733">3a2ae4c</a>)</li> </ul> <h2>5.21.0 (2025-09-17)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.20.3...v5.21.0">v5.20.3...v5.21.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> type updates for conversations, reasoning_effort and results for evals (<a href="https://github.com/openai/openai-node/commit/f243f54072d00cb8d83b8c6093accaaabf34d4cf">f243f54</a>)</li> </ul> <h2>5.20.3 (2025-09-15)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.20.2...v5.20.3">v5.20.2...v5.20.3</a></p> <h3>Chores</h3> <ul> <li><strong>api:</strong> docs and spec refactoring (<a href="https://github.com/openai/openai-node/commit/05b44987c699f7683b8706c8de363165150e5f31">05b4498</a>)</li> </ul> <h2>5.20.2 (2025-09-12)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.20.1...v5.20.2">v5.20.1...v5.20.2</a></p> <h3>Bug Fixes</h3> <ul> <li>coerce nullable values to undefined (<a href="https://github.com/openai/openai-node/commit/836d1b4cdd077c206e1c647c762f4c16e9db444c">836d1b4</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>api:</strong> Minor docs and type updates for realtime (<a href="https://github.com/openai/openai-node/commit/ccb00dcbd1466976045aafee152cbc038bb293b9">ccb00dc</a>)</li> </ul> <h2>5.20.1 (2025-09-10)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.20.0...v5.20.1">v5.20.0...v5.20.1</a></p> <h3>Chores</h3> <ul> <li><strong>api:</strong> fix realtime GA types (<a href="https://github.com/openai/openai-node/commit/1c0d3145e920a55f3c710323849bcac1fd60b703">1c0d314</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-node/commit/1df129f711df55d7b3a3e2bd5c3020d0826d51b1"><code>1df129f</code></a> release: 5.22.0</li> <li><a href="https://github.com/openai/openai-node/commit/e084eca9b00b7258855b077c87d61a8982523b7b"><code>e084eca</code></a> chore(api): manual fixes for streaming</li> <li><a href="https://github.com/openai/openai-node/commit/f0d3ee16b47171ef7598af8bd085386fdf8f5625"><code>f0d3ee1</code></a> feat(api): add reasoning_text</li> <li><a href="https://github.com/openai/openai-node/commit/09862bf32e86f305abed0edd90f1f26cfa2c9ecc"><code>09862bf</code></a> release: 5.21.0</li> <li><a href="https://github.com/openai/openai-node/commit/63c98c8ecef30eebfab5b1e484bb5dae7d8394c6"><code>63c98c8</code></a> feat(api): type updates for conversations, reasoning_effort and results for e...</li> <li><a href="https://github.com/openai/openai-node/commit/3c6895722be9561c1aa63e577224344d869ca3b4"><code>3c68957</code></a> release: 5.20.3</li> <li><a href="https://github.com/openai/openai-node/commit/d997a676c528d98417d3bd46d13a53d69a38060c"><code>d997a67</code></a> chore(api): docs and spec refactoring</li> <li><a href="https://github.com/openai/openai-node/commit/e85e15c9366cc96e2e9585a0c0ab43682026155d"><code>e85e15c</code></a> release: 5.20.2</li> <li><a href="https://github.com/openai/openai-node/commit/7323c254fc44badf221ead99a45f8fa3db2dbff9"><code>7323c25</code></a> fix: coerce nullable values to undefined</li> <li><a href="https://github.com/openai/openai-node/commit/e6dc3e2c6652fd33505540e7fcf78d05c8689e40"><code>e6dc3e2</code></a> codegen metadata</li> <li>Additional commits viewable in <a href="https://github.com/openai/openai-node/compare/v4.90.0...v5.22.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~kwhinnery-openai">kwhinnery-openai</a>, a new releaser for openai since your current version.</p> </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.22.0)](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:55:23 +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#618
No description provided.