Skip to content

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

Merged
MuhammadKhalilzadeh merged 1 commit into
developfrom
dependabot/npm_and_yarn/Clients/frontend-minor-patch-57436d1020
May 11, 2026
Merged

deps(frontend): bump the frontend-minor-patch group in /Clients with 30 updates#3881
MuhammadKhalilzadeh merged 1 commit into
developfrom
dependabot/npm_and_yarn/Clients/frontend-minor-patch-57436d1020

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Package From To
@ai-sdk/react 3.0.176 3.0.179
@assistant-ui/react 0.12.28 0.14.0
@assistant-ui/react-ai-sdk 1.3.21 1.3.23
@mui/styled-engine-sc 9.0.0 9.0.1
@mui/x-charts 9.0.4 9.1.0
@mui/x-date-pickers 9.0.4 9.1.0
@tiptap/extension-character-count 3.22.5 3.23.1
@tiptap/extension-color 3.22.5 3.23.1
@tiptap/extension-highlight 3.22.5 3.23.1
@tiptap/extension-image 3.22.5 3.23.1
@tiptap/extension-link 3.22.5 3.23.1
@tiptap/extension-placeholder 3.22.5 3.23.1
@tiptap/extension-subscript 3.22.5 3.23.1
@tiptap/extension-superscript 3.22.5 3.23.1
@tiptap/extension-table 3.22.5 3.23.1
@tiptap/extension-task-item 3.22.5 3.23.1
@tiptap/extension-task-list 3.22.5 3.23.1
@tiptap/extension-text-align 3.22.5 3.23.1
@tiptap/extension-text-style 3.22.5 3.23.1
@tiptap/extension-typography 3.22.5 3.23.1
@tiptap/extension-underline 3.22.5 3.23.1
@tiptap/react 3.22.5 3.23.1
@tiptap/starter-kit 3.22.5 3.23.1
react 19.2.5 19.2.6
react-dom 19.2.5 19.2.6
react-router-dom 7.14.2 7.15.0
typescript-eslint 8.59.1 8.59.2
vite 8.0.10 8.0.11
@types/node 25.6.0 25.6.2
baseline-browser-mapping 2.10.27 2.10.29

Updates @ai-sdk/react from 3.0.176 to 3.0.179

Release notes

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

@​ai-sdk/react@​3.0.179

Patch Changes

  • ai@6.0.177
Changelog

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

3.0.179

Patch Changes

  • ai@6.0.177

3.0.178

Patch Changes

  • Updated dependencies [f591416]
    • @​ai-sdk/provider-utils@​4.0.27
    • ai@6.0.176

3.0.177

Patch Changes

  • ai@6.0.175
Commits

Updates @assistant-ui/react from 0.12.28 to 0.14.0

Release notes

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

@​assistant-ui/react-langgraph@​0.14.0

Minor Changes

  • #3970 040d469 - chore: drop APIs deprecated in v0.11/v0.12 (@​Yonom)

    See the v0.14 migration guide for the full removal list and replacements.

    • useAssistantApi / useAssistantState / useAssistantEvent / AssistantIf removed (use useAui / useAuiState / useAuiEvent / AuiIf).
    • getExternalStoreMessage (singular) removed (use getExternalStoreMessages).
    • MessageState.submittedFeedback removed (use message.metadata.submittedFeedback).
    • ThreadRuntime.startRun(parentId) positional overload removed (pass { parentId }).
    • ThreadRuntime.unstable_loadExternalState removed (use importExternalState).
    • ThreadRuntime.unstable_resumeRun removed (use resumeRun).
    • ThreadRuntime.getModelConfig removed (use getModelContext).
    • AssistantRuntime.threadList / switchToNewThread / switchToThread / registerModelConfigProvider / reset removed (use threads / threads.switchToNewThread / threads.switchToThread / registerModelContextProvider / thread.reset).
    • ChatModelRunOptions.config removed (use context).
    • useLocalThreadRuntime alias removed (use useLocalRuntime).
    • unstable_useRemoteThreadListRuntime / unstable_useCloudThreadListAdapter / unstable_RemoteThreadListAdapter / unstable_InMemoryThreadListAdapter aliases removed (drop the unstable_ prefix).
    • react-langgraph onSwitchToThread removed (use load).
    • toAISDKTools / getEnabledTools removed (use toToolsJSONSchema from assistant-stream).

Patch Changes

  • Updated dependencies [040d469]:
    • @​assistant-ui/core@​0.2.0

@​assistant-ui/react-syntax-highlighter@​0.14.0

Patch Changes

  • Updated dependencies [040d469]:
    • @​assistant-ui/react@​0.14.0
    • @​assistant-ui/react-markdown@​0.14.0

@​assistant-ui/react@​0.14.0

Minor Changes

  • #3970 040d469 - chore: drop APIs deprecated in v0.11/v0.12 (@​Yonom)

    See the v0.14 migration guide for the full removal list and replacements.

    • useAssistantApi / useAssistantState / useAssistantEvent / AssistantIf removed (use useAui / useAuiState / useAuiEvent / AuiIf).
    • getExternalStoreMessage (singular) removed (use getExternalStoreMessages).
    • MessageState.submittedFeedback removed (use message.metadata.submittedFeedback).
    • ThreadRuntime.startRun(parentId) positional overload removed (pass { parentId }).
    • ThreadRuntime.unstable_loadExternalState removed (use importExternalState).
    • ThreadRuntime.unstable_resumeRun removed (use resumeRun).
    • ThreadRuntime.getModelConfig removed (use getModelContext).
    • AssistantRuntime.threadList / switchToNewThread / switchToThread / registerModelConfigProvider / reset removed (use threads / threads.switchToNewThread / threads.switchToThread / registerModelContextProvider / thread.reset).
    • ChatModelRunOptions.config removed (use context).
    • useLocalThreadRuntime alias removed (use useLocalRuntime).

... (truncated)

Changelog

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

0.14.0

Minor Changes

  • #3970 040d469 - chore: drop APIs deprecated in v0.11/v0.12 (@​Yonom)

    See the v0.14 migration guide for the full removal list and replacements.

    • useAssistantApi / useAssistantState / useAssistantEvent / AssistantIf removed (use useAui / useAuiState / useAuiEvent / AuiIf).
    • getExternalStoreMessage (singular) removed (use getExternalStoreMessages).
    • MessageState.submittedFeedback removed (use message.metadata.submittedFeedback).
    • ThreadRuntime.startRun(parentId) positional overload removed (pass { parentId }).
    • ThreadRuntime.unstable_loadExternalState removed (use importExternalState).
    • ThreadRuntime.unstable_resumeRun removed (use resumeRun).
    • ThreadRuntime.getModelConfig removed (use getModelContext).
    • AssistantRuntime.threadList / switchToNewThread / switchToThread / registerModelConfigProvider / reset removed (use threads / threads.switchToNewThread / threads.switchToThread / registerModelContextProvider / thread.reset).
    • ChatModelRunOptions.config removed (use context).
    • useLocalThreadRuntime alias removed (use useLocalRuntime).
    • unstable_useRemoteThreadListRuntime / unstable_useCloudThreadListAdapter / unstable_RemoteThreadListAdapter / unstable_InMemoryThreadListAdapter aliases removed (drop the unstable_ prefix).
    • react-langgraph onSwitchToThread removed (use load).
    • toAISDKTools / getEnabledTools removed (use toToolsJSONSchema from assistant-stream).

Patch Changes

  • Updated dependencies [040d469]:
    • @​assistant-ui/core@​0.2.0

0.13.0

Minor Changes

  • #3908 d864d07 - fix: robust top-turn anchoring with viewport-owned reserve (@​AVGVSTVS96)

    Migration:

    • Remove ThreadPrimitive.ViewportSlack from your tree. It has been removed from the public API because top-anchor target registration is now handled automatically by MessagePrimitive.Root when turnAnchor="top".
    • If you customized fillClampThreshold / fillClampOffset on ThreadPrimitive.ViewportSlack or MessagePrimitive.Root, replace them with topAnchorMessageClamp on ThreadPrimitive.Viewport:
    // Before, either:
    <MessagePrimitive.Root fillClampThreshold="10em" fillClampOffset="6em" />
    // or:
    <ThreadPrimitive.ViewportSlack fillClampThreshold="10em" fillClampOffset="6em">
    ...
    </ThreadPrimitive.ViewportSlack>
    // After
    <ThreadPrimitive.Viewport
    turnAnchor="top"
    topAnchorMessageClamp={{ tallerThan: "10em", visibleHeight: "6em" }}
    >

... (truncated)

Commits
  • 3f1e6ed chore: drop APIs deprecated in v0.11/v0.12 (#3970)
  • d0801d3 chore: update versions (#3927)
  • 7098bab feat(thread-list): cursor-based loadMore pagination (#3953)
  • b090acb chore: update dependencies (#3962)
  • aa6e071 fix: top anchor scroll stuttering (#3954)
  • df7eb3e perf: cut per-message overhead in long threads (#3952)
  • f4a693e fix(core): restore adapter context flow through RemoteThreadListAdapter.unsta...
  • d864d07 fix(react): top scroll anchoring (#3908)
  • 801b9a6 fix(react): recover ComposerPrimitive.Input from stuck IME composition state ...
  • See full diff in compare view

Updates @assistant-ui/react-ai-sdk from 1.3.21 to 1.3.23

Release notes

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

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

Patch Changes

  • Updated dependencies [040d469]:
    • @​assistant-ui/core@​0.2.0
Changelog

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

1.3.23

Patch Changes

  • Updated dependencies [040d469]:
    • @​assistant-ui/core@​0.2.0

1.3.22

Patch Changes

  • #3942 fbd7ce3 - fix: aui.thread().append({ startRun: false }) no longer triggers a run on AI SDK runtime (@​Yonom)

    useAISDKRuntime's onNew and onEdit always called chatHelpers.sendMessage, ignoring message.startRun. The hook now appends the message via chatHelpers.setMessages (with a generated id when needed) and returns early when startRun: false, so the message lands in the chat without kicking off a model call.

  • #3962 b090acb - chore: update dependencies (@​Yonom)

  • Updated dependencies [7098bab, b090acb, 5fdf17e]:

    • @​assistant-ui/core@​0.1.18
    • @​assistant-ui/store@​0.2.10
Commits

Updates @mui/styled-engine-sc from 9.0.0 to 9.0.1

Release notes

Sourced from @​mui/styled-engine-sc's releases.

v9.0.1

A big thanks to the 25 contributors who made this release possible.

@mui/material@9.0.1

@mui/system@9.0.1

  • [system] Fix theme mutation when using responsive typography shorthand in sx (#48266) @​tomups

@mui/codemod@9.0.1

@mui/utils@9.0.1

... (truncated)

Changelog

Sourced from @​mui/styled-engine-sc's changelog.

9.0.1

May 6, 2026

A big thanks to the 25 contributors who made this release possible.

@mui/material@9.0.1

@mui/system@9.0.1

  • [system] Fix theme mutation when using responsive typography shorthand in sx (#48266) @​tomups

@mui/codemod@9.0.1

... (truncated)

Commits

Updates @mui/x-charts from 9.0.4 to 9.1.0

Release notes

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

v9.1.0

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

  • ⚡️ Add a WebGL renderer to the Scatter chart, and apply the same WebGL performance patterns to the candlestick and heatmap [Premium]
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to these community members for their valuable contributions: @​Anexus5919, @​gaetanodanelli, @​imazizbohra, @​mustafajw07

The following team members contributed to this release: @​alexfauquette, @​brijeshb42, @​flaviendelangle, @​JCQuintas, @​LukasTy, @​mapache-salvaje, @​MBilalShafi, @​michelengelen, @​oliviertassinari, @​rita-codes

Data Grid

@mui/x-data-grid@9.1.0

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

Same changes as in @mui/x-data-grid@9.1.0, plus:

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

Same changes as in @mui/x-data-grid-pro@9.1.0, plus:

Date and Time Pickers

@mui/x-date-pickers@9.1.0

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

Same changes as in @mui/x-date-pickers@9.1.0.

Charts

@mui/x-charts@9.1.0

... (truncated)

Changelog

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

9.1.0

May 8, 2026

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

  • ⚡️ Add a WebGL renderer to the Scatter chart, and apply the same WebGL performance patterns to the candlestick and heatmap [Premium]
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to these community members for their valuable contributions: @​Anexus5919, @​gaetanodanelli, @​imazizbohra, @​mustafajw07

The following team members contributed to this release: @​alexfauquette, @​brijeshb42, @​flaviendelangle, @​JCQuintas, @​LukasTy, @​mapache-salvaje, @​MBilalShafi, @​michelengelen, @​oliviertassinari, @​rita-codes

Data Grid

@mui/x-data-grid@9.1.0

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

Same changes as in @mui/x-data-grid@9.1.0, plus:

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

Same changes as in @mui/x-data-grid-pro@9.1.0, plus:

Date and Time Pickers

@mui/x-date-pickers@9.1.0

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

Same changes as in @mui/x-date-pickers@9.1.0.

Charts

... (truncated)

Commits

Updates @mui/x-date-pickers from 9.0.4 to 9.1.0

Release notes

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

v9.1.0

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

  • ⚡️ Add a WebGL renderer to the Scatter chart, and apply the same WebGL performance patterns to the candlestick and heatmap [Premium]
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to these community members for their valuable contributions: @​Anexus5919, @​gaetanodanelli, @​imazizbohra, @​mustafajw07

The following team members contributed to this release: @​alexfauquette, @​brijeshb42, @​flaviendelangle, @​JCQuintas, @​LukasTy, @​mapache-salvaje, @​MBilalShafi, @​michelengelen, @​oliviertassinari, @​rita-codes

Data Grid

@mui/x-data-grid@9.1.0

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

Same changes as in @mui/x-data-grid@9.1.0, plus:

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

Same changes as in @mui/x-data-grid-pro@9.1.0, plus:

Date and Time Pickers

@mui/x-date-pickers@9.1.0

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

Same changes as in @mui/x-date-pickers@9.1.0.

Charts

@mui/x-charts@9.1.0

... (truncated)

Changelog

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

9.1.0

May 8, 2026

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

  • ⚡️ Add a WebGL renderer to the Scatter chart, and apply the same WebGL performance patterns to the candlestick and heatmap [Premium]
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to these community members for their valuable contributions: @​Anexus5919, @​gaetanodanelli, @​imazizbohra, @​mustafajw07

The following team members contributed to this release: @​alexfauquette, @​brijeshb42, @​flaviendelangle, @​JCQuintas, @​LukasTy, @​mapache-salvaje, @​MBilalShafi, @​michelengelen, @​oliviertassinari, @​rita-codes

Data Grid

@mui/x-data-grid@9.1.0

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

Same changes as in @mui/x-data-grid@9.1.0, plus:

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

Same changes as in @mui/x-data-grid-pro@9.1.0, plus:

Date and Time Pickers

@mui/x-date-pickers@9.1.0

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

Same changes as in @mui/x-date-pickers@9.1.0.

Charts

... (truncated)

Commits

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

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/react](https://github.com/vercel/ai/tree/HEAD/packages/react) | `3.0.176` | `3.0.179` |
| [@assistant-ui/react](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react) | `0.12.28` | `0.14.0` |
| [@assistant-ui/react-ai-sdk](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react-ai-sdk) | `1.3.21` | `1.3.23` |
| [@mui/styled-engine-sc](https://github.com/mui/material-ui/tree/HEAD/packages/mui-styled-engine-sc) | `9.0.0` | `9.0.1` |
| [@mui/x-charts](https://github.com/mui/mui-x/tree/HEAD/packages/x-charts) | `9.0.4` | `9.1.0` |
| [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) | `9.0.4` | `9.1.0` |
| [@tiptap/extension-character-count](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-character-count) | `3.22.5` | `3.23.1` |
| [@tiptap/extension-color](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-color) | `3.22.5` | `3.23.1` |
| [@tiptap/extension-highlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-highlight) | `3.22.5` | `3.23.1` |
| [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image) | `3.22.5` | `3.23.1` |
| [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `3.22.5` | `3.23.1` |
| [@tiptap/extension-placeholder](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-placeholder) | `3.22.5` | `3.23.1` |
| [@tiptap/extension-subscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-subscript) | `3.22.5` | `3.23.1` |
| [@tiptap/extension-superscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-superscript) | `3.22.5` | `3.23.1` |
| [@tiptap/extension-table](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table) | `3.22.5` | `3.23.1` |
| [@tiptap/extension-task-item](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-task-item) | `3.22.5` | `3.23.1` |
| [@tiptap/extension-task-list](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-task-list) | `3.22.5` | `3.23.1` |
| [@tiptap/extension-text-align](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-align) | `3.22.5` | `3.23.1` |
| [@tiptap/extension-text-style](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-style) | `3.22.5` | `3.23.1` |
| [@tiptap/extension-typography](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-typography) | `3.22.5` | `3.23.1` |
| [@tiptap/extension-underline](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-underline) | `3.22.5` | `3.23.1` |
| [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) | `3.22.5` | `3.23.1` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `3.22.5` | `3.23.1` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.5` | `19.2.6` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.5` | `19.2.6` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.14.2` | `7.15.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.59.1` | `8.59.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.10` | `8.0.11` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.6.0` | `25.6.2` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.10.27` | `2.10.29` |


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

Updates `@assistant-ui/react` from 0.12.28 to 0.14.0
- [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.14.0/packages/react)

Updates `@assistant-ui/react-ai-sdk` from 1.3.21 to 1.3.23
- [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.3.23/packages/react-ai-sdk)

Updates `@mui/styled-engine-sc` from 9.0.0 to 9.0.1
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v9.0.1/packages/mui-styled-engine-sc)

Updates `@mui/x-charts` from 9.0.4 to 9.1.0
- [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.1.0/packages/x-charts)

Updates `@mui/x-date-pickers` from 9.0.4 to 9.1.0
- [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.1.0/packages/x-date-pickers)

Updates `@tiptap/extension-character-count` from 3.22.5 to 3.23.1
- [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.23.1/packages-deprecated/extension-character-count)

Updates `@tiptap/extension-color` from 3.22.5 to 3.23.1
- [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.23.1/packages/extension-color)

Updates `@tiptap/extension-highlight` from 3.22.5 to 3.23.1
- [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.23.1/packages/extension-highlight)

Updates `@tiptap/extension-image` from 3.22.5 to 3.23.1
- [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.23.1/packages/extension-image)

Updates `@tiptap/extension-link` from 3.22.5 to 3.23.1
- [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.23.1/packages/extension-link)

Updates `@tiptap/extension-placeholder` from 3.22.5 to 3.23.1
- [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.23.1/packages-deprecated/extension-placeholder)

Updates `@tiptap/extension-subscript` from 3.22.5 to 3.23.1
- [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.23.1/packages/extension-subscript)

Updates `@tiptap/extension-superscript` from 3.22.5 to 3.23.1
- [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.23.1/packages/extension-superscript)

Updates `@tiptap/extension-table` from 3.22.5 to 3.23.1
- [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.23.1/packages/extension-table)

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

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

Updates `@tiptap/extension-text-align` from 3.22.5 to 3.23.1
- [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.23.1/packages/extension-text-align)

Updates `@tiptap/extension-text-style` from 3.22.5 to 3.23.1
- [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.23.1/packages/extension-text-style)

Updates `@tiptap/extension-typography` from 3.22.5 to 3.23.1
- [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.23.1/packages/extension-typography)

Updates `@tiptap/extension-underline` from 3.22.5 to 3.23.1
- [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.23.1/packages/extension-underline)

Updates `@tiptap/react` from 3.22.5 to 3.23.1
- [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.23.1/packages/react)

Updates `@tiptap/starter-kit` from 3.22.5 to 3.23.1
- [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.23.1/packages/starter-kit)

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

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

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

Updates `typescript-eslint` from 8.59.1 to 8.59.2
- [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.59.2/packages/typescript-eslint)

Updates `vite` from 8.0.10 to 8.0.11
- [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/v8.0.11/packages/vite)

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

Updates `baseline-browser-mapping` from 2.10.27 to 2.10.29
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.10.27...v2.10.29)

---
updated-dependencies:
- dependency-name: "@ai-sdk/react"
  dependency-version: 3.0.179
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@assistant-ui/react"
  dependency-version: 0.14.0
  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.3.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@mui/styled-engine-sc"
  dependency-version: 9.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@mui/x-charts"
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@mui/x-date-pickers"
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-character-count"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-color"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-highlight"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-image"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-link"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-placeholder"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-subscript"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-superscript"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-table"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-task-item"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-task-list"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-text-align"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-text-style"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-typography"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-underline"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/react"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: react
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: react-dom
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: react-router-dom
  dependency-version: 7.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: typescript-eslint
  dependency-version: 8.59.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: vite
  dependency-version: 8.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@types/node"
  dependency-version: 25.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: baseline-browser-mapping
  dependency-version: 2.10.29
  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 May 11, 2026
@MuhammadKhalilzadeh MuhammadKhalilzadeh merged commit 863d83b into develop May 11, 2026
3 checks passed
@MuhammadKhalilzadeh MuhammadKhalilzadeh deleted the dependabot/npm_and_yarn/Clients/frontend-minor-patch-57436d1020 branch May 11, 2026 09:19
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.

1 participant