[PR #347] [MERGED] build(deps): bump @agentclientprotocol/sdk from 0.14.1 to 0.16.1 #380

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/347
Author: @dependabot[bot]
Created: 3/23/2026
Status: Merged
Merged: 3/23/2026
Merged by: @christian-bromann

Base: mainHead: dependabot/npm_and_yarn/agentclientprotocol/sdk-0.16.1


📝 Commits (1)

  • 860a2d6 build(deps): bump @agentclientprotocol/sdk from 0.14.1 to 0.16.1

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 libs/acp/package.json (+1 -1)
📝 pnpm-lock.yaml (+5 -5)

📄 Description

Bumps @agentclientprotocol/sdk from 0.14.1 to 0.16.1.

Release notes

Sourced from @​agentclientprotocol/sdk's releases.

v0.16.1

0.16.1 (2026-03-11)

Bug Fixes

  • unstable: Fixes for session/close capabilities (#85) (e8721b7)

v0.16.0

0.16.0 (2026-03-10)

Features

  • add unstable session/close (#81) (2c9bc77)
  • Stabilize unstable_listSessions to listSessions (#84) (9e89bbc)

v0.15.0

0.15.0 (2026-03-05)

Features

Bug Fixes

  • use npx.cmd on Windows in client example (#68) (fdc7815)
Changelog

Sourced from @​agentclientprotocol/sdk's changelog.

0.16.1 (2026-03-11)

Bug Fixes

  • unstable: Fixes for session/close capabilities (#85) (e8721b7)

0.16.0 (2026-03-10)

Features

  • add unstable session/close (#81) (2c9bc77)
  • Stabilize unstable_listSessions to listSessions (#84) (9e89bbc)

0.15.0 (2026-03-05)

Features

Bug Fixes

  • use npx.cmd on Windows in client example (#68) (fdc7815)
Commits
  • 9609d92 chore(main): release 0.16.1 (#86)
  • e8721b7 fix(unstable): Fixes for session/close capabilities (#85)
  • 2dd1c28 chore(main): release 0.16.0 (#83)
  • 9e89bbc feat: Stabilize unstable_listSessions to listSessions (#84)
  • 2c9bc77 feat: add unstable session/close (#81)
  • b4df57e chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 (#82)
  • c387446 chore(main): release 0.15.0 (#69)
  • 2763d63 feat: Update to 0.11.0 of the schema (#79)
  • d32f20f chore: update deps (#78)
  • a371b62 chore(deps): bump crate-ci/typos from 1.43.5 to 1.44.0 (#77)
  • Additional commits viewable in compare view

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/347 **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/agentclientprotocol/sdk-0.16.1` --- ### 📝 Commits (1) - [`860a2d6`](https://github.com/langchain-ai/deepagentsjs/commit/860a2d6b08b651b710eb274149821a8397288ba8) build(deps): bump @agentclientprotocol/sdk from 0.14.1 to 0.16.1 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `libs/acp/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+5 -5) </details> ### 📄 Description Bumps [@agentclientprotocol/sdk](https://github.com/agentclientprotocol/typescript-sdk) from 0.14.1 to 0.16.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/agentclientprotocol/typescript-sdk/releases"><code>@​agentclientprotocol/sdk</code>'s releases</a>.</em></p> <blockquote> <h2>v0.16.1</h2> <h2><a href="https://github.com/agentclientprotocol/typescript-sdk/compare/v0.16.0...v0.16.1">0.16.1</a> (2026-03-11)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>unstable:</strong> Fixes for session/close capabilities (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/85">#85</a>) (<a href="https://github.com/agentclientprotocol/typescript-sdk/commit/e8721b79505a0a8eae03380bb3029c6419f8f1e6">e8721b7</a>)</li> </ul> <h2>v0.16.0</h2> <h2><a href="https://github.com/agentclientprotocol/typescript-sdk/compare/v0.15.0...v0.16.0">0.16.0</a> (2026-03-10)</h2> <h3>Features</h3> <ul> <li>add unstable session/close (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/81">#81</a>) (<a href="https://github.com/agentclientprotocol/typescript-sdk/commit/2c9bc77af971f22dc2c30f473f9f3e4b57c47621">2c9bc77</a>)</li> <li>Stabilize unstable_listSessions to listSessions (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/84">#84</a>) (<a href="https://github.com/agentclientprotocol/typescript-sdk/commit/9e89bbc6907d5ae343448b4d98c492fb296d74cf">9e89bbc</a>)</li> </ul> <h2>v0.15.0</h2> <h2><a href="https://github.com/agentclientprotocol/typescript-sdk/compare/v0.14.1...v0.15.0">0.15.0</a> (2026-03-05)</h2> <h3>Features</h3> <ul> <li>Update to 0.11.0 of the schema (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/79">#79</a>) (<a href="https://github.com/agentclientprotocol/typescript-sdk/commit/2763d63fe53f25d9af66ff7265915a50e8449e7b">2763d63</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>use npx.cmd on Windows in client example (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/68">#68</a>) (<a href="https://github.com/agentclientprotocol/typescript-sdk/commit/fdc78155f8e917c6e3b854df26a69ec4e8024e74">fdc7815</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/agentclientprotocol/typescript-sdk/blob/main/CHANGELOG.md"><code>@​agentclientprotocol/sdk</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/agentclientprotocol/typescript-sdk/compare/v0.16.0...v0.16.1">0.16.1</a> (2026-03-11)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>unstable:</strong> Fixes for session/close capabilities (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/85">#85</a>) (<a href="https://github.com/agentclientprotocol/typescript-sdk/commit/e8721b79505a0a8eae03380bb3029c6419f8f1e6">e8721b7</a>)</li> </ul> <h2><a href="https://github.com/agentclientprotocol/typescript-sdk/compare/v0.15.0...v0.16.0">0.16.0</a> (2026-03-10)</h2> <h3>Features</h3> <ul> <li>add unstable session/close (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/81">#81</a>) (<a href="https://github.com/agentclientprotocol/typescript-sdk/commit/2c9bc77af971f22dc2c30f473f9f3e4b57c47621">2c9bc77</a>)</li> <li>Stabilize unstable_listSessions to listSessions (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/84">#84</a>) (<a href="https://github.com/agentclientprotocol/typescript-sdk/commit/9e89bbc6907d5ae343448b4d98c492fb296d74cf">9e89bbc</a>)</li> </ul> <h2><a href="https://github.com/agentclientprotocol/typescript-sdk/compare/v0.14.1...v0.15.0">0.15.0</a> (2026-03-05)</h2> <h3>Features</h3> <ul> <li>Update to 0.11.0 of the schema (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/79">#79</a>) (<a href="https://github.com/agentclientprotocol/typescript-sdk/commit/2763d63fe53f25d9af66ff7265915a50e8449e7b">2763d63</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>use npx.cmd on Windows in client example (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/68">#68</a>) (<a href="https://github.com/agentclientprotocol/typescript-sdk/commit/fdc78155f8e917c6e3b854df26a69ec4e8024e74">fdc7815</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/agentclientprotocol/typescript-sdk/commit/9609d922dc855dc4446dfaef082416d34e0f123a"><code>9609d92</code></a> chore(main): release 0.16.1 (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/86">#86</a>)</li> <li><a href="https://github.com/agentclientprotocol/typescript-sdk/commit/e8721b79505a0a8eae03380bb3029c6419f8f1e6"><code>e8721b7</code></a> fix(unstable): Fixes for session/close capabilities (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/85">#85</a>)</li> <li><a href="https://github.com/agentclientprotocol/typescript-sdk/commit/2dd1c28c03cdd66b1674dddb30d40b53ff6c6146"><code>2dd1c28</code></a> chore(main): release 0.16.0 (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/83">#83</a>)</li> <li><a href="https://github.com/agentclientprotocol/typescript-sdk/commit/9e89bbc6907d5ae343448b4d98c492fb296d74cf"><code>9e89bbc</code></a> feat: Stabilize unstable_listSessions to listSessions (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/84">#84</a>)</li> <li><a href="https://github.com/agentclientprotocol/typescript-sdk/commit/2c9bc77af971f22dc2c30f473f9f3e4b57c47621"><code>2c9bc77</code></a> feat: add unstable session/close (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/81">#81</a>)</li> <li><a href="https://github.com/agentclientprotocol/typescript-sdk/commit/b4df57e00c8ef498d7ca4412e4443f8c9cf18a80"><code>b4df57e</code></a> chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/82">#82</a>)</li> <li><a href="https://github.com/agentclientprotocol/typescript-sdk/commit/c38744609149fe669e0b66f0b6d9f49beb0cbaab"><code>c387446</code></a> chore(main): release 0.15.0 (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/69">#69</a>)</li> <li><a href="https://github.com/agentclientprotocol/typescript-sdk/commit/2763d63fe53f25d9af66ff7265915a50e8449e7b"><code>2763d63</code></a> feat: Update to 0.11.0 of the schema (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/79">#79</a>)</li> <li><a href="https://github.com/agentclientprotocol/typescript-sdk/commit/d32f20f3e5b9acac9db790905cbe319856903bc6"><code>d32f20f</code></a> chore: update deps (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/78">#78</a>)</li> <li><a href="https://github.com/agentclientprotocol/typescript-sdk/commit/a371b62ee44cd724d725d1108e8499a04d75fcc0"><code>a371b62</code></a> chore(deps): bump crate-ci/typos from 1.43.5 to 1.44.0 (<a href="https://redirect.github.com/agentclientprotocol/typescript-sdk/issues/77">#77</a>)</li> <li>Additional commits viewable in <a href="https://github.com/agentclientprotocol/typescript-sdk/compare/v0.14.1...v0.16.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@agentclientprotocol/sdk&package-manager=npm_and_yarn&previous-version=0.14.1&new-version=0.16.1)](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#380