Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 18 updates - #25

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-f4d56532d1
Open

chore(deps): bump the minor-and-patch group across 1 directory with 18 updates#25
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-f4d56532d1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 14 updates in the / directory:

Package From To
@inquirer/prompts 8.5.2 8.6.0
@langchain/anthropic 1.5.1 1.5.8
@langchain/google-genai 2.2.0 2.3.0
@langchain/langgraph 1.4.7 1.4.12
@langchain/langgraph-checkpoint-sqlite 1.0.3 1.0.4
@langchain/mcp-adapters 1.1.3 1.1.4
@langchain/openai 1.5.3 1.5.10
@langchain/openrouter 0.4.3 0.4.10
@openrouter/sdk 0.13.24 0.13.67
deepagents 1.10.7 1.13.0
fs-extra 11.3.6 11.4.0
langsmith 0.7.17 0.9.0
web-tree-sitter 0.26.10 0.26.12
vitest 4.1.10 4.1.11

Updates @inquirer/prompts from 8.5.2 to 8.6.0

Release notes

Sourced from @​inquirer/prompts's releases.

@​inquirer/prompts@​8.6.0

The all-in-one prompts package, re-exporting every individual prompt at its latest version.

Highlights

This release rides on @inquirer/core@12.0.0, which makes the useState setter accept a reducer/updater function. It also brings a new initialValue option to search, plus fixes for number, confirm, and editor.

What's new

  • @inquirer/search — new initialValue?: string option to pre-fill the search input (#2205)

What's fixed

  • @inquirer/number — avoid floating-point step errors; accept explicit undefined as default (#2166, #2182)
  • @inquirer/confirm — accept explicit undefined as default (#2182)
  • @inquirer/editor — accept explicit undefined as default (#2182)

Included prompts

  • @inquirer/checkbox@5.2.2
  • @inquirer/confirm@6.2.0
  • @inquirer/editor@5.3.0
  • @inquirer/expand@5.1.2
  • @inquirer/input@5.1.3
  • @inquirer/number@4.2.0
  • @inquirer/password@5.1.2
  • @inquirer/rawlist@5.3.2
  • @inquirer/search@4.3.0
  • @inquirer/select@5.2.2

Note: This release depends on @inquirer/core@^12.0.0, which contains a breaking change to the useState setter type (it now accepts a reducer function). See the @inquirer/core@12.0.0 release notes for details.

Commits
  • 9997067 fix(release): serialize staging with --concurrency 1
  • 2073546 fix(release): disable auto-install hook event in postpack restore
  • 7f00eb7 fix(release): bypass auto-install hook in postpack restore
  • 5384fa6 chore(release): add workflow_dispatch trigger to publish workflow
  • d11785f fix(release): warm turbo cache before staging in publish job
  • 36d4928 chore: Publish new release
  • 15dfc54 chore(deps): Bump globby from 16.2.2 to 16.2.3 (#2234)
  • 6678f5f chore(deps-dev): Bump oxfmt in the formatting group (#2233)
  • e57dafa chore: secure release pipeline with npm Trusted Publishing
  • 2d677bb fix: don't restore package.json in postpack before publish (#2231)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @langchain/anthropic from 1.5.1 to 1.5.8

Release notes

Sourced from @​langchain/anthropic's releases.

@​langchain/anthropic@​1.5.8

Patch Changes

  • #11421 041a755 Thanks @​priprocess! - Preserve the generic tool_search_tool_result block type in streaming output and message payload conversion. The Anthropic API emits this un-suffixed type for both tool search variants; previously only the variant-suffixed names were allowlisted, so multi-turn conversations using tool search still failed with INVALID_TOOL_RESULTS after a client-tool round-trip.

@​langchain/anthropic@​1.5.7

Patch Changes

  • #11407 3ceef4b Thanks @​chenzimin! - Round-trip the tool search server-tool result blocks (tool_search_tool_bm25_tool_result / tool_search_tool_regex_tool_result) through message translation, mirroring web_search_tool_result. Without this, a multi-turn conversation using the tool search tool fails on the next request with 400 invalid_request_error … tool use … found without a corresponding … tool_result block, because the result block was dropped from the assistant message (streaming capture) and on re-send (toolTypes passthrough).

@​langchain/anthropic@​1.5.6

Patch Changes

  • #11342 3b0e4c4 Thanks @​thushanth-bengre-langchain! - feat(anthropic): mark Anthropic provider errors as retryable or not

    Builds on stampRetryable in @langchain/core so the retry middleware can tell a transient failure from a deterministic one. Rate limits are marked retryable; context overflow, invalid tool results, bad credentials, and unknown models non-retryable. Anything else stays unmarked and retries as before.

    Also forwards a per-call maxRetries to the retry loop, so a surrounding retry loop such as modelRetryMiddleware can take over instead of the two multiplying against each other.

    Errors keep their original class, so instanceof against the @anthropic-ai/sdk error types is unaffected.

@​langchain/anthropic@​1.5.5

Patch Changes

  • #11359 d36ec6a Thanks @​talarari! - fix(anthropic): preserve gateway cost on the native stream path

    convertAnthropicStream now surfaces an Anthropic-compatible gateway's numeric usage.cost at response_metadata.usage.cost, matching the chunk path. Token accounting in usage_metadata is unchanged.

@​langchain/anthropic@​1.5.4

Patch Changes

@​langchain/anthropic@​1.5.3

Patch Changes

@​langchain/anthropic@​1.5.2

Patch Changes

Commits
  • d5264a1 chore: version packages (#11427)
  • c26c87e fix(openai): send content null (not []) for tool-call-only v1 assistant messa...
  • 041a755 fix(anthropic): preserve generic tool_search_tool_result blocks (#11421)
  • e493ed6 chore: version packages (#11393)
  • 8384848 fix(google-common): release endpoint routing fix as patch (#11413)
  • 8cfff4d feat(google): add gateway support for genai (#11405)
  • 7df258c chore(langchain): update langgraph deps (#11412)
  • 3ceef4b fix(anthropic): round-trip tool search server-tool result blocks (#11407)
  • fe8eec1 fix(openai): drop Gemini functionCall content blocks in Chat Completions mess...
  • 0e7c765 fix(google-genai): throw ContentBlockedError when Gemini candidate has no con...
  • Additional commits viewable in compare view

Updates @langchain/core from 1.2.1 to 1.2.9

Release notes

Sourced from @​langchain/core's releases.

@​langchain/core@​1.2.9

Patch Changes

@​langchain/core@​1.2.8

Patch Changes

  • #11369 d6ad973 Thanks @​hntrl! - fix(langchain): use unified endpoint for gateway

  • #11342 3b0e4c4 Thanks @​thushanth-bengre-langchain! - feat(core): mark errors as retryable or not, and stop retrying the ones that aren't

    Retry middleware retried every failure up to maxRetries, including deterministic ones like a bad API key or an unknown model. Retries also nest, so a single such failure could cost dozens of API calls.

    @langchain/core/errors adds stampRetryable(error, retryable) and getRetryable(error). Marking an error leaves its class and shape untouched, so a provider SDK error can be classified without breaking instanceof. getRetryable returns undefined for errors nobody classified, and both are exported so tool authors can mark their own failures.

    modelRetryMiddleware and toolRetryMiddleware now respect the mark by default, and retries stop as soon as one is found rather than each layer spending its own budget. Aborted calls, context overflow, and oversized payloads are marked non-retryable out of the box. Models accept a per-call maxRetries so a surrounding retry loop can take over.

    Behavior change: errors marked non-retryable now fail on the first attempt. Unclassified errors — including any from third-party integrations or custom tools — retry exactly as before. Pass retryOn: () => true to restore the old default. A custom onFailedAttempt replaces the built-in handler and opts out of marking.

@​langchain/core@​1.2.7

Patch Changes

@​langchain/core@​1.2.6

Patch Changes

  • #11344 f08e0c6 Thanks @​hntrl! - fix: apply [Symbol.hasInstance] method to all comparable properties using .isInstance()

    We have some internal schemas that rely on z.instanceof(). This uses a strict instanceof check which can conflict if there are multiple versions of core installed. This overrides the Symbol.hasInstance method to use the same logic as .isInstance() to compare objects at runtime.

@​langchain/core@​1.2.5

Patch Changes

@​langchain/core@​1.2.4

Patch Changes

@​langchain/core@​1.2.3

Patch Changes

... (truncated)

Commits
  • e493ed6 chore: version packages (#11393)
  • 8384848 fix(google-common): release endpoint routing fix as patch (#11413)
  • 8cfff4d feat(google): add gateway support for genai (#11405)
  • 7df258c chore(langchain): update langgraph deps (#11412)
  • 3ceef4b fix(anthropic): round-trip tool search server-tool result blocks (#11407)
  • fe8eec1 fix(openai): drop Gemini functionCall content blocks in Chat Completions mess...
  • 0e7c765 fix(google-genai): throw ContentBlockedError when Gemini candidate has no con...
  • 5c9fdf2 fix(openai): retain cache_write_tokens, update to v7 sdk (#11399)
  • 5ff9179 fix(google-genai): guard streaming chunks when candidate has no content (#10742)
  • 43e4396 fix(core): include tool_call blocks and skip empty text blocks in ChatVertexA...
  • Additional commits viewable in compare view

Updates @langchain/google-genai from 2.2.0 to 2.3.0

Release notes

Sourced from @​langchain/google-genai's releases.

@​langchain/google-genai@​2.3.0

Minor Changes

  • #11400 0e7c765 Thanks @​thushanth-bengre-langchain! - fix(google-genai): throw a typed, catchable EmptyContentError instead of silently returning empty content / an empty generations array when a non-streaming call (.invoke(), .generate(), .batch()) gets back a Gemini candidate with no content — whether from an explicit block (safety/recitation filter, rejected prompt) or the model just not producing usable output (a malformed function call, a thinking model exhausting its token budget). The streaming path (.stream()) is unaffected by this behavior change; it now safely skips a contentless chunk instead of throwing a raw TypeError.

Patch Changes

  • #11405 8cfff4d Thanks @​hntrl! - Add LangSmith gateway support for Google Gemini (Developer API) models. When LANGSMITH_GATEWAY is set, ChatGoogleGenerativeAI and ChatGoogle (and initChatModel("google-genai:...")) route requests through the gateway's Gemini path, using the gateway key (falling back to LANGSMITH_API_KEY). An explicit baseUrl/endpoint, an explicit apiKey, or a Vertex AI configuration suppress gateway routing. Also adds GEMINI_API_KEY as a fallback env var for ChatGoogleGenerativeAI.
Commits
  • e493ed6 chore: version packages (#11393)
  • 8384848 fix(google-common): release endpoint routing fix as patch (#11413)
  • 8cfff4d feat(google): add gateway support for genai (#11405)
  • 7df258c chore(langchain): update langgraph deps (#11412)
  • 3ceef4b fix(anthropic): round-trip tool search server-tool result blocks (#11407)
  • fe8eec1 fix(openai): drop Gemini functionCall content blocks in Chat Completions mess...
  • 0e7c765 fix(google-genai): throw ContentBlockedError when Gemini candidate has no con...
  • 5c9fdf2 fix(openai): retain cache_write_tokens, update to v7 sdk (#11399)
  • 5ff9179 fix(google-genai): guard streaming chunks when candidate has no content (#10742)
  • 43e4396 fix(core): include tool_call blocks and skip empty text blocks in ChatVertexA...
  • Additional commits viewable in compare view

Updates @langchain/langgraph from 1.4.7 to 1.4.12

Release notes

Sourced from @​langchain/langgraph's releases.

@​langchain/langgraph@​1.4.12

Patch Changes

  • #2714 a2a59ec Thanks @​hntrl! - Update checkpoint integrations to require the patched checkpoint serializer release.

  • Updated dependencies [a2a59ec]:

    • @​langchain/langgraph-checkpoint@​1.1.5

@​langchain/langgraph@​1.4.11

Patch Changes

  • #2706 eaa5472 Thanks @​zduric-langchain! - fix(langgraph): dedupe merged callback handlers by identity

    mergeCallbacks concatenated handlers and inheritableHandlers while deduping tags, so a handler inherited by both the ambient and the explicit config picked up an extra registration at every graph boundary. With tracing on, a nested streamMode: "messages" run delivered every token twice.

  • Updated dependencies [3ce9f8d, 51b4202, a86f813]:

    • @​langchain/langgraph-sdk@​1.9.30

@​langchain/langgraph@​1.4.10

Patch Changes

@​langchain/langgraph@​1.4.9

Patch Changes

  • #2653 7880055 Thanks @​christian-bromann! - fix(langgraph): checkpoint Topic as a flat values list

    Match Python Topic checkpoints so Host JS graphs no longer put __pregel_tasks: [[], []] through the Python checkpointer. Keep reading legacy [seen, values] checkpoints for restore compatibility.

@​langchain/langgraph@​1.4.8

Patch Changes

Changelog

Sourced from @​langchain/langgraph's changelog.

1.4.12

Patch Changes

  • #2714 a2a59ec Thanks @​hntrl! - Update checkpoint integrations to require the patched checkpoint serializer release.

  • Updated dependencies [a2a59ec]:

    • @​langchain/langgraph-checkpoint@​1.1.5

1.4.11

Patch Changes

  • #2706 eaa5472 Thanks @​zduric-langchain! - fix(langgraph): dedupe merged callback handlers by identity

    mergeCallbacks concatenated handlers and inheritableHandlers while deduping tags, so a handler inherited by both the ambient and the explicit config picked up an extra registration at every graph boundary. With tracing on, a nested streamMode: "messages" run delivered every token twice.

  • Updated dependencies [3ce9f8d, 51b4202, a86f813]:

    • @​langchain/langgraph-sdk@​1.9.30

1.4.10

Patch Changes

1.4.9

Patch Changes

  • #2653 7880055 Thanks @​christian-bromann! - fix(langgraph): checkpoint Topic as a flat values list

    Match Python Topic checkpoints so Host JS graphs no longer put __pregel_tasks: [[], []] through the Python checkpointer. Keep reading legacy [seen, values] checkpoints for restore compatibility.

1.4.8

Patch Changes

Commits
  • 6530ba9 chore: version packages (#2715)
  • c3b27a9 fix(checkpoint): narrow re-constructable types in JsonPlusSerializer (#2709)
  • 659d628 chore: version packages (#2704)
  • eaa5472 fix(langgraph): dedupe merged callback handlers by identity (#2706)
  • f6b41bf chore: version packages (#2698)
  • 00f68a1 fix(langgraph): keep context values out of tracer-derived metadata (#2690)
  • 6ac60da chore(deps): bump the langchain group across 1 directory with 5 updates (#2651)
  • 5f99152 chore: version packages (#2655)
  • 7880055 fix(langgraph): checkpoint Topic as a flat values list (#2653)
  • cac6d31 chore(deps): bump the vite-vitest group across 1 directory with 6 updates (#2...
  • Additional commits viewable in compare view

Updates @langchain/langgraph-checkpoint from 1.1.3 to 1.1.5

Release notes

Sourced from @​langchain/langgraph-checkpoint's releases.

@​langchain/langgraph-checkpoint@​1.1.5

Patch Changes

  • #2714 a2a59ec Thanks @​hntrl! - Update checkpoint integrations to require the patched checkpoint serializer release.

@​langchain/langgraph-checkpoint@​1.1.4

Patch Changes

Changelog

Sourced from @​langchain/langgraph-checkpoint's changelog.

1.1.5

Patch Changes

  • #2714 a2a59ec Thanks @​hntrl! - Update checkpoint integrations to require the patched checkpoint serializer release.

1.1.4

Patch Changes

Commits
  • 6530ba9 chore: version packages (#2715)
  • 299bccd chore: version packages (#2711)
  • c3b27a9 fix(checkpoint): narrow re-constructable types in JsonPlusSerializer (#2709)
  • cac6d31 chore(deps): bump the vite-vitest group across 1 directory with 6 updates (#2...
  • 8fb6376 chore: update Vitest to 4.1.9 (#2587)
  • 82e07d0 docs(checkpoint): document edge runtime compatibility and persistence flush
  • See full diff in compare view

Updates @langchain/langgraph-checkpoint-sqlite from 1.0.3 to 1.0.4

Release notes

Sourced from @​langchain/langgraph-checkpoint-sqlite's releases.

@​langchain/langgraph-checkpoint-sqlite@​1.0.4

Patch Changes

  • #2714 a2a59ec Thanks @​hntrl! - Update checkpoint integrations to require the patched checkpoint serializer release.
Changelog

Sourced from @​langchain/langgraph-checkpoint-sqlite's changelog.

1.0.4

Patch Changes

  • #2714 a2a59ec Thanks @​hntrl! - Update checkpoint integrations to require the patched checkpoint serializer release.
Commits
  • 6530ba9 chore: version packages (#2715)
  • a2a59ec fix: require patched checkpoint release
  • af64bf5 fix: restore checkpoint peer ranges (#2713)
  • c3b27a9 fix(checkpoint): narrow re-constructable types in JsonPlusSerializer (#2709)
  • cac6d31 chore(deps): bump the vite-vitest group across 1 directory with 6 updates (#2...
  • 8fb6376 chore: update Vitest to 4.1.9 (#2587)
  • 9e114e5 chore(deps): remove uuid dependency in favor of embedded uuid in core (#2527)
  • See full diff in compare view

Updates @langchain/langgraph-sdk from 1.9.25 to 1.9.31

Release notes

Sourced from @​langchain/langgraph-sdk's releases.

@​langchain/langgraph-sdk@​1.9.31

Patch Changes

  • #2722 7b0fd47 Thanks @​christian-bromann! - fix(sdk): don't re-show resolved interrupts after reload

    After a reload, the next submit used to replay the old input.requested event, so the HITL form came back even though the interrupt was already answered. Keep filtering historical interrupts after the command is accepted, using the response's applied_through_seq as the cutoff.

@​langchain/langgraph-sdk@​1.9.30

Patch Changes

  • #2691 3ce9f8d Thanks @​christian-bromann! - fix(sdk): clear messages on hydrate(null) with a pending interrupt

    Teardown awaited the paused root pump, so threadId went null while the old conversation stayed on screen. Reset the snapshot first.

  • #2703 51b4202 Thanks @​christian-bromann! - fix(sdk): keep isLoading true across interrupt→running hydration

    Deferred terminal resets no longer clear isLoading when a newer running lifecycle has already arrived (HITL resume / SSE replay).

  • #2692 a86f813 Thanks @​christian-bromann! - fix(sdk): adopt server metadata on same-id optimistic message echo

    When a values snapshot echoes an optimistic human with the same content plus committed additional_kwargs (e.g. attachment paths), stream.messages now takes the server copy instead of keeping the plain optimistic message until hydration. Preferring is asymmetric: lagging or poorer values snapshots do not strip richer current metadata. In-flight AI token streaming is unchanged: streamed content still wins when it has moved past the snapshot.

@​langchain/langgraph-sdk@​1.9.29

Patch Changes

  • #2668 f9c0e88 Thanks @​edenbuilds! - Always attach the underlying Response on HTTPError.

  • #2675 3958305 Thanks @​christian-bromann! - fix(sdk): deliver input channel events on the root-bus fast path

    channelProjection with replay: false (the useChannelEffect default) compared event.method to channel names, so input.requested never matched "input". Match via inferChannel instead, same as the slow path.

  • #2677 4c0fd78 Thanks @​christian-bromann! - fix(sdk): defer stream join until lazy thread create commits

    Hydrating an externally-minted thread id that 404s still opened /stream/events before POST /commands created the row. On langgraph_api's in-mem runtime that join is accepted but dead, so the first run delivered nothing until idle reconnect. Treat missing threads like client-minted ones and start the root pump only after dispatch succeeds.

  • #2672 5be518f Thanks @​christian-bromann! - fix(sdk): surface nested interrupts on stream.interrupts

    input.requested events from subgraphs/subagents were dropped live by a root-only filter, while hydrate seeded them from state.tasks, so HITL UIs saw nested interrupts only after reload. Mirror every namespace onto rootStore.interrupts (with Interrupt.namespace), and resolve that namespace in respond({ interruptId }) when callers omit it.

  • #2676 b3c1ceb Thanks @​christian-bromann! - fix(sdk): resolve respond() namespace from interrupt id

... (truncated)

Changelog

Sourced from @​langchain/langgraph-sdk's changelog.

1.9.31

Patch Changes

  • #2722 7b0fd47 Thanks @​christian-bromann! - fix(sdk): don't re-show resolved interrupts after reload

    After a reload, the next submit used to replay the old input.requested event, so the HITL form came back even though the interrupt was already answered. Keep filtering historical interrupts after the command is accepted, using the response's applied_through_seq as the cutoff.

1.9.30

Patch Changes

  • #2691 3ce9f8d Thanks @​christian-bromann! - fix(sdk): clear messages on hydrate(null) with a pending interrupt

    Teardown awaited the paused root pump, so threadId went null while the old conversation stayed on screen. Reset the snapshot first.

  • #2703 51b4202 Thanks @​christian-bromann! - fix(sdk): keep isLoading true across interrupt→running hydration

    Deferred terminal resets no longer clear isLoading when a newer running lifecycle has already arrived (HITL resume / SSE replay).

  • #2692 a86f813 Thanks @​christian-bromann! - fix(sdk): adopt server metadata on same-id optimistic message echo

    When a values snapshot echoes an optimistic human with the same content plus committed additional_kwargs (e.g. attachment paths), stream.messages now takes the server copy instead of keeping the plain optimistic message until hydration. Preferring is asymmetric: lagging or poorer values snapshots do not strip richer current metadata. In-flight AI token streaming is unchanged: streamed content still wins when it has moved past the snapshot.

1.9.29

Patch Changes

  • #2668 f9c0e88 Thanks @​edenbuilds! - Always attach the underlying Response on HTTPError.

  • #2675 3958305 Thanks @​christian-bromann! - fix(sdk): deliver input channel events on the root-bus fast path

    channelProjection with replay: false (the useChannelEffect default) compared event.method to channel names, so input.requested never matched "input". Match via inferChannel instead, same as the slow path.

  • #2677 4c0fd78 Thanks @​christian-bromann! - fix(sdk): defer stream join until lazy thread create commits

    Hydrating an externally-minted thread id that 404s still opened /stream/events before POST /commands created the row. On langgraph_api's in-mem runtime that join is accepted but dead, so the first run delivered nothing until idle reconnect. Treat missing threads like client-minted ones and start the root pump only after dispatch succeeds.

  • #2672 5be518f Thanks @​christian-bromann! - fix(sdk): surface nested interrupts on stream.interrupts

... (truncated)

Commits
  • 12cc3f5 chore: version packages (#2723)
  • 7b0fd47 fix(sdk): don't re-show resolved interrupts after reload (#2722)
  • 659d628 chore: version packages (#2704)
  • a86f813 fix(sdk): adopt server metadata on same-id optimistic message echo (#2692)
  • 3ce9f8d fix(sdk): clear messages on hydrate(null) with a pending interrupt (#2691)
  • 51b4202 fix(sdk): keep isLoading true across interrupt→running hydration (#2703)
  • 9320c37 chore: version packages (#2674)
  • b3c1ceb fix(sdk): resolve respond() namespace from interrupt id (#2676)
  • 4c0fd78 fix(sdk): defer stream join until lazy thread create commits (#2677)
  • 3958305 fix(sdk): deliver input channel events on the root-bus fast path (#2675)
  • Additional commits viewable in compare view

Updates @langchain/mcp-adapters from 1.1.3 to 1.1.4

Release notes

Sourced from @​langchain/mcp-adapters's releases.

@​langchain/mcp-adapters@​1.1.4

Patch Changes

  • #11412 7df258c Thanks @​hntrl! - chore(langgraph): update langgraph deps to track serialization fix
  • ...

    Description has been truncated

…8 updates

Bumps the minor-and-patch group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `8.5.2` | `8.6.0` |
| [@langchain/anthropic](https://github.com/langchain-ai/langchainjs) | `1.5.1` | `1.5.8` |
| [@langchain/google-genai](https://github.com/langchain-ai/langchainjs) | `2.2.0` | `2.3.0` |
| [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core) | `1.4.7` | `1.4.12` |
| [@langchain/langgraph-checkpoint-sqlite](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/checkpoint-sqlite) | `1.0.3` | `1.0.4` |
| [@langchain/mcp-adapters](https://github.com/langchain-ai/langchainjs) | `1.1.3` | `1.1.4` |
| [@langchain/openai](https://github.com/langchain-ai/langchainjs) | `1.5.3` | `1.5.10` |
| [@langchain/openrouter](https://github.com/langchain-ai/langchainjs/tree/HEAD/libs/providers/langchain-openrouter) | `0.4.3` | `0.4.10` |
| [@openrouter/sdk](https://github.com/OpenRouterTeam/typescript-sdk) | `0.13.24` | `0.13.67` |
| [deepagents](https://github.com/langchain-ai/deepagentsjs) | `1.10.7` | `1.13.0` |
| [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.6` | `11.4.0` |
| [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.7.17` | `0.9.0` |
| [web-tree-sitter](https://github.com/tree-sitter/tree-sitter/tree/HEAD/lib/binding_web) | `0.26.10` | `0.26.12` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.10` | `4.1.11` |



Updates `@inquirer/prompts` from 8.5.2 to 8.6.0
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@8.5.2...@inquirer/prompts@8.6.0)

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

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

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

Updates `@langchain/langgraph` from 1.4.7 to 1.4.12
- [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.4.12/libs/langgraph-core)

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

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

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

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

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

Updates `@langchain/openrouter` from 0.4.3 to 0.4.10
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/libs/providers/langchain-openrouter/CHANGELOG.md)
- [Commits](https://github.com/langchain-ai/langchainjs/commits/@langchain/openrouter@0.4.10/libs/providers/langchain-openrouter)

Updates `@openrouter/sdk` from 0.13.24 to 0.13.67
- [Release notes](https://github.com/OpenRouterTeam/typescript-sdk/releases)
- [Changelog](https://github.com/OpenRouterTeam/typescript-sdk/blob/main/RELEASES.md)
- [Commits](OpenRouterTeam/typescript-sdk@v0.13.24...v0.13.67)

Updates `deepagents` from 1.10.7 to 1.13.0
- [Release notes](https://github.com/langchain-ai/deepagentsjs/releases)
- [Commits](https://github.com/langchain-ai/deepagentsjs/compare/deepagents@1.10.7...deepagents@1.13.0)

Updates `fs-extra` from 11.3.6 to 11.4.0
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.3.6...11.4.0)

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

Updates `langsmith` from 0.7.17 to 0.9.0
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](langchain-ai/langsmith-sdk@v0.7.17...v0.9.0)

Updates `web-tree-sitter` from 0.26.10 to 0.26.12
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](https://github.com/tree-sitter/tree-sitter/commits/v0.26.12/lib/binding_web)

Updates `vitest` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest)

---
updated-dependencies:
- dependency-name: "@inquirer/prompts"
  dependency-version: 8.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@langchain/anthropic"
  dependency-version: 1.5.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@langchain/core"
  dependency-version: 1.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@langchain/google-genai"
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@langchain/langgraph"
  dependency-version: 1.4.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@langchain/langgraph-checkpoint"
  dependency-version: 1.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@langchain/langgraph-checkpoint-sqlite"
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@langchain/langgraph-sdk"
  dependency-version: 1.9.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@langchain/mcp-adapters"
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@langchain/openai"
  dependency-version: 1.5.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@langchain/openrouter"
  dependency-version: 0.4.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@openrouter/sdk"
  dependency-version: 0.13.67
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: deepagents
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: fs-extra
  dependency-version: 11.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: langchain
  dependency-version: 1.5.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: langsmith
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: web-tree-sitter
  dependency-version: 0.26.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, npm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from RaheesAhmed as a code owner August 24, 2026 09:23
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.

0 participants