Skip to content

deps(frontend): bump the frontend-minor-patch group in /Clients with 53 updates - #4416

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/Clients/frontend-minor-patch-d9f64d75c6
Open

deps(frontend): bump the frontend-minor-patch group in /Clients with 53 updates#4416
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/Clients/frontend-minor-patch-d9f64d75c6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the frontend-minor-patch group in /Clients with 53 updates:

Package From To
@ai-sdk/react 4.0.5 4.0.46
@assistant-ui/react 0.14.23 0.15.1
@assistant-ui/react-ai-sdk 1.3.37 1.4.2
@mui/x-charts 9.6.0 9.10.1
@mui/x-date-pickers 9.6.0 9.10.1
@radix-ui/react-dialog 1.1.17 1.1.23
@radix-ui/react-visually-hidden 1.2.6 1.2.11
@tanstack/react-query 5.101.0 5.101.4
@tanstack/react-query-devtools 5.101.0 5.101.4
@tiptap/extension-character-count 3.27.1 3.29.2
@tiptap/extension-color 3.27.1 3.29.2
@tiptap/extension-highlight 3.27.1 3.29.2
@tiptap/extension-image 3.27.1 3.29.2
@tiptap/extension-link 3.27.1 3.29.2
@tiptap/extension-placeholder 3.27.1 3.29.2
@tiptap/extension-subscript 3.27.1 3.29.2
@tiptap/extension-superscript 3.27.1 3.29.2
@tiptap/extension-table 3.27.1 3.29.2
@tiptap/extension-task-item 3.27.1 3.29.2
@tiptap/extension-task-list 3.27.1 3.29.2
@tiptap/extension-text-align 3.27.1 3.29.2
@tiptap/extension-text-style 3.27.1 3.29.2
@tiptap/extension-typography 3.27.1 3.29.2
@tiptap/extension-underline 3.27.1 3.29.2
@tiptap/react 3.27.1 3.29.2
@tiptap/starter-kit 3.27.1 3.29.2
@vitejs/plugin-react-swc 4.3.1 4.3.3
@xyflow/react 12.11.0 12.11.2
axios 1.18.0 1.19.0
globals 17.6.0 17.8.0
katex 0.17.0 0.18.1
lucide-react 1.21.0 1.28.0
plotly.js-basic-dist 3.6.0 3.7.0
react 19.2.7 19.2.8
@types/react 19.2.17 19.2.18
react-dom 19.2.7 19.2.8
@types/react-dom 19.2.3 19.2.4
react-hook-form 7.80.0 7.83.0
react-joyride 3.1.0 3.2.0
react-plotly.js 4.0.0 4.1.0
react-router-dom 7.18.0 7.18.2
recharts 3.8.1 3.10.1
styled-components 6.4.2 6.4.4
typescript-eslint 8.61.1 8.65.0
vite 8.0.16 8.2.0
@axe-core/playwright 4.11.3 4.12.1
@playwright/test 1.61.0 1.62.1
@types/node 26.0.0 26.1.2
@vitest/coverage-v8 4.1.9 4.1.10
baseline-browser-mapping 2.10.38 2.11.8
msw 2.14.6 2.15.0
prettier 3.8.4 3.9.6
vitest 4.1.9 4.1.10

Updates @ai-sdk/react from 4.0.5 to 4.0.46

Changelog

Sourced from @​ai-sdk/react's changelog.

4.0.51

Patch Changes

  • ai@7.0.48

4.0.50

Patch Changes

  • Updated dependencies [5fc7da5]
  • Updated dependencies [93b2acd]
    • @​ai-sdk/provider-utils@​5.0.18
    • ai@7.0.47
    • @​ai-sdk/mcp@​2.0.22

4.0.49

Patch Changes

  • ai@7.0.46

4.0.48

Patch Changes

  • Updated dependencies [d6ce0ee]
  • Updated dependencies [fa95504]
  • Updated dependencies [349afe7]
    • ai@7.0.45
    • @​ai-sdk/provider-utils@​5.0.17
    • @​ai-sdk/mcp@​2.0.21

4.0.47

Patch Changes

  • Updated dependencies [015acb4]
    • ai@7.0.44

4.0.46

Patch Changes

  • Updated dependencies [d8210b6]
  • Updated dependencies [b192878]
  • Updated dependencies [97f0565]
    • @​ai-sdk/provider-utils@​5.0.16
    • ai@7.0.43
    • @​ai-sdk/mcp@​2.0.20

... (truncated)

Commits

Updates @assistant-ui/react from 0.14.23 to 0.15.1

Release notes

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

@​assistant-ui/react@​0.15.1

Patch Changes

@​assistant-ui/react@​0.15.0

Minor Changes

  • #5275 9a7e776 - feat: property API for aui — nullary scope accessors are now properties (aui.thread.getState() instead of aui.thread().getState()); calling them still works but is deprecated. Accessors keep source/query/name selection metadata as properties; these are reserved names for scope methods. An unavailable scope's accessor no longer throws at selection time: aui.thread always succeeds and is always truthy, .source is null, and any other property read (or a call) throws — check availability via aui.thread.source != null. Accessor identity is binding-keyed: stable across renders without structural change, new on structural change — memoization keyed on an accessor now invalidates exactly when its binding changes. (@​Yonom)

  • #5281 2f5d0d4 - feat: drop APIs deprecated in v0.12/v0.14 — the legacy context hooks (useAssistantRuntime, useThreadRuntime, useThread, useMessageRuntime, useMessage, useComposerRuntime, useComposer, useMessagePartRuntime, useMessagePart, useAttachmentRuntime, useAttachment, useThreadListItemRuntime, useThreadListItem, useThreadList, useEditComposer and their attachment variants; use useAui / useAuiState), the component-only ToolsState.tools map (use toolUIs), and the "mcp-app" group key in groupPartByType (use "standalone-tool-call"). See the v0.15 migration guide. (@​Yonom)

Patch Changes

@​assistant-ui/react@​0.14.29

Patch Changes

  • #5241 c2b7a29 - fix(assistant-transport): a follow-up run that finds an empty command queue no-ops instead of erroring "No commands to send" (@​Yonom)

  • #5238 cc763a5 - fix: assistant-transport marks in-transit commands delivered when a run completes successfully without state chunks, instead of leaving them pending forever (@​Yonom)

  • #5242 72f65dc - fix(assistant-transport): onError reads the live in-transit commands at error time instead of a stale render snapshot (@​Yonom)

  • #5240 98ac314 - fix: assistant-transport consumes parentId once per run; later unrelated runs no longer re-send the last append's parentId (@​Yonom)

  • #5249 525ab84 - fix(assistant-transport): commands enqueued during a resume run are flushed in a follow-up run instead of starving in the queue (@​Yonom)

  • #5243 468a713 - fix(assistant-transport): abort the in-flight run on unmount instead of leaking the fetch (@​Yonom)

  • #5219 3ca19cf - fix: stop logging attachment-add rejections to the console from ComposerPrimitive.AttachmentDropzone and ComposerPrimitive.Input; the rejection is already surfaced via the structured composer.attachmentAddError event, so the per-file console.error produced unopt-outable duplicate noise for apps handling the event (@​rupic-app)

  • #5208 a0ddc86 - Adopt erasableSyntaxOnly; public enums are now as const objects. (@​Yonom)

  • #5256 cee74f1 - fix: ExternalThread validates the adapter accept string on every addAttachment entry point (@​Yonom)

  • #5237 cf839ff - feat: ExternalThread props for assistant-transport (isLoading, state, extras, onResume, onAddToolResult, onLoadExternalState, onResumeToolCall, attachmentAdapter; importExternalState); export ToolInvocationTracker from core internal; composer parentId, draft-restore, and part-status fixes (@​Yonom)

  • #5257 1a875ab - fix: ExternalThread clearAttachments/reset call adapter.remove for pending attachments (@​Yonom)

... (truncated)

Changelog

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

0.15.1

Patch Changes

0.15.0

Minor Changes

  • #5275 9a7e776 - feat: property API for aui — nullary scope accessors are now properties (aui.thread.getState() instead of aui.thread().getState()); calling them still works but is deprecated. Accessors keep source/query/name selection metadata as properties; these are reserved names for scope methods. An unavailable scope's accessor no longer throws at selection time: aui.thread always succeeds and is always truthy, .source is null, and any other property read (or a call) throws — check availability via aui.thread.source != null. Accessor identity is binding-keyed: stable across renders without structural change, new on structural change — memoization keyed on an accessor now invalidates exactly when its binding changes. (@​Yonom)

  • #5281 2f5d0d4 - feat: drop APIs deprecated in v0.12/v0.14 — the legacy context hooks (useAssistantRuntime, useThreadRuntime, useThread, useMessageRuntime, useMessage, useComposerRuntime, useComposer, useMessagePartRuntime, useMessagePart, useAttachmentRuntime, useAttachment, useThreadListItemRuntime, useThreadListItem, useThreadList, useEditComposer and their attachment variants; use useAui / useAuiState), the component-only ToolsState.tools map (use toolUIs), and the "mcp-app" group key in groupPartByType (use "standalone-tool-call"). See the v0.15 migration guide. (@​Yonom)

Patch Changes

0.14.29

Patch Changes

  • #5241 c2b7a29 - fix(assistant-transport): a follow-up run that finds an empty command queue no-ops instead of erroring "No commands to send" (@​Yonom)

  • #5238 cc763a5 - fix: assistant-transport marks in-transit commands delivered when a run completes successfully without state chunks, instead of leaving them pending forever (@​Yonom)

  • #5242 72f65dc - fix(assistant-transport): onError reads the live in-transit commands at error time instead of a stale render snapshot (@​Yonom)

  • #5240 98ac314 - fix: assistant-transport consumes parentId once per run; later unrelated runs no longer re-send the last append's parentId (@​Yonom)

  • #5249 525ab84 - fix(assistant-transport): commands enqueued during a resume run are flushed in a follow-up run instead of starving in the queue (@​Yonom)

  • #5243 468a713 - fix(assistant-transport): abort the in-flight run on unmount instead of leaking the fetch (@​Yonom)

  • #5219 3ca19cf - fix: stop logging attachment-add rejections to the console from ComposerPrimitive.AttachmentDropzone and ComposerPrimitive.Input; the rejection is already surfaced via the structured composer.attachmentAddError event, so the per-file console.error produced unopt-outable duplicate noise for apps handling the event (@​rupic-app)

  • #5208 a0ddc86 - Adopt erasableSyntaxOnly; public enums are now as const objects. (@​Yonom)

  • #5256 cee74f1 - fix: ExternalThread validates the adapter accept string on every addAttachment entry point (@​Yonom)

  • #5237 cf839ff - feat: ExternalThread props for assistant-transport (isLoading, state, extras, onResume, onAddToolResult, onLoadExternalState, onResumeToolCall, attachmentAdapter; importExternalState); export ToolInvocationTracker from core internal; composer parentId, draft-restore, and part-status fixes (@​Yonom)

... (truncated)

Commits
  • 6306c74 chore: update versions (#5286)
  • 1bbaa46 refactor: migrate internal source-guard selectors to s.optional (#5304)
  • 91134c7 chore: update versions (#5273)
  • 2f5d0d4 feat: drop v0.12-era deprecated APIs for v0.15 + migration guide (#5281)
  • 9a7e776 feat: property API for aui accessors (#5275)
  • dcc41bb feat(store): render-bound immutable aui instances (#5270)
  • 57bf429 chore: update versions (#5203)
  • f83d217 test: rewrite DataRenderers against the real store, prune react integration s...
  • 59ff22c test: fold react ExternalStoreThreadRuntimeCore suite into core, pruned (#5265)
  • fedcb05 fix(external-thread): merge a failed send back into the draft (#5261)
  • Additional commits viewable in compare view

Updates @assistant-ui/react-ai-sdk from 1.3.37 to 1.4.2

Release notes

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

@​assistant-ui/react-ai-sdk@​1.4.2

Patch Changes

@​assistant-ui/react-ai-sdk@​1.4.1

Patch Changes

Changelog

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

1.4.2

Patch Changes

1.4.1

Patch Changes

1.4.0

Minor Changes

  • #5075 65f4a1f - feat: formally open the AI SDK v7 line at 1.4. 1.3.41 shipped the v7 hard-dep switch as a patch inside the documented v6 line; from 1.4.0 the mapping is explicit: ^1.4 targets ai@^7, v6 users pin 1.3.40, v5 users pin 1.1.21. (@​okisdev)

Patch Changes

  • #5179 2ca4512 - test: pin history append retry semantics after a failed persistence pass (@​okisdev)

  • #5070 8719ba3 - fix: close MCP clients that resolve after a connection timeout (@​Kinfe123)

  • #5051 26ef13d - fix(react-ai-sdk): persist pending tool approvals and append post-approval continuations (@​okisdev)

  • #4963 83e204f - feat: expose the AI SDK chat helpers and error via runtime extras accessor hooks (useAISDKChat, useAISDKError) (@​ShobhitPatra)

  • #5178 6081fda - fix(react-ai-sdk): pass the initialized remote thread id to prepareSendMessagesRequest (@​rupic-app)

    AssistantChatTransport resolved the remote thread id from threadListItem.initialize() and used it in the default request body, but optionsEx spread the original options, so a custom prepareSendMessagesRequest still received the unresolved local chat id as options.id. Integrations that build their request body from options.id (e.g. Mastra) sent the wrong id. The settled id is now spread into optionsEx so the callback receives it, while the default body and the public callback type are unchanged.

  • #4947 95daadd - fix: wait for external thread history to load before resuming a stream (@​Gujiassh)

  • #5087 6c652b9 - fix: serialize history persistence to prevent duplicate appends (@​Kinfe123)

... (truncated)

Commits
  • 60dc756 chore: update versions (#5306)
  • ee87dd9 fix: case-insensitive data: URL scheme in parseDataUrl and passthrough gates ...
  • f30b54c refactor(core): move createRuntimeExtras to the react entry (#5329)
  • 3d45df9 feat: read the nested _meta.ui.resourceUri MCP Apps pointer (#5314)
  • 91134c7 chore: update versions (#5273)
  • 9a7e776 feat: property API for aui accessors (#5275)
  • 57bf429 chore: update versions (#5203)
  • 85a0c04 test: prune framework adapter suites (react-ai-sdk, react-langchain, assistan...
  • 5e4a2a4 test(react-langgraph): dedupe reconcile tests; reframe regression-tagged suit...
  • 85d631e chore: update versions (#5012)
  • Additional commits viewable in compare view

Updates @mui/x-charts from 9.6.0 to 9.10.1

Release notes

Sourced from @​mui/x-charts's releases.

v9.10.1

We'd like to extend a big thank you to the 11 contributors who made this release possible. Here are some highlights ✨:

  • 🦮 Improve accessibility of the Charts and Pickers components.
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to these community members for their valuable contributions: @​kevincorizi-sbt, @​mustafajw07, @​SamanPandey-in

The following team members contributed to this release: @​brijeshb42, @​hasdfa, @​JCQuintas, @​LukasTy, @​michelengelen, @​noraleonte, @​rita-codes, @​silviuaavram

Data Grid

@mui/x-data-grid@9.10.1

  • [data grid] Fix getColumn return type not reflecting that it can return undefined (#23165) @​JCQuintas

@mui/x-data-grid-pro@9.10.1 pro

Same changes as in @mui/x-data-grid@9.10.1.

@mui/x-data-grid-premium@9.10.1 premium

Same changes as in @mui/x-data-grid-pro@9.10.1.

Date and Time Pickers

@mui/x-date-pickers@9.10.1

  • [pickers] Fix format placeholder brightness with a start adornment (#23189) @​LukasTy

@mui/x-date-pickers-pro@9.10.1 pro

Same changes as in @mui/x-date-pickers@9.10.1, plus:

  • [DateRangePicker] Fix broken active range position underline in single input range fields (#23166) @​LukasTy

Charts

@mui/x-charts@9.10.1

@mui/x-charts-pro@9.10.1 pro

... (truncated)

Changelog

Sourced from @​mui/x-charts's changelog.

9.10.1

Jul 23, 2026

We'd like to extend a big thank you to the 11 contributors who made this release possible. Here are some highlights ✨:

  • 🦮 Improve accessibility of the Charts and Pickers components.
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to these community members for their valuable contributions: @​kevincorizi-sbt, @​mustafajw07, @​SamanPandey-in

The following team members contributed to this release: @​brijeshb42, @​hasdfa, @​JCQuintas, @​LukasTy, @​michelengelen, @​noraleonte, @​rita-codes, @​silviuaavram

Data Grid

@mui/x-data-grid@9.10.1

  • [data grid] Fix getColumn return type not reflecting that it can return undefined (#23165) @​JCQuintas

@mui/x-data-grid-pro@9.10.1 pro

Same changes as in @mui/x-data-grid@9.10.1.

@mui/x-data-grid-premium@9.10.1 premium

Same changes as in @mui/x-data-grid-pro@9.10.1.

Date and Time Pickers

@mui/x-date-pickers@9.10.1

  • [pickers] Fix format placeholder brightness with a start adornment (#23189) @​LukasTy

@mui/x-date-pickers-pro@9.10.1 pro

Same changes as in @mui/x-date-pickers@9.10.1, plus:

  • [DateRangePicker] Fix broken active range position underline in single input range fields (#23166) @​LukasTy

Charts

@mui/x-charts@9.10.1

... (truncated)

Commits
  • 2822eee [release] v9.10.1 (#23199)
  • bf2425e [charts-pro] Sampled band highlight falls back to single-band width for Date/...
  • dbb51f0 [charts-pro] Fix highlight shifting on sampled bar charts (#23190)
  • 21964a0 [charts] Set aria-hidden on accessibility proxy divs at initialization (#23186)
  • d1071a8 [charts] Fix pie chart disappearing when an arc spans almost the full circle ...
  • 8f81a1e [charts][accessibility] Fix keyboard navigation on series with different leng...
  • 405a6de [charts][accessibility] Fix out of bounds keyboard navigation (#23180)
  • 06fc328 [release] v9.10.0 (#23158)
  • 273aa3d [core] Allow opt-in data-* attributes on slotProps (#22128)
  • efda33f [charts] Provide dataIndex in LinePlot and AreaPlot onItemClick (#23144)
  • Additional commits viewable in compare view

Updates @mui/x-date-pickers from 9.6.0 to 9.10.1

Release notes

Sourced from @​mui/x-date-pickers's releases.

v9.10.1

We'd like to extend a big thank you to the 11 contributors who made this release possible. Here are some highlights ✨:

  • 🦮 Improve accessibility of the Charts and Pickers components.
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to these community members for their valuable contributions: @​kevincorizi-sbt, @​mustafajw07, @​SamanPandey-in

The following team members contributed to this release: @​brijeshb42, @​hasdfa, @​JCQuintas, @​LukasTy, @​michelengelen, @​noraleonte, @​rita-codes, @​silviuaavram

Data Grid

@mui/x-data-grid@9.10.1

  • [data grid] Fix getColumn return type not reflecting that it can return undefined (#23165) @​JCQuintas

@mui/x-data-grid-pro@9.10.1 pro

Same changes as in @mui/x-data-grid@9.10.1.

@mui/x-data-grid-premium@9.10.1

Bumps the frontend-minor-patch group in /Clients with 53 updates:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/react](https://github.com/vercel/ai/tree/HEAD/packages/react) | `4.0.5` | `4.0.46` |
| [@assistant-ui/react](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react) | `0.14.23` | `0.15.1` |
| [@assistant-ui/react-ai-sdk](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react-ai-sdk) | `1.3.37` | `1.4.2` |
| [@mui/x-charts](https://github.com/mui/mui-x/tree/HEAD/packages/x-charts) | `9.6.0` | `9.10.1` |
| [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) | `9.6.0` | `9.10.1` |
| [@radix-ui/react-dialog](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/dialog) | `1.1.17` | `1.1.23` |
| [@radix-ui/react-visually-hidden](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/visually-hidden) | `1.2.6` | `1.2.11` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.101.0` | `5.101.4` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.101.0` | `5.101.4` |
| [@tiptap/extension-character-count](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-character-count) | `3.27.1` | `3.29.2` |
| [@tiptap/extension-color](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-color) | `3.27.1` | `3.29.2` |
| [@tiptap/extension-highlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-highlight) | `3.27.1` | `3.29.2` |
| [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image) | `3.27.1` | `3.29.2` |
| [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `3.27.1` | `3.29.2` |
| [@tiptap/extension-placeholder](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-placeholder) | `3.27.1` | `3.29.2` |
| [@tiptap/extension-subscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-subscript) | `3.27.1` | `3.29.2` |
| [@tiptap/extension-superscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-superscript) | `3.27.1` | `3.29.2` |
| [@tiptap/extension-table](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table) | `3.27.1` | `3.29.2` |
| [@tiptap/extension-task-item](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-task-item) | `3.27.1` | `3.29.2` |
| [@tiptap/extension-task-list](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-task-list) | `3.27.1` | `3.29.2` |
| [@tiptap/extension-text-align](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-align) | `3.27.1` | `3.29.2` |
| [@tiptap/extension-text-style](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-style) | `3.27.1` | `3.29.2` |
| [@tiptap/extension-typography](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-typography) | `3.27.1` | `3.29.2` |
| [@tiptap/extension-underline](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-underline) | `3.27.1` | `3.29.2` |
| [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) | `3.27.1` | `3.29.2` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `3.27.1` | `3.29.2` |
| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc) | `4.3.1` | `4.3.3` |
| [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) | `12.11.0` | `12.11.2` |
| [axios](https://github.com/axios/axios) | `1.18.0` | `1.19.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.6.0` | `17.8.0` |
| [katex](https://github.com/KaTeX/KaTeX) | `0.17.0` | `0.18.1` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.21.0` | `1.28.0` |
| [plotly.js-basic-dist](https://github.com/plotly/plotly.js) | `3.6.0` | `3.7.0` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.7` | `19.2.8` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.17` | `19.2.18` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.7` | `19.2.8` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.3` | `19.2.4` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.80.0` | `7.83.0` |
| [react-joyride](https://github.com/gilbarbara/react-joyride) | `3.1.0` | `3.2.0` |
| [react-plotly.js](https://github.com/plotly/react-plotly.js) | `4.0.0` | `4.1.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.18.0` | `7.18.2` |
| [recharts](https://github.com/recharts/recharts) | `3.8.1` | `3.10.1` |
| [styled-components](https://github.com/styled-components/styled-components) | `6.4.2` | `6.4.4` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.61.1` | `8.65.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.16` | `8.2.0` |
| [@axe-core/playwright](https://github.com/dequelabs/axe-core-npm) | `4.11.3` | `4.12.1` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.61.0` | `1.62.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.0.0` | `26.1.2` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.9` | `4.1.10` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.10.38` | `2.11.8` |
| [msw](https://github.com/mswjs/msw) | `2.14.6` | `2.15.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.4` | `3.9.6` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.9` | `4.1.10` |


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

Updates `@assistant-ui/react` from 0.14.23 to 0.15.1
- [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.1/packages/react)

Updates `@assistant-ui/react-ai-sdk` from 1.3.37 to 1.4.2
- [Release notes](https://github.com/assistant-ui/assistant-ui/releases)
- [Changelog](https://github.com/assistant-ui/assistant-ui/blob/main/packages/react-ai-sdk/CHANGELOG.md)
- [Commits](https://github.com/assistant-ui/assistant-ui/commits/@assistant-ui/react-ai-sdk@1.4.2/packages/react-ai-sdk)

Updates `@mui/x-charts` from 9.6.0 to 9.10.1
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v9.10.1/packages/x-charts)

Updates `@mui/x-date-pickers` from 9.6.0 to 9.10.1
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v9.10.1/packages/x-date-pickers)

Updates `@radix-ui/react-dialog` from 1.1.17 to 1.1.23
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/dialog/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/dialog)

Updates `@radix-ui/react-visually-hidden` from 1.2.6 to 1.2.11
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/visually-hidden/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/visually-hidden)

Updates `@tanstack/react-query` from 5.101.0 to 5.101.4
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.101.4/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.101.0 to 5.101.4
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query-devtools/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query-devtools@5.101.4/packages/react-query-devtools)

Updates `@tiptap/extension-character-count` from 3.27.1 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages-deprecated/extension-character-count/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages-deprecated/extension-character-count)

Updates `@tiptap/extension-color` from 3.27.1 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-color/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/extension-color)

Updates `@tiptap/extension-highlight` from 3.27.1 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-highlight/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/extension-highlight)

Updates `@tiptap/extension-image` from 3.27.1 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-image/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/extension-image)

Updates `@tiptap/extension-link` from 3.27.1 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-link/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/extension-link)

Updates `@tiptap/extension-placeholder` from 3.27.1 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages-deprecated/extension-placeholder/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages-deprecated/extension-placeholder)

Updates `@tiptap/extension-subscript` from 3.27.1 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-subscript/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/extension-subscript)

Updates `@tiptap/extension-superscript` from 3.27.1 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-superscript/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/extension-superscript)

Updates `@tiptap/extension-table` from 3.27.1 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-table/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/extension-table)

Updates `@tiptap/extension-task-item` from 3.27.1 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/extension-task-item)

Updates `@tiptap/extension-task-list` from 3.27.1 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/extension-task-list)

Updates `@tiptap/extension-text-align` from 3.27.1 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-text-align/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/extension-text-align)

Updates `@tiptap/extension-text-style` from 3.27.1 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-text-style/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/extension-text-style)

Updates `@tiptap/extension-typography` from 3.27.1 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-typography/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/extension-typography)

Updates `@tiptap/extension-underline` from 3.27.1 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-underline/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/extension-underline)

Updates `@tiptap/react` from 3.27.1 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/react)

Updates `@tiptap/starter-kit` from 3.27.1 to 3.29.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/starter-kit/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.29.2/packages/starter-kit)

Updates `@vitejs/plugin-react-swc` from 4.3.1 to 4.3.3
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.3/packages/plugin-react-swc)

Updates `@xyflow/react` from 12.11.0 to 12.11.2
- [Release notes](https://github.com/xyflow/xyflow/releases)
- [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/react@12.11.2/packages/react)

Updates `axios` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.18.0...v1.19.0)

Updates `globals` from 17.6.0 to 17.8.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.6.0...v17.8.0)

Updates `katex` from 0.17.0 to 0.18.1
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.17.0...v0.18.1)

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

Updates `plotly.js-basic-dist` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/plotly/plotly.js/releases)
- [Changelog](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md)
- [Commits](plotly/plotly.js@v3.6.0...v3.7.0)

Updates `react` from 19.2.7 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react)

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

Updates `react-dom` from 19.2.7 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom)

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

Updates `react-hook-form` from 7.80.0 to 7.83.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.80.0...v7.83.0)

Updates `react-joyride` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/gilbarbara/react-joyride/releases)
- [Commits](gilbarbara/react-joyride@v3.1.0...v3.2.0)

Updates `react-plotly.js` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/plotly/react-plotly.js/releases)
- [Changelog](https://github.com/plotly/react-plotly.js/blob/main/CHANGELOG.md)
- [Commits](plotly/react-plotly.js@v4.0.0...v4.1.0)

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

Updates `recharts` from 3.8.1 to 3.10.1
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
- [Commits](recharts/recharts@v3.8.1...v3.10.1)

Updates `styled-components` from 6.4.2 to 6.4.4
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](https://github.com/styled-components/styled-components/compare/styled-components@6.4.2...styled-components@6.4.4)

Updates `typescript-eslint` from 8.61.1 to 8.65.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.65.0/packages/typescript-eslint)

Updates `vite` from 8.0.16 to 8.2.0
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@8.2.0/packages/vite)

Updates `@axe-core/playwright` from 4.11.3 to 4.12.1
- [Release notes](https://github.com/dequelabs/axe-core-npm/releases)
- [Changelog](https://github.com/dequelabs/axe-core-npm/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core-npm/commits)

Updates `@playwright/test` from 1.61.0 to 1.62.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.61.0...v1.62.1)

Updates `@types/node` from 26.0.0 to 26.1.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

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

Updates `@vitest/coverage-v8` from 4.1.9 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/coverage-v8)

Updates `baseline-browser-mapping` from 2.10.38 to 2.11.8
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.10.38...v2.11.8)

Updates `msw` from 2.14.6 to 2.15.0
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.14.6...v2.15.0)

Updates `prettier` from 3.8.4 to 3.9.6
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.4...3.9.6)

Updates `vitest` from 4.1.9 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest)

---
updated-dependencies:
- dependency-name: "@ai-sdk/react"
  dependency-version: 4.0.46
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@assistant-ui/react"
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@assistant-ui/react-ai-sdk"
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@mui/x-charts"
  dependency-version: 9.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@mui/x-date-pickers"
  dependency-version: 9.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@radix-ui/react-dialog"
  dependency-version: 1.1.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@radix-ui/react-visually-hidden"
  dependency-version: 1.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.101.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.101.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-character-count"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-color"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-highlight"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-image"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-link"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-placeholder"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-subscript"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-superscript"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-table"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-task-item"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-task-list"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-text-align"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-text-style"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-typography"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-underline"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/react"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@vitejs/plugin-react-swc"
  dependency-version: 4.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@xyflow/react"
  dependency-version: 12.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: axios
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: globals
  dependency-version: 17.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: katex
  dependency-version: 0.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: lucide-react
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: plotly.js-basic-dist
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: react-dom
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: react-hook-form
  dependency-version: 7.83.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: react-joyride
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: react-plotly.js
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: react-router-dom
  dependency-version: 7.18.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: recharts
  dependency-version: 3.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: styled-components
  dependency-version: 6.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: typescript-eslint
  dependency-version: 8.65.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: vite
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@axe-core/playwright"
  dependency-version: 4.12.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@playwright/test"
  dependency-version: 1.62.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@types/node"
  dependency-version: 26.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: baseline-browser-mapping
  dependency-version: 2.11.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: msw
  dependency-version: 2.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: vitest
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file Minor security labels Aug 3, 2026
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown

✅ Coverage Gate Passed

All coverage thresholds are met.

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 Minor security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants