Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 3 updates#328

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/production-dependencies-3f3d08c286
Open

chore(deps): bump the production-dependencies group across 1 directory with 3 updates#328
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/production-dependencies-3f3d08c286

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 3 updates in the / directory: @langchain/core, @langchain/langgraph and ai.

Updates @langchain/core from 1.1.48 to 1.1.49

Commits

Updates @langchain/langgraph from 1.3.6 to 1.4.2

Release notes

Sourced from @​langchain/langgraph's releases.

@​langchain/langgraph@​1.4.2

Patch Changes

  • #2527 9e114e5 Thanks @​christian-bromann! - chore(deps): remove uuid dependency in favor of embedded uuid in core

    Replace direct uuid package imports with @langchain/core/utils/uuid across langgraph packages to deduplicate dependencies and align with @​langchain/core's embedded UUID utilities.

  • Updated dependencies [ba31f04, e7e8035, 9e114e5]:

    • @​langchain/langgraph-sdk@​1.9.22
    • @​langchain/langgraph-checkpoint@​1.1.1

@​langchain/langgraph@​1.4.1

Patch Changes

  • #2520 2da5c33 Thanks @​christian-bromann! - fix(state): validate Zod state updates from nodes

    Validate node return values and Command updates against Zod state schema constraints before applying them to graph state.

    Fixes #2519

  • #2511 ef04db3 Thanks @​christian-bromann! - feat(ToolNode): forward graph state to tools via runtime.state

    ToolNode now forwards its input to each tool through the second argument as runtime.state. When using ToolNode as a node in a LangGraph graph, this gives tools access to the current graph state for workflows that need tool-call support in LangGraph proper. Tools can type the second parameter as ToolRuntime<StateType> from @langchain/core/tools and read runtime.state directly. This works in every runtime, including web browsers, and removes the need for getCurrentTaskInput() (which relies on node:async_hooks/AsyncLocalStorage). getCurrentTaskInput(config) continues to work for backwards compatibility.

  • Updated dependencies [3855985, 7c3e9e9, 17c44a3]:

    • @​langchain/langgraph-sdk@​1.9.21

@​langchain/langgraph@​1.4.0

Minor Changes

  • #2449 d12d269 Thanks @​christian-bromann! - Add cooperative, between-superstep graph draining via RunControl.

    A new RunControl (exported from @langchain/langgraph) exposes requestDrain(reason) plus read-only drainRequested / drainReason. Pass it through the new control option on invoke / stream / streamEvents (and the functional API). It is surfaced on runtime.control, so nodes can read it or call requestDrain() themselves, and it is propagated into subgraphs.

    When a drain is requested, the Pregel loop checks the flag at the top of each superstep (after the previous step's writes are applied and checkpointed): if more tasks remain it saves the checkpoint and throws the new GraphDrained error (also under durability: "exit"), so the run can be resumed later from the same config. If the graph naturally finishes on that tick it returns normally and the caller can inspect control.drainRequested. A drain requested inside a subgraph bubbles up and stops the parent at its next boundary. Draining never cancels work that is already running — pair it with an AbortSignal if you need a hard upper bound.

... (truncated)

Changelog

Sourced from @​langchain/langgraph's changelog.

1.4.2

Patch Changes

  • #2527 9e114e5 Thanks @​christian-bromann! - chore(deps): remove uuid dependency in favor of embedded uuid in core

    Replace direct uuid package imports with @langchain/core/utils/uuid across langgraph packages to deduplicate dependencies and align with @​langchain/core's embedded UUID utilities.

  • Updated dependencies [ba31f04, e7e8035, 9e114e5]:

    • @​langchain/langgraph-sdk@​1.9.22
    • @​langchain/langgraph-checkpoint@​1.1.1

1.4.1

Patch Changes

  • #2520 2da5c33 Thanks @​christian-bromann! - fix(state): validate Zod state updates from nodes

    Validate node return values and Command updates against Zod state schema constraints before applying them to graph state.

    Fixes #2519

  • #2511 ef04db3 Thanks @​christian-bromann! - feat(ToolNode): forward graph state to tools via runtime.state

    ToolNode now forwards its input to each tool through the second argument as runtime.state. When using ToolNode as a node in a LangGraph graph, this gives tools access to the current graph state for workflows that need tool-call support in LangGraph proper. Tools can type the second parameter as ToolRuntime<StateType> from @langchain/core/tools and read runtime.state directly. This works in every runtime, including web browsers, and removes the need for getCurrentTaskInput() (which relies on node:async_hooks/AsyncLocalStorage). getCurrentTaskInput(config) continues to work for backwards compatibility.

  • Updated dependencies [3855985, 7c3e9e9, 17c44a3]:

    • @​langchain/langgraph-sdk@​1.9.21

1.4.0

Minor Changes

  • #2449 d12d269 Thanks @​christian-bromann! - Add cooperative, between-superstep graph draining via RunControl.

    A new RunControl (exported from @langchain/langgraph) exposes requestDrain(reason) plus read-only drainRequested / drainReason. Pass it through the new control option on invoke / stream / streamEvents (and the functional API). It is surfaced on runtime.control, so nodes can read it or call requestDrain() themselves, and it is propagated into subgraphs.

    When a drain is requested, the Pregel loop checks the flag at the top of each superstep (after the previous step's writes are applied and checkpointed): if more tasks remain it saves the checkpoint and throws the new GraphDrained error (also under durability: "exit"), so the run can be resumed later from the same config. If the graph naturally finishes on that tick it returns normally and the caller can inspect control.drainRequested. A drain requested inside a subgraph bubbles up and

... (truncated)

Commits
  • 957cac4 chore: version packages (#2526)
  • 9e114e5 chore(deps): remove uuid dependency in favor of embedded uuid in core (#2527)
  • 34a0125 chore: version packages (#2524)
  • 2da5c33 fix(langgraph): validate Zod state updates from nodes (#2520)
  • ef04db3 docs: document first-class graph-state access for ToolNode tools (#2511)
  • 39df14b chore: version packages (#2513)
  • 4096933 fix(core): add RemoteGraph v3 streaming support (#2444)
  • 01c67df fix(core): replay bug, direct to subgraphs (#2179)
  • a8e7659 feat(core): DeltaChannel + writes-history saver API (#2452)
  • d12d269 feat(langgraph): cooperative graph drain via RunControl (#2449)
  • Additional commits viewable in compare view

Updates ai from 5.0.200 to 5.0.202

Release notes

Sourced from ai's releases.

ai@5.0.202

Patch Changes

  • Updated dependencies [3a5c051]
    • @​ai-sdk/gateway@​2.0.101
Changelog

Sourced from ai's changelog.

5.0.202

Patch Changes

  • Updated dependencies [3a5c051]
    • @​ai-sdk/gateway@​2.0.101

5.0.201

Patch Changes

  • Updated dependencies [6a1d24c]
    • @​ai-sdk/gateway@​2.0.100
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-3f3d08c286 branch 5 times, most recently from fbf68e5 to 6a63d0a Compare June 14, 2026 10:42
…y with 3 updates

Bumps the production-dependencies group with 3 updates in the / directory: [@langchain/core](https://github.com/langchain-ai/langchainjs), [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core) and [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai).


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

Updates `@langchain/langgraph` from 1.3.6 to 1.4.2
- [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.2/libs/langgraph-core)

Updates `ai` from 5.0.200 to 5.0.202
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/ai@5.0.202/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@5.0.202/packages/ai)

---
updated-dependencies:
- dependency-name: "@langchain/core"
  dependency-version: 1.1.49
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@langchain/langgraph"
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ai
  dependency-version: 5.0.201
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-3f3d08c286 branch from 6a63d0a to 6dec532 Compare June 14, 2026 13:25
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