Skip to content

build(deps): bump the web-non-major group in /web with 2 updates#305

Merged
everettjf merged 1 commit intomainfrom
dependabot/npm_and_yarn/web/web-non-major-5c2ae76d9c
Mar 30, 2026
Merged

build(deps): bump the web-non-major group in /web with 2 updates#305
everettjf merged 1 commit intomainfrom
dependabot/npm_and_yarn/web/web-non-major-5c2ae76d9c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2026

Bumps the web-non-major group in /web with 2 updates: @assistant-ui/react and @assistant-ui/react-markdown.

Updates @assistant-ui/react from 0.12.19 to 0.12.21

Release notes

Sourced from @​assistant-ui/react's releases.

@​assistant-ui/react@​0.12.21

Patch Changes

  • 3227e71: feat: add interactables with partial updates, multi-instance, and selection

    • useInteractable(name, config) hook and makeInteractable factory for registering AI-controllable UI
    • Interactables() scope resource with auto-generated update tools and system prompt injection
    • Partial updates — auto-generated tools use partial schemas so AI only sends changed fields
    • Multi-instance support — same name with different IDs get separate update_{name}_{id} tools
    • Selection — setSelected(true) marks an interactable as focused, surfaced as (SELECTED) in system prompt
  • 52403c3: chore: update dependencies

  • Updated dependencies [781f28d]

  • Updated dependencies [3227e71]

  • Updated dependencies [3227e71]

  • Updated dependencies [0f55ce8]

  • Updated dependencies [83a15f7]

  • Updated dependencies [52403c3]

  • Updated dependencies [ffa3a0f]

@​assistant-ui/react@​0.12.20

Patch Changes

  • 28a987a: feat: SingleThreadList resource refactor: attachTransformScopes should mutate the scopes instead of cloning it

  • 736344c: chore: update dependencies

  • ff3be2a: Add @-mention system with cursor-aware trigger detection, keyboard navigation, search, and Lexical rich editor support

  • 70b19f3: feat: add queue.clear callback, route thread.append through queue

    • Add clear(reason: "edit" | "reload" | "cancel-run") to ExternalThreadQueueAdapter
    • thread.append() now routes through queue.enqueue when a queue adapter is present
    • Cancel, edit, and reload operations call queue.clear with the appropriate reason
  • 70b19f3: feat: add native queue and steer support

    • Add queue adapter to ExternalThreadProps for runtimes that support message queuing
    • Add QueueItemPrimitive.Text, .Steer, .Remove primitives for rendering queue items
    • Add ComposerPrimitive.Queue for rendering the queue list within the composer

... (truncated)

Changelog

Sourced from @​assistant-ui/react's changelog.

0.12.21

Patch Changes

  • 3227e71: feat: add interactables with partial updates, multi-instance, and selection

    • useInteractable(name, config) hook and makeInteractable factory for registering AI-controllable UI
    • Interactables() scope resource with auto-generated update tools and system prompt injection
    • Partial updates — auto-generated tools use partial schemas so AI only sends changed fields
    • Multi-instance support — same name with different IDs get separate update_{name}_{id} tools
    • Selection — setSelected(true) marks an interactable as focused, surfaced as (SELECTED) in system prompt
  • 52403c3: chore: update dependencies

  • Updated dependencies [781f28d]

  • Updated dependencies [3227e71]

  • Updated dependencies [3227e71]

  • Updated dependencies [0f55ce8]

  • Updated dependencies [83a15f7]

  • Updated dependencies [52403c3]

  • Updated dependencies [ffa3a0f]

0.12.20

Patch Changes

  • 28a987a: feat: SingleThreadList resource refactor: attachTransformScopes should mutate the scopes instead of cloning it

  • 736344c: chore: update dependencies

  • ff3be2a: Add @-mention system with cursor-aware trigger detection, keyboard navigation, search, and Lexical rich editor support

  • 70b19f3: feat: add queue.clear callback, route thread.append through queue

    • Add clear(reason: "edit" | "reload" | "cancel-run") to ExternalThreadQueueAdapter
    • thread.append() now routes through queue.enqueue when a queue adapter is present
    • Cancel, edit, and reload operations call queue.clear with the appropriate reason
  • 70b19f3: feat: add native queue and steer support

    • Add queue adapter to ExternalThreadProps for runtimes that support message queuing
    • Add QueueItemPrimitive.Text, .Steer, .Remove primitives for rendering queue items
    • Add ComposerPrimitive.Queue for rendering the queue list within the composer
    • Add ComposerSendOptions with steer flag to composer.send()
    • Add capabilities.queue to RuntimeCapabilities
    • ComposerPrimitive.Send stays enabled during runs when queue is supported
    • Cmd/Ctrl+Shift+Enter hotkey sends with steer: true (interrupt current run)
    • Add queueItem scope to ScopeRegistry
    • Add queue field to ComposerState and queueItem() method to ComposerMethods
  • c71cb58: chore: update dependencies

... (truncated)

Commits

Updates @assistant-ui/react-markdown from 0.12.6 to 0.12.7

Release notes

Sourced from @​assistant-ui/react-markdown's releases.

@​assistant-ui/react-markdown@​0.12.7

Patch Changes

  • 52403c3: chore: update dependencies
  • Updated dependencies [3227e71]
  • Updated dependencies [52403c3]
    • @​assistant-ui/react@​0.12.21
Changelog

Sourced from @​assistant-ui/react-markdown's changelog.

0.12.7

Patch Changes

  • 52403c3: chore: update dependencies
  • Updated dependencies [3227e71]
  • Updated dependencies [52403c3]
    • @​assistant-ui/react@​0.12.21
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the web-non-major group in /web with 2 updates: [@assistant-ui/react](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react) and [@assistant-ui/react-markdown](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react-markdown).


Updates `@assistant-ui/react` from 0.12.19 to 0.12.21
- [Release notes](https://github.com/assistant-ui/assistant-ui/releases)
- [Changelog](https://github.com/assistant-ui/assistant-ui/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/assistant-ui/assistant-ui/commits/@assistant-ui/[email protected]/packages/react)

Updates `@assistant-ui/react-markdown` from 0.12.6 to 0.12.7
- [Release notes](https://github.com/assistant-ui/assistant-ui/releases)
- [Changelog](https://github.com/assistant-ui/assistant-ui/blob/main/packages/react-markdown/CHANGELOG.md)
- [Commits](https://github.com/assistant-ui/assistant-ui/commits/@assistant-ui/[email protected]/packages/react-markdown)

---
updated-dependencies:
- dependency-name: "@assistant-ui/react"
  dependency-version: 0.12.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-non-major
- dependency-name: "@assistant-ui/react-markdown"
  dependency-version: 0.12.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-non-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 28, 2026
@dependabot dependabot bot requested a review from everettjf as a code owner March 28, 2026 11:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 28, 2026
@everettjf everettjf merged commit 5d7abea into main Mar 30, 2026
10 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/web/web-non-major-5c2ae76d9c branch March 30, 2026 05:08
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