[PR #126] [CLOSED] Bump node-llama-cpp from 3.0.0-beta.44 to 3.0.3 #185

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

📋 Pull Request Information

Original PR: https://github.com/jehna/humanify/pull/126
Author: @dependabot[bot]
Created: 9/26/2024
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/node-llama-cpp-3.0.3


📝 Commits (1)

  • 7eab438 Bump node-llama-cpp from 3.0.0-beta.44 to 3.0.3

📊 Changes

1 file changed (+300 additions, -147 deletions)

View changed files

📝 package-lock.json (+300 -147)

📄 Description

Bumps node-llama-cpp from 3.0.0-beta.44 to 3.0.3.

Release notes

Sourced from node-llama-cpp's releases.

v3.0.3

node-llama-cpp 3.0 is here!

Read about the release in the blog post


3.0.3 (2024-09-25)

Bug Fixes


Shipped with llama.cpp release b3825

To use the latest llama.cpp release available, run npx -n node-llama-cpp source download --release latest. (learn more)

v3.0.2

node-llama-cpp 3.0 is here!

Read about the release in the blog post


3.0.2 (2024-09-25)

Bug Fixes


Shipped with llama.cpp release b3821

To use the latest llama.cpp release available, run npx -n node-llama-cpp source download --release latest. (learn more)

v3.0.1

node-llama-cpp 3.0 is here!

Read about the release in the blog post

... (truncated)

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/126 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/26/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/node-llama-cpp-3.0.3` --- ### 📝 Commits (1) - [`7eab438`](https://github.com/jehna/humanify/commit/7eab4387406af1a0e0a5008e7d7e49e074e8e711) Bump node-llama-cpp from 3.0.0-beta.44 to 3.0.3 ### 📊 Changes **1 file changed** (+300 additions, -147 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+300 -147) </details> ### 📄 Description Bumps [node-llama-cpp](https://github.com/withcatai/node-llama-cpp) from 3.0.0-beta.44 to 3.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/withcatai/node-llama-cpp/releases">node-llama-cpp's releases</a>.</em></p> <blockquote> <h2>v3.0.3</h2> <p><img src="https://github.com/user-attachments/assets/e5244de9-6f95-472b-a9f1-e6955db1fad6" alt="" /></p> <h1>✨ <a href="https://node-llama-cpp.withcat.ai"><code>node-llama-cpp</code></a> 3.0 is here! ✨</h1> <p>Read about the release in the <a href="https://node-llama-cpp.withcat.ai/blog/v3">blog post</a></p> <hr /> <h2><a href="https://github.com/withcatai/node-llama-cpp/compare/v3.0.2...v3.0.3">3.0.3</a> (2024-09-25)</h2> <h3>Bug Fixes</h3> <ul> <li>adapt to <code>llama.cpp</code> breaking change (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/344">#344</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/2e751c8c6aefafe906055137cb8b721a83969ebe">2e751c8</a>)</li> </ul> <hr /> <p>Shipped with <code>llama.cpp</code> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3825"><code>b3825</code></a></p> <blockquote> <p>To use the latest <code>llama.cpp</code> release available, run <code>npx -n node-llama-cpp source download --release latest</code>. (<a href="https://node-llama-cpp.withcat.ai/guide/building-from-source#download-new-release">learn more</a>)</p> </blockquote> <h2>v3.0.2</h2> <p><img src="https://github.com/user-attachments/assets/e5244de9-6f95-472b-a9f1-e6955db1fad6" alt="" /></p> <h1>✨ <a href="https://node-llama-cpp.withcat.ai"><code>node-llama-cpp</code></a> 3.0 is here! ✨</h1> <p>Read about the release in the <a href="https://node-llama-cpp.withcat.ai/blog/v3">blog post</a></p> <hr /> <h2><a href="https://github.com/withcatai/node-llama-cpp/compare/v3.0.1...v3.0.2">3.0.2</a> (2024-09-25)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>node template:</strong> bug (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/342">#342</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/1291b97ed26ff0910cbdf42e2e347988d55ed0e3">1291b97</a>)</li> <li>use a compressed logo image for <code>README.md</code> (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/340">#340</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/8ab983b74dcc7b3173f2b0890e9810e4c81020bb">8ab983b</a>)</li> </ul> <hr /> <p>Shipped with <code>llama.cpp</code> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3821"><code>b3821</code></a></p> <blockquote> <p>To use the latest <code>llama.cpp</code> release available, run <code>npx -n node-llama-cpp source download --release latest</code>. (<a href="https://node-llama-cpp.withcat.ai/guide/building-from-source#download-new-release">learn more</a>)</p> </blockquote> <h2>v3.0.1</h2> <p><img src="https://github.com/user-attachments/assets/e5244de9-6f95-472b-a9f1-e6955db1fad6" alt="" /></p> <h1>✨ <a href="https://node-llama-cpp.withcat.ai"><code>node-llama-cpp</code></a> 3.0 is here! ✨</h1> <p>Read about the release in the <a href="https://node-llama-cpp.withcat.ai/blog/v3">blog post</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/2e751c8c6aefafe906055137cb8b721a83969ebe"><code>2e751c8</code></a> fix: adapt to <code>llama.cpp</code> breaking change (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/344">#344</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/4478fbf8ae96b336fbeb58f12cd73d4252d9e533"><code>4478fbf</code></a> fix: increase <code>semantic-release</code> retires for GitHub API ratelimit (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/343">#343</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/1291b97ed26ff0910cbdf42e2e347988d55ed0e3"><code>1291b97</code></a> fix(node template): bug (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/342">#342</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/106b171d6ecc6574ea09632b3a518324c000cb65"><code>106b171</code></a> docs: history (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/341">#341</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/8ab983b74dcc7b3173f2b0890e9810e4c81020bb"><code>8ab983b</code></a> fix: use a compressed logo image for <code>README.md</code> (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/340">#340</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/ec45bbf973df08d0598d488f2e2c4866153f827f"><code>ec45bbf</code></a> fix: deploy docs website (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/337">#337</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/497226eb94b5a1974e0c1f0022d1f53f0e957d83"><code>497226e</code></a> build: deploy docs website (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/336">#336</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/51f462201038168a6d3e13473217d9be767c6300"><code>51f4622</code></a> fix: release create-command package (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/335">#335</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/a834b40ed94a418190a3ccd0b947b1216d3656a8"><code>a834b40</code></a> build: release create-command package (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/334">#334</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/97b0d86e88f32d7c9c934f3d1547ec6cf5ca35ae"><code>97b0d86</code></a> build: fix release job (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/332">#332</a>)</li> <li>Additional commits viewable in <a href="https://github.com/withcatai/node-llama-cpp/compare/v3.0.0-beta.44...v3.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=node-llama-cpp&package-manager=npm_and_yarn&previous-version=3.0.0-beta.44&new-version=3.0.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:53:26 +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#185
No description provided.