Skip to content

Conversation

@graymalkin77
Copy link

snyk-top-banner

Snyk has created this PR to upgrade @langchain/textsplitters from 0.0.3 to 0.1.0.

ℹ️ 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 2 versions ahead of your current version.

  • The recommended version was released a year ago.

Release notes
Package name: @langchain/textsplitters
  • 0.1.0 - 2024-09-13
  • 0.1.0-rc.0 - 2024-09-07
  • 0.0.3 - 2024-06-06
from @langchain/textsplitters 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:

Snyk has created this PR to upgrade @langchain/textsplitters from 0.0.3 to 0.1.0.

See this package in npm:
@langchain/textsplitters

See this project in Snyk:
https://app.snyk.io/org/cognigy-gmbh/project/bb40500e-e358-4d3a-ada4-1ea4c64dd27c?utm_source=github&utm_medium=referral&page=upgrade-pr
Copilot AI review requested due to automatic review settings December 17, 2025 21:34
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR upgrades the @langchain/textsplitters dependency from version 0.0.3 to 0.1.0 in the Confluence extension, addressing a Snyk recommendation to keep dependencies up-to-date. The upgrade spans 2 versions and includes a minor version bump.

  • Upgraded @langchain/textsplitters from 0.0.3 to 0.1.0
Files not reviewed (1)
  • extensions/confluence/package-lock.json: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@graymalkin77
Copy link
Author

graymalkin77 commented Dec 17, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@graymalkin77
Copy link
Author

Merge Risk: Medium

The langchain library was recently modularized. Text splitting utilities have been moved from the main langchain package into the new, separate langchain-text-splitters package.

This is a breaking change that requires developer action to update dependencies and import paths.

Recommendation:

  1. Add langchain-text-splitters to your project's dependencies.
  2. Update import statements from from langchain.text_splitter import ... to from langchain_text_splitters import ....

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

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.

3 participants