Skip to content

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

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

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.62.2

Commits
  • f07d14e chore: release monorepo v1.62.2 (#5808)
  • a2cabd9 chore: release monorepo v1.62.2
  • adba897 fix(threads-drawer): keep delete-confirm above chat input; fix stuck "Loading...
  • edd5dc1 fix(threads-drawer): keep confirm dialog above chat input; fix stuck "Loading...
  • 18fc6a4 fix(web-inspector): collapse timeline event details (#5804)
  • 396123e Merge branch 'main' into fix/web-inspector-collapse-events
  • c7404fb docs(react-ui): clarify all modalities in attachments prop examples (#5493)
  • e9c8064 docs: fix recurring spelling typos in README and tutorials (#5439)
  • 7f58568 fix(web-inspector): render expanded error details
  • 1a85760 fix(web-inspector): add raw event detail controls
  • 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.62.2

Release notes

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

v1.62.2

Release v1.62.2

v1.62.1

Release v1.62.1

v1.62.0

Release v1.62.0

v1.61.2

Release v1.61.2

v1.61.1

Release v1.61.1

v1.61.0

CopilotKit v1.61.0

A minor release on the 1.61 line. Headline: @copilotkit/react-core adds an Enterprise Intelligence self-managed-agents license signal (#5551) and exposes toolCallId / agentId on human-in-the-loop render props (#5539).

Install

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

Features

  • @copilotkit/react-core: self-managed agents Enterprise Intelligence signalselfManagedAgents is now recognized in the CopilotKitProvider wrapper validation, and the provider warns (in both development and production) when selfManagedAgents is configured without a publicLicenseKey. The signal is advisory and client-side only — it is not enforced — but it surfaces that self-managed agents are part of CopilotKit's Enterprise Intelligence offering. (#5551)
  • @copilotkit/react-core: toolCallId and agentId on HITL render props — human-in-the-loop render props now receive toolCallId and agentId, so a HITL UI can attribute each interrupt to the originating tool call and agent. Attribution survives the status transition, and the render fallback is exhaustiveness-checked. (#5539)

Fixes

  • @copilotkit/a2ui-renderer: web-components hardening — guard the catalog renderer lookup against a missing entry, align the renderer export types, and resolve the web-components check-types failures uncovered by the Angular A2UI work. (#5516)

Dependencies

  • @copilotkit/license-verifier bumped to ~0.5.0~0.4.2 → ~0.5.0 in @copilotkit/runtime and @copilotkit/shared (and the root pnpm.overrides gate). Added to minimum-release-age-exclude so the fresh publish locks in CI. (#5552)
  • @ag-ui/* stays at 0.0.57 — no change from 1.60.2; @ag-ui/core / @ag-ui/client / @ag-ui/encoder at 0.0.57, @ag-ui/langgraph at 0.0.41, @ag-ui/a2ui-middleware at 0.0.8.

Packages republished at 1.61.0

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

v1.60.2

CopilotKit v1.60.2

A patch release on the 1.60 line. Headline: a sweep of @copilotkit/react-core chat-surface stability fixes — pin-to-send scrolling, scoped Streamdown markdown styles, thread-header refresh on provider updates, an awaited useInterrupt resolve, and dark-mode default tool rendering — landing alongside agent-native Slack APIs (assistant pane + native streaming, default-on) in @copilotkit/bot-slack 0.0.2 (#5447). This cut also adds a runtime A2UI opt-out predicate (#5385), fixes Angular OnPush rendering on addMessage (#5418), and rides @ag-ui/* 0.0.57.

Install

... (truncated)

Commits
  • a2cabd9 chore: release monorepo v1.62.2
  • 617e88a chore: release monorepo v1.62.1
  • ca836ff chore: release monorepo v1.62.0
  • bb69f55 chore: release monorepo v1.61.2
  • 410d340 chore: release monorepo v1.61.1
  • b094156 chore: release monorepo v1.61.0
  • 843928b fix: align a2ui renderer export types
  • 10245a3 fix(a2ui-renderer): guard missing catalog renderer lookup
  • e4ce502 fix(a2ui-renderer): resolve web-components check-types failures
  • 6a768ab feat(angular): add a2ui for angular
  • 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.62.2

Commits
  • f07d14e chore: release monorepo v1.62.2 (#5808)
  • a2cabd9 chore: release monorepo v1.62.2
  • adba897 fix(threads-drawer): keep delete-confirm above chat input; fix stuck "Loading...
  • edd5dc1 fix(threads-drawer): keep confirm dialog above chat input; fix stuck "Loading...
  • 18fc6a4 fix(web-inspector): collapse timeline event details (#5804)
  • 396123e Merge branch 'main' into fix/web-inspector-collapse-events
  • c7404fb docs(react-ui): clarify all modalities in attachments prop examples (#5493)
  • e9c8064 docs: fix recurring spelling typos in README and tutorials (#5439)
  • 7f58568 fix(web-inspector): render expanded error details
  • 1a85760 fix(web-inspector): add raw event detail controls
  • 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
@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
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/copilotkit-4924b6afd8 branch from c01e77d to 511fdde Compare June 22, 2026 03:45
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.62.2
- [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.62.2)

Updates `@copilotkit/a2ui-renderer` from 1.56.5 to 1.62.2
- [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.62.2/packages/a2ui-renderer)

Updates `@copilotkit/react-core` from 1.56.5 to 1.62.2
- [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.62.2)

---
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 force-pushed the dependabot/npm_and_yarn/copilotkit-4924b6afd8 branch from 511fdde to 989d2db Compare July 6, 2026 20:38
@jpr5

jpr5 commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Closing — npm dependency updates on this repo are now human-controlled (Dependabot npm removed). Reopen manually if you want a specific bump.

@jpr5 jpr5 closed this Jul 6, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@jpr5
jpr5 deleted the dependabot/npm_and_yarn/copilotkit-4924b6afd8 branch July 6, 2026 21:06
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.

1 participant