chore(deps): bump the production-dependencies group across 1 directory with 5 updates - #9
Open
dependabot[bot] wants to merge 1 commit into
Conversation
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the production-dependencies group with 5 updates in the / directory:
12.11.113.0.21.26.21.27.15.3.27.0.62.13.22.14.44.13.224.13.23Updates
better-sqlite3from 12.11.1 to 13.0.2Release notes
Sourced from better-sqlite3's releases.
... (truncated)
Commits
569e85a13.0.2df1324bfix: this dependabot configuration does not set a co... in... (#1508)b9fbe5ffixed segfault from making calls while worker thread is terminating71707c4validate the parameters of table properly (#1504)6478c99Update SQLite to version 3.53.4 (#1506)6d24034add gypfile option to package.json (#1505)ab6232efixed typo in docs57d751cupdated readme6efdbc513.0.132ee0abMerge remote-tracking branch 'origin/master'Updates
hyparquetfrom 1.26.2 to 1.27.1Changelog
Sourced from hyparquet's changelog.
Commits
19dc91cPublish v1.27.1fcd1f76Coalesce page index fetchesc5e3e29Publish v1.27.033d0934Add usePageIndex pushdown (#169)a784543fix filtering on null and NaN row-group matches84f0743align nested child columns by absolute row offsets965e88dcompare dates by timestampc541eccmetadata should decode unsigned and decimal bounds60231a4Update dependencies93c0425fix node file slices (should be end-exclusive)Updates
ignorefrom 5.3.2 to 7.0.6Release notes
Sourced from ignore's releases.
... (truncated)
Commits
3823b5f7.0.6f7520e2test: adds tests for #153424a2bbMerge pull request #161 from spokodev/fix/consecutive-leading-globstare5cbe4afix: consecutive leading**/should match like a single**/ac68603Merge pull request #159 from spokodev/fix/negated-character-class5ba6b40fix: negated character class [!...] should match like git84d052d7.0.5: fixes #1521c6d762#152: test: try to fix coveragea384835#152: remove process.env access from the package6c57760README.md: typoUpdates
@huggingface/hubfrom 2.13.2 to 2.14.4Commits
3b9396c🔖@huggingface/hub2.14.49813555add nobg code snippet (#2324)c874132Make the sub-byte packing factor faithful to the reference compressors (#2329)1f1c862Make the sub-byte dtype tests exercise the real counter (#2330)14fd672[hub] Fix stale abort listener terminating pooled sha256 workers (#2325)e7af79e🔖@huggingface/tasks0.21.30cba870dAdd mflux library to model-libraries.ts (closes #2091) (#2196)a8abda1🔖@huggingface/hub2.14.3e2765e2Stop counting mxfp4, bitsandbytes and actorder bookkeeping tensors as paramet...6b301f0🔖@huggingface/tasks0.21.29Updates
@huggingface/inferencefrom 4.13.22 to 4.13.23Commits
157aff0🔖@huggingface/inference4.13.232506e93Add huggingface.js text-to-audio snippet (#2270)864883b🔖@huggingface/tasks0.21.25c1e4bacAdd timee-ts library for download tracking (#2285)47b810e🔖@huggingface/hub2.13.39c66c3aSupport parameter count for diffusers models in parseSafetensorsMetadata (#2262)d2e52ec🔖@huggingface/tasks0.21.24f49fab2Register Mobilint library with MXQ download counting (#2281)cf798a3🔖@huggingface/tasks0.21.235dbf6d4Update litert-lm code snippet (#2282)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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