Skip to content

Conversation

@sestinj
Copy link
Contributor

@sestinj sestinj commented Oct 29, 2025

snyk-top-banner

Snyk has created this PR to upgrade @xenova/transformers from 2.14.0 to 2.17.2.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 9 versions ahead of your current version.

  • The recommended version was released a year ago.

Release notes
Package name: @xenova/transformers
  • 2.17.2 - 2024-05-29
  • 2.17.1 - 2024-04-18
  • 2.17.0 - 2024-04-11
  • 2.16.1 - 2024-03-20
  • 2.16.0 - 2024-03-07
  • 2.15.1 - 2024-02-21
  • 2.15.0 - 2024-02-06
  • 2.14.2 - 2024-01-29
  • 2.14.1 - 2024-01-25
  • 2.14.0 - 2024-01-10
from @xenova/transformers GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:


Summary by cubic

Upgrade @xenova/transformers from 2.14.0 to 2.17.2 to keep our ML runtime current and compatible. This also updates the transitive @huggingface/jinja to 0.2.2; no app code changes.

  • Dependencies
    • Bump @xenova/transformers to ^2.17.2 in core/vendor/package.json.
    • Update lockfile: @huggingface/jinja 0.2.2 and transformers 2.17.2.

Snyk has created this PR to upgrade @xenova/transformers from 2.14.0 to 2.17.2.

See this package in npm:
@xenova/transformers

See this project in Snyk:
https://app.snyk.io/org/continue-dev-inc.-default/project/28169ab9-1c19-4a68-a5a7-b4dc27c515be?utm_source=github&utm_medium=referral&page=upgrade-pr
@sestinj sestinj requested a review from a team as a code owner October 29, 2025 11:21
@sestinj sestinj requested review from Patrick-Erichsen and removed request for a team October 29, 2025 11:21
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Oct 29, 2025
@github-actions
Copy link

⚠️ PR Title Format

Your PR title doesn't follow the conventional commit format, but this won't block your PR from being merged. We recommend using this format for better project organization.

Expected Format:

<type>[optional scope]: <description>

Examples:

  • feat: add changelog generation support
  • fix: resolve login redirect issue
  • docs: update README with new instructions
  • chore: update dependencies

Valid Types:

feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert

This helps with:

  • 📝 Automatic changelog generation
  • 🚀 Automated semantic versioning
  • 📊 Better project history tracking

This is a non-blocking warning - your PR can still be merged without fixing this.

@github-actions
Copy link


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@github-actions
Copy link

github-actions bot commented Oct 29, 2025

✅ Review Complete

Code Review Summary

⚠️ Continue API authentication failed. Please check your CONTINUE_API_KEY.


Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 2 files

Prompt for AI agents (all 1 issues)

Understand the root cause of the following 1 issues and fix them.


<file name="core/vendor/package.json">

<violation number="1" location="core/vendor/package.json:12">
The dependency `@xenova/transformers` is vendored, but this PR only updates `package.json`. The actual code being used is an outdated, checked-in copy of the library, making this upgrade ineffective and misleading. The application will continue to use the old version (`2.14.0`) despite this change.</violation>
</file>

React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.

"license": "Apache-2.0",
"dependencies": {
"@xenova/transformers": "^2.14.0"
"@xenova/transformers": "^2.17.2"
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Oct 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dependency @xenova/transformers is vendored, but this PR only updates package.json. The actual code being used is an outdated, checked-in copy of the library, making this upgrade ineffective and misleading. The application will continue to use the old version (2.14.0) despite this change.

Prompt for AI agents
Address the following comment on core/vendor/package.json at line 12:

<comment>The dependency `@xenova/transformers` is vendored, but this PR only updates `package.json`. The actual code being used is an outdated, checked-in copy of the library, making this upgrade ineffective and misleading. The application will continue to use the old version (`2.14.0`) despite this change.</comment>

<file context>
@@ -9,7 +9,7 @@
   &quot;license&quot;: &quot;Apache-2.0&quot;,
   &quot;dependencies&quot;: {
-    &quot;@xenova/transformers&quot;: &quot;^2.14.0&quot;
+    &quot;@xenova/transformers&quot;: &quot;^2.17.2&quot;
   },
   &quot;engine-strict&quot;: true,
</file context>
Fix with Cubic

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

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

3 participants