Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 5 updates - #9

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-24c758f4b4
Open

chore(deps): bump the production-dependencies group across 1 directory with 5 updates#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-24c758f4b4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown

Bumps the production-dependencies group with 5 updates in the / directory:

Package From To
better-sqlite3 12.11.1 13.0.2
hyparquet 1.26.2 1.27.1
ignore 5.3.2 7.0.6
@huggingface/hub 2.13.2 2.14.4
@huggingface/inference 4.13.22 4.13.23

Updates better-sqlite3 from 12.11.1 to 13.0.2

Release notes

Sourced from better-sqlite3's releases.

v13.0.2

What's Changed

New Contributors

Full Changelog: WiseLibs/better-sqlite3@v13.0.1...v13.0.2

v13.0.1

Full Changelog: WiseLibs/better-sqlite3@v13.0.0...v13.0.1

Fixed a regression in parameter binding where it would be overly strict and reject plain objects from other realms (e.g., in jest tests).

v13.0.0

Version 13.0.0 marks a major milestone, as it's the first version of better-sqlite3 to run on the N-API. This means prebuilt binaries should theoretically work across different versions of Node.js and Electron, and perhaps even other runtimes like Bun. As a result, we've removed the deprecated prebuild-install dependency, and now prebuilt binaries are published directly with the better-sqlite3 code itself. If your platform/architecture doesn't have a prebuilt binary, it should compile during install as before.

What's Changed

New Contributors

Full Changelog: WiseLibs/better-sqlite3@v12.12.0...v13.0.0

v12.12.0

What's Changed

[!WARNING]

BREAKING: Starting with Electron v43, binary assets will require glibc 2.41 or higher on Linux hosts.

Full Changelog: WiseLibs/better-sqlite3@v12.11.2...v12.12.0

v12.11.2

What's Changed

... (truncated)

Commits

Updates hyparquet from 1.26.2 to 1.27.1

Changelog

Sourced from hyparquet's changelog.

[1.27.1]

  • Coalesce page index fetches into fewer byte range requests

[1.27.0]

  • Add usePageIndex option for page-level filter pushdown (#169)
  • Fix filtering on null and NaN row-group matches
  • Fix nested child column alignment by absolute row offsets
  • Compare date statistics by timestamp
  • Fix metadata decode of unsigned and decimal bounds
  • Fix node file slices (should be end-exclusive)
Commits
  • 19dc91c Publish v1.27.1
  • fcd1f76 Coalesce page index fetches
  • c5e3e29 Publish v1.27.0
  • 33d0934 Add usePageIndex pushdown (#169)
  • a784543 fix filtering on null and NaN row-group matches
  • 84f0743 align nested child columns by absolute row offsets
  • 965e88d compare dates by timestamp
  • c541ecc metadata should decode unsigned and decimal bounds
  • 60231a4 Update dependencies
  • 93c0425 fix node file slices (should be end-exclusive)
  • See full diff in compare view

Updates ignore from 5.3.2 to 7.0.6

Release notes

Sourced from ignore's releases.

7.0.4

  • PATCH Allows files named .{3,}, such as ... for Linux / macOS (#68)
ig.ignores('...')
ig.ignores('....')
// It will throw a RangeError in versions prior to 7.0.4, but it is ok if >= 7.0.4

An upgrade is recommended for all dependents

7.0.0

Minor feature

The primary feature introduced by 7.0.0 is the .checkIgnore() method, which is most equivalent to git check-ignore -v. And also it allows to pass {pattern, mark?} as the parameter of .add() so that we could imitate the mechanism of git check-ignore as:

ig.add({
  pattern: 'foo/*',
  mark: '60'
})
const {
ignored,
rule
} = checkIgnore('foo/')
if (ignored) {
console.log(.gitignore:${result}:${rule.mark}:${rule.pattern} foo/)
}
// .gitignore:60:foo/* foo/

Potential Incompatibilities

The only situation that 7.0.0 might bring incompatibility is to .add() a < 7.0.0 instance into a >= 7.0.0 instance, which might occur when the current workspace has multiple node-ignore versions installed, please be careful.

const {anotherIgnoreInstance} = require('./ignore-6.0-instance')
// A 7.0.0 instance
ignore().add(anotherIgnoreInstance)
// It will break your code

Otherwise, in most cases, if you never do something above or there is only one version of node-ignore installed in the current workspace, it is quite safe to upgrade to 7.0.0.

6.x (== 5.3.2)

... (truncated)

Commits

Updates @huggingface/hub from 2.13.2 to 2.14.4

Commits
  • 3b9396c 🔖 @​huggingface/hub 2.14.4
  • 9813555 add nobg code snippet (#2324)
  • c874132 Make the sub-byte packing factor faithful to the reference compressors (#2329)
  • 1f1c862 Make the sub-byte dtype tests exercise the real counter (#2330)
  • 14fd672 [hub] Fix stale abort listener terminating pooled sha256 workers (#2325)
  • e7af79e 🔖 @​huggingface/tasks 0.21.30
  • cba870d Add mflux library to model-libraries.ts (closes #2091) (#2196)
  • a8abda1 🔖 @​huggingface/hub 2.14.3
  • e2765e2 Stop counting mxfp4, bitsandbytes and actorder bookkeeping tensors as paramet...
  • 6b301f0 🔖 @​huggingface/tasks 0.21.29
  • Additional commits viewable in compare view

Updates @huggingface/inference from 4.13.22 to 4.13.23

Commits
  • 157aff0 🔖 @​huggingface/inference 4.13.23
  • 2506e93 Add huggingface.js text-to-audio snippet (#2270)
  • 864883b 🔖 @​huggingface/tasks 0.21.25
  • c1e4bac Add timee-ts library for download tracking (#2285)
  • 47b810e 🔖 @​huggingface/hub 2.13.3
  • 9c66c3a Support parameter count for diffusers models in parseSafetensorsMetadata (#2262)
  • d2e52ec 🔖 @​huggingface/tasks 0.21.24
  • f49fab2 Register Mobilint library with MXQ download counting (#2281)
  • cf798a3 🔖 @​huggingface/tasks 0.21.23
  • 5dbf6d4 Update litert-lm code snippet (#2282)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…y with 5 updates

Bumps the production-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `12.11.1` | `13.0.2` |
| [hyparquet](https://github.com/hyparam/hyparquet) | `1.26.2` | `1.27.1` |
| [ignore](https://github.com/kaelzhang/node-ignore) | `5.3.2` | `7.0.6` |
| [@huggingface/hub](https://github.com/huggingface/huggingface.js) | `2.13.2` | `2.14.4` |
| [@huggingface/inference](https://github.com/huggingface/huggingface.js) | `4.13.22` | `4.13.23` |



Updates `better-sqlite3` from 12.11.1 to 13.0.2
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v12.11.1...v13.0.2)

Updates `hyparquet` from 1.26.2 to 1.27.1
- [Changelog](https://github.com/hyparam/hyparquet/blob/master/CHANGELOG.md)
- [Commits](hyparam/hyparquet@v1.26.2...v1.27.1)

Updates `ignore` from 5.3.2 to 7.0.6
- [Release notes](https://github.com/kaelzhang/node-ignore/releases)
- [Commits](kaelzhang/node-ignore@5.3.2...7.0.6)

Updates `@huggingface/hub` from 2.13.2 to 2.14.4
- [Release notes](https://github.com/huggingface/huggingface.js/releases)
- [Commits](huggingface/huggingface.js@hub-v2.13.2...hub-v2.14.4)

Updates `@huggingface/inference` from 4.13.22 to 4.13.23
- [Release notes](https://github.com/huggingface/huggingface.js/releases)
- [Commits](huggingface/huggingface.js@inference-v4.13.22...inference-v4.13.23)

---
updated-dependencies:
- dependency-name: better-sqlite3
  dependency-version: 13.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: hyparquet
  dependency-version: 1.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ignore
  dependency-version: 7.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@huggingface/hub"
  dependency-version: 2.14.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@huggingface/inference"
  dependency-version: 4.13.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants