[PR #101] [MERGED] Bump @google/generative-ai from 0.17.1 to 0.19.0 #162

Closed
opened 2026-03-03 13:53:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/101
Author: @dependabot[bot]
Created: 9/13/2024
Status: Merged
Merged: 9/17/2024
Merged by: @github-actions[bot]

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


📝 Commits (1)

  • 3edb389 Bump @google/generative-ai from 0.17.1 to 0.19.0

📊 Changes

2 files changed (+5 additions, -6 deletions)

View changed files

📝 package-lock.json (+4 -5)
📝 package.json (+1 -1)

📄 Description

Bumps @google/generative-ai from 0.17.1 to 0.19.0.

Changelog

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

0.19.0

Minor Changes

  • 00dc7a1: Use lowercase SchemaType enum values to match json-schema.

0.18.0

Minor Changes

  • fc008a1: Add ability to set modelParams (generationConfig, safetySettings) on getGenerativeModelFromCachedContent().

0.17.2

Patch Changes

  • d8f6b4f: Fix language marker in text helper for executable code results.
Commits

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/101 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/13/2024 **Status:** ✅ Merged **Merged:** 9/17/2024 **Merged by:** [@github-actions[bot]](https://github.com/apps/github-actions) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/google/generative-ai-0.19.0` --- ### 📝 Commits (1) - [`3edb389`](https://github.com/jehna/humanify/commit/3edb38986095a7a462a6636772d5ca1f23af1003) Bump @google/generative-ai from 0.17.1 to 0.19.0 ### 📊 Changes **2 files changed** (+5 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -5) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@google/generative-ai](https://github.com/google/generative-ai-js) from 0.17.1 to 0.19.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.19.0</h2> <h3>Minor Changes</h3> <ul> <li>00dc7a1: Use lowercase SchemaType enum values to match json-schema.</li> </ul> <h2>0.18.0</h2> <h3>Minor Changes</h3> <ul> <li>fc008a1: Add ability to set modelParams (generationConfig, safetySettings) on getGenerativeModelFromCachedContent().</li> </ul> <h2>0.17.2</h2> <h3>Patch Changes</h3> <ul> <li>d8f6b4f: Fix language marker in text helper for executable code results.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google-gemini/generative-ai-js/commit/cf223ff4a1ee5a2d944c53cddb8976136382bee6"><code>cf223ff</code></a> Version Packages (<a href="https://redirect.github.com/google/generative-ai-js/issues/258">#258</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-js/commit/ec8ec7ad7d957b286eac4eac39b52144d13c3425"><code>ec8ec7a</code></a> Bump micromatch from 4.0.5 to 4.0.8 (<a href="https://redirect.github.com/google/generative-ai-js/issues/237">#237</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-js/commit/9406e6baff3fb28aa62fab416032434c51bb5e30"><code>9406e6b</code></a> Bump path-to-regexp from 1.8.0 to 1.9.0 (<a href="https://redirect.github.com/google/generative-ai-js/issues/257">#257</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-js/commit/00dc7a194334e70c2164a463d57b60865a88d6de"><code>00dc7a1</code></a> Use lowercase SchemaType enum values (<a href="https://redirect.github.com/google/generative-ai-js/issues/229">#229</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-js/commit/7d011955fd980ef684a8959c6041802ce4642ef8"><code>7d01195</code></a> Version Packages (<a href="https://redirect.github.com/google/generative-ai-js/issues/256">#256</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-js/commit/fc008a191f6e323398278ea0bf985e85822582e4"><code>fc008a1</code></a> Add ability to set modelParams on getGenerativeModelFromCachedContent() (<a href="https://redirect.github.com/google/generative-ai-js/issues/254">#254</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-js/commit/ce49f34d26287a0cb990f4014dadfb668a407fc6"><code>ce49f34</code></a> Add TOC to samples dir (<a href="https://redirect.github.com/google/generative-ai-js/issues/253">#253</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-js/commit/9bffaba5d150253e14b58c6d48dbbe78764be246"><code>9bffaba</code></a> Version Packages (<a href="https://redirect.github.com/google/generative-ai-js/issues/247">#247</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-js/commit/2ae06ff0790307d2ee542f67bdabe25e234651c4"><code>2ae06ff</code></a> Update changelog to include 0.16.1 patch (<a href="https://redirect.github.com/google/generative-ai-js/issues/248">#248</a>)</li> <li><a href="https://github.com/google-gemini/generative-ai-js/commit/d8f6b4fd60724b58973c9f973f0a756e8c4f345a"><code>d8f6b4f</code></a> Stop hardcoding python (<a href="https://redirect.github.com/google/generative-ai-js/issues/235">#235</a>)</li> <li>Additional commits viewable in <a href="https://github.com/google/generative-ai-js/compare/v0.17.1...v0.19.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.17.1&new-version=0.19.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:53:20 +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#162
No description provided.