[PR #614] [CLOSED] Bump openai from 4.90.0 to 5.22.1 #619

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/614
Author: @dependabot[bot]
Created: 9/23/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/openai-5.22.1


📝 Commits (1)

  • 30dd5cf Bump openai from 4.90.0 to 5.22.1

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

Release notes

Sourced from openai's releases.

v5.22.1

5.22.1 (2025-09-22)

Full Changelog: v5.22.0...v5.22.1

Bug Fixes

Chores

  • api: openapi updates for conversations (975c075)
  • do not install brew dependencies in ./scripts/bootstrap by default (6f5e45f)
  • improve example values (b336a64)

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)

... (truncated)

Changelog

Sourced from openai's changelog.

5.22.1 (2025-09-22)

Full Changelog: v5.22.0...v5.22.1

Bug Fixes

Chores

  • api: openapi updates for conversations (975c075)
  • do not install brew dependencies in ./scripts/bootstrap by default (6f5e45f)
  • improve example values (b336a64)

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

... (truncated)

Commits
  • 5b275a9 release: 5.22.1
  • 2b98ebb chore(api): openapi updates for conversations
  • 5f7e020 chore: improve example values
  • bbccc84 fix(api): fix mcp tool name
  • fa8ec7f chore: do not install brew dependencies in ./scripts/bootstrap by default
  • 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...
  • 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/614 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/23/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/openai-5.22.1` --- ### 📝 Commits (1) - [`30dd5cf`](https://github.com/jehna/humanify/commit/30dd5cf1fc5aae897f26b60be2495da23c273914) Bump openai from 4.90.0 to 5.22.1 ### 📊 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.1. <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.1</h2> <h2>5.22.1 (2025-09-22)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.22.0...v5.22.1">v5.22.0...v5.22.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> fix mcp tool name (<a href="https://github.com/openai/openai-node/commit/fa9f3055c63f83ddc19085ebeb7ac38cb303673a">fa9f305</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>api:</strong> openapi updates for conversations (<a href="https://github.com/openai/openai-node/commit/975c0757da3474439d166a27d61ba6606d439bb0">975c075</a>)</li> <li>do not install brew dependencies in ./scripts/bootstrap by default (<a href="https://github.com/openai/openai-node/commit/6f5e45fc8a0c2dee1f68d00b135034653ed23200">6f5e45f</a>)</li> <li>improve example values (<a href="https://github.com/openai/openai-node/commit/b336a642fd9507bf28e0ed8976ec102d796f9b9d">b336a64</a>)</li> </ul> <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> <!-- 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.1 (2025-09-22)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v5.22.0...v5.22.1">v5.22.0...v5.22.1</a></p> <h3>Bug Fixes</h3> <ul> <li><strong>api:</strong> fix mcp tool name (<a href="https://github.com/openai/openai-node/commit/fa9f3055c63f83ddc19085ebeb7ac38cb303673a">fa9f305</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>api:</strong> openapi updates for conversations (<a href="https://github.com/openai/openai-node/commit/975c0757da3474439d166a27d61ba6606d439bb0">975c075</a>)</li> <li>do not install brew dependencies in ./scripts/bootstrap by default (<a href="https://github.com/openai/openai-node/commit/6f5e45fc8a0c2dee1f68d00b135034653ed23200">6f5e45f</a>)</li> <li>improve example values (<a href="https://github.com/openai/openai-node/commit/b336a642fd9507bf28e0ed8976ec102d796f9b9d">b336a64</a>)</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-node/commit/5b275a9ff5e89f07a2d7719f5750c4771392478d"><code>5b275a9</code></a> release: 5.22.1</li> <li><a href="https://github.com/openai/openai-node/commit/2b98ebb237c77ae425caf6989b1d453aea22652e"><code>2b98ebb</code></a> chore(api): openapi updates for conversations</li> <li><a href="https://github.com/openai/openai-node/commit/5f7e020a4f81b4fa480e71161448d3b8e022cd36"><code>5f7e020</code></a> chore: improve example values</li> <li><a href="https://github.com/openai/openai-node/commit/bbccc84207bbdccd7ac51cad80a282da64595786"><code>bbccc84</code></a> fix(api): fix mcp tool name</li> <li><a href="https://github.com/openai/openai-node/commit/fa8ec7f69f2fd0d5012bdb14d9b0586eb4b16c43"><code>fa8ec7f</code></a> chore: do not install brew dependencies in ./scripts/bootstrap by default</li> <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>Additional commits viewable in <a href="https://github.com/openai/openai-node/compare/v4.90.0...v5.22.1">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.1)](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#619
No description provided.