Skip to content

chore(deps): bump langsmith, @langchain/community, @langchain/core, @langchain/mongodb, @langchain/textsplitters and langchain - #38

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-dce9f3a499
Closed

chore(deps): bump langsmith, @langchain/community, @langchain/core, @langchain/mongodb, @langchain/textsplitters and langchain#38
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-dce9f3a499

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

Copy link
Copy Markdown

Bumps langsmith to 0.6.3 and updates ancestor dependencies langsmith, @langchain/community, @langchain/core, @langchain/mongodb, @langchain/textsplitters and langchain. These dependencies need to be updated together.

Updates langsmith from 0.3.74 to 0.6.3

Release notes

Sourced from langsmith's releases.

v0.6.1

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.6.0...v0.6.1

v0.6.0

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.5.2...v0.6.0

v0.6.0rc0

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.5.1...v0.6.0rc0

v0.5.2

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.5.1...v0.5.2

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for langsmith since your current version.

Install script changes

This version modifies prepublish script that runs during installation. Review the package contents before updating.


Updates @langchain/community from 0.3.57 to 1.1.28

Release notes

Sourced from @​langchain/community's releases.

@​langchain/community@​1.1.28

Patch Changes

  • #44 f9a922e Thanks @​dependabot! - chore(deps): bump fast-xml-parser from 5.5.9 to 5.7.0

  • #30 9cd006c Thanks @​christian-bromann! - fix(pdf-loader): support both pdf-parse v1 and v2

  • #36 1e2e4bf Thanks @​hntrl! - Fix Milvus collection loading before delete operations (#9749) and partition name handling in search/delete (#9748)

    • Added loadCollectionSync() call in the delete() method to ensure collection is loaded before delete operations
    • Added partition_names parameter to search() call in similaritySearchVectorWithScore()
    • Added partition_name parameter to both deleteEntities() and delete() calls
    • Updated error message in delete method from "before search" to "before deletion"
  • #41 5bd4246 Thanks @​RaschidJFR! - Expose basePath option in VoyageEmbeddings class

  • #43 b835751 Thanks @​jkennedyvz! - chore(deps): bump transitive dependencies to patch 6 security alerts

    Updates pnpm overrides to resolve critical and high severity Dependabot alerts in transitive dependencies reached via optional peerDependencies and dev tooling:

    No workspace package has these as direct dependencies; overrides affect the monorepo lockfile only and do not change published package contents.

  • #42 3657e90 Thanks @​RaschidJFR! - surface Voyage AI API errors in VoyageEmbeddings

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​langchain/community since your current version.


Updates @langchain/core from 0.3.80 to 1.1.46

Release notes

Sourced from @​langchain/core's releases.

@​langchain/core@​1.1.46

Patch Changes

  • #10847 1659e7d Thanks @​hntrl! - chore(core): reduce transitive dependency exposure and tighten release hygiene

    Remove direct runtime dependencies on ansi-styles, camelcase, and decamelize by inlining equivalent logic in core internals, and enable npm provenance in the release workflow.

  • #10790 ef78bc6 Thanks @​Genmin! - fix(core): keep different content block types separate when merging chunks

@​langchain/core@​1.1.41

Patch Changes

@​langchain/core@​1.1.40

Patch Changes

  • #10694 d3e0809 Thanks @​hntrl! - refactor(core): decouple tracer-only metadata defaults from runnable metadata
    • Add tracer-scoped inheritable metadata/tag options in callback manager while keeping backward-compatible aliases.
    • Move configurable-to-tracing metadata derivation into a tracer-only path and keep ensureConfig metadata mirroring limited to model.
    • Update LangChainTracer default metadata/tag handling and add regression tests for stream events metadata behavior.

@​langchain/core@​1.1.39

Patch Changes

@​langchain/core@​1.1.38

Patch Changes

@​langchain/core@​1.1.37

Patch Changes

  • #10511 6933769 Thanks @​hntrl! - cache Zod-to-JSON-Schema conversions in toJsonSchema()

  • #10541 50d5f32 Thanks @​jacoblee93! - revert: Revert "feat(core): Add all chat model/llm invocation params to metadata"

  • #10509 5552999 Thanks @​hntrl! - feat(openai): add support for phase parameter on Responses API messages

    • Extract phase from message output items and surface it on text content blocks
    • Support phase in streaming via response.output_item.added events
    • Round-trip phase through both raw provider and standard content paths
    • Move phase into extras dict in the core standard content translator
  • #10528 8331833 Thanks @​christian-bromann! - fix(core): normalize single-block content in mergeContent

... (truncated)

Commits
  • ed9925b chore: version packages (#10850)
  • fb8bfbf chore(deps): bump mem0ai from 2.4.6 to 3.0.3 (#10870)
  • 3481666 chore(deps-dev): bump hono from 4.12.14 to 4.12.18 (#10875)
  • c9cfc7d chore(deps): bump publint from 0.3.18 to 0.3.19 (#10869)
  • 4434dea chore(deps): bump @​lancedb/lancedb from 0.19.1 to 0.26.2 (#10867)
  • 225bbca chore(deps): bump the gh-actions-minor-and-patch group with 3 updates (#10852)
  • 2a5713d chore(deps): bump exa-js from 1.10.2 to 1.10.3 (#10851)
  • 7b45456 chore(deps): bump @​cloudflare/workers-types from 4.20260501.1 to 4.20260508.1...
  • c7f335a chore(deps): bump openai from 4.104.0 to 6.37.0 (#10864)
  • 3978b6f chore(deps): bump @​aws-sdk/client-bedrock-agent-runtime from 3.1034.0 to 3.10...
  • Additional commits viewable in compare view

Updates @langchain/mongodb from 0.1.1 to 1.2.0

Release notes

Sourced from @​langchain/mongodb's releases.

@​langchain/core@​1.1.46

Patch Changes

  • #10847 1659e7d Thanks @​hntrl! - chore(core): reduce transitive dependency exposure and tighten release hygiene

    Remove direct runtime dependencies on ansi-styles, camelcase, and decamelize by inlining equivalent logic in core internals, and enable npm provenance in the release workflow.

  • #10790 ef78bc6 Thanks @​Genmin! - fix(core): keep different content block types separate when merging chunks

@​langchain/core@​1.1.41

Patch Changes

@​langchain/redis@​1.1.1

Patch Changes

  • #10701 880e396 Thanks @​hntrl! - fix(redis): improve RediSearch query escaping and filter validation
    • add shared query escaping and field validation helpers for Redis filter builders
    • apply escaping and type validation to buildCustomQuery tag/text/numeric paths
    • add regression tests covering escaped values, wildcard handling, and invalid filter inputs

@​langchain/classic@​1.0.31

Patch Changes

@​langchain/core@​1.1.40

Patch Changes

  • #10694 d3e0809 Thanks @​hntrl! - refactor(core): decouple tracer-only metadata defaults from runnable metadata
    • Add tracer-scoped inheritable metadata/tag options in callback manager while keeping backward-compatible aliases.
    • Move configurable-to-tracing metadata derivation into a tracer-only path and keep ensureConfig metadata mirroring limited to model.
    • Update LangChainTracer default metadata/tag handling and add regression tests for stream events metadata behavior.

@​langchain/deepseek@​1.0.24

Patch Changes

  • Updated dependencies [2301260]:
    • @​langchain/openai@​1.4.4

@​langchain/openrouter@​0.2.2

Patch Changes

  • Updated dependencies [2301260]:
    • @​langchain/openai@​1.4.4

... (truncated)

Commits
  • 342b63e chore: version packages (#9652)
  • 348c37c fix(langchain): create proper changeset (#9651)
  • 0609251 fix(docs): update supported envs (#9650)
  • 1a8162c chore: version packages (#9585)
  • 66c1822 choremcp): add missing onConnectionError changeset (#9649)
  • 86b651a fix(mistralai): add useFim option to toggle between FIM and chat APIs (#9646)
  • 454a93d fix(community): LlamaCppEmbeddings now returns embeddings instead of token ID...
  • 005c729 fix(community/core): various security fixes (#9641)
  • cc7051b feat(langchain-google-common): Add jsonSchema method support to withStructure...
  • 88bb788 fix(langchain): Prevent functions from being accidentally assignable to Agent...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​langchain/mongodb since your current version.


Updates @langchain/textsplitters from 0.1.0 to 1.0.1

Release notes

Sourced from @​langchain/textsplitters's releases.

@​langchain/openrouter@​0.2.2

Patch Changes

  • Updated dependencies [2301260]:
    • @​langchain/openai@​1.4.4

@​langchain/together-ai@​0.1.2

Patch Changes

  • Updated dependencies [2301260]:
    • @​langchain/openai@​1.4.4

@​langchain/fireworks@​0.1.2

Patch Changes

  • Updated dependencies [2301260]:
    • @​langchain/openai@​1.4.4

@​langchain/together-ai@​0.1.1

Patch Changes

  • Updated dependencies [6b8ef6c]:
    • @​langchain/openai@​1.4.3

@​langchain/openrouter@​0.2.1

Patch Changes

  • Updated dependencies [6b8ef6c]:
    • @​langchain/openai@​1.4.3

@​langchain/fireworks@​0.1.1

Patch Changes

  • Updated dependencies [6b8ef6c]:
    • @​langchain/openai@​1.4.3
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​langchain/textsplitters since your current version.


Updates langchain from 0.3.37 to 1.4.0

Release notes

Sourced from langchain's releases.

langchain@1.3.4

Patch Changes

langchain@1.3.3

Patch Changes

langchain@1.3.2

Patch Changes

  • #10693 5a6e0ab Thanks @​hntrl! - fix(agents): derive middleware hook state from invocation state

    Prevents middleware state from leaking across threads by deriving middleware hook input state from the current invocation state instead of cross-node cached state.

langchain@1.3.1

Patch Changes

langchain@1.3.0

Minor Changes

Patch Changes

langchain@1.2.39

Patch Changes

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 16, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-dce9f3a499 branch from 0d5a0ad to 25970e4 Compare April 17, 2026 06:23
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-dce9f3a499 branch 2 times, most recently from 75c7c50 to 3dac840 Compare May 13, 2026 05:26
…langchain/mongodb, @langchain/textsplitters and langchain

Bumps [langsmith](https://github.com/langchain-ai/langsmith-sdk) to 0.6.3 and updates ancestor dependencies [langsmith](https://github.com/langchain-ai/langsmith-sdk), [@langchain/community](https://github.com/langchain-ai/langchainjs-community), [@langchain/core](https://github.com/langchain-ai/langchainjs), [@langchain/mongodb](https://github.com/langchain-ai/langchainjs), [@langchain/textsplitters](https://github.com/langchain-ai/langchainjs) and [langchain](https://github.com/langchain-ai/langchainjs). These dependencies need to be updated together.


Updates `langsmith` from 0.3.74 to 0.6.3
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](https://github.com/langchain-ai/langsmith-sdk/commits)

Updates `@langchain/community` from 0.3.57 to 1.1.28
- [Release notes](https://github.com/langchain-ai/langchainjs-community/releases)
- [Commits](https://github.com/langchain-ai/langchainjs-community/commits/@langchain/community@1.1.28)

Updates `@langchain/core` from 0.3.80 to 1.1.46
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/core==0.3.80...@langchain/core@1.1.46)

Updates `@langchain/mongodb` from 0.1.1 to 1.2.0
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.1...langchain@1.2.0)

Updates `@langchain/textsplitters` from 0.1.0 to 1.0.1
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.0...@langchain/textsplitters@1.0.1)

Updates `langchain` from 0.3.37 to 1.4.0
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/commits/@langchain/openai@1.4.0)

---
updated-dependencies:
- dependency-name: "@langchain/community"
  dependency-version: 1.1.27
  dependency-type: direct:production
- dependency-name: "@langchain/core"
  dependency-version: 1.1.40
  dependency-type: direct:production
- dependency-name: "@langchain/mongodb"
  dependency-version: 1.1.0
  dependency-type: direct:production
- dependency-name: "@langchain/textsplitters"
  dependency-version: 1.0.1
  dependency-type: direct:production
- dependency-name: langchain
  dependency-version: 1.3.3
  dependency-type: direct:production
- dependency-name: langsmith
  dependency-version: 0.5.20
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-dce9f3a499 branch from 3dac840 to 53663ac Compare May 13, 2026 13:54
@dependabot @github

dependabot Bot commented on behalf of github May 13, 2026

Copy link
Copy Markdown
Author

Superseded by #47.

@dependabot dependabot Bot closed this May 13, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/multi-dce9f3a499 branch May 13, 2026 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants