[PR #689] [CLOSED] Bump node-llama-cpp from 3.7.0 to 3.14.4 #693

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 3bffa87 Bump node-llama-cpp from 3.7.0 to 3.14.4

📊 Changes

1 file changed (+468 additions, -291 deletions)

View changed files

📝 package-lock.json (+468 -291)

📄 Description

Bumps node-llama-cpp from 3.7.0 to 3.14.4.

Release notes

Sourced from node-llama-cpp's releases.

v3.14.4

3.14.4 (2025-12-08)

Bug Fixes

  • create-node-llama-cpp module package release (#530) (9a428e5)

Shipped with llama.cpp release b7324

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

v3.14.3

3.14.3 (2025-12-08)

Features

  • source download CLI: log the downloaded release when the release is set to latest (#522) (e37835c)

Bug Fixes

  • adapt to llama.cpp changes (#522) (e37835c)
  • pad the context size to align with the implementation in llama.cpp (#522) (e37835c) (see #522 for more details)

Shipped with llama.cpp release b7315

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

v3.14.2

3.14.2 (2025-10-26)

Bug Fixes

  • a new release due to a semantic-release failure in the previous release (#518) (e516e50)

Shipped with llama.cpp release b6845

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

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for node-llama-cpp 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/689 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/node-llama-cpp-3.14.4` --- ### 📝 Commits (1) - [`3bffa87`](https://github.com/jehna/humanify/commit/3bffa87dddb11611918bbee85e17717a564d72ac) Bump node-llama-cpp from 3.7.0 to 3.14.4 ### 📊 Changes **1 file changed** (+468 additions, -291 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+468 -291) </details> ### 📄 Description Bumps [node-llama-cpp](https://github.com/withcatai/node-llama-cpp) from 3.7.0 to 3.14.4. <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.14.4</h2> <h2><a href="https://github.com/withcatai/node-llama-cpp/compare/v3.14.3...v3.14.4">3.14.4</a> (2025-12-08)</h2> <h3>Bug Fixes</h3> <ul> <li><code>create-node-llama-cpp</code> module package release (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/530">#530</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/9a428e5dc8b2344174e4a73643f29585ac88fd79">9a428e5</a>)</li> </ul> <hr /> <p>Shipped with <code>llama.cpp</code> release <a href="https://github.com/ggml-org/llama.cpp/releases/tag/b7324"><code>b7324</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.14.3</h2> <h2><a href="https://github.com/withcatai/node-llama-cpp/compare/v3.14.2...v3.14.3">3.14.3</a> (2025-12-08)</h2> <h3>Features</h3> <ul> <li><strong><code>source download</code> CLI:</strong> log the downloaded release when the release is set to <code>latest</code> (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/522">#522</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/e37835ce22270e2e92b371a49fdac1201ecc3443">e37835c</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>adapt to <code>llama.cpp</code> changes (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/522">#522</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/e37835ce22270e2e92b371a49fdac1201ecc3443">e37835c</a>)</li> <li>pad the context size to align with the implementation in <code>llama.cpp</code> (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/522">#522</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/e37835ce22270e2e92b371a49fdac1201ecc3443">e37835c</a>) (see <a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/522">#522</a> for more details)</li> </ul> <hr /> <p>Shipped with <code>llama.cpp</code> release <a href="https://github.com/ggml-org/llama.cpp/releases/tag/b7315"><code>b7315</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.14.2</h2> <h2><a href="https://github.com/withcatai/node-llama-cpp/compare/v3.14.1...v3.14.2">3.14.2</a> (2025-10-26)</h2> <h3>Bug Fixes</h3> <ul> <li>a new release due to a <code>semantic-release</code> failure in the previous release (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/518">#518</a>) (<a href="https://github.com/withcatai/node-llama-cpp/commit/e516e5015d6818d483487e4229ea91a36188b2c2">e516e50</a>)</li> </ul> <hr /> <p>Shipped with <code>llama.cpp</code> release <a href="https://github.com/ggml-org/llama.cpp/releases/tag/b6845"><code>b6845</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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/9a428e5dc8b2344174e4a73643f29585ac88fd79"><code>9a428e5</code></a> fix: <code>create-node-llama-cpp</code> module package release (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/530">#530</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/87414715c328208d191c374b5e428fff730bece8"><code>8741471</code></a> test: fix tests (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/528">#528</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/2852a23abf437ce341e94c22be5cd0cf1e828d26"><code>2852a23</code></a> build: fix release (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/527">#527</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/e37835ce22270e2e92b371a49fdac1201ecc3443"><code>e37835c</code></a> fix: adapt to <code>llama.cpp</code> changes (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/522">#522</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/ae8d5288c63b48a0018070468975bbbf8597d26e"><code>ae8d528</code></a> docs(README): fix link formatting (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/521">#521</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/e516e5015d6818d483487e4229ea91a36188b2c2"><code>e516e50</code></a> fix: <code>semantic-release</code> retry (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/518">#518</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/47475aceef49429c4ba51e681249d82d78be0960"><code>47475ac</code></a> fix(Vulkan): include integrated GPU memory (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/516">#516</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/02805ee9fecd2ff9f7563f68de00af1d605d849c"><code>02805ee</code></a> test: fix tests (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/509">#509</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/142c91f3909f91dcc9f59eff44ab27a2721e2161"><code>142c91f</code></a> test: fix tests (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/508">#508</a>)</li> <li><a href="https://github.com/withcatai/node-llama-cpp/commit/c1f26bfd3056cdb6878d5c2b354aeffbadf2974f"><code>c1f26bf</code></a> build: update CI Vulkan SDK version (<a href="https://redirect.github.com/withcatai/node-llama-cpp/issues/507">#507</a>)</li> <li>Additional commits viewable in <a href="https://github.com/withcatai/node-llama-cpp/compare/v3.7.0...v3.14.4">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for node-llama-cpp since your current version.</p> </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.7.0&new-version=3.14.4)](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:43 +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#693
No description provided.