Skip to content

chore(deps): bump the npm-minor-and-patch group across 1 directory with 38 updates - #656

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-and-patch-3f98f5f1f7
Open

chore(deps): bump the npm-minor-and-patch group across 1 directory with 38 updates#656
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-minor-and-patch-3f98f5f1f7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-and-patch group with 38 updates in the / directory:

Package From To
@changesets/cli 3.0.1 3.0.2
@eslint-react/eslint-plugin 5.18.6 5.19.0
typescript-eslint 8.68.0 8.70.0
@assistant-ui/core 0.2.22 0.3.17
@assistant-ui/react 0.14.27 0.15.18
@assistant-ui/store 0.2.21 0.3.12
monaco-editor 0.52.2 0.56.0
react-router-dom 7.18.2 7.18.3
@types/react-dom 19.2.5 19.2.7
tsx 4.23.12 4.23.13
@anthropic-ai/sandbox-runtime 0.0.71 0.0.75
@daytona/sdk 0.204.1 0.211.2
@hono/swagger-ui 0.2.2 0.6.1
@hono/zod-openapi 1.6.1 1.6.3
hono 4.13.5 4.13.7
jose 6.2.10 6.2.12
openid-client 6.8.7 6.8.8
undici 7.29.0 7.29.1
zod 4.4.3 4.5.4
@swc/core 1.16.1 1.16.2
@ai-sdk/alibaba 2.0.37 2.0.41
@ai-sdk/anthropic 4.0.44 4.0.49
@ai-sdk/google 4.0.53 4.0.64
@ai-sdk/moonshotai 3.0.41 3.0.45
@ai-sdk/openai 4.0.49 4.0.60
@ai-sdk/openai-compatible 3.0.39 3.0.44
@ai-sdk/provider 4.0.8 4.0.10
@ai-sdk/provider-utils 5.0.32 5.0.36
@nats-io/nats-core 3.0.2 3.4.0
@opentelemetry/core 2.10.0 2.11.0
ai 7.0.82 7.0.93
openai 7.5.0 7.10.0
@openuidev/react-headless 0.9.4 0.9.13
@openuidev/react-lang 0.2.9 0.2.15
@openuidev/react-ui 0.13.3 0.13.10
lucide-react 0.562.0 0.577.0
react-resizable-panels 4.12.3 4.12.4
@testing-library/react 16.3.2 16.3.3

Updates @changesets/cli from 3.0.1 to 3.0.2

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​3.0.2

Patch Changes

Changelog

Sourced from @​changesets/cli's changelog.

3.0.2

Patch Changes

Commits

Updates @eslint-react/eslint-plugin from 5.18.6 to 5.19.0

Release notes

Sourced from @​eslint-react/eslint-plugin's releases.

v5.19.0 (2026-09-07)

What's Changed

✨ New

  • react-x/immutability: direct mutations of props and state are now reported — member assignments, updates, deletions, and mutating method calls are flagged when the mutated value resolves (through variable-declarator aliases) to a component's props, a useState/useReducer state value, or a custom hook matching the additionalStateHooks setting, independent of whether the mutation happens inside a function that reaches a freeze sink. (#1948, closes #1941)
  • react-x/immutability: added shallow-copy awareness — nested mutations through an object/array literal built by spreading a props or state value (e.g. const copy = { ...state } / const copy = [...state]) are reported, since the nested values are still shared with the original; writes to the copy's own top-level slots are not reported. (#1948)

Full Changelog: Rel1cx/eslint-react@v5.18.10...v5.19.0

Attestation

https://github.com/Rel1cx/eslint-react/attestations/45585492

v5.18.10 (2026-09-06)

What's Changed

🐞 Fixes

  • The remaining disable-* preset configs in react-x and react-rsc now also register the same plugin object as the package's default export, so ESLint no longer reports a "Cannot redefine plugin" error when combining them with a manually registered plugin. (follow-up to #1947, see #1946)

🏗️ Internal

  • Website: removed fumadocs-twoslash from serverExternalPackages to fix a prerender error.

Full Changelog: Rel1cx/eslint-react@v5.18.9...v5.18.10

Attestation

https://github.com/Rel1cx/eslint-react/attestations/45547760

v5.18.9 (2026-09-06)

What's Changed

🏗️ Internal

  • Bumped eslint to 10.10.0, vitest to 5.0.0, tsdown to 0.23.0, nx to 23.2.0, dprint to 0.57.4, @types/react-dom to 19.2.7, @eslint/compat to 2.1.1, and @nubjs/nub to 0.8.3.

Full Changelog: Rel1cx/eslint-react@v5.18.8...v5.18.9

Attestation

https://github.com/Rel1cx/eslint-react/attestations/45544496

... (truncated)

Changelog

Sourced from @​eslint-react/eslint-plugin's changelog.

v5.19.0 (2026-09-07)

✨ New

  • react-x/immutability: direct mutations of props and state are now reported — member assignments, updates, deletions, and mutating method calls are flagged when the mutated value resolves (through variable-declarator aliases) to a component's props, a useState/useReducer state value, or a custom hook matching the additionalStateHooks setting, independent of whether the mutation happens inside a function that reaches a freeze sink. (#1948, closes #1941)
  • react-x/immutability: added shallow-copy awareness — nested mutations through an object/array literal built by spreading a props or state value (e.g. const copy = { ...state } / const copy = [...state]) are reported, since the nested values are still shared with the original; writes to the copy's own top-level slots are not reported. (#1948)

Full Changelog: Rel1cx/eslint-react@v5.18.10...v5.19.0

v5.18.10 (2026-09-06)

🐞 Fixes

  • The remaining disable-* preset configs in react-x and react-rsc now also register the same plugin object as the package's default export, so ESLint no longer reports a "Cannot redefine plugin" error when combining them with a manually registered plugin. (follow-up to #1947, see #1946)

🏗️ Internal

  • Website: removed fumadocs-twoslash from serverExternalPackages to fix a prerender error.

Full Changelog: Rel1cx/eslint-react@v5.18.9...v5.18.10

v5.18.9 (2026-09-06)

🏗️ Internal

  • Bumped eslint to 10.10.0, vitest to 5.0.0, tsdown to 0.23.0, nx to 23.2.0, dprint to 0.57.4, @types/react-dom to 19.2.7, @eslint/compat to 2.1.1, and @nubjs/nub to 0.8.3.

Full Changelog: Rel1cx/eslint-react@v5.18.8...v5.18.9

v5.18.8 (2026-09-05)

🐞 Fixes

  • Preset configs (recommended, strict, etc.) now register the same plugin object as the package's default export, so ESLint no longer reports a "Cannot redefine plugin" error when the plugin is registered manually and a preset is extended at the same time. (#1947, closes #1946)

🏗️ Internal

  • Re-enabled the import-integrity-lint plugin and patched its path prefix check so sibling directories like examples/preact and examples/preact-compat no longer collide.
  • Pinned fast-uri to ^3.1.5 to fix CVE-2026-18446 (GHSA-7p8r-x3mc-p8w7).
  • Bumped @effect/language-service to 0.87.2, @effect/platform to 0.97.1, @effect/platform-node to 0.108.1, @nubjs/nub to 0.8.2, @types/node to 26.4.1, dprint to 0.57.0, and lucide-react to 1.39.0.

Full Changelog: Rel1cx/eslint-react@v5.18.7...v5.18.8

v5.18.7 (2026-09-02)

🐞 Fixes

  • react-x/set-state-in-effect: no longer misattributes render-phase setState calls to effects when the state updater is passed through a prop function. (#1945)

🏗️ Internal

... (truncated)

Commits

Updates typescript-eslint from 8.68.0 to 8.70.0

Release notes

Sourced from typescript-eslint's releases.

v8.70.0

8.70.0 (2026-09-07)

🚀 Features

  • eslint-plugin: [no-generated-empty-object-type] add rule (#12730)
  • website: generate per-page social preview cards (#12734)

🩹 Fixes

  • use stable release of pnpm 12 (#12808)
  • update pnpm to 12.3.4 and dedupe Docusaurus packages (#12829)
  • eslint-plugin: [member-ordering] don't report fields that read fields declared before them (#12729)
  • eslint-plugin: [no-unnecessary-condition] no false positive on RHS of a nested logical expression (#12728)
  • eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#12780)
  • project-service: avoid discarded tsserver logs (#12748)
  • typescript-estree: clarify the parserOptions.project error message (#12817)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.69.0

8.69.0 (2026-08-31)

🚀 Features

  • eslint-plugin: [no-misused-promises] add flagUnions option for checkConditionals (#12603)

🩹 Fixes

  • eslint-plugin: [no-mixed-enums] use scope analysis instead of type checking for merged namespaces (#12731)
  • eslint-plugin: [unified-signatures] compare type parameters by constraint instead of name (#12741)
  • eslint-plugin: [no-meaningless-void-operator] report void on non-call expressions (#12727)
  • website: respect allowJs playground config (#12744)

❤️ Thank You

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.70.0 (2026-09-07)

🩹 Fixes

  • eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#12780)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.69.0 (2026-08-31)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits
  • 7ee7608 chore(release): publish 8.70.0
  • 4586535 fix(eslint-plugin): [no-deprecated] report deprecated imported values used in...
  • 9a6e546 chore(release): publish 8.69.0
  • See full diff in compare view

Updates @assistant-ui/core from 0.2.22 to 0.3.17

Release notes

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

@​assistant-ui/core@​0.3.17

Patch Changes

  • #6723 8cc962e - feat: let a tool approval request describe itself and report its outcome (@​okisdev)

    an approval carries prompt, display, and allowFreeform, so a renderer can tell a question from a permission gate without reading provider metadata, and ToolApprovalResponse gains a text answer that resolves the request as answered rather than approved. respondToToolApproval now returns a promise that rejects when the runtime could not record the response, instead of the external-store runtime logging the rejection away, so a refused response leaves the request retryable.

  • #6539 2a31285 - fix: avoid duplicate external-store runtime publications (@​rupic-app)

  • #6685 205acf5 - refactor: walk the nested tool-call tree through one shared traversal (@​okisdev)

  • #6678 740a573 - fix: never execute a frontend tool on a tool call ADK resolves itself; a client-executed tool must be registered as a LongRunningFunctionTool on the agent (@​okisdev)

  • #6498 65d449b - feat: background thread bodies and a plain cloud adapter factory (@​okisdev)

    RemoteThreadList gains a backgroundThreads mode that keeps every visited thread mounted: runs continue across switches, per-item isRunning is live, per-thread history and adapters mount once per body, and a freshly initialized thread generates its title. createCloudThreadListAdapter builds the assistant-cloud adapter without a hook call site so non-React hosts can construct it in plain code.

  • #6671 79283c5 - fix: report lifecycle events from background thread runtimes (@​rupic-app)

  • #6645 9ec29e1 - fix: report run start and end for threads a remote thread list keeps alive in the background (@​Kinfe123)

  • #6702 14fc938 - fix: cancel AssistantFrame tool calls when their provider is removed (@​Kinfe123)

  • #6562 3f7af8b - fix: preserve composer queue item component identity after removals (@​Kinfe123)

  • #6597 5511057 - fix: preserve thread list item state when preceding threads are removed (@​Kinfe123)

  • #6580 dc2cab3 - chore: stop hand-rolling the cloud adapter provider that the hosts synthesize (@​okisdev)

  • #6587 d75944b - fix: keep Cloud thread adapter options scoped to committed renders (@​Kinfe123)

  • #6547 6bd1570 - fix: drop zustand from core (@​okisdev)

    core declared zustand as an optional peer while importing create and useShallow unconditionally. pnpm keys a package instance on its resolved peers, so two dependency branches landing on different zustand patches (5.0.14 under one, 5.0.15 under the other) produced two physical copies of core. React context is per copy, so a RuntimeAdapterProvider rendered by one copy was invisible to a runtime hook imported from the other: unstable_Provider supplied a history adapter, useAISDKRuntime read undefined, withFormat() never fired, and every thread loaded with no messages and no error.

    core no longer uses zustand at all, so the peer is gone rather than reclassified. the four internal stores now use WritableSubscribable, a mutable cell built on the existing BaseSubscribable and read through useSubscribable. the two useShallow call sites wrapped selectors passed to useAuiState, aui's own store, so they now use useShallowSelector from @assistant-ui/store/internal, which memoizes a selector against the shallowEqual that already lived there.

    WritableSubscribable reports a server snapshot and useSubscribable forwards one when the subscribable offers it, so the components reading these stores render under SSR the way the zustand hook did. Subscribables without one, including every existing runtime client, keep their current behaviour.

    @assistant-ui/react-native and @assistant-ui/react-ink declared zustand only to satisfy core's optional peer and never imported it, so they no longer declare it. @assistant-ui/react and @assistant-ui/ui keep theirs because they import it directly, and @assistant-ui/react additionally exposes StoreApi through ReadonlyStore in its published types.

  • #6758 60ae973 - fix: keep model context callbacks scoped to committed React renders (@​Kinfe123)

  • #6719 0fb5390 - fix: never run a frontend tool on a call the provider is about to answer or gate (@​okisdev)

    a tool call whose name matched a registered tool closed its args stream, and therefore executed, as soon as argsText parsed. providers that answer or gate a call do so one or more snapshots later, so in that window a frontend execute fired on a call the provider was about to take: the AG-UI interrupt protocol carries the outcome only on RUN_FINISHED, so the gate landed on a call the client had already run.

    closing the args stream now waits until the provider can no longer speak about the call. unstable_isClientToolCall decides that per call: a call the adapter reports as client-owned closes as soon as its arguments parse, and a call whose ownership is unknown closes when the run ends. @assistant-ui/react-google-adk supplies the predicate and keeps its previous timing; every other runtime defers a frontend tool to the end of the run. streamCall still fires once and still streams partial arguments as they arrive, so rendering is unchanged, but a tool that pairs streamCall with execute (interactables) now commits its authoritative merge when the run settles.

  • #6580 dc2cab3 - chore: remove an internal re-export shim and a duplicated type guard (@​okisdev)

... (truncated)

Changelog

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

0.3.17

Patch Changes

  • #6723 8cc962e - feat: let a tool approval request describe itself and report its outcome (@​okisdev)

    an approval carries prompt, display, and allowFreeform, so a renderer can tell a question from a permission gate without reading provider metadata, and ToolApprovalResponse gains a text answer that resolves the request as answered rather than approved. respondToToolApproval now returns a promise that rejects when the runtime could not record the response, instead of the external-store runtime logging the rejection away, so a refused response leaves the request retryable.

  • #6539 2a31285 - fix: avoid duplicate external-store runtime publications (@​rupic-app)

  • #6685 205acf5 - refactor: walk the nested tool-call tree through one shared traversal (@​okisdev)

  • #6678 740a573 - fix: never execute a frontend tool on a tool call ADK resolves itself; a client-executed tool must be registered as a LongRunningFunctionTool on the agent (@​okisdev)

  • #6498 65d449b - feat: background thread bodies and a plain cloud adapter factory (@​okisdev)

    RemoteThreadList gains a backgroundThreads mode that keeps every visited thread mounted: runs continue across switches, per-item isRunning is live, per-thread history and adapters mount once per body, and a freshly initialized thread generates its title. createCloudThreadListAdapter builds the assistant-cloud adapter without a hook call site so non-React hosts can construct it in plain code.

  • #6671 79283c5 - fix: report lifecycle events from background thread runtimes (@​rupic-app)

  • #6645 9ec29e1 - fix: report run start and end for threads a remote thread list keeps alive in the background (@​Kinfe123)

  • #6702 14fc938 - fix: cancel AssistantFrame tool calls when their provider is removed (@​Kinfe123)

  • #6562 3f7af8b - fix: preserve composer queue item component identity after removals (@​Kinfe123)

  • #6597 5511057 - fix: preserve thread list item state when preceding threads are removed (@​Kinfe123)

  • #6580 dc2cab3 - chore: stop hand-rolling the cloud adapter provider that the hosts synthesize (@​okisdev)

  • #6587 d75944b - fix: keep Cloud thread adapter options scoped to committed renders (@​Kinfe123)

  • #6547 6bd1570 - fix: drop zustand from core (@​okisdev)

    core declared zustand as an optional peer while importing create and useShallow unconditionally. pnpm keys a package instance on its resolved peers, so two dependency branches landing on different zustand patches (5.0.14 under one, 5.0.15 under the other) produced two physical copies of core. React context is per copy, so a RuntimeAdapterProvider rendered by one copy was invisible to a runtime hook imported from the other: unstable_Provider supplied a history adapter, useAISDKRuntime read undefined, withFormat() never fired, and every thread loaded with no messages and no error.

    core no longer uses zustand at all, so the peer is gone rather than reclassified. the four internal stores now use WritableSubscribable, a mutable cell built on the existing BaseSubscribable and read through useSubscribable. the two useShallow call sites wrapped selectors passed to useAuiState, aui's own store, so they now use useShallowSelector from @assistant-ui/store/internal, which memoizes a selector against the shallowEqual that already lived there.

    WritableSubscribable reports a server snapshot and useSubscribable forwards one when the subscribable offers it, so the components reading these stores render under SSR the way the zustand hook did. Subscribables without one, including every existing runtime client, keep their current behaviour.

    @assistant-ui/react-native and @assistant-ui/react-ink declared zustand only to satisfy core's optional peer and never imported it, so they no longer declare it. @assistant-ui/react and @assistant-ui/ui keep theirs because they import it directly, and @assistant-ui/react additionally exposes StoreApi through ReadonlyStore in its published types.

  • #6758 60ae973 - fix: keep model context callbacks scoped to committed React renders (@​Kinfe123)

  • #6719 0fb5390 - fix: never run a frontend tool on a call the provider is about to answer or gate (@​okisdev)

    a tool call whose name matched a registered tool closed its args stream, and therefore executed, as soon as argsText parsed. providers that answer or gate a call do so one or more snapshots later, so in that window a frontend execute fired on a call the provider was about to take: the AG-UI interrupt protocol carries the outcome only on RUN_FINISHED, so the gate landed on a call the client had already run.

    closing the args stream now waits until the provider can no longer speak about the call. unstable_isClientToolCall decides that per call: a call the adapter reports as client-owned closes as soon as its arguments parse, and a call whose ownership is unknown closes when the run ends. @assistant-ui/react-google-adk supplies the predicate and keeps its previous timing; every other runtime defers a frontend tool to the end of the run. streamCall still fires once and still streams partial arguments as they arrive, so rendering is unchanged, but a tool that pairs streamCall with execute (interactables) now commits its authoritative merge when the run settles.

... (truncated)

Commits
  • d511ff4 chore: update versions (#6482)
  • 0c68179 fix(core): isolate model context update listener errors (#6781)
  • ddaac94 fix(core): isolate late initialize listener errors (#6728)
  • 1fa3e09 fix(ai-sdk): mark stopped runs as cancelled (#6761)
  • 0c5c574 fix(core): keep a pending human() interrupt when execution starts (#6764)
  • 47a46db fix: keep remote thread clients commit-safe (#6760)
  • 60ae973 fix(core): keep model context hooks commit-safe (#6758)
  • 8cc962e feat: let a tool approval request describe itself and report its outcome (#6723)
  • 0fb5390 fix(core): run a frontend tool only once the provider's run settles (#6719)
  • 6fdfc23 fix(core): keep remote thread runtime hooks commit-safe (#6711)
  • Additional commits viewable in compare view

Updates @assistant-ui/react from 0.14.27 to 0.15.18

Changelog

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

0.15.18

Patch Changes

  • #6723 8cc962e - feat: let a tool approval request describe itself and report its outcome (@​okisdev)

    an approval carries prompt, display, and allowFreeform, so a renderer can tell a question from a permission gate without reading provider metadata, and ToolApprovalResponse gains a text answer that resolves the request as answered rather than approved. respondToToolApproval now returns a promise that rejects when the runtime could not record the response, instead of the external-store runtime logging the rejection away, so a refused response leaves the request retryable.

  • #6762 39c99b5 - fix(react): keep trigger callbacks commit-safe (@​Kinfe123)

  • #6640 79c1465 - fix: load newly mounted MCP Apps through the committed host (@​Kinfe123)

  • #6580 dc2cab3 - chore: drop a superseded internal hook and a dead plugin-registry variant (@​okisdev)

  • #6710 a83be6b - fix(react): accept spec-shaped MCP App messages (@​rupic-app)

    the default sendMessage handler now reads the MCP Apps { role, content } params and appends each text block in order, alongside the existing string, { prompt }, { text }, and { message } forms. rejections now also carry the spec's isError: true, and the legacy ok and reason fields stay on the result so widgets already reading them keep working.

  • #6706 6194f3e - fix(react): keep model-context mentions current and honor explicit tool categories without requiring custom categories (@​Kinfe123)

  • #6528 152a35d - chore: update dependencies (@​okisdev)

  • #6629 98b7213 - feat: resolve MCP App renderer options per part (@​okisdev)

    McpAppRenderer served every MCP app in a thread from one static options snapshot, so a host could not give one app its own displayMode and could not tell which app called requestDisplayMode. Renderer options now reach each part through the renderer store, and a new forPart resolver overrides hostContext, maxHeight, sandbox, hostInfo, and the fallbacks for a single part. handlers merges per key instead, so adding a per-part requestDisplayMode keeps the thread-wide handlers for that app. Host context changes are compared structurally before they are pushed over the bridge, so a resolver may rebuild its result on every render.

  • #6586 9f08bdc - chore: reuse the shared viewport math and callback invoker (@​okisdev)

  • #6639 05e3e6d - chore: update dependencies (@​Yonom)

  • #6615 e7bcf83 - fix: report a sandboxed frame that never finishes loading through onError, and re-export the ShimLoadError and ShimLoadErrorCode types it is reported with (@​okisdev)

  • #6714 0f3140d - refactor(react): extract a shared model-context snapshot hook for the mention adapter and the webmcp provider (@​okisdev)

  • #6540 99db167 - feat: unstable_useWebMcpProvider, publishing frontend tools to a WebMCP-capable browser (@​samdickson22)

  • #6703 21cbb78 - refactor: collapse the three trigger-item query predicates onto one shared helper (@​Kinfe123)

  • #6614 1b25b22 - refactor: dispose WebMCP registrations through the abort signal alone (@​okisdev)

  • Updated dependencies [8cc962e, 2a31285, 6083062, 205acf5, 740a573, 65d449b, 79283c5, 9ec29e1, 14fc938, 3f7af8b, 46fad14, 5511057, dc2cab3, d75944b, 99fd86e, 6bd1570, 7f7bd54, 60ae973, 9f08bdc, 0fb5390, dc2cab3, f0d0aa2, 1fa3e09, 5972a5e, 0f17ba5, 152a35d, 0c5c574, ddaac94, 0c68179, 250f69c, c22a3dc, aca6e30, 5bdd416, 6fdfc23, 136bbf5, e53299b, 69d8e1b, dabe8f2, 8d128af, 9f08bdc, e7bcf83, 47a46db, 8135d16, 07fed43, fa9c0dc, fa9c0dc, 4ca7de9, 65d449b, 49e727b, 49e727b, d9eae73, d56a66a, 96a2df8, 8206d8f]:

    • @​assistant-ui/core@​0.3.17
    • safe-content-frame@0.0.29
    • assistant-stream@0.3.41
    • assistant-cloud@0.1.43
    • @​assistant-ui/store@​0.3.12
    • @​assistant-ui/tap@​0Description has been truncated


      [!NOTE]
      Medium Risk
      No code changes, but assistant-ui 0.3.x and AI/auth/server dependency bumps can alter chat tool flows, validation, and OIDC/Swagger behavior at runtime; CI and manual smoke on chat plus API docs are the main guardrails.

      Overview
      This PR only updates version pins in root and package package.json files (no application source changes). It refreshes 38 dependencies via the automated npm-minor-and-patch group.

      Chat UI (frontend, trueforge-ui): @assistant-ui/core, @assistant-ui/react, and @assistant-ui/store move from the 0.2 / 0.14 line to 0.3.17 / 0.15.18 / 0.3.12, alongside monaco-editor 0.56, @openuidev/* patches, and react-router-dom tightened to ^7 in trueforge-ui.

      Agent runtime (trueforge-core): Vercel ai and @ai-sdk/* providers, openai, zod, @daytona/sdk, @nats-io/nats-core, and related tooling are bumped to newer patch/minor releases.

      Server (trueforge): hono, @hono/zod-openapi, @hono/swagger-ui (0.2 → 0.6), jose, openid-client, sandbox (@anthropic-ai/sandbox-runtime, @daytona/sdk), and zod are updated in step with core.

      Tooling: Root devDeps include typescript-eslint, @eslint-react/eslint-plugin, and @changesets/cli patch bumps.

      Reviewed by Cursor Bugbot for commit 9a068f381cd950e5082b26bc87485416d9568d22. Bugbot is set up for automated code reviews on this repo. Configure here.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 9, 2026
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 9, 2026
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Sep 9, 2026
@changeset-bot

changeset-bot Bot commented Sep 9, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 9a068f3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Stale Bugbot comment from a previous run.

Comment thread packages/trueforge-ui/package.json
"react-resizable-panels": "^4.12.3",
"react-router-dom": "^6 || ^7",
"react-resizable-panels": "^4.12.4",
"react-router-dom": "^7",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Router range drops v6 support

Medium Severity

react-router-dom on the published @truefoundry/trueforge-ui package changed from ^6 || ^7 to ^7. Hosts still on React Router v6 will now resolve a second v7 copy or fail peer installation, which can break withRouter URL sync.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 7776308. Configure here.

"tailwind-merge": "^3.6.0",
"truefoundry-gateway-sdk": "^0.4.2",
"zod": "^4.4.3"
"zod": "^4.5.4"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Published packages missing changeset

Low Severity

Runtime dependency ranges that ship in published packages changed, but this PR adds no .changeset/*.md. Run pnpm changeset and bump @truefoundry/trueforge-ui, @truefoundry/trueforge-core, and @truefoundry/trueforge.

Additional Locations (2)
Fix in Cursor Fix in Web

Triggered by project rule: TrueForge review rules

Reviewed by Cursor Bugbot for commit 7776308. Configure here.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-minor-and-patch-3f98f5f1f7 branch from 7776308 to 8027e00 Compare September 9, 2026 16:00

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Stale Bugbot comment from a previous run.

"winston": "^3.19.0",
"ws": "^8.21.3",
"zod": "^4.4.3"
"zod": "^4.5.4"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Published packages lack a changeset

Low Severity

Dependency versions that ship in published packages changed, but this PR adds no .changeset/*.md. Run pnpm changeset for @truefoundry/trueforge-core, @truefoundry/trueforge, and @truefoundry/trueforge-ui.

Additional Locations (2)
Fix in Cursor Fix in Web

Triggered by project rule: TrueForge review rules

Reviewed by Cursor Bugbot for commit 8027e00. Configure here.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-minor-and-patch-3f98f5f1f7 branch 2 times, most recently from 52c716a to 5794f77 Compare September 10, 2026 07:15

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Stale Bugbot comment from a previous run.

"@truefoundry/trueforge-sdk": "workspace:*",
"@truefoundry/trueforge-ui": "workspace:*",
"monaco-editor": "^0.52.0",
"monaco-editor": "^0.56.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Monaco 0.56 export break

Medium Severity

monaco-editor jumped from ^0.52.0 to ^0.56.0. 0.56 rewrote the package exports map so deep esm/vs/... worker specifiers no longer resolve. vite-plugin-monaco-editor-esm and the monacoeditorwork public-path rewrite can fail to load workers, breaking the editor or falling back to the main thread.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 5794f77. Configure here.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-minor-and-patch-3f98f5f1f7 branch 3 times, most recently from ba3caa8 to 2079f15 Compare September 10, 2026 12:59

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Stale Bugbot comment from a previous run.

"@assistant-ui/store": "0.2.21",
"@assistant-ui/core": "0.3.17",
"@assistant-ui/react": "0.15.18",
"@assistant-ui/store": "0.3.12",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Assistant-ui bump is inconsistent

High Severity

package.json now pins @assistant-ui/core 0.3.17, @assistant-ui/react 0.15.18, and @assistant-ui/store 0.3.12, but workspace overrides still force 0.2.22 / 0.14.27 / 0.2.21, the lockfile still records those old specifiers, and @truefoundry/trueforge-ui optional peers remain ^0.2.22 / ^0.14.24. Local installs never exercise the new 0.15 APIs, pnpm install can fail under trustLockfile, and published consumers would resolve breaking 0.3/0.15 releases that this repo did not test.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 2079f15. Configure here.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-minor-and-patch-3f98f5f1f7 branch 3 times, most recently from ae4bfb9 to 0a83c28 Compare September 11, 2026 04:59
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-minor-and-patch-3f98f5f1f7 branch 4 times, most recently from 4ae4a03 to 7fb549d Compare September 11, 2026 07:42

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

There are 6 total unresolved issues (including 5 from previous reviews).

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 7fb549d. Configure here.

Comment thread packages/frontend/package.json
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-minor-and-patch-3f98f5f1f7 branch 2 times, most recently from abbb569 to 2e6cb42 Compare September 11, 2026 13:46
…th 38 updates

Bumps the npm-minor-and-patch group with 38 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@changesets/cli](https://github.com/changesets/changesets/tree/HEAD/packages/cli) | `3.0.1` | `3.0.2` |
| [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin) | `5.18.6` | `5.19.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.68.0` | `8.70.0` |
| [@assistant-ui/core](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/core) | `0.2.22` | `0.3.17` |
| [@assistant-ui/react](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react) | `0.14.27` | `0.15.18` |
| [@assistant-ui/store](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/store) | `0.2.21` | `0.3.12` |
| [monaco-editor](https://github.com/microsoft/monaco-editor) | `0.52.2` | `0.56.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.18.2` | `7.18.3` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.5` | `19.2.7` |
| [tsx](https://github.com/privatenumber/tsx) | `4.23.12` | `4.23.13` |
| [@anthropic-ai/sandbox-runtime](https://github.com/anthropics/sandbox-runtime) | `0.0.71` | `0.0.75` |
| [@daytona/sdk](https://github.com/daytona/clients) | `0.204.1` | `0.211.2` |
| [@hono/swagger-ui](https://github.com/honojs/middleware/tree/HEAD/packages/swagger-ui) | `0.2.2` | `0.6.1` |
| [@hono/zod-openapi](https://github.com/honojs/middleware/tree/HEAD/packages/zod-openapi) | `1.6.1` | `1.6.3` |
| [hono](https://github.com/honojs/hono) | `4.13.5` | `4.13.7` |
| [jose](https://github.com/panva/jose) | `6.2.10` | `6.2.12` |
| [openid-client](https://github.com/panva/openid-client) | `6.8.7` | `6.8.8` |
| [undici](https://github.com/nodejs/undici) | `7.29.0` | `7.29.1` |
| [zod](https://github.com/colinhacks/zod) | `4.4.3` | `4.5.4` |
| [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core) | `1.16.1` | `1.16.2` |
| [@ai-sdk/alibaba](https://github.com/vercel/ai/tree/HEAD/packages/alibaba) | `2.0.37` | `2.0.41` |
| [@ai-sdk/anthropic](https://github.com/vercel/ai/tree/HEAD/packages/anthropic) | `4.0.44` | `4.0.49` |
| [@ai-sdk/google](https://github.com/vercel/ai/tree/HEAD/packages/google) | `4.0.53` | `4.0.64` |
| [@ai-sdk/moonshotai](https://github.com/vercel/ai/tree/HEAD/packages/moonshotai) | `3.0.41` | `3.0.45` |
| [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) | `4.0.49` | `4.0.60` |
| [@ai-sdk/openai-compatible](https://github.com/vercel/ai/tree/HEAD/packages/openai-compatible) | `3.0.39` | `3.0.44` |
| [@ai-sdk/provider](https://github.com/vercel/ai/tree/HEAD/packages/provider) | `4.0.8` | `4.0.10` |
| [@ai-sdk/provider-utils](https://github.com/vercel/ai/tree/HEAD/packages/provider-utils) | `5.0.32` | `5.0.36` |
| [@nats-io/nats-core](https://github.com/nats-io/nats.js) | `3.0.2` | `3.4.0` |
| [@opentelemetry/core](https://github.com/open-telemetry/opentelemetry-js) | `2.10.0` | `2.11.0` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `7.0.82` | `7.0.93` |
| [openai](https://github.com/openai/openai-node) | `7.5.0` | `7.10.0` |
| [@openuidev/react-headless](https://github.com/thesysdev/openui/tree/HEAD/packages/react-headless) | `0.9.4` | `0.9.13` |
| [@openuidev/react-lang](https://github.com/thesysdev/openui/tree/HEAD/packages/react-lang) | `0.2.9` | `0.2.15` |
| [@openuidev/react-ui](https://github.com/thesysdev/openui/tree/HEAD/packages/react-ui) | `0.13.3` | `0.13.10` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.562.0` | `0.577.0` |
| [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `4.12.3` | `4.12.4` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.2` | `16.3.3` |



Updates `@changesets/cli` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/changesets/changesets/commits/@changesets/cli@3.0.2/packages/cli)

Updates `@eslint-react/eslint-plugin` from 5.18.6 to 5.19.0
- [Release notes](https://github.com/Rel1cx/eslint-react/releases)
- [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Rel1cx/eslint-react/commits/v5.19.0/plugins/eslint-plugin)

Updates `typescript-eslint` from 8.68.0 to 8.70.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.70.0/packages/typescript-eslint)

Updates `@assistant-ui/core` from 0.2.22 to 0.3.17
- [Release notes](https://github.com/assistant-ui/assistant-ui/releases)
- [Changelog](https://github.com/assistant-ui/assistant-ui/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/assistant-ui/assistant-ui/commits/@assistant-ui/core@0.3.17/packages/core)

Updates `@assistant-ui/react` from 0.14.27 to 0.15.18
- [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/react@0.15.18/packages/react)

Updates `@assistant-ui/store` from 0.2.21 to 0.3.12
- [Release notes](https://github.com/assistant-ui/assistant-ui/releases)
- [Changelog](https://github.com/assistant-ui/assistant-ui/blob/main/packages/store/CHANGELOG.md)
- [Commits](https://github.com/assistant-ui/assistant-ui/commits/@assistant-ui/store@0.3.12/packages/store)

Updates `monaco-editor` from 0.52.2 to 0.56.0
- [Release notes](https://github.com/microsoft/monaco-editor/releases)
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
- [Commits](microsoft/monaco-editor@v0.52.2...v0.56.0)

Updates `react-router-dom` from 7.18.2 to 7.18.3
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@7.18.3/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.18.3/packages/react-router-dom)

Updates `@types/react-dom` from 19.2.5 to 19.2.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `tsx` from 4.23.12 to 4.23.13
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.23.12...v4.23.13)

Updates `@anthropic-ai/sandbox-runtime` from 0.0.71 to 0.0.75
- [Release notes](https://github.com/anthropics/sandbox-runtime/releases)
- [Commits](anthropics/sandbox-runtime@v0.0.71...v0.0.75)

Updates `@daytona/sdk` from 0.204.1 to 0.211.2
- [Release notes](https://github.com/daytona/clients/releases)
- [Commits](https://github.com/daytona/clients/commits/v0.211.2)

Updates `@hono/swagger-ui` from 0.2.2 to 0.6.1
- [Release notes](https://github.com/honojs/middleware/releases)
- [Changelog](https://github.com/honojs/middleware/blob/main/packages/swagger-ui/CHANGELOG.md)
- [Commits](https://github.com/honojs/middleware/commits/@hono/swagger-ui@0.6.1/packages/swagger-ui)

Updates `@hono/zod-openapi` from 1.6.1 to 1.6.3
- [Release notes](https://github.com/honojs/middleware/releases)
- [Changelog](https://github.com/honojs/middleware/blob/main/packages/zod-openapi/CHANGELOG.md)
- [Commits](https://github.com/honojs/middleware/commits/@hono/zod-openapi@1.6.3/packages/zod-openapi)

Updates `hono` from 4.13.5 to 4.13.7
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.13.5...v4.13.7)

Updates `jose` from 6.2.10 to 6.2.12
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v6.2.10...v6.2.12)

Updates `openid-client` from 6.8.7 to 6.8.8
- [Release notes](https://github.com/panva/openid-client/releases)
- [Changelog](https://github.com/panva/openid-client/blob/main/CHANGELOG.md)
- [Commits](panva/openid-client@v6.8.7...v6.8.8)

Updates `undici` from 7.29.0 to 7.29.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.29.0...v7.29.1)

Updates `zod` from 4.4.3 to 4.5.4
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.4.3...v4.5.4)

Updates `@swc/core` from 1.16.1 to 1.16.2
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits/v1.16.2/packages/core)

Updates `@ai-sdk/alibaba` from 2.0.37 to 2.0.41
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/alibaba/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/alibaba@2.0.41/packages/alibaba)

Updates `@ai-sdk/anthropic` from 4.0.44 to 4.0.49
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/anthropic/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/anthropic@4.0.49/packages/anthropic)

Updates `@ai-sdk/google` from 4.0.53 to 4.0.64
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/google/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/google@4.0.64/packages/google)

Updates `@ai-sdk/moonshotai` from 3.0.41 to 3.0.45
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/moonshotai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/moonshotai@3.0.45/packages/moonshotai)

Updates `@ai-sdk/openai` from 4.0.49 to 4.0.60
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/openai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/openai@4.0.60/packages/openai)

Updates `@ai-sdk/openai-compatible` from 3.0.39 to 3.0.44
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/openai-compatible/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/openai-compatible@3.0.44/packages/openai-compatible)

Updates `@ai-sdk/provider` from 4.0.8 to 4.0.10
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/provider/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/provider@4.0.10/packages/provider)

Updates `@ai-sdk/provider-utils` from 5.0.32 to 5.0.36
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/provider-utils/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/provider-utils@5.0.36/packages/provider-utils)

Updates `@nats-io/nats-core` from 3.0.2 to 3.4.0
- [Release notes](https://github.com/nats-io/nats.js/releases)
- [Commits](nats-io/nats.js@v3.0.2...v3.4.0)

Updates `@opentelemetry/core` from 2.10.0 to 2.11.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v2.10.0...v2.11.0)

Updates `ai` from 7.0.82 to 7.0.93
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@7.0.93/packages/ai)

Updates `openai` from 7.5.0 to 7.10.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/main/CHANGELOG.md)
- [Commits](openai/openai-node@v7.5.0...v7.10.0)

Updates `@openuidev/react-headless` from 0.9.4 to 0.9.13
- [Commits](https://github.com/thesysdev/openui/commits/HEAD/packages/react-headless)

Updates `@openuidev/react-lang` from 0.2.9 to 0.2.15
- [Commits](https://github.com/thesysdev/openui/commits/HEAD/packages/react-lang)

Updates `@openuidev/react-ui` from 0.13.3 to 0.13.10
- [Commits](https://github.com/thesysdev/openui/commits/HEAD/packages/react-ui)

Updates `lucide-react` from 0.562.0 to 0.577.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.577.0/packages/lucide-react)

Updates `react-resizable-panels` from 4.12.3 to 4.12.4
- [Release notes](https://github.com/bvaughn/react-resizable-panels/releases)
- [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md)
- [Commits](bvaughn/react-resizable-panels@4.12.3...4.12.4)

Updates `@testing-library/react` from 16.3.2 to 16.3.3
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.3.2...v16.3.3)

---
updated-dependencies:
- dependency-name: "@ai-sdk/alibaba"
  dependency-version: 2.0.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@ai-sdk/anthropic"
  dependency-version: 4.0.49
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@ai-sdk/google"
  dependency-version: 4.0.64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@ai-sdk/moonshotai"
  dependency-version: 3.0.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@ai-sdk/openai"
  dependency-version: 4.0.60
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@ai-sdk/openai-compatible"
  dependency-version: 3.0.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@ai-sdk/provider"
  dependency-version: 4.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@ai-sdk/provider-utils"
  dependency-version: 5.0.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@anthropic-ai/sandbox-runtime"
  dependency-version: 0.0.75
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@assistant-ui/core"
  dependency-version: 0.3.17
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: "@assistant-ui/react"
  dependency-version: 0.15.18
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: "@assistant-ui/store"
  dependency-version: 0.3.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: "@changesets/cli"
  dependency-version: 3.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@daytona/sdk"
  dependency-version: 0.210.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: "@eslint-react/eslint-plugin"
  dependency-version: 5.18.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@hono/swagger-ui"
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: "@hono/zod-openapi"
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@nats-io/nats-core"
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: "@opentelemetry/core"
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: "@openuidev/react-headless"
  dependency-version: 0.9.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@openuidev/react-lang"
  dependency-version: 0.2.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@openuidev/react-ui"
  dependency-version: 0.13.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@swc/core"
  dependency-version: 1.16.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: ai
  dependency-version: 7.0.93
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: hono
  dependency-version: 4.13.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: jose
  dependency-version: 6.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: lucide-react
  dependency-version: 0.577.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: monaco-editor
  dependency-version: 0.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: openai
  dependency-version: 7.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: openid-client
  dependency-version: 6.8.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: react-resizable-panels
  dependency-version: 4.12.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: react-router-dom
  dependency-version: 7.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: tsx
  dependency-version: 4.23.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: typescript-eslint
  dependency-version: 8.69.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
- dependency-name: undici
  dependency-version: 7.29.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-minor-and-patch
- dependency-name: zod
  dependency-version: 4.5.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm-minor-and-patch-3f98f5f1f7 branch from 2e6cb42 to 9a068f3 Compare September 11, 2026 16:52
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