Skip to content

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

Merged
MuhammadKhalilzadeh merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/Clients/frontend-minor-patch-a20c7c7977
Apr 6, 2026
Merged

deps(frontend): bump the frontend-minor-patch group in /Clients with 35 updates#3676
MuhammadKhalilzadeh merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/Clients/frontend-minor-patch-a20c7c7977

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

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

Package From To
@ai-sdk/react 3.0.143 3.0.148
@assistant-ui/react 0.12.21 0.12.23
@assistant-ui/react-ai-sdk 1.3.16 1.3.17
@mui/x-charts 8.28.0 8.28.2
@tanstack/react-query 5.95.2 5.96.2
@tanstack/react-query-devtools 5.95.2 5.96.2
@tiptap/extension-character-count 3.21.0 3.22.2
@tiptap/extension-color 3.21.0 3.22.2
@tiptap/extension-highlight 3.21.0 3.22.2
@tiptap/extension-image 3.21.0 3.22.2
@tiptap/extension-link 3.21.0 3.22.2
@tiptap/extension-placeholder 3.21.0 3.22.2
@tiptap/extension-subscript 3.21.0 3.22.2
@tiptap/extension-superscript 3.21.0 3.22.2
@tiptap/extension-table 3.21.0 3.22.2
@tiptap/extension-task-item 3.21.0 3.22.2
@tiptap/extension-task-list 3.21.0 3.22.2
@tiptap/extension-text-align 3.21.0 3.22.2
@tiptap/extension-text-style 3.21.0 3.22.2
@tiptap/extension-typography 3.21.0 3.22.2
@tiptap/extension-underline 3.21.0 3.22.2
@tiptap/react 3.21.0 3.22.2
@tiptap/starter-kit 3.21.0 3.22.2
dotenv 17.3.1 17.4.1
katex 0.16.44 0.16.45
plotly.js-basic-dist 3.4.0 3.5.0
react-cookie 8.0.1 8.1.0
react-hook-form 7.72.0 7.72.1
react-joyride 3.0.0 3.0.2
react-router-dom 7.13.2 7.14.0
typescript-eslint 8.57.2 8.58.0
validator 13.15.26 13.15.35
@playwright/test 1.58.2 1.59.1
@types/node 25.5.0 25.5.2
baseline-browser-mapping 2.10.12 2.10.15

Updates @ai-sdk/react from 3.0.143 to 3.0.148

Release notes

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

@​ai-sdk/react@​3.0.148

Patch Changes

  • ai@6.0.146

@​ai-sdk/react@​3.0.147

Patch Changes

  • ai@6.0.145
Commits
  • 674da61 Version Packages (#14129)
  • 5f439a1 Backport: feat (provider/gateway): add hipaaCompliant provider option (#14128)
  • ee90415 Version Packages (#14114)
  • f20ba77 Backport: feat(@​ai-sdk/google): preserve per-modality token details in usage ...
  • c9ae9d5 Version Packages (#14094)
  • 0f2b2f1 Backport: fix(provider/google): fix Gemini service tier enum after upstream u...
  • ffd431a Backport: chore(provider/gateway): update gateway model settings files v6 (#1...
  • 5151a8c Version Packages (#14087)
  • 47c6af0 Backport: fix(mcp): strip trailing slash from OAuth resource parameter (#14085)
  • f1c2342 Version Packages (#14083)
  • Additional commits viewable in compare view

Updates @assistant-ui/react from 0.12.21 to 0.12.23

Release notes

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

@​assistant-ui/react@​0.12.23

Patch Changes

  • a8bf84b: feat(core): expose getLoadThreadsPromise() on ThreadListRuntime public API
  • bdbd024: fix(core): set EMPTY_THREAD_CORE.isLoading to true to prevent Welcome page flash during thread switch
  • 0958070: feat(core): add initialThreadId option to useRemoteThreadListRuntime
  • Updated dependencies [de29641]
  • Updated dependencies [a8bf84b]
  • Updated dependencies [5fd5c3d]
  • Updated dependencies [2c5cd97]
  • Updated dependencies [ec50e8a]
    • @​assistant-ui/core@​0.1.11
    • assistant-stream@0.3.10

@​assistant-ui/react@​0.12.22

Patch Changes

  • 6554892: feat: add useAssistantContext for dynamic context injection

    Register a callback-based context provider that injects computed text into the system prompt at evaluation time, ensuring the prompt always reflects current application state.

  • d726499: fix: unify assistant-transport request body format with AssistantChatTransport

    callSettings and config are now sent as nested objects in the request body, aligned with the AI SDK transport. The old top-level spread is preserved for backward compatibility but deprecated and will be removed in a future version.

  • 876f75d: feat: add interactable state persistence

    Add persistence API to interactables with exportState/importState, debounced setPersistenceAdapter, per-id isPending/error tracking, flush() for immediate sync, and auto-flush on component unregister.

  • bdce66f: chore: update dependencies

  • c362685: feat: add RealtimeVoiceAdapter with VoiceOrb UI, mode/volume support, and ElevenLabs/LiveKit examples

  • 4abb898: refactor: align interactables with codebase conventions

    • Rename useInteractable to useAssistantInteractable (registration only, returns id)
    • Add useInteractableState hook for reading/writing interactable state
    • Remove makeInteractable and related types
    • Rename UseInteractableConfig to AssistantInteractableProps
    • Extract buildInteractableModelContext from Interactables resource
    • Add with-interactables example to CLI
  • 209ae81: chore: remove aui-source export condition from package.json exports

  • 50b3100: feat: add render prop support to all primitives for shadcn "Base" component library compatibility

  • af70d7f: feat: add useToolArgsStatus hook for per-prop streaming status

    Add a convenience hook that derives per-property streaming completion status from tool call args using structural partial JSON analysis.

... (truncated)

Changelog

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

0.12.23

Patch Changes

  • a8bf84b: feat(core): expose getLoadThreadsPromise() on ThreadListRuntime public API
  • bdbd024: fix(core): set EMPTY_THREAD_CORE.isLoading to true to prevent Welcome page flash during thread switch
  • 0958070: feat(core): add initialThreadId option to useRemoteThreadListRuntime
  • Updated dependencies [de29641]
  • Updated dependencies [a8bf84b]
  • Updated dependencies [5fd5c3d]
  • Updated dependencies [2c5cd97]
  • Updated dependencies [ec50e8a]
    • @​assistant-ui/core@​0.1.11
    • assistant-stream@0.3.10

0.12.22

Patch Changes

  • 6554892: feat: add useAssistantContext for dynamic context injection

    Register a callback-based context provider that injects computed text into the system prompt at evaluation time, ensuring the prompt always reflects current application state.

  • d726499: fix: unify assistant-transport request body format with AssistantChatTransport

    callSettings and config are now sent as nested objects in the request body, aligned with the AI SDK transport. The old top-level spread is preserved for backward compatibility but deprecated and will be removed in a future version.

  • 876f75d: feat: add interactable state persistence

    Add persistence API to interactables with exportState/importState, debounced setPersistenceAdapter, per-id isPending/error tracking, flush() for immediate sync, and auto-flush on component unregister.

  • bdce66f: chore: update dependencies

  • c362685: feat: add RealtimeVoiceAdapter with VoiceOrb UI, mode/volume support, and ElevenLabs/LiveKit examples

  • 4abb898: refactor: align interactables with codebase conventions

    • Rename useInteractable to useAssistantInteractable (registration only, returns id)
    • Add useInteractableState hook for reading/writing interactable state
    • Remove makeInteractable and related types
    • Rename UseInteractableConfig to AssistantInteractableProps
    • Extract buildInteractableModelContext from Interactables resource
    • Add with-interactables example to CLI
  • 209ae81: chore: remove aui-source export condition from package.json exports

  • 50b3100: feat: add render prop support to all primitives for shadcn "Base" component library compatibility

  • af70d7f: feat: add useToolArgsStatus hook for per-prop streaming status

    Add a convenience hook that derives per-property streaming completion status from tool call args using structural partial JSON analysis.

  • Updated dependencies [dffb6b4]

... (truncated)

Commits
  • 5268906 chore: update versions (#3750)
  • a8bf84b feat(core): expose getLoadThreadsPromise on ThreadListRuntime (#3762)
  • ec50e8a fix(core): prevent resolved history tool calls from re-executing (#3717)
  • d88214e revert: remove unnecessary scope registration reference directives (#3752)
  • 67e7987 fix: include scope registration types so AssistantState has all properties (#...
  • c991cf4 chore: add husky and scheduled_tasks.lock to gitignore (#3746)
  • b9c4603 chore: update versions (#3709)
  • bdce66f chore: update dependencies (#3744)
  • 20df352 chore: remove accidentally committed husky files (#3743)
  • 0c2c3ca fix: correct safe-content-frame package name in changeset (#3742)
  • Additional commits viewable in compare view

Updates @assistant-ui/react-ai-sdk from 1.3.16 to 1.3.17

Release notes

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

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

Patch Changes

  • bdce66f: chore: update dependencies
  • 209ae81: chore: remove aui-source export condition from package.json exports
  • Updated dependencies [6554892]
  • Updated dependencies [9103282]
  • Updated dependencies [876f75d]
  • Updated dependencies [bdce66f]
  • Updated dependencies [4abb898]
  • Updated dependencies [209ae81]
  • Updated dependencies [2dd0c9f]
  • Updated dependencies [af70d7f]
    • @​assistant-ui/core@​0.1.10
    • assistant-cloud@0.1.24
    • @​assistant-ui/store@​0.2.6
Changelog

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

1.3.17

Patch Changes

  • bdce66f: chore: update dependencies
  • 209ae81: chore: remove aui-source export condition from package.json exports
  • Updated dependencies [6554892]
  • Updated dependencies [9103282]
  • Updated dependencies [876f75d]
  • Updated dependencies [bdce66f]
  • Updated dependencies [4abb898]
  • Updated dependencies [209ae81]
  • Updated dependencies [2dd0c9f]
  • Updated dependencies [af70d7f]
    • @​assistant-ui/core@​0.1.10
    • assistant-cloud@0.1.24
    • @​assistant-ui/store@​0.2.6
Commits

Updates @mui/x-charts from 8.28.0 to 8.28.2

Release notes

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

v8.28.2

We'd like to extend a big thank you to the 4 contributors who made this release possible.

Special thanks go out to this community member for their valuable contribution: @​mixelburg, @​sibananda485

The following team members contributed to this release: @​dav-is, @​JCQuintas

Data Grid

@mui/x-data-grid@8.28.2

  • [DataGrid] Export GridColumnUnsortedIconProps for custom column icon slots (#21898) @​mixelburg

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

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

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

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

Charts

@mui/x-charts@8.28.2

@mui/x-charts-pro@8.28.2 pro

Same changes as in @mui/x-charts@8.28.2.

@mui/x-charts-premium@8.28.2 premium

Same changes as in @mui/x-charts-pro@8.28.2.

Docs

Core

v8.28.1

We'd like to extend a big thank you to the 2 contributors who made this release possible.

... (truncated)

Changelog

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

8.28.2

Apr 1, 2026

We'd like to extend a big thank you to the 4 contributors who made this release possible.

Special thanks go out to this community member for their valuable contribution: @​mixelburg, @​sibananda485

The following team members contributed to this release: @​dav-is, @​JCQuintas

Data Grid

@mui/x-data-grid@8.28.2

  • [DataGrid] Export GridColumnUnsortedIconProps for custom column icon slots (#21898) @​mixelburg

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

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

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

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

Charts

@mui/x-charts@8.28.2

@mui/x-charts-pro@8.28.2 pro

Same changes as in @mui/x-charts@8.28.2.

@mui/x-charts-premium@8.28.2 premium

Same changes as in @mui/x-charts-pro@8.28.2.

Docs

Core

... (truncated)

Commits

Updates @tanstack/react-query from 5.95.2 to 5.96.2

Release notes

Sourced from @​tanstack/react-query's releases.

@​tanstack/react-query-devtools@​5.96.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.96.2
    • @​tanstack/react-query@​5.96.2

@​tanstack/react-query-next-experimental@​5.96.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.96.2

@​tanstack/react-query-persist-client@​5.96.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.96.2
    • @​tanstack/react-query@​5.96.2

@​tanstack/react-query@​5.96.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.96.2

@​tanstack/react-query-devtools@​5.96.1

Patch Changes

  • fix(build): exclude config files from production DTS rollup to prevent @types/node type pollution (#10358)

  • Updated dependencies []:

    • @​tanstack/query-devtools@​5.96.1
    • @​tanstack/react-query@​5.96.1

@​tanstack/react-query-next-experimental@​5.96.1

Patch Changes

  • Updated dependencies []:
    • @​tanstack/react-query@​5.96.1

@​tanstack/react-query-persist-client@​5.96.1

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-persist-client-core@​5.96.1
    • @​tanstack/react-query@​5.96.1

@​tanstack/react-query@​5.96.1

Patch Changes

... (truncated)

Changelog

Sourced from @​tanstack/react-query's changelog.

5.96.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.96.2

5.96.1

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.96.1

5.96.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-core@​5.96.0
Commits
  • 5ca721f ci: Version Packages (#10379)
  • 75052a7 ci: Version Packages (#10370)
  • 73e783b ci: Version Packages (#10364)
  • 14a97b7 test(react-query): replace 'import React' with 'import * as React' in 'usePre...
  • fd8c068 test({react,preact}-query/useSuspenseQueries): merge redundant second 'descri...
  • f168555 test({react,preact,solid}-query): move 'queryClient' and 'queryCache' to 'bef...
  • afb5812 test({react,preact}-query/useSuspenseQueries): inline test helpers, remove sh...
  • 9e1bb94 test(react-query/useSuspenseQueries): remove unnecessary 'act' wrapper from b...
  • 55cee0a test({react,preact}-query/useSuspenseQueries): add test for not suspending bu...
  • 7fc6e6a test({react,preact}-query/useSuspenseQueries): add test for not suspending bu...
  • See full diff in compare view

Updates @tanstack/react-query-devtools from 5.95.2 to 5.96.2

Release notes

Sourced from @​tanstack/react-query-devtools's releases.

@​tanstack/react-query-devtools@​5.96.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.96.2
    • @​tanstack/react-query@​5.96.2

@​tanstack/react-query-devtools@​5.96.1

Patch Changes

  • fix(build): exclude config files from production DTS rollup to prevent @types/node type pollution (#10358)

  • Updated dependencies []:

    • @​tanstack/query-devtools@​5.96.1
    • @​tanstack/react-query@​5.96.1

@​tanstack/react-query-devtools@​5.96.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.96.0
    • @​tanstack/react-query@​5.96.0
Changelog

Sourced from @​tanstack/react-query-devtools's changelog.

5.96.2

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.96.2
    • @​tanstack/react-query@​5.96.2

5.96.1

Patch Changes

  • fix(build): exclude config files from production DTS rollup to prevent @types/node type pollution (#10358)

  • Updated dependencies []:

    • @​tanstack/query-devtools@​5.96.1
    • @​tanstack/react-query@​5.96.1

5.96.0

Patch Changes

  • Updated dependencies []:
    • @​tanstack/query-devtools@​5.96.0
    • @​tanstack/react-query@​5.96.0
Commits

Updates @tiptap/extension-character-count from 3.21.0 to 3.22.2

Release notes

Sourced from @​tiptap/extension-character-count's releases.

v3.22.2

@​tiptap/core

Patch Changes

  • Fix incorrect selection placement when pasting at the end of a marked text node, ensuring inclusive marks are respected
  • Fixes list toggling when the entire document is selected

@​tiptap/extension-floating-menu

Patch Changes

  • Add new transaction meta handlers to programmatically show & hide the floating & bubble menus via transaction.setMeta('menuKey', 'show') and transaction.setMeta('menuKey', 'hide')

@​tiptap/extension-bubble-menu

Patch Changes

  • Add new transaction meta handlers to programmatically show & hide the floating & bubble menus via transaction.setMeta('menuKey', 'show') and transaction.setMeta('menuKey', 'hide')

@​tiptap/extension-typography

Patch Changes

  • Added RTL smart quote support

@​tiptap/react

Patch Changes

  • Fixed an error where flushSync() would run in <EditorContent /> lifecycle

@​tiptap/extension-drag-handle-vue-3

Patch Changes

  • Fixed an issue causing drag handle visibility not to update dynamically in Vue 3 components.

@​tiptap/starter-kit

Patch Changes

  • Updated dependencies
    • @​tiptap/core@​3.22.2
    • @​tiptap/extension-dropcursor@​3.22.2
    • @​tiptap/extension-gapcursor@​3.22.2
    • @​tiptap/extension-list-item@​3.22.2
    • @​tiptap/extension-list-keymap@​3.22.2
    • @​tiptap/extension-blockquote@​3.22.2
    • @​tiptap/extension-bold@​3.22.2

... (truncated)

Changelog

Sourced from @​tiptap/extension-character-count's changelog.

3.22.2

Patch Changes

  • @​tiptap/extensions@​3.22.2

3.22.1

Patch Changes

  • @​tiptap/extensions@​3.22.1

3.22.0

Patch Changes

  • @​tiptap/extensions@​3.22.0
Commits

Updates @tiptap/extension-color from 3.21.0 to 3.22.2

Release notes

Sourced from @​tiptap/extension-color's releases.

v3.22.2

@​tiptap/core

Patch Changes

  • Fix incorrect selection placement when pasting at the end of a marked text node, ensuring inclusive marks are respected
  • Fixes list toggling when the entire document is selected

@​tiptap/extension-floating-menu

Patch Changes

  • Add new transaction meta handlers to programmatically show & hide the floating & bubble menus via transaction.setMeta('menuKey', 'show') and transaction.setMeta('menuKey', 'hide')

@​tiptap/extension-bubble-menu

Patch Changes

  • Add new transaction meta handlers to programmatically show & hide the floating & bubble menus via transaction.setMeta('menuKey', 'show') and transaction.setMeta('menuKey', 'hide')

@​tiptap/extension-typography

Patch Changes

  • Added RTL smart quote support

@​tiptap/react

Patch Changes

  • Fixed an error where flushSync() would run in <EditorContent /> lifecycle

@​tiptap/extension-drag-handle-vue-3

Patch Changes

  • Fixed an issue causing drag handle visibility not to update dynamically in Vue 3 components.

@​tiptap/starter-kit

Patch Changes

  • Updated dependencies
    • @​tiptap/core@​3.22.2
    • @​tiptap/extension-dropcursor@​3.22.2
    • @​tiptap/extension-gapcursor@​3.22.2
    • @​tiptap/extension-list-item@​3.22.2
    • @​tiptap/extension-list-keymap@​3.22.2
    • @​tiptap/extension-blockquote@​3.22.2
    • @​tiptap/extension-bold@​3.22.2

... (truncated)

Changelog

Sourced from @​tiptap/extension-color's changelog.

3.22.2

Patch Changes

  • @​tiptap/extension-text-style@​3.22.2

3.22.1

Patch Changes

  • @​tiptap/extension-text-style@​3.22.1

3.22.0

Patch Changes

  • @​tiptap/extension-text-style@​3.22.0
Commits

Updates @tiptap/extension-highlight from 3.21.0 to 3.22.2

Release notes

Sourced from @​tiptap/extension-highlight's releases.

v3.22.2

@​tiptap/core

Patch Changes

  • Fix incorrect selection placement when pasting at the end of a marked text node, ensuring inclusive marks are respected
  • Fixes list toggling when the entire document is selected

@​tiptap/extension-floating-menu

Patch Changes

  • Add new transaction meta handlers to programmatically show & hide the floating & bubble menus via transaction.setMeta('menuKey', 'show') and transaction.setMeta('menuKey', 'hide')

@​tiptap/extension-bubble-menu

Patch Changes

  • Add new transaction meta handlers to programmatically show & hide the floating & bubble menus via transaction.setMeta('menuKey', 'show') and transaction.setMeta('menuKey', 'hide')

@​tiptap/extension-typography

Patch Changes

  • Added RTL smart quote support

@​tiptap/react

Patch Changes

  • Fixed an error where flushSync() would run in <EditorContent /> lifecycle

@​tiptap/extension-drag-handle-vue-3

Patch Changes

  • Fixed an issue causing drag handle visibility not to update dynamically in Vue 3 components.

@​tiptap/starter-kit

Patch Changes

  • Updated dependencies
    • @​tiptap/core@​3.22.2
    • @​tiptap/extension-dropcursor@​3.22.2
    • @​tiptap/extension-gapcursor@​3.22.2
    • @​tiptap/extension-list-item@​3.22.2
    • @​tiptap/extension-list-keymap@​3.22.2
    • @​tiptap/extension-blockquote@​3.22.2
    • @​tiptap/extension-bold@​3.22.2

... (truncated)

Changelog

Sourced from @​tiptap/extension-highlight's changelog.

3.22.2

Patch Changes

  • Updated dependencies [f1d504c]
  • Updated dependencies [404c683]
    • @​tiptap/core@​3.22.2

3.22.1

Patch Changes

  • Updated dependencies [ee03ac0]
  • Updated dependencies [b88f9ed]
    • @​tiptap/core@​3.22.1

3.22.0

Patch Changes

  • Updated dependencies [912a49b]
  • Updated dependencies [7d4fb9a]
  • Updated dependencies [0c1c112]
  • Updated dependencies [0c1c112]
  • Updated dependencies [f99bdc2]
    • @​tiptap/core@​3.22.0
Commits

Updates @tiptap/extension-image from 3.21.0 to 3.22.2

Release notes

Sourced from @​tiptap/extension-image's releases.

v3.22.2

@​tiptap/core

Patch Changes

  • Fix incorrect selection placement when pasting at the end of a marked text node, ensuring inclusive marks are respected
  • Fixes list toggling when the entire document is selected

@​tiptap/extension-floating-menu

Patch Changes

  • Add new transaction meta handlers to programmatically show & hide the floating & bubble menus via transaction.setMeta('menuKey', 'show') and transaction.setMeta('menuKey', 'hide')

@​tiptap/extension-bubble-menu

Patch Changes

  • Add new transaction meta handlers to programmatically show & hide the floating & bubble menus via transaction.setMeta('menuKey', 'show') and transaction.setMeta('menuKey', 'hide')

@​tiptap/extension-typography

Patch Changes

  • Added RTL smart quote support

@​tiptap/react

Patch Changes

  • Fixed an error where flushSync() would run in <EditorContent /> lifecycle

@​tiptap/extension-drag-handle-vue-3

Patch Changes

  • Fixed an issue causing drag handle visibility not to update dynamically in Vue 3 components.

@​tiptap/starter-kit

Patch Changes

  • Updated dependencies
    • @​tiptap/core@​3.22.2
    • @​tiptap/extension-dropcursor@​3.22.2
    • @​tiptap/extension-gapcursor@​3.22.2
    • @​tiptap/extension-list-item@​3.22.2
    • @​tiptap/extension-list-keymap@​3.22.2
    • @​tiptap/extension-blockquote@​3.22.2
    • @​tiptap/extension-bold@​3.22.2

... (truncated)

Changelog

Sourced from @​tiptap/extension-image's changelog.

3.22.2

Patch Changes

  • Updated dependencies [f1d504c]
  • Updated dependencies [404c683]
    • @​tiptap/core@​3.22.2

3.22.1

Patch Changes

  • Updated dependencies [ee03ac0]
  • Updated dependencies [b88f9ed]
    • @​tiptap/core@​3.22.1

3.22.0

Patch Changes

  • Updated dependencies [912a49b]
  • Updated dependencies [7d4fb9a]
  • Updated dependencies [0c1c112]
  • Updated dependencies [0c1c112]
  • Updated dependencies [f99bdc2]
    • @​tiptap/core@​3.22.0
Commits

Updates @tiptap/extension-link from 3.21.0 to 3.22.2

Release notes

Sourced from @​tiptap/extension-link's releases.

v3.22.2

@​tiptap/core

Patch Changes

  • Fix incorrect selection placement when pasting at the end of a marked text node, ensuring inclusive marks are respected
  • Fixes list toggling when the entire document is selected

@​tiptap/extension-floating-menu

Patch Changes

  • Add new transaction meta handlers to programmatically show & hide the floating & bubble menus via transaction.setMeta('menuKey', 'show') and transaction.setMeta('menuKey', 'hide')

@​tiptap/extension-bubble-menu

Patch Changes

  • Add new transaction meta handlers to programmatically show & hide the floating & bubble menus via transaction.setMeta('menuKey', 'show') and transaction.setMeta('menuKey', 'hide')

@​tiptap/extension-typography

Patch Changes

  • Added RTL smart quote support

@​tiptap/react

Patch Changes

  • Fixed an error where flushSync() would run in <EditorContent /> lifecycle

@​tiptap/extension-drag-handle-vue-3

Patch Changes

  • Fixed an issue causing drag handle visibility not to update dynamically in Vue 3 components.

@​tiptap/starter-kit

Patch Changes

  • Updated dependencies
    • @​tiptap/core@​3.22.2
    • @​tiptap/extension-dropcursor@​3.22.2
    • @​tiptap/extension-gapcursor@​3.22.2
    • @​tiptap/extension-list-item@​3.22.2
    • @​tiptap/extension-list-keymap@​3.22.2
    • @​tiptap/extension-blockquote@​3.22.2
    • @​tiptap/extension-bold@​3.22.2

... (truncated)

Changelog

Sourced from @​tiptap/extension-link's changelog.

3.22.2

Patch Changes

  • Updated dependencies [f1d504c]
  • Updated dependencies [404c683]
    • @​tiptap/core@​3.22.2
    • @​tiptap/pm@​3.22.2

3.22.1

Patch Changes

  • Updated dependencies [ee03ac0]
  • Updated dependencies [b88f9ed]
    • @​tiptap/core@​3.22.1
    • @​tiptap/pm@​3.22.1

3.22.0

Patch Changes

  • Updated dependencies [912a49b]
  • Updated dependencies [7d4fb9a]
  • Updated dependencies [0c1c112]
  • Updated dependencies [0c1c112]
  • Updated dependencies [f99bdc2]
    • @​tiptap/core@​3.22.0
    • @​tiptap/pm@​3.22.0
Commits

Updates @tiptap/extension-placeholder from 3.21.0 to 3.22.2

Release notes

Sourced from @​tiptap/extension-placeholder's releases.

v3.22.2

@​tiptap/core

Patch Changes

  • Fix incorrect selection placement when pasting at the end of a marked text node, ensuring inclusive marks are respected
  • Fixes list toggling when the entire document is selected

@​tiptap/extension-floating-menu

Patch Changes

  • Add new transaction meta handlers to programmatically show & hide the floating & bubble menus via transaction.setMeta('menuKey', 'show') and transaction.setMeta('menuKey', 'hide')

@​tiptap/extension-bubble-menu

Patch Changes

  • Add new transaction meta handlers to programmatically show & hide the floating & bubble menus via transaction.setMeta('menuKey', 'show') and transaction.setMeta('menuKey', 'hide')

@​tiptap/extension-typography

Patch Changes

  • Added RTL smart quote support

@​tiptap/react

Patch Changes

  • Fixed an error where flushSync() would run in <EditorContent /> lifecycle

@​tiptap/extension-drag-handle-vue-3

Patch Changes

  • Fixed an issue causing drag handle visibility not to update dynamically in Vue 3 components.

@​tiptap/starter-kit

Patch Changes

  • Updated dependencies
    • @​tiptap/core@​3.22.2
    • @​tiptap/extension-dropcursor@​3.22.2
    • @​tiptap/extension-gapcursor@​3.22.2
    • @​tiptap/extension-list-item@​3.22.2
    • @​tiptap/extension-list-keymap@​3.22.2
    • @​tiptap/extension-blockquote@​3.22.2
    • @​tiptap/extension-bold@​3.22.2

... (truncated)

Changelog

Sourced from @​tiptap/extension-placeholder's changelog.

3.22.2

Patch Changes

  • @​tiptap/extensions@​3.22.2

3.22.1

Patch Changes

  • @​tiptap/extensions@​3.22.1

3.22.0

Patch Changes

  • @​tiptap/extensions@​3.22.0
Commits
  • 99e204c chore(release): publish a new stable version (#7698)
  • 8ee6d9a chore(release): publish a new stable version (#7687)
  • 7834835 chore(release): publish a new stable versio...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/react](https://github.com/vercel/ai) | `3.0.143` | `3.0.148` |
| [@assistant-ui/react](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react) | `0.12.21` | `0.12.23` |
| [@assistant-ui/react-ai-sdk](https://github.com/assistant-ui/assistant-ui/tree/HEAD/packages/react-ai-sdk) | `1.3.16` | `1.3.17` |
| [@mui/x-charts](https://github.com/mui/mui-x/tree/HEAD/packages/x-charts) | `8.28.0` | `8.28.2` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.95.2` | `5.96.2` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.95.2` | `5.96.2` |
| [@tiptap/extension-character-count](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-character-count) | `3.21.0` | `3.22.2` |
| [@tiptap/extension-color](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-color) | `3.21.0` | `3.22.2` |
| [@tiptap/extension-highlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-highlight) | `3.21.0` | `3.22.2` |
| [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image) | `3.21.0` | `3.22.2` |
| [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `3.21.0` | `3.22.2` |
| [@tiptap/extension-placeholder](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-placeholder) | `3.21.0` | `3.22.2` |
| [@tiptap/extension-subscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-subscript) | `3.21.0` | `3.22.2` |
| [@tiptap/extension-superscript](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-superscript) | `3.21.0` | `3.22.2` |
| [@tiptap/extension-table](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table) | `3.21.0` | `3.22.2` |
| [@tiptap/extension-task-item](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-task-item) | `3.21.0` | `3.22.2` |
| [@tiptap/extension-task-list](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-task-list) | `3.21.0` | `3.22.2` |
| [@tiptap/extension-text-align](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-align) | `3.21.0` | `3.22.2` |
| [@tiptap/extension-text-style](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-style) | `3.21.0` | `3.22.2` |
| [@tiptap/extension-typography](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-typography) | `3.21.0` | `3.22.2` |
| [@tiptap/extension-underline](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-underline) | `3.21.0` | `3.22.2` |
| [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) | `3.21.0` | `3.22.2` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `3.21.0` | `3.22.2` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.3.1` | `17.4.1` |
| [katex](https://github.com/KaTeX/KaTeX) | `0.16.44` | `0.16.45` |
| [plotly.js-basic-dist](https://github.com/plotly/plotly.js) | `3.4.0` | `3.5.0` |
| [react-cookie](https://github.com/ItsBenCodes/cookies) | `8.0.1` | `8.1.0` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.72.0` | `7.72.1` |
| [react-joyride](https://github.com/gilbarbara/react-joyride) | `3.0.0` | `3.0.2` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.13.2` | `7.14.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.57.2` | `8.58.0` |
| [validator](https://github.com/validatorjs/validator.js) | `13.15.26` | `13.15.35` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.58.2` | `1.59.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `25.5.2` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.10.12` | `2.10.15` |


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

Updates `@assistant-ui/react` from 0.12.21 to 0.12.23
- [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.12.23/packages/react)

Updates `@assistant-ui/react-ai-sdk` from 1.3.16 to 1.3.17
- [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.17/packages/react-ai-sdk)

Updates `@mui/x-charts` from 8.28.0 to 8.28.2
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/v8.28.2/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v8.28.2/packages/x-charts)

Updates `@tanstack/react-query` from 5.95.2 to 5.96.2
- [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.96.2/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.95.2 to 5.96.2
- [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.96.2/packages/react-query-devtools)

Updates `@tiptap/extension-character-count` from 3.21.0 to 3.22.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/v.3.22.2/packages-deprecated/extension-character-count)

Updates `@tiptap/extension-color` from 3.21.0 to 3.22.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/v.3.22.2/packages/extension-color)

Updates `@tiptap/extension-highlight` from 3.21.0 to 3.22.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/v.3.22.2/packages/extension-highlight)

Updates `@tiptap/extension-image` from 3.21.0 to 3.22.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/v.3.22.2/packages/extension-image)

Updates `@tiptap/extension-link` from 3.21.0 to 3.22.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/v.3.22.2/packages/extension-link)

Updates `@tiptap/extension-placeholder` from 3.21.0 to 3.22.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/v.3.22.2/packages-deprecated/extension-placeholder)

Updates `@tiptap/extension-subscript` from 3.21.0 to 3.22.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/v.3.22.2/packages/extension-subscript)

Updates `@tiptap/extension-superscript` from 3.21.0 to 3.22.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/v.3.22.2/packages/extension-superscript)

Updates `@tiptap/extension-table` from 3.21.0 to 3.22.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/v.3.22.2/packages/extension-table)

Updates `@tiptap/extension-task-item` from 3.21.0 to 3.22.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v.3.22.2/packages/extension-task-item)

Updates `@tiptap/extension-task-list` from 3.21.0 to 3.22.2
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v.3.22.2/packages/extension-task-list)

Updates `@tiptap/extension-text-align` from 3.21.0 to 3.22.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/v.3.22.2/packages/extension-text-align)

Updates `@tiptap/extension-text-style` from 3.21.0 to 3.22.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/v.3.22.2/packages/extension-text-style)

Updates `@tiptap/extension-typography` from 3.21.0 to 3.22.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/v.3.22.2/packages/extension-typography)

Updates `@tiptap/extension-underline` from 3.21.0 to 3.22.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/v.3.22.2/packages/extension-underline)

Updates `@tiptap/react` from 3.21.0 to 3.22.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/v.3.22.2/packages/react)

Updates `@tiptap/starter-kit` from 3.21.0 to 3.22.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/v.3.22.2/packages/starter-kit)

Updates `dotenv` from 17.3.1 to 17.4.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.3.1...v17.4.1)

Updates `katex` from 0.16.44 to 0.16.45
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.16.44...v0.16.45)

Updates `plotly.js-basic-dist` from 3.4.0 to 3.5.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.4.0...v3.5.0)

Updates `react-cookie` from 8.0.1 to 8.1.0
- [Release notes](https://github.com/ItsBenCodes/cookies/releases)
- [Commits](ItsBenCodes/cookies@v8.0.1...v8.1.0)

Updates `react-hook-form` from 7.72.0 to 7.72.1
- [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.72.0...v7.72.1)

Updates `react-joyride` from 3.0.0 to 3.0.2
- [Release notes](https://github.com/gilbarbara/react-joyride/releases)
- [Commits](gilbarbara/react-joyride@v3.0.0...v3.0.2)

Updates `react-router-dom` from 7.13.2 to 7.14.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.14.0/packages/react-router-dom)

Updates `typescript-eslint` from 8.57.2 to 8.58.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.58.0/packages/typescript-eslint)

Updates `validator` from 13.15.26 to 13.15.35
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](validatorjs/validator.js@13.15.26...13.15.35)

Updates `@playwright/test` from 1.58.2 to 1.59.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.58.2...v1.59.1)

Updates `@types/node` from 25.5.0 to 25.5.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.12 to 2.10.15
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.10.12...v2.10.15)

---
updated-dependencies:
- dependency-name: "@ai-sdk/react"
  dependency-version: 3.0.148
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@assistant-ui/react"
  dependency-version: 0.12.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@assistant-ui/react-ai-sdk"
  dependency-version: 1.3.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@mui/x-charts"
  dependency-version: 8.28.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.96.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.96.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-character-count"
  dependency-version: 3.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-color"
  dependency-version: 3.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-highlight"
  dependency-version: 3.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-image"
  dependency-version: 3.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-link"
  dependency-version: 3.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-placeholder"
  dependency-version: 3.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-subscript"
  dependency-version: 3.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-superscript"
  dependency-version: 3.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-table"
  dependency-version: 3.22.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.22.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.22.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.22.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.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-typography"
  dependency-version: 3.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/extension-underline"
  dependency-version: 3.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/react"
  dependency-version: 3.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: dotenv
  dependency-version: 17.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: katex
  dependency-version: 0.16.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: plotly.js-basic-dist
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: react-cookie
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: react-hook-form
  dependency-version: 7.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: react-joyride
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: react-router-dom
  dependency-version: 7.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: typescript-eslint
  dependency-version: 8.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: validator
  dependency-version: 13.15.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-minor-patch
- dependency-name: "@playwright/test"
  dependency-version: 1.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-minor-patch
- dependency-name: "@types/node"
  dependency-version: 25.5.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.15
  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 Apr 6, 2026
@MuhammadKhalilzadeh MuhammadKhalilzadeh merged commit 5c2fe09 into develop Apr 6, 2026
3 of 4 checks passed
@MuhammadKhalilzadeh MuhammadKhalilzadeh deleted the dependabot/npm_and_yarn/Clients/frontend-minor-patch-a20c7c7977 branch April 6, 2026 06:25
@MuhammadKhalilzadeh
Copy link
Copy Markdown
Collaborator

Frontend packages are now upgraded as well.

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