Bump adm-zip, @huggingface/transformers and onnxruntime-node - #58
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [adm-zip](https://github.com/cthackers/adm-zip) to 0.6.1 and updates ancestor dependencies [adm-zip](https://github.com/cthackers/adm-zip), [@huggingface/transformers](https://github.com/huggingface/transformers.js) and [onnxruntime-node](https://github.com/Microsoft/onnxruntime). These dependencies need to be updated together. Updates `adm-zip` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/cthackers/adm-zip/releases) - [Changelog](https://github.com/cthackers/adm-zip/blob/master/history.md) - [Commits](cthackers/adm-zip@v0.6.0...v0.6.1) Updates `@huggingface/transformers` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/huggingface/transformers.js/releases) - [Commits](huggingface/transformers.js@4.2.0...4.3.0) Updates `onnxruntime-node` from 1.27.0 to 1.30.0 - [Release notes](https://github.com/Microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseNotesWorkflow.md) - [Commits](microsoft/onnxruntime@v1.27.0...v1.30.0) --- updated-dependencies: - dependency-name: adm-zip dependency-version: 0.6.1 dependency-type: indirect - dependency-name: "@huggingface/transformers" dependency-version: 4.3.0 dependency-type: direct:production - dependency-name: onnxruntime-node dependency-version: 1.30.0 dependency-type: direct:production ... 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 adm-zip to 0.6.1 and updates ancestor dependencies adm-zip, @huggingface/transformers and onnxruntime-node. These dependencies need to be updated together.
Updates
adm-zipfrom 0.6.0 to 0.6.1Release notes
Sourced from adm-zip's releases.
Commits
cb2cf9bFixed addLocalFolderAsync2 mangling local paths on Windows54902b6Fixed addLocalFolderPromise hanging on empty folders and swallowing errors73131bdFixed CI758898dRejected zip entries whose declared data extent runs past the buffer74b6e9fRouted malformed-header parse errors through the async callbackeaa35faBlocked extraction from writing through symlinks inside the target1e015e3Increment version05101d4Rejected archives with duplicate entry names4916006Enforced the decompression size cap on the async path and for size 06a63c33Stripped setuid/setgid/sticky bits from extracted file permissionsUpdates
@huggingface/transformersfrom 4.2.0 to 4.3.0Release notes
Sourced from @huggingface/transformers's releases.
... (truncated)
Commits
a1728dd[version] Update to 4.3.0f9dec42Bump dependencies (#1766)dce094eMassive documentation overhaul (#1665)37fddf9Fix RawAudio.toBlob() ignoring TypedArray byteOffset/length (#1712)eb5d05eSkip browser cache writes for non-http(s) resources (#1723)3991b6aCreate@huggingface/transformers-structured-outputpackage (#1758)6fe1cccPin WebGPU KV cache for ImageAudioTextToText models (Gemma3n, Gemma4) (#1757)f09d000Correctly dispose Chatterbox KV cache after generation (#1737)3152877Remove unused code and exports (#1763)274446cFix Moonshine ASR token decoding (#1738)Updates
onnxruntime-nodefrom 1.27.0 to 1.30.0Release notes
Sourced from onnxruntime-node's releases.
... (truncated)
Commits
f2c39fe[CUDA] Add INT4 paged KV cache with per-channel scales (#32515)5894ba8Add portable random-access file reads to Env (#32503)a2ee3ebFix CUDA plugin device discovery on WSL (#32517)b652e59[WebGPU] Prepack Conv weights for the im2col-matmul path (#32420)0f0f29fGet rid of spurious warning about not being able to find spectre mitigation (...23dd651Register ONNX schemas only when static registration is disabled (#32353)33af5d3Release external data loaders after graph initialization (#32502)2e3c24dClarify external initializer and EP context path interaction (#32442)e76036b[CUDA] Pin FP8 GEMV residency for grids just past two blocks per SM (#32433)82583c5Add session option for a BNHS GroupQueryAttention Value cache layout (#32139)Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for onnxruntime-node since your current version.
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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Touches native ONNX inference and Transformers.js used in server embedding paths; upgrades are broad (4.2→4.3, 1.27→1.30) so regressions would show up in integration tests rather than compile-time checks.
Overview
Updates the ML stack used for CLIP image embeddings:
@huggingface/transformers^4.2.0→^4.3.0andonnxruntime-node^1.15.0→^1.30.0inpackage.json, with matchingpackage-lock.jsonresolution.The lockfile also realigns transitive versions bundled with Transformers.js 4.3 (e.g.
@huggingface/tokenizers0.2.0, pinnedonnxruntime-node/onnxruntime-web,sharp^0.35.4,adm-zip^0.6.0) and drops the older nested ONNX dependency tree from 4.2.0. No application source changes—only dependency manifests.Reviewed by Cursor Bugbot for commit d0144b3. Bugbot is set up for automated code reviews on this repo. Configure here.