Skip to content

chore(deps): bump @agentclientprotocol/sdk from 0.14.1 to 0.21.1#818

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/agentclientprotocol/sdk-0.21.1
Open

chore(deps): bump @agentclientprotocol/sdk from 0.14.1 to 0.21.1#818
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/agentclientprotocol/sdk-0.21.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Bumps @agentclientprotocol/sdk from 0.14.1 to 0.21.1.

Release notes

Sourced from @​agentclientprotocol/sdk's releases.

v0.21.1

0.21.1 (2026-05-14)

Bug Fixes

  • emit .js extensions in generated schema barrel for nodenext consumers (#146) (63b96db)

v0.21.0

0.21.0 (2026-04-28)

Features

v0.20.0

0.20.0 (2026-04-23)

Features

  • Stabilize closeSession and resumeSession (#132) (806d307)

v0.19.2

0.19.2 (2026-04-23)

Bug Fixes

  • Avoid event loop timing causing out of order messages (#130) (8f514f3)

v0.19.1

0.19.1 (2026-04-21)

Bug Fixes

  • avoid spurious unhandledRejection when transport fails mid-sendRequest (#122) (b6b2cb4)
  • Flush decoder state at end of NDJSON stream (#119) (4e1b07a)
  • Use TypeScript private keyword instead of ES #private fields (#127) (c6e6ee2)

v0.19.0

0.19.0 (2026-04-14)

Features

  • unstable: Initial unstable elicitation support (#113) (bf259e9)

... (truncated)

Changelog

Sourced from @​agentclientprotocol/sdk's changelog.

0.21.1 (2026-05-14)

Bug Fixes

  • emit .js extensions in generated schema barrel for nodenext consumers (#146) (63b96db)

0.21.0 (2026-04-28)

Features

0.20.0 (2026-04-23)

Features

  • Stabilize closeSession and resumeSession (#132) (806d307)

0.19.2 (2026-04-23)

Bug Fixes

  • Avoid event loop timing causing out of order messages (#130) (8f514f3)

0.19.1 (2026-04-21)

Bug Fixes

  • avoid spurious unhandledRejection when transport fails mid-sendRequest (#122) (b6b2cb4)
  • Flush decoder state at end of NDJSON stream (#119) (4e1b07a)
  • Use TypeScript private keyword instead of ES #private fields (#127) (c6e6ee2)

0.19.0 (2026-04-14)

Features

  • unstable: Initial unstable elicitation support (#113) (bf259e9)

0.18.2 (2026-04-08)

Bug Fixes

  • propagate input stream errors through ndJsonStream (#111) (f57a8d1)

... (truncated)

Commits
  • e009918 chore(main): release 0.21.1 (#147)
  • 63b96db fix: emit .js extensions in generated schema barrel for nodenext consumers (#...
  • dfb5692 chore(deps): bump crate-ci/typos from 1.46.0 to 1.46.1 (#144)
  • 8ca9055 chore(deps): bump the minor group with 22 updates (#145)
  • 7355cdd chore(deps): bump crate-ci/typos from 1.45.1 to 1.46.0 (#140)
  • 0b33b85 chore(deps): bump the minor group with 20 updates (#141)
  • f017cfa chore(deps-dev): bump nanoid from 3.3.11 to 3.3.12 (#142)
  • 74372b5 chore(main): release 0.21.0 (#139)
  • e234c21 feat(unstable): Add providers/* support (#138)
  • b0e1d04 chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0 (#134)
  • 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)

Summary by cubic

Upgrade @agentclientprotocol/sdk to 0.21.1 to stay current and improve reliability. This brings stabilized session APIs (closeSession/resumeSession) and fixes for NodeNext .js extensions, stream ordering, decoder flush, and transport error handling.

Written for commit 8867db5. Summary will update on new commits. Review in cubic

Bumps [@agentclientprotocol/sdk](https://github.com/agentclientprotocol/typescript-sdk) from 0.14.1 to 0.21.1.
- [Release notes](https://github.com/agentclientprotocol/typescript-sdk/releases)
- [Changelog](https://github.com/agentclientprotocol/typescript-sdk/blob/main/CHANGELOG.md)
- [Commits](agentclientprotocol/typescript-sdk@v0.14.1...v0.21.1)

---
updated-dependencies:
- dependency-name: "@agentclientprotocol/sdk"
  dependency-version: 0.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 15, 2026
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@github-actions
Copy link
Copy Markdown

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions
Copy link
Copy Markdown

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Re-trigger cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributor dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code needs:compliance needs:issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants