Skip to content

ci(deps): bump the copilotkit group across 1 directory with 3 updates#59

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/copilotkit-4924b6afd8
Open

ci(deps): bump the copilotkit group across 1 directory with 3 updates#59
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/copilotkit-4924b6afd8

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the copilotkit group with 3 updates in the / directory: @copilotkit/runtime, @copilotkit/a2ui-renderer and @copilotkit/react-core.

Updates @copilotkit/runtime from 1.56.5 to 1.59.5

Commits
  • 95204fa chore: release monorepo v1.59.5 (#5260)
  • fd0ea4a Merge branch 'main' into release/publish/monorepo/v1.59.5
  • dc76bb4 fix(showcase): render absent-starter columns as 🚫 unsupported, not grey/red ✗
  • 9bfeb74 chore: release monorepo v1.59.5
  • dd1dcb3 feat(react-core): A2UI error-recovery status renderer (OSS-162) (#5228)
  • 9696bf5 chore(react-core): drop the OSS-162 changeset (OSS-162)
  • 9fda7e6 Merge branch 'main' into mark/oss-162-a2ui-recovery-client-ux
  • 943c142 fix(react-core): hold the A2UI loader until the surface can paint a card (OSS...
  • 195de1f fix(react-core): swap the A2UI loader on actual paint, not a fixed delay (OSS...
  • e508508 fix(showcase): validate every Railway mutation result + harden fleet snapshot
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​copilotkit/runtime since your current version.


Updates @copilotkit/a2ui-renderer from 1.56.5 to 1.59.5

Release notes

Sourced from @​copilotkit/a2ui-renderer's releases.

v1.59.5

Release v1.59.5

v1.59.4

Release v1.59.4

v1.59.3

Release v1.59.3

v1.59.2

Release v1.59.2

v1.59.1

CopilotKit v1.59.1

A patch release on the 1.59 line. Closes an ENT-658 regression where SDK-generated (non-explicit) threads could visibly reset the chat — losing the user message, tool card, and assistant reply — during a frontend-tool round-trip, and bumps @copilotkit/license-verifier onto a ~0.4.2 patch range.

Install

npm install @copilotkit/react-core@1.59.1 @copilotkit/react-ui@1.59.1 @copilotkit/runtime@1.59.1

Fixes

  • @copilotkit/react-core: preserve generated-thread frontend-tool follow-ups — Fixes a visible chat reset (ENT-658) on threads where the SDK generates the threadId and /connect is intentionally skipped. The reset had two independent frontend causes, both in @copilotkit/react-core:

    • CopilotChat: non-explicit threads skip /connect, but the first runAgent still has to ship the same SDK-generated threadId the chat UI is rendering. agent.threadId = resolvedThreadId now runs at the top of the connect effect — before the early return for non-explicit threads — so the chat and agent can no longer diverge when the SDK mints the thread.
    • CopilotKitProvider: default object props (headers, properties, agents__unsafe_dev_only, selfManagedAgents) now resolve to shared frozen singletons (EMPTY_HEADERS / EMPTY_PROPERTIES / EMPTY_AGENTS) instead of fresh {} literals. In Intelligence mode a provider rerender could otherwise re-sync an empty local agent registry and replace the live remote agent instance mid-run, dropping the in-memory chat stream.

    Regression coverage added in CopilotChat.absentThreadConnect.test.tsx (generated-thread frontend-tool round-trip) and CopilotKitProvider.stability.test.tsx (empty-agent rerender stability), plus a langgraph-python showcase demo, aimock fixture, and Playwright smoke for the repro. (#5043)

Build / packaging

  • @copilotkit/license-verifier bumped to ~0.4.2 — Moves the dependency off the exact 0.4.0 pin to the patch range ~0.4.2 (>=0.4.2 <0.5.0) in the root pnpm.overrides, @copilotkit/runtime, and @copilotkit/shared; pnpm-lock.yaml regenerated to resolve 0.4.2. Future 0.4.x patches are now picked up automatically while 0.5.0+ still requires an intentional bump. The .npmrc minimum-release-age guard was not modified. (#5100)

Packages republished at 1.59.1

@copilotkit/runtime, @copilotkit/react-core, @copilotkit/react-ui, @copilotkit/react-native, @copilotkit/core, @copilotkit/shared, @copilotkit/runtime-client-gql, @copilotkit/sdk-js, @copilotkit/voice, @copilotkit/web-inspector, @copilotkit/a2ui-renderer, @copilotkit/react-textarea, @copilotkit/sqlite-runner, @copilotkit/agentcore-runner, and @copilotkit/vue.

v1.59.0

Release v1.59.0

v1.58.0

CopilotKit v1.58.0

A minor release on the 1.5 line. Ships pre-built UI for @copilotkit/react-nativeCopilotChat, CopilotModal, a useRenderTool hook, and a streaming Markdown component — closing the parity gap with the web SDK, which previously left React Native as a headless-only target.

Install

</tr></table> 

... (truncated)

Commits
  • 9bfeb74 chore: release monorepo v1.59.5
  • 47fcb30 chore: release monorepo v1.59.4
  • be20a38 chore: release monorepo v1.59.3
  • 3b78ae7 chore: release monorepo v1.59.2
  • 8eb339e feat(ci): bundle-size tracking + ES-compat checks (OSS-123, OSS-121) (#5051)
  • c6ca283 feat(ci): bundle-size tracking + ES-compat checks (OSS-123, OSS-121)
  • 7158bb9 Merge remote-tracking branch 'origin/main' into codex/shell-docs-polish-pass
  • 28f6264 chore: release monorepo v1.59.1
  • 8e59b1e chore: run pnpm format
  • 94b1f61 chore: release monorepo v1.59.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​copilotkit/a2ui-renderer since your current version.


Updates @copilotkit/react-core from 1.56.5 to 1.59.5

Commits
  • 95204fa chore: release monorepo v1.59.5 (#5260)
  • fd0ea4a Merge branch 'main' into release/publish/monorepo/v1.59.5
  • dc76bb4 fix(showcase): render absent-starter columns as 🚫 unsupported, not grey/red ✗
  • 9bfeb74 chore: release monorepo v1.59.5
  • dd1dcb3 feat(react-core): A2UI error-recovery status renderer (OSS-162) (#5228)
  • 9696bf5 chore(react-core): drop the OSS-162 changeset (OSS-162)
  • 9fda7e6 Merge branch 'main' into mark/oss-162-a2ui-recovery-client-ux
  • 943c142 fix(react-core): hold the A2UI loader until the surface can paint a card (OSS...
  • 195de1f fix(react-core): swap the A2UI loader on actual paint, not a fixed delay (OSS...
  • e508508 fix(showcase): validate every Railway mutation result + harden fleet snapshot
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​copilotkit/react-core since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 18, 2026
Bumps the copilotkit group with 3 updates in the / directory: [@copilotkit/runtime](https://github.com/CopilotKit/CopilotKit), [@copilotkit/a2ui-renderer](https://github.com/CopilotKit/CopilotKit/tree/HEAD/packages/a2ui-renderer) and [@copilotkit/react-core](https://github.com/CopilotKit/CopilotKit).


Updates `@copilotkit/runtime` from 1.56.5 to 1.59.5
- [Release notes](https://github.com/CopilotKit/CopilotKit/releases)
- [Changelog](https://github.com/CopilotKit/CopilotKit/blob/main/changelog.txt)
- [Commits](CopilotKit/CopilotKit@v1.56.5...v1.59.5)

Updates `@copilotkit/a2ui-renderer` from 1.56.5 to 1.59.5
- [Release notes](https://github.com/CopilotKit/CopilotKit/releases)
- [Changelog](https://github.com/CopilotKit/CopilotKit/blob/main/packages/a2ui-renderer/CHANGELOG.md)
- [Commits](https://github.com/CopilotKit/CopilotKit/commits/v1.59.5/packages/a2ui-renderer)

Updates `@copilotkit/react-core` from 1.56.5 to 1.59.5
- [Release notes](https://github.com/CopilotKit/CopilotKit/releases)
- [Changelog](https://github.com/CopilotKit/CopilotKit/blob/main/changelog.txt)
- [Commits](CopilotKit/CopilotKit@v1.56.5...v1.59.5)

---
updated-dependencies:
- dependency-name: "@copilotkit/a2ui-renderer"
  dependency-version: 1.57.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: copilotkit
- dependency-name: "@copilotkit/react-core"
  dependency-version: 1.57.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: copilotkit
- dependency-name: "@copilotkit/runtime"
  dependency-version: 1.57.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: copilotkit
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title ci(deps): bump the copilotkit group with 3 updates ci(deps): bump the copilotkit group across 1 directory with 3 updates Jun 8, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/copilotkit-4924b6afd8 branch from c5958b3 to c01e77d Compare June 8, 2026 03:45
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