[PR #268] [MERGED] build(deps): bump @langchain/langgraph from 1.1.4 to 1.2.0 #314

Closed
opened 2026-06-05 17:22:37 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/268
Author: @dependabot[bot]
Created: 3/2/2026
Status: Merged
Merged: 3/17/2026
Merged by: @christian-bromann

Base: mainHead: dependabot/npm_and_yarn/langchain/langgraph-1.2.0


📝 Commits (1)

  • 1de4a0a build(deps): bump @langchain/langgraph from 1.1.4 to 1.2.0

📊 Changes

1 file changed (+31 additions, -16 deletions)

View changed files

📝 pnpm-lock.yaml (+31 -16)

📄 Description

Bumps @langchain/langgraph from 1.1.4 to 1.2.0.

Release notes

Sourced from @​langchain/langgraph's releases.

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

Minor Changes

  • #1991 38db67f Thanks @​vanb! - Add optional enableTimestamps parameter to MongoDBSaver that sets an upserted_at date via MongoDB's $currentDate operator on every upsert. Useful for MongoDB TTL indexes, auditing, or debugging.

@​langchain/langgraph@​1.2.0

Minor Changes

  • #2002 fce9d38 Thanks @​hntrl! - feat(langgraph): add Overwrite class for bypassing channel reducers

    Adds an Overwrite class and OverwriteValue type that allow nodes to bypass reducers in BinaryOperatorAggregate channels, writing values directly instead of passing them through the reducer function. This is useful when a node needs to replace accumulated state rather than append to it.

    • New Overwrite class exported from @langchain/langgraph
    • BinaryOperatorAggregate channel detects OverwriteValue and sets the value directly
    • Annotation, StateSchema, and zod schema type mappings updated to include OverwriteValue in update types

Patch Changes

@​langchain/langgraph-api@​1.1.14

Patch Changes

@​langchain/langgraph-cli@​1.1.14

Patch Changes

  • Updated dependencies [aa8e878]:
    • @​langchain/langgraph-api@​1.1.14

@​langchain/langgraph-ui@​1.1.14

No release notes provided.

@​langchain/langgraph-api@​1.1.13

Patch Changes

... (truncated)

Changelog

Sourced from @​langchain/langgraph's changelog.

1.2.0

Minor Changes

  • #2002 fce9d38 Thanks @​hntrl! - feat(langgraph): add Overwrite class for bypassing channel reducers

    Adds an Overwrite class and OverwriteValue type that allow nodes to bypass reducers in BinaryOperatorAggregate channels, writing values directly instead of passing them through the reducer function. This is useful when a node needs to replace accumulated state rather than append to it.

    • New Overwrite class exported from @langchain/langgraph
    • BinaryOperatorAggregate channel detects OverwriteValue and sets the value directly
    • Annotation, StateSchema, and zod schema type mappings updated to include OverwriteValue in update types

Patch Changes

1.1.5

Patch Changes

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

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/deepagentsjs/pull/268 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/2/2026 **Status:** ✅ Merged **Merged:** 3/17/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/langchain/langgraph-1.2.0` --- ### 📝 Commits (1) - [`1de4a0a`](https://github.com/langchain-ai/deepagentsjs/commit/1de4a0ac55044e35090b1fada0716539d941155d) build(deps): bump @langchain/langgraph from 1.1.4 to 1.2.0 ### 📊 Changes **1 file changed** (+31 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `pnpm-lock.yaml` (+31 -16) </details> ### 📄 Description Bumps [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core) from 1.1.4 to 1.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langgraphjs/releases"><code>@​langchain/langgraph</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​langchain/langgraph-checkpoint-mongodb</code><a href="https://github.com/1"><code>@​1</code></a>.2.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/langchain-ai/langgraphjs/pull/1991">#1991</a> <a href="https://github.com/langchain-ai/langgraphjs/commit/38db67f3599daffcbec5d04f16f36e69abe22e08"><code>38db67f</code></a> Thanks <a href="https://github.com/vanb"><code>@​vanb</code></a>! - Add optional <code>enableTimestamps</code> parameter to <code>MongoDBSaver</code> that sets an <code>upserted_at</code> date via MongoDB's <code>$currentDate</code> operator on every upsert. Useful for MongoDB TTL indexes, auditing, or debugging.</li> </ul> <h2><code>@​langchain/langgraph</code><a href="https://github.com/1"><code>@​1</code></a>.2.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/langchain-ai/langgraphjs/pull/2002">#2002</a> <a href="https://github.com/langchain-ai/langgraphjs/commit/fce9d38267e7d99029646cfcf7abb78c7b937e34"><code>fce9d38</code></a> Thanks <a href="https://github.com/hntrl"><code>@​hntrl</code></a>! - feat(langgraph): add Overwrite class for bypassing channel reducers</p> <p>Adds an <code>Overwrite</code> class and <code>OverwriteValue</code> type that allow nodes to bypass reducers in <code>BinaryOperatorAggregate</code> channels, writing values directly instead of passing them through the reducer function. This is useful when a node needs to replace accumulated state rather than append to it.</p> <ul> <li>New <code>Overwrite</code> class exported from <code>@langchain/langgraph</code></li> <li><code>BinaryOperatorAggregate</code> channel detects <code>OverwriteValue</code> and sets the value directly</li> <li><code>Annotation</code>, <code>StateSchema</code>, and zod schema type mappings updated to include <code>OverwriteValue</code> in update types</li> </ul> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/langchain-ai/langgraphjs/pull/1992">#1992</a> <a href="https://github.com/langchain-ai/langgraphjs/commit/937f78030f1360251361c6096bbd0ff287662a2b"><code>937f780</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@���christian-bromann</code></a>! - fix(core): don't trace channel read/writes</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langgraphjs/pull/1984">#1984</a> <a href="https://github.com/langchain-ai/langgraphjs/commit/aa8e878e5b71128685ab7e7a79c96bd2519c0123"><code>aa8e878</code></a> Thanks <a href="https://github.com/colifran"><code>@​colifran</code></a>! - feat: add tools stream mode for tool lifecycle events</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/langchain-ai/langgraphjs/commit/aa8e878e5b71128685ab7e7a79c96bd2519c0123"><code>aa8e878</code></a>, <a href="https://github.com/langchain-ai/langgraphjs/commit/1b088e578aaef7d231f37885b94bfd763f99a775"><code>1b088e5</code></a>]:</p> <ul> <li><code>@​langchain/langgraph-sdk</code><a href="https://github.com/1"><code>@​1</code></a>.6.5</li> </ul> </li> </ul> <h2><code>@​langchain/langgraph-api</code><a href="https://github.com/1"><code>@​1</code></a>.1.14</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/langchain-ai/langgraphjs/pull/1984">#1984</a> <a href="https://github.com/langchain-ai/langgraphjs/commit/aa8e878e5b71128685ab7e7a79c96bd2519c0123"><code>aa8e878</code></a> Thanks <a href="https://github.com/colifran"><code>@​colifran</code></a>! - feat: add tools stream mode for tool lifecycle events</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/langchain-ai/langgraphjs/commit/aa8e878e5b71128685ab7e7a79c96bd2519c0123"><code>aa8e878</code></a>, <a href="https://github.com/langchain-ai/langgraphjs/commit/1b088e578aaef7d231f37885b94bfd763f99a775"><code>1b088e5</code></a>]:</p> <ul> <li><code>@​langchain/langgraph-sdk</code><a href="https://github.com/1"><code>@​1</code></a>.6.5</li> <li><code>@​langchain/langgraph-ui</code><a href="https://github.com/1"><code>@​1</code></a>.1.14</li> </ul> </li> </ul> <h2><code>@​langchain/langgraph-cli</code><a href="https://github.com/1"><code>@​1</code></a>.1.14</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/langchain-ai/langgraphjs/commit/aa8e878e5b71128685ab7e7a79c96bd2519c0123"><code>aa8e878</code></a>]: <ul> <li><code>@​langchain/langgraph-api</code><a href="https://github.com/1"><code>@​1</code></a>.1.14</li> </ul> </li> </ul> <h2><code>@​langchain/langgraph-ui</code><a href="https://github.com/1"><code>@​1</code></a>.1.14</h2> <p>No release notes provided.</p> <h2><code>@​langchain/langgraph-api</code><a href="https://github.com/1"><code>@​1</code></a>.1.13</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/langchain-ai/langgraphjs/pull/1960">#1960</a> <a href="https://github.com/langchain-ai/langgraphjs/commit/4ebe31ec6ea289f2eeff324fb1875af869d543c9"><code>4ebe31e</code></a> Thanks <a href="https://github.com/hntrl"><code>@​hntrl</code></a>! - relax langsmith dep</p> </li> <li> <p>Updated dependencies []:</p> <ul> <li><code>@​langchain/langgraph-ui</code><a href="https://github.com/1"><code>@​1</code></a>.1.13</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langgraphjs/blob/main/libs/langgraph-core/CHANGELOG.md"><code>@​langchain/langgraph</code>'s changelog</a>.</em></p> <blockquote> <h2>1.2.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/langchain-ai/langgraphjs/pull/2002">#2002</a> <a href="https://github.com/langchain-ai/langgraphjs/commit/fce9d38267e7d99029646cfcf7abb78c7b937e34"><code>fce9d38</code></a> Thanks <a href="https://github.com/hntrl"><code>@​hntrl</code></a>! - feat(langgraph): add Overwrite class for bypassing channel reducers</p> <p>Adds an <code>Overwrite</code> class and <code>OverwriteValue</code> type that allow nodes to bypass reducers in <code>BinaryOperatorAggregate</code> channels, writing values directly instead of passing them through the reducer function. This is useful when a node needs to replace accumulated state rather than append to it.</p> <ul> <li>New <code>Overwrite</code> class exported from <code>@langchain/langgraph</code></li> <li><code>BinaryOperatorAggregate</code> channel detects <code>OverwriteValue</code> and sets the value directly</li> <li><code>Annotation</code>, <code>StateSchema</code>, and zod schema type mappings updated to include <code>OverwriteValue</code> in update types</li> </ul> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/langchain-ai/langgraphjs/pull/1992">#1992</a> <a href="https://github.com/langchain-ai/langgraphjs/commit/937f78030f1360251361c6096bbd0ff287662a2b"><code>937f780</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - fix(core): don't trace channel read/writes</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langgraphjs/pull/1984">#1984</a> <a href="https://github.com/langchain-ai/langgraphjs/commit/aa8e878e5b71128685ab7e7a79c96bd2519c0123"><code>aa8e878</code></a> Thanks <a href="https://github.com/colifran"><code>@​colifran</code></a>! - feat: add tools stream mode for tool lifecycle events</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/langchain-ai/langgraphjs/commit/aa8e878e5b71128685ab7e7a79c96bd2519c0123"><code>aa8e878</code></a>, <a href="https://github.com/langchain-ai/langgraphjs/commit/1b088e578aaef7d231f37885b94bfd763f99a775"><code>1b088e5</code></a>]:</p> <ul> <li><code>@​langchain/langgraph-sdk</code><a href="https://github.com/1"><code>@​1</code></a>.6.5</li> </ul> </li> </ul> <h2>1.1.5</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/langchain-ai/langgraphjs/commit/242cfbbb6ab375c91bd021f64ec652840af591a9"><code>242cfbb</code></a>]: <ul> <li><code>@​langchain/langgraph-sdk</code><a href="https://github.com/2"><code>@​2</code></a>.0.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain-ai/langgraphjs/commit/6b576f08b6ec071eefeb6c8cd60e35886eb97399"><code>6b576f0</code></a> chore: version packages (<a href="https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core/issues/1995">#1995</a>)</li> <li><a href="https://github.com/langchain-ai/langgraphjs/commit/fce9d38267e7d99029646cfcf7abb78c7b937e34"><code>fce9d38</code></a> feat(langgraph): add Overwrite class for bypassing channel reducers (<a href="https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core/issues/2002">#2002</a>)</li> <li><a href="https://github.com/langchain-ai/langgraphjs/commit/aa8e878e5b71128685ab7e7a79c96bd2519c0123"><code>aa8e878</code></a> feat: add tools stream mode for tool lifecycle events (<a href="https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core/issues/1984">#1984</a>)</li> <li><a href="https://github.com/langchain-ai/langgraphjs/commit/937f78030f1360251361c6096bbd0ff287662a2b"><code>937f780</code></a> fix(core): don't trace channel read/writes (<a href="https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core/issues/1992">#1992</a>)</li> <li><a href="https://github.com/langchain-ai/langgraphjs/commit/f38b91c6ede1ca8416034825f3d80f3f9a4700ff"><code>f38b91c</code></a> chore: version packages (<a href="https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core/issues/1974">#1974</a>)</li> <li>See full diff in <a href="https://github.com/langchain-ai/langgraphjs/commits/@langchain/langgraph@1.2.0/libs/langgraph-core">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@langchain/langgraph&package-manager=npm_and_yarn&previous-version=1.1.4&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 17:22:37 -04:00
yindo closed this issue 2026-06-05 17:22:37 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#314