Skip to content

chore(deps): bump the patch-updates group with 6 updates#55

Merged
github-actions[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/master/patch-updates-72daf37f06
Feb 19, 2026
Merged

chore(deps): bump the patch-updates group with 6 updates#55
github-actions[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/master/patch-updates-72daf37f06

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Bumps the patch-updates group with 6 updates:

Package From To
@langchain/community 1.1.15 1.1.16
@langchain/core 1.1.24 1.1.26
@langchain/groq 1.1.0 1.1.1
@langchain/langgraph 1.1.4 1.1.5
langchain 1.2.24 1.2.25
twilio 5.12.1 5.12.2

Updates @langchain/community from 1.1.15 to 1.1.16

Release notes

Sourced from @​langchain/community's releases.

@​langchain/community@​1.1.16

Patch Changes

Commits
  • cdc22c5 chore: version packages (#10041)
  • 35e8019 chore(deps): bump langsmith from 0.5.2 to 0.5.3 (#10079)
  • 5a6f26b feat(core): add namespace-based symbol branding for error class hierarchies (...
  • 7be50a7 chore(*): update model profiles (#10078)
  • 05396f7 feat(core): add ContextOverflowError, raise in anthropic and openai (#10077)
  • 217d2ed fix(google): case insensitive reasoning effort values (#10076)
  • 15d4135 fix(internal): document minimum Node.js version - fixes #10064 (#10075)
  • cb131e2 chore(deps-dev): bump the root-dev-minor-and-patch group across 1 directory w...
  • 247d238 chore(deps-dev): bump the root-dev-minor-and-patch group across 1 directory w...
  • bb6b349 chore(deps): bump @​getzep/zep-js from 0.9.0 to 2.0.2 (#10054)
  • Additional commits viewable in compare view

Updates @langchain/core from 1.1.24 to 1.1.26

Release notes

Sourced from @​langchain/core's releases.

@​langchain/core@​1.1.26

Patch Changes

@​langchain/core@​1.1.25

Patch Changes

  • #10002 27186c5 Thanks @​aditya-gg04! - fix(core): support reasoning/thinking blocks in StringOutputParser

  • #10077 05396f7 Thanks @​christian-bromann! - feat(core): add ContextOverflowError, raise in anthropic and openai

  • #10081 5a6f26b Thanks @​hntrl! - feat(core): add namespace-based symbol branding for error class hierarchies

    Introduces createNamespace utility for hierarchical symbol-based branding of class hierarchies. All LangChain error classes now use this pattern, replacing hand-rolled duck-type isInstance checks with reliable cross-realm Symbol.for-based identity.

    • New LangChainError base class that all LangChain errors extend
    • New createNamespace / Namespace API in @langchain/core/utils/namespace
    • Refactored ModelAbortError, ContextOverflowError to use namespace branding
    • Added ContextOverflowError.fromError() static factory method
    • Deprecated addLangChainErrorFields in favor of LangChainError subclasses
    • Migrated Google provider errors (GoogleError, ConfigurationError, etc.) to namespace branding
    • Updated Anthropic and OpenAI providers to use ContextOverflowError.fromError()
Commits
  • a0e1a0c chore: version packages (#10082)
  • 7cae8a9 fix(langchain): persist underscore-prefixed middleware state fields across gr...
  • 67ea2c1 chore(deps): bump langsmith from 0.5.3 to 0.5.4 (#10087)
  • 1220c2a chore(openai): fix test (#10086)
  • ed6ea53 fix(google): tool_calls are not preserved when concatenating `AIMessageChun...
  • 219b38d fix(langchain): export ModelRequest interface (#10083)
  • e2b3d90 fix(ollama): preserve tool_calls when AIMessage content is a string (#10065)
  • cdc22c5 chore: version packages (#10041)
  • 35e8019 chore(deps): bump langsmith from 0.5.2 to 0.5.3 (#10079)
  • 5a6f26b feat(core): add namespace-based symbol branding for error class hierarchies (...
  • Additional commits viewable in compare view

Updates @langchain/groq from 1.1.0 to 1.1.1

Release notes

Sourced from @​langchain/groq's releases.

@​langchain/groq@​1.1.1

Patch Changes

Commits
  • cdc22c5 chore: version packages (#10041)
  • 35e8019 chore(deps): bump langsmith from 0.5.2 to 0.5.3 (#10079)
  • 5a6f26b feat(core): add namespace-based symbol branding for error class hierarchies (...
  • 7be50a7 chore(*): update model profiles (#10078)
  • 05396f7 feat(core): add ContextOverflowError, raise in anthropic and openai (#10077)
  • 217d2ed fix(google): case insensitive reasoning effort values (#10076)
  • 15d4135 fix(internal): document minimum Node.js version - fixes #10064 (#10075)
  • cb131e2 chore(deps-dev): bump the root-dev-minor-and-patch group across 1 directory w...
  • 247d238 chore(deps-dev): bump the root-dev-minor-and-patch group across 1 directory w...
  • bb6b349 chore(deps): bump @​getzep/zep-js from 0.9.0 to 2.0.2 (#10054)
  • Additional commits viewable in compare view

Updates @langchain/langgraph from 1.1.4 to 1.1.5

Release notes

Sourced from @​langchain/langgraph's releases.

@​langchain/langgraph-checkpoint-mongodb@​1.1.5

Patch Changes

@​langchain/langgraph@​1.1.5

Patch Changes

  • Updated dependencies [242cfbb]:
    • @​langchain/langgraph-sdk@​2.0.0
Changelog

Sourced from @​langchain/langgraph's changelog.

1.1.5

Patch Changes

  • Updated dependencies [242cfbb]:
    • @​langchain/langgraph-sdk@​2.0.0
Commits

Updates langchain from 1.2.24 to 1.2.25

Release notes

Sourced from langchain's releases.

langchain@1.2.25

Patch Changes

Commits
  • a0e1a0c chore: version packages (#10082)
  • 7cae8a9 fix(langchain): persist underscore-prefixed middleware state fields across gr...
  • 67ea2c1 chore(deps): bump langsmith from 0.5.3 to 0.5.4 (#10087)
  • 1220c2a chore(openai): fix test (#10086)
  • ed6ea53 fix(google): tool_calls are not preserved when concatenating `AIMessageChun...
  • 219b38d fix(langchain): export ModelRequest interface (#10083)
  • e2b3d90 fix(ollama): preserve tool_calls when AIMessage content is a string (#10065)
  • cdc22c5 chore: version packages (#10041)
  • 35e8019 chore(deps): bump langsmith from 0.5.2 to 0.5.3 (#10079)
  • 5a6f26b feat(core): add namespace-based symbol branding for error class hierarchies (...
  • Additional commits viewable in compare view

Updates twilio from 5.12.1 to 5.12.2

Release notes

Sourced from twilio's releases.

5.12.2

Release Notes

Api

  • Remove inequality examples from Calls StartTime and EndTime filter descriptions

Memory

  • 2026-02-06

  • Minor updates (formatting, metadata)
  • 2026-02-06

  • Minor updates (formatting, metadata)
  • 2026-02-06

  • 2026-01-23

  • 2026-01-23

  • Added 3 new path(s):
  • /v1/Stores/{storeId}/Profiles/Imports (ListProfileImportsV2, CreateProfilesImportV2)
  • /v1/Stores/{storeId}/Profiles/Imports/{importId} (FetchProfileImportV2)
  • Removed 6 path(s):
  • /v1/KnowledgeBases/{kbId}/Knowledge (ListKnowledge, CreateKnowledge)
  • /v1/KnowledgeBases/{kbId}/Search (KnowledgeSearch)
  • /v1/KnowledgeBases/{kbId}/Knowledge/{knowledgeId} (RetrieveKnowledge, PatchKnowledge, DeleteKnowledge)
  • /v1/KnowledgeBases/{kbId}/Knowledge/{knowledgeId}/Chunks (ListKnowledgeChunks)
  • /v1/ControlPlane/KnowledgeBases (ListKnowledgeBases, CreateKnowledgeBase)
  • /v1/ControlPlane/KnowledgeBases/{kbId} (GetKnowledgeBase, UpdateKnowledgeBase, DeleteKnowledgeBase)
  • 2026-01-05

  • 2026-01-05

  • Initial release with 26 paths and 48 operations

Docs

Changelog

Sourced from twilio's changelog.

[2026-02-18] Version 5.12.2

Api

  • Remove inequality examples from Calls StartTime and EndTime filter descriptions

Memory

  • 2026-02-06

  • Minor updates (formatting, metadata)
  • 2026-02-06

  • Minor updates (formatting, metadata)
  • 2026-02-06

  • 2026-01-23

  • 2026-01-23

  • Added 3 new path(s):
  • /v1/Stores/{storeId}/Profiles/Imports (ListProfileImportsV2, CreateProfilesImportV2)
  • /v1/Stores/{storeId}/Profiles/Imports/{importId} (FetchProfileImportV2)
  • Removed 6 path(s):
  • /v1/KnowledgeBases/{kbId}/Knowledge (ListKnowledge, CreateKnowledge)
  • /v1/KnowledgeBases/{kbId}/Search (KnowledgeSearch)
  • /v1/KnowledgeBases/{kbId}/Knowledge/{knowledgeId} (RetrieveKnowledge, PatchKnowledge, DeleteKnowledge)
  • /v1/KnowledgeBases/{kbId}/Knowledge/{knowledgeId}/Chunks (ListKnowledgeChunks)
  • /v1/ControlPlane/KnowledgeBases (ListKnowledgeBases, CreateKnowledgeBase)
  • /v1/ControlPlane/KnowledgeBases/{kbId} (GetKnowledgeBase, UpdateKnowledgeBase, DeleteKnowledgeBase)
  • 2026-01-05

  • 2026-01-05

  • Initial release with 26 paths and 48 operations
Commits
  • ae6d33f Release 5.12.2
  • 13d8e53 [Librarian] Regenerated @ b71b4c3e1a369dfb33fc0093ed77cf8197b688e1 1ec6a52af6...
  • See full diff in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the patch-updates group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@langchain/community](https://github.com/langchain-ai/langchainjs) | `1.1.15` | `1.1.16` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) | `1.1.24` | `1.1.26` |
| [@langchain/groq](https://github.com/langchain-ai/langchainjs) | `1.1.0` | `1.1.1` |
| [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core) | `1.1.4` | `1.1.5` |
| [langchain](https://github.com/langchain-ai/langchainjs) | `1.2.24` | `1.2.25` |
| [twilio](https://github.com/twilio/twilio-node) | `5.12.1` | `5.12.2` |


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

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

Updates `@langchain/groq` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/aws@1.1.0...@langchain/groq@1.1.1)

Updates `@langchain/langgraph` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/langchain-ai/langgraphjs/releases)
- [Changelog](https://github.com/langchain-ai/langgraphjs/blob/main/libs/langgraph-core/CHANGELOG.md)
- [Commits](https://github.com/langchain-ai/langgraphjs/commits/@langchain/langgraph@1.1.5/libs/langgraph-core)

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

Updates `twilio` from 5.12.1 to 5.12.2
- [Release notes](https://github.com/twilio/twilio-node/releases)
- [Changelog](https://github.com/twilio/twilio-node/blob/main/CHANGES.md)
- [Commits](twilio/twilio-node@5.12.1...5.12.2)

---
updated-dependencies:
- dependency-name: "@langchain/community"
  dependency-version: 1.1.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@langchain/core"
  dependency-version: 1.1.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@langchain/groq"
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@langchain/langgraph"
  dependency-version: 1.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: langchain
  dependency-version: 1.2.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: twilio
  dependency-version: 5.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 19, 2026
@github-actions github-actions bot merged commit 80e40c4 into master Feb 19, 2026
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/master/patch-updates-72daf37f06 branch February 19, 2026 11:15
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