[PR #356] [MERGED] Bump @google/generative-ai from 0.22.0 to 0.23.0 #385

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

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/356
Author: @dependabot[bot]
Created: 3/4/2025
Status: Merged
Merged: 3/4/2025
Merged by: @github-actions[bot]

Base: mainHead: dependabot/npm_and_yarn/google/generative-ai-0.23.0


📝 Commits (1)

  • a96e688 Bump @google/generative-ai from 0.22.0 to 0.23.0

📊 Changes

2 files changed (+8 additions, -8 deletions)

View changed files

📝 package-lock.json (+7 -7)
📝 package.json (+1 -1)

📄 Description

Bumps @google/generative-ai from 0.22.0 to 0.23.0.

Changelog

Sourced from @​google/generative-ai's changelog.

0.23.0

Minor Changes

  • da7ed0e: Introduce a new error type to represent AbortError from SDK

Patch Changes

  • 16737d3: Fixes issue #218 by ensuring system instructions are formatted always, not just when TTL is specified
  • 9e95663: fix: Exclude content with empty parts from chat history
  • be83756: Added custom header support to the Server package, matching functionality on the client package
  • 33c3c24: add HARM_CATEGORY_CIVIC_INTEGRITY
Commits
  • 0c8d8cd Version Packages (#367)
  • c26ac5a Revert "Changed secret to use the PAT of the bot (#359)" (#366)
  • da7ed0e Introduce a new error type to represent AbortError (#357)
  • 9e95663 Fix chat history to exclude content with empty parts (#362)
  • be83756 Added Custom Header capability to the Server package, to match the Web/Client...
  • 16737d3 Fix Issue #218 by ensuring system instructions are always formatted, not just...
  • e175360 Changed secret to use the PAT of the bot (#359)
  • d35c724 Add polling getFile for all file upload samples (#353)
  • e2a356d Fix the release github action (#354)
  • 33c3c24 feat(enums.ts): add HARM_CATEGORY_CIVIC_INTEGRITY (#268)
  • 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/356 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/4/2025 **Status:** ✅ Merged **Merged:** 3/4/2025 **Merged by:** [@github-actions[bot]](https://github.com/apps/github-actions) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/google/generative-ai-0.23.0` --- ### 📝 Commits (1) - [`a96e688`](https://github.com/jehna/humanify/commit/a96e688e319331a9309158477a75fdc25a42358a) Bump @google/generative-ai from 0.22.0 to 0.23.0 ### 📊 Changes **2 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+7 -7) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@google/generative-ai](https://github.com/google/generative-ai-js) from 0.22.0 to 0.23.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/google-gemini/generative-ai-js/blob/main/CHANGELOG.md"><code>@​google/generative-ai</code>'s changelog</a>.</em></p> <blockquote> <h2>0.23.0</h2> <h3>Minor Changes</h3> <ul> <li>da7ed0e: Introduce a new error type to represent AbortError from SDK</li> </ul> <h3>Patch Changes</h3> <ul> <li>16737d3: Fixes issue <a href="https://redirect.github.com/google/generative-ai-js/issues/218">#218</a> by ensuring system instructions are formatted always, not just when TTL is specified</li> <li>9e95663: fix: Exclude content with empty parts from chat history</li> <li>be83756: Added custom header support to the Server package, matching functionality on the client package</li> <li>33c3c24: add HARM_CATEGORY_CIVIC_INTEGRITY</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google-gemini/generative-ai-js/commit/0c8d8cde00a33ea9da94e5d1bb033dc261d0588f"><code>0c8d8cd</code></a> Version Packages (<a href="https://redirect.github.com/google/generative-ai-js/issues/367">#367</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-js/commit/c26ac5a32573973977d85265e8165bb389cf9586"><code>c26ac5a</code></a> Revert &quot;Changed secret to use the PAT of the bot (<a href="https://redirect.github.com/google/generative-ai-js/issues/359">#359</a>)&quot; (<a href="https://redirect.github.com/google/generative-ai-js/issues/366">#366</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-js/commit/da7ed0ea2da63d655456994319d8d819806f097a"><code>da7ed0e</code></a> Introduce a new error type to represent AbortError (<a href="https://redirect.github.com/google/generative-ai-js/issues/357">#357</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-js/commit/9e95663dd9ac3ce0dbcf7b12a531379fa3c89e45"><code>9e95663</code></a> Fix chat history to exclude content with empty parts (<a href="https://redirect.github.com/google/generative-ai-js/issues/362">#362</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-js/commit/be83756074d1ce6bf182edee5899020d979295c5"><code>be83756</code></a> Added Custom Header capability to the Server package, to match the Web/Client...</li> <li><a href="https://github.com/google-gemini/generative-ai-js/commit/16737d3c5e17b944d70fabf580bfefc1bc36eec7"><code>16737d3</code></a> Fix Issue <a href="https://redirect.github.com/google/generative-ai-js/issues/218">#218</a> by ensuring system instructions are always formatted, not just...</li> <li><a href="https://github.com/google-gemini/generative-ai-js/commit/e17536038af8992f25a866b80741db1d59abb7c9"><code>e175360</code></a> Changed secret to use the PAT of the bot (<a href="https://redirect.github.com/google/generative-ai-js/issues/359">#359</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-js/commit/d35c7241a25d789430f16e7c1bddec22775173cc"><code>d35c724</code></a> Add polling getFile for all file upload samples (<a href="https://redirect.github.com/google/generative-ai-js/issues/353">#353</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-js/commit/e2a356d85f7c3b64941b719c82a8ad69f3403e9f"><code>e2a356d</code></a> Fix the release github action (<a href="https://redirect.github.com/google/generative-ai-js/issues/354">#354</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-js/commit/33c3c24f482730d4853bf5f9fadca4b858765d51"><code>33c3c24</code></a> feat(enums.ts): add HARM_CATEGORY_CIVIC_INTEGRITY (<a href="https://redirect.github.com/google/generative-ai-js/issues/268">#268</a>)</li> <li>Additional commits viewable in <a href="https://github.com/google/generative-ai-js/compare/v0.22.0...v0.23.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@google/generative-ai&package-manager=npm_and_yarn&previous-version=0.22.0&new-version=0.23.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:54:19 +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#385
No description provided.