Skip to content

fix: bump onnxruntime-node dependency#1688

Open
omribz156 wants to merge 1 commit into
huggingface:mainfrom
omribz156:codex/bump-onnxruntime-node
Open

fix: bump onnxruntime-node dependency#1688
omribz156 wants to merge 1 commit into
huggingface:mainfrom
omribz156:codex/bump-onnxruntime-node

Conversation

@omribz156
Copy link
Copy Markdown

Summary:

  • bump onnxruntime-node from 1.24.3 to ^1.26.0
  • refresh pnpm-lock.yaml so it resolves onnxruntime-node@1.26.0 and global-agent@4.1.3
  • remove the deprecated boolean@3.2.0 dependency chain from the lockfile

Verification:

  • npm view onnxruntime-node@1.24.3 dependencies version dist.unpackedSize --json
  • npm view onnxruntime-node@1.26.0 dependencies version dist.unpackedSize --json
  • corepack pnpm install --lockfile-only --ignore-scripts
  • corepack pnpm install --lockfile-only --ignore-scripts --frozen-lockfile
  • git diff --check -- packages/transformers/package.json pnpm-lock.yaml
  • confirmed boolean@3.2.0, global-agent@3.0.0, onnxruntime-node@1.24.3, and onnxruntime-common@1.24.3 no longer appear in the package/lockfile

I did not run a full install/test pass because this is a dependency metadata-only change and onnxruntime-node is a large native package; the lockfile was updated without scripts or package downloads.

Implemented with Codex assistance, with the patch kept to the dependency and lockfile update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant