[PR #344] [MERGED] build(deps): bump @langchain/langgraph-sdk from 1.7.3 to 1.8.0 #376

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

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/langchain/langgraph-sdk-1.8.0


📝 Commits (1)

  • 6532fbb build(deps): bump @langchain/langgraph-sdk from 1.7.3 to 1.8.0

📊 Changes

1 file changed (+30 additions, -1 deletions)

View changed files

📝 pnpm-lock.yaml (+30 -1)

📄 Description

Bumps @langchain/langgraph-sdk from 1.7.3 to 1.8.0.

Release notes

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

@​langchain/langgraph-sdk@​1.8.0

Minor Changes

@​langchain/langgraph-sdk@​1.7.5

Patch Changes

@​langchain/langgraph-sdk@​1.7.4

Patch Changes

  • #2200 3873f36 Thanks @​hntrl! - Add checkpointId support to threads.updateState, runs.create, and runs.wait methods
Changelog

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

1.8.0

Minor Changes

1.7.5

Patch Changes

1.7.4

Patch Changes

  • #2200 3873f36 Thanks @​hntrl! - Add checkpointId support to threads.updateState, runs.create, and runs.wait methods
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/344 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/23/2026 **Status:** ✅ Merged **Merged:** 3/23/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/langchain/langgraph-sdk-1.8.0` --- ### 📝 Commits (1) - [`6532fbb`](https://github.com/langchain-ai/deepagentsjs/commit/6532fbb4308de34df1268c8ffd848499dbeb3a8e) build(deps): bump @langchain/langgraph-sdk from 1.7.3 to 1.8.0 ### 📊 Changes **1 file changed** (+30 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `pnpm-lock.yaml` (+30 -1) </details> ### 📄 Description Bumps [@langchain/langgraph-sdk](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/sdk) from 1.7.3 to 1.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langgraphjs/releases"><code>@​langchain/langgraph-sdk</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​langchain/langgraph-sdk</code><a href="https://github.com/1"><code>@​1</code></a>.8.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/langchain-ai/langgraphjs/pull/2227">#2227</a> <a href="https://github.com/langchain-ai/langgraphjs/commit/414a7adf908ba4f7ffef4985df3a95f14202591b"><code>414a7ad</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - feat: extract shared orchestrator to eliminate duplicated code across SDK packages</li> </ul> <h2><code>@​langchain/langgraph-sdk</code><a href="https://github.com/1"><code>@​1</code></a>.7.5</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/langchain-ai/langgraphjs/commit/fe4dd5b85d285f78b6d499b1f1013927931ea634"><code>fe4dd5b</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - Support <code>onFinish</code> callback in custom transport, ensuring it is called when the stream completes.</p> </li> <li> <p><a href="https://github.com/langchain-ai/langgraphjs/commit/fe4dd5b85d285f78b6d499b1f1013927931ea634"><code>fe4dd5b</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - fix(sdk): fetch subagent history</p> </li> <li> <p><a href="https://github.com/langchain-ai/langgraphjs/commit/fe4dd5b85d285f78b6d499b1f1013927931ea634"><code>fe4dd5b</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - Forward streamSubgraphs in custom transports</p> </li> </ul> <h2><code>@​langchain/langgraph-sdk</code><a href="https://github.com/1"><code>@​1</code></a>.7.4</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/langchain-ai/langgraphjs/pull/2200">#2200</a> <a href="https://github.com/langchain-ai/langgraphjs/commit/3873f36c42e4fb1a2cd797a02e37875b16455cfe"><code>3873f36</code></a> Thanks <a href="https://github.com/hntrl"><code>@​hntrl</code></a>! - Add checkpointId support to threads.updateState, runs.create, and runs.wait methods</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langgraphjs/blob/main/libs/sdk/CHANGELOG.md"><code>@​langchain/langgraph-sdk</code>'s changelog</a>.</em></p> <blockquote> <h2>1.8.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/langchain-ai/langgraphjs/pull/2227">#2227</a> <a href="https://github.com/langchain-ai/langgraphjs/commit/414a7adf908ba4f7ffef4985df3a95f14202591b"><code>414a7ad</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - feat: extract shared orchestrator to eliminate duplicated code across SDK packages</li> </ul> <h2>1.7.5</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/langchain-ai/langgraphjs/commit/fe4dd5b85d285f78b6d499b1f1013927931ea634"><code>fe4dd5b</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - Support <code>onFinish</code> callback in custom transport, ensuring it is called when the stream completes.</p> </li> <li> <p><a href="https://github.com/langchain-ai/langgraphjs/commit/fe4dd5b85d285f78b6d499b1f1013927931ea634"><code>fe4dd5b</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - fix(sdk): fetch subagent history</p> </li> <li> <p><a href="https://github.com/langchain-ai/langgraphjs/commit/fe4dd5b85d285f78b6d499b1f1013927931ea634"><code>fe4dd5b</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - Forward streamSubgraphs in custom transports</p> </li> </ul> <h2>1.7.4</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/langchain-ai/langgraphjs/pull/2200">#2200</a> <a href="https://github.com/langchain-ai/langgraphjs/commit/3873f36c42e4fb1a2cd797a02e37875b16455cfe"><code>3873f36</code></a> Thanks <a href="https://github.com/hntrl"><code>@​hntrl</code></a>! - Add checkpointId support to threads.updateState, runs.create, and runs.wait methods</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain-ai/langgraphjs/commit/d4456c06f42572ca6885f91fa5b1f0dbc8052385"><code>d4456c0</code></a> chore: version packages (<a href="https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/sdk/issues/2232">#2232</a>)</li> <li><a href="https://github.com/langchain-ai/langgraphjs/commit/414a7adf908ba4f7ffef4985df3a95f14202591b"><code>414a7ad</code></a> feat: extract shared orchestrator to eliminate duplicated code across SDK pac...</li> <li><a href="https://github.com/langchain-ai/langgraphjs/commit/c8185ddb4b466accbeaf118b7a41aff8866d3ad6"><code>c8185dd</code></a> chore: version packages (<a href="https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/sdk/issues/2216">#2216</a>)</li> <li><a href="https://github.com/langchain-ai/langgraphjs/commit/5460157725af77b4703e6c21fd260141ca6dcbf1"><code>5460157</code></a> Add Angular 21 to <code>@​angular/core</code> peer dependency range (<a href="https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/sdk/issues/2217">#2217</a>)</li> <li><a href="https://github.com/langchain-ai/langgraphjs/commit/fe4dd5b85d285f78b6d499b1f1013927931ea634"><code>fe4dd5b</code></a> Revert &quot;chore: version packages (<a href="https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/sdk/issues/2203">#2203</a>)&quot;</li> <li><a href="https://github.com/langchain-ai/langgraphjs/commit/c75409d4618ed5d22fcbf117108ff3ff76f4a2ad"><code>c75409d</code></a> chore: version packages (<a href="https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/sdk/issues/2203">#2203</a>)</li> <li><a href="https://github.com/langchain-ai/langgraphjs/commit/a55b6fe3a0e34dc15f6b2967e9a050ecfe161a98"><code>a55b6fe</code></a> Forward streamSubgraphs in custom transports (<a href="https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/sdk/issues/2215">#2215</a>)</li> <li><a href="https://github.com/langchain-ai/langgraphjs/commit/963db6fbc775649bd63f6abb74c9c90e3f455bd5"><code>963db6f</code></a> fix(sdk): fetch subagent history (<a href="https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/sdk/issues/2191">#2191</a>)</li> <li><a href="https://github.com/langchain-ai/langgraphjs/commit/2b775302b6d212e72af1d169cddf6e13e6f4ddad"><code>2b77530</code></a> fix(sdk): support onFinish callback in custom transport (<a href="https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/sdk/issues/2199">#2199</a>)</li> <li><a href="https://github.com/langchain-ai/langgraphjs/commit/09deb8ba880696f953add5e60bcf8af32f735228"><code>09deb8b</code></a> chore: version packages (<a href="https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/sdk/issues/2202">#2202</a>)</li> <li>Additional commits viewable in <a href="https://github.com/langchain-ai/langgraphjs/commits/@langchain/langgraph-sdk@1.8.0/libs/sdk">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@langchain/langgraph-sdk&package-manager=npm_and_yarn&previous-version=1.7.3&new-version=1.8.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:52 -04:00
yindo closed this issue 2026-06-05 17:22:52 -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#376