Skip to content

chore(deps): Bump the node-minor-patch group across 1 directory with 46 updates - #148

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/node-minor-patch-03c642595c
Closed

chore(deps): Bump the node-minor-patch group across 1 directory with 46 updates#148
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/node-minor-patch-03c642595c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the node-minor-patch group with 46 updates in the /frontend directory:

Package From To
@codemirror/view 6.40.0 6.42.1
@supabase/supabase-js 2.100.1 2.105.4
@tanstack/react-query 5.95.2 5.100.9
@tanstack/react-virtual 3.13.23 3.13.24
@tiptap/core 3.21.0 3.23.1
@tiptap/extension-blockquote 3.20.4 3.23.1
@tiptap/extension-character-count 3.21.0 3.23.1
@tiptap/extension-code-block-lowlight 3.21.0 3.23.1
@tiptap/extension-highlight 3.21.0 3.23.1
@tiptap/extension-mention 3.21.0 3.23.1
@tiptap/extension-placeholder 3.21.0 3.23.1
@tiptap/extension-table 3.21.0 3.23.1
@tiptap/extension-table-cell 3.21.0 3.23.1
@tiptap/extension-table-header 3.21.0 3.23.1
@tiptap/extension-table-row 3.21.0 3.23.1
@tiptap/extension-task-item 3.21.0 3.23.1
@tiptap/extension-task-list 3.21.0 3.23.1
@tiptap/extension-youtube 3.20.4 3.23.1
@tiptap/pm 3.21.0 3.23.1
@tiptap/react 3.21.0 3.23.1
@tiptap/starter-kit 3.21.0 3.23.1
@tiptap/suggestion 3.17.0 3.23.1
@xyflow/react 12.10.1 12.10.2
@xyflow/system 0.0.75 0.0.76
ai 6.0.141 6.0.177
axios 1.14.0 1.16.0
dompurify 3.3.3 3.4.2
mermaid 11.13.0 11.14.0
mobx 6.15.0 6.15.3
next 16.1.4 16.2.6
react 19.2.3 19.2.6
react-dom 19.2.3 19.2.6
react-resizable-panels 4.7.6 4.11.0
react-virtuoso 4.18.3 4.18.7
tailwind-merge 3.5.0 3.6.0
zod 4.3.6 4.4.3
@axe-core/playwright 4.11.1 4.11.3
@playwright/test 1.58.2 1.59.1
@tailwindcss/postcss 4.2.2 4.3.0
@tanstack/react-query-devtools 5.95.2 5.100.9
@types/node 25.5.0 25.6.2
dotenv 17.3.1 17.4.2
eslint-config-next 16.1.4 16.2.6
msw 2.12.14 2.14.5
prettier 3.8.1 3.8.3
tailwindcss 4.2.2 4.3.0

Updates @codemirror/view from 6.40.0 to 6.42.1

Changelog

Sourced from @​codemirror/view's changelog.

6.41.0 (2026-04-01)

Bug fixes

Fix an issue where EditorView.posAtCoords could incorrectly return a position near a higher element on the line, in mixed-font-size lines.

Expand the workaround for the Webkit bug that causes nonexistent selections to stay visible to be active on non-Safari Webkit browsers.

New features

The new EditorView.cursorScrollMargin facet can now be used to configure the extra space used when scrolling the cursor into view.

Commits

Updates @supabase/supabase-js from 2.100.1 to 2.105.4

Release notes

Sourced from @​supabase/supabase-js's releases.

v2.105.4

2.105.4 (2026-05-08)

🩹 Fixes

  • auth: return null from getItemAsync on JSON parse failure (#2336)
  • postgrest: restore non-Error abort detection in fetch catch (#2335)
  • realtime: guard sessionStorage access in restricted-storage browsers (#2339)

v2.105.4-canary.2

2.105.4-canary.2 (2026-05-08)

This was a version bump only, there were no code changes.

v2.105.4-canary.1

2.105.4-canary.1 (2026-05-08)

🩹 Fixes

  • realtime: guard sessionStorage access in restricted-storage browsers (#2339)

v2.105.4-canary.0

2.105.4-canary.0 (2026-05-08)

🩹 Fixes

  • auth: return null from getItemAsync on JSON parse failure (#2336)
  • postgrest: restore non-Error abort detection in fetch catch (#2335)

v2.105.3

2.105.3 (2026-05-04)

🩹 Fixes

  • auth: narrow OAuth/CustomProvider types to fix downstream consumer typecheck (#2326)

v2.105.2

2.105.2 (2026-05-04)

🩹 Fixes

  • auth: forward lockAcquireTimeout to SupabaseAuthClient (#2309)
  • auth: add toJSON to WebAuthnError for correct JSON serialization (#2317)
  • misc: widen enum-like unions with (string & {}) for forward compat (#2303)
  • misc: reduce any usage across packages (#2314)
  • postgrest: unify insert/upsert signatures (#2315)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​supabase/supabase-js's changelog.

2.105.1 (2026-04-28)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.105.0 (2026-04-27)

🚀 Features

  • auth: add passkey support with WebAuthn registration, authentication, and management (#2283)
  • realtime: Realtime deferred disconnect (#2282)

2.104.1 (2026-04-23)

🩹 Fixes

  • supabase: propagate custom fetch to realtime client (#2267)

❤️ Thank You

2.104.0 (2026-04-20)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.103.3 (2026-04-16)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.103.2 (2026-04-15)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.103.1 (2026-04-15)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.103.0 (2026-04-09)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.102.1 (2026-04-07)

This was a version bump only for @​supabase/supabase-js to align it with other projects, there were no code changes.

2.102.0 (2026-04-07)

🚀 Features

  • supabase: export PostgrestFilterBuilder and StorageApiError from supabase-js (#2222)

... (truncated)

Commits
  • db53b0f chore(release): version 2.105.2 changelogs (#2323)
  • 5223888 [patchback] docs(repo): @​category and @​subcategory tags across all packages (...
  • 0412d0d fix(auth): forward lockAcquireTimeout to SupabaseAuthClient (#2309)
  • 42c9cbb [patchback] fix(misc): widen enum-like unions with (string & {}) for forward ...
  • 7e1773c chore(release): version 2.105.1 changelogs (#2302)
  • ca8c418 chore(release): version 2.105.0 changelogs (#2290)
  • d19e6d3 [patchback] docs(misc): rename anon key → publishable key and service role ke...
  • c420456 [patchback] feat(auth): add passkey support with WebAuthn registration, authe...
  • bfb18bc [patchback] feat(realtime): Realtime deferred disconnect (#2282)
  • ed49eed chore(release): version 2.104.1 changelogs (#2273)
  • Additional commits viewable in compare view

Updates @tanstack/react-query from 5.95.2 to 5.100.9

Release notes

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

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

Patch Changes

  • Updated dependencies [3d21cac]:
    • @​tanstack/query-devtools@​5.100.9
    • @​tanstack/react-query@​5.100.9

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

Patch Changes

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

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

Patch Changes

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

@​tanstack/react-query@​5.100.9

Patch Changes

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

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

Patch Changes

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

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

Patch Changes

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

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

Patch Changes

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

@​tanstack/react-query@​5.100.8

Patch Changes

  • Updated dependencies []:

... (truncated)

Changelog

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

5.100.9

Patch Changes

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

5.100.8

Patch Changes

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

5.100.7

Patch Changes

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

5.100.6

Patch Changes

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

5.100.5

Patch Changes

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

5.100.4

Patch Changes

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

5.100.3

Patch Changes

  • fix(suspense): skip calling combine when queries would suspend (#10576)

  • Updated dependencies [f85d825]:

    • @​tanstack/query-core@​5.100.3

... (truncated)

Commits

Updates @tanstack/react-virtual from 3.13.23 to 3.13.24

Release notes

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

@​tanstack/react-virtual@​3.13.24

Patch Changes

  • Updated dependencies [97a204d]:
    • @​tanstack/virtual-core@​3.14.0
Changelog

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

3.13.24

Patch Changes

  • Updated dependencies [97a204d]:
    • @​tanstack/virtual-core@​3.14.0
Commits

Updates @tiptap/core from 3.21.0 to 3.23.1

Release notes

Sourced from @​tiptap/core's releases.

v3.23.1

@​tiptap/extension-drag-handle-react

Patch Changes

  • a4e5154: Fix DragHandle unmounts by rendering children into the plugin-managed drag handle element with a React portal.

    This avoids React trying to remove a host node after the drag handle plugin has moved it into its own wrapper.

  • @​tiptap/extension-drag-handle@​3.23.1

    • @​tiptap/pm@​3.23.1
    • @​tiptap/react@​3.23.1

@​tiptap/extension-character-count

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-dropcursor

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-focus

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-gapcursor

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-history

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-list-item

Patch Changes

  • @​tiptap/extension-list@​3.23.1

@​tiptap/extension-list-keymap

... (truncated)

Changelog

Sourced from @​tiptap/core's changelog.

3.23.1

Patch Changes

  • @​tiptap/pm@​3.23.1

3.23.0

Minor Changes

  • e64e5a7: Add configurable tabindex option to allow customizing the tabindex attribute on the editor element via coreExtensionOptions

Patch Changes

  • 57f8d66: Fix markdown parsing for bullet list items whose text looks like an ordered-list marker, such as - 123., so extraction no longer loses the item content.
  • 207a2bc: Fixed a memory leak where Editor.destroy() did not release the Extension parent/child graph. Module-scope extension singletons retained references to configured extensions, preventing garbage collection of extension options (including DOM closures). The fix also cleans up ExtensionManager, schema, and commandManager references on destroy.
    • @​tiptap/pm@​3.23.0

3.22.5

Patch Changes

  • a375002: Add selectedOnTextSelection option to node view renderers. When enabled, the selected prop also becomes true when a TextSelection is fully inside the node's range, not only on NodeSelection.
    • @​tiptap/pm@​3.22.5

3.22.4

Patch Changes

  • 27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • 64f36b8: Fix text selection collapsing after toggling off a list with AllSelection
  • Updated dependencies [27ea931]
  • Updated dependencies [032f8f1]
    • @​tiptap/pm@​3.22.4

3.22.3

Patch Changes

  • cb28e7b: Fixed insertContentAt corrupting the document when inserting inline content with marks at the start of a paragraph. The from - 1 position adjustment now only applies to block-level content.
    • @​tiptap/pm@​3.22.3

3.22.2

Patch Changes

  • f1d504c: Fix incorrect selection placement when pasting at the end of a marked text node, ensuring inclusive marks are respected
  • 404c683: Fixes list toggling when the entire document is selected
    • @​tiptap/pm@​3.22.2

... (truncated)

Commits
  • a48290e chore(release): publish a new stable version (#7808)
  • 0520d9d chore(release): publish a new stable version (#7784)
  • 40327ab Merge pull request #7804 from ueberdosis/feature/make-tabindex-configurable
  • 206cdd7 feat: add TabindexOptions type, docs, non-editable support and tests
  • 7b4fb21 Make tabindex configurable
  • 207a2bc fix(core): release extension parent/child graph on Editor.destroy() to preven...
  • 57f8d66 fix: preserve numeric bullet list item markdown (#7789)
  • 898a8ed chore(release): publish a new stable version (#7756)
  • 0794f55 fix(core): tighten isNodeViewSelected bounds and gate to TextSelection
  • 45d4592 Merge branch 'main' into fix/node-view-selected-prop
  • Additional commits viewable in compare view

Updates @tiptap/extension-blockquote from 3.20.4 to 3.23.1

Release notes

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

v3.23.1

@​tiptap/extension-drag-handle-react

Patch Changes

  • a4e5154: Fix DragHandle unmounts by rendering children into the plugin-managed drag handle element with a React portal.

    This avoids React trying to remove a host node after the drag handle plugin has moved it into its own wrapper.

  • @​tiptap/extension-drag-handle@​3.23.1

    • @​tiptap/pm@​3.23.1
    • @​tiptap/react@​3.23.1

@​tiptap/extension-character-count

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-dropcursor

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-focus

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-gapcursor

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-history

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-list-item

Patch Changes

  • @​tiptap/extension-list@​3.23.1

@​tiptap/extension-list-keymap

... (truncated)

Changelog

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

3.23.1

Patch Changes

  • @​tiptap/core@​3.23.1

3.23.0

Patch Changes

  • Updated dependencies [57f8d66]
  • Updated dependencies [e64e5a7]
  • Updated dependencies [207a2bc]
    • @​tiptap/core@​3.23.0

3.22.5

Patch Changes

  • Updated dependencies [a375002]
    • @​tiptap/core@​3.22.5

3.22.4

Patch Changes

  • 27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [27ea931]
  • Updated dependencies [64f36b8]
    • @​tiptap/core@​3.22.4

3.22.3

Patch Changes

  • Updated dependencies [cb28e7b]
    • @​tiptap/core@​3.22.3

3.22.2

Patch Changes

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

3.22.1

Patch Changes

... (truncated)

Commits

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

Release notes

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

v3.23.1

@​tiptap/extension-drag-handle-react

Patch Changes

  • a4e5154: Fix DragHandle unmounts by rendering children into the plugin-managed drag handle element with a React portal.

    This avoids React trying to remove a host node after the drag handle plugin has moved it into its own wrapper.

  • @​tiptap/extension-drag-handle@​3.23.1

    • @​tiptap/pm@​3.23.1
    • @​tiptap/react@​3.23.1

@​tiptap/extension-character-count

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-dropcursor

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-focus

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-gapcursor

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-history

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-list-item

Patch Changes

  • @​tiptap/extension-list@​3.23.1

@​tiptap/extension-list-keymap

... (truncated)

Changelog

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

3.23.1

Patch Changes

  • @​tiptap/extensions@​3.23.1

3.23.0

Patch Changes

  • @​tiptap/extensions@​3.23.0

3.22.5

Patch Changes

  • @​tiptap/extensions@​3.22.5

3.22.4

Patch Changes

  • 27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [27ea931]
    • @​tiptap/extensions@​3.22.4

3.22.3

Patch Changes

  • @​tiptap/extensions@​3.22.3

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
  • a48290e chore(release): publish a new stable version (#7808)
  • 0520d9d chore(release): publish a new stable version (#7784)
  • 898a8ed chore(release): publish a new stable version (#7756)
  • dec9735 chore(release): publish a new stable version (#7727)
  • 27ea931 fix: restrict peer dependency ranges to avoid npm resolution conflicts (#7593)
  • 626b052 chore(release): publish a new stable version (#7714)
  • 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 version (#7665)
  • See full diff in compare view

Updates @tiptap/extension-code-block-lowlight from 3.21.0 to 3.23.1

Release notes

Sourced from @​tiptap/extension-code-block-lowlight's releases.

v3.23.1

@​tiptap/extension-drag-handle-react

Patch Changes

  • a4e5154: Fix DragHandle unmounts by rendering children into the plugin-managed drag handle element with a React portal.

    This avoids React trying to remove a host node after the drag handle plugin has moved it into its own wrapper.

  • @​tiptap/extension-drag-handle@​3.23.1

    • @​tiptap/pm@​3.23.1
    • @​tiptap/react@​3.23.1

@​tiptap/extension-character-count

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-dropcursor

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-focus

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-gapcursor

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-history

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-list-item

Patch Changes

  • @​tiptap/extension-list@​3.23.1

@​tiptap/extension-list-keymap

... (truncated)

Changelog

Sourced from @​tiptap/extension-code-block-lowlight's changelog.

3.23.1

Patch Changes

  • @​tiptap/core@​3.23.1
  • @​tiptap/extension-code-block@​3.23.1
  • @​tiptap/pm@​3.23.1

3.23.0

Patch Changes

  • Updated dependencies [57f8d66]
  • Updated dependencies [e64e5a7]
  • Updated dependencies [207a2bc]
    • @​tiptap/core@​3.23.0
    • @​tiptap/extension-code-block@​3.23.0
    • @​tiptap/pm@​3.23.0

3.22.5

Patch Changes

  • Updated dependencies [a375002]
    • @​tiptap/core@​3.22.5
    • @​tiptap/extension-code-block@​3.22.5
    • @​tiptap/pm@​3.22.5

3.22.4

Patch Changes

  • 27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [27ea931]
  • Updated dependencies [64f36b8]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4
    • @​tiptap/extension-code-block@​3.22.4
    • @​tiptap/pm@​3.22.4

3.22.3

Patch Changes

  • Updated dependencies [cb28e7b]
    • @​tiptap/core@​3.22.3
    • @​tiptap/extension-code-block@​3.22.3
    • @​tiptap/pm@​3.22.3

3.22.2

... (truncated)

Commits
  • a48290e chore(release): publish a new stable version (#7808)
  • 0520d9d chore(release): publish a new stable version (#7784)
  • 898a8ed chore(release): publish a new stable version (#7756)
  • dec9735 chore(release): publish a new stable version (#7727)
  • 27ea931 fix: restrict peer dependency ranges to avoid npm resolution conflicts (#7593)
  • 626b052 chore(release): publish a new stable version (#7714)
  • 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 version (#7665)
  • See full diff in compare view

Updates @tiptap/extension-highlight from 3.21.0 to 3.23.1

Release notes

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

v3.23.1

@​tiptap/extension-drag-handle-react

Patch Changes

  • a4e5154: Fix DragHandle unmounts by rendering children into the plugin-managed drag handle element with a React portal.

    This avoids React trying to remove a host node after the drag handle plugin has moved it into its own wrapper.

  • @​tiptap/extension-drag-handle@​3.23.1

    • @​tiptap/pm@​3.23.1
    • @​tiptap/react@​3.23.1

@​tiptap/extension-character-count

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-dropcursor

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-focus

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-gapcursor

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-history

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-list-item

Patch Changes

  • @​tiptap/extension-list@​3.23.1

@​tiptap/extension-list-keymap

... (truncated)

Changelog

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

3.23.1

Patch Changes

  • @​tiptap/core@​3.23.1

3.23.0

Patch Changes

  • Updated dependencies [57f8d66]
  • Updated dependencies [e64e5a7]
  • Updated dependencies [207a2bc]
    • @​tiptap/core@​3.23.0

3.22.5

Patch Changes

  • Updated dependencies [a375002]
    • @​tiptap/core@​3.22.5

3.22.4

Patch Changes

  • 27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [27ea931]
  • Updated dependencies [64f36b8]
    • @​tiptap/core@​3.22.4

3.22.3

Patch Changes

  • Updated dependencies [cb28e7b]
    • @​tiptap/core@​3.22.3

3.22.2

Patch Changes

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

3.22.1

Patch Changes

... (truncated)

Commits
  • a48290e chore(release): publish a new stable version (#7808)
  • 0520d9d chore(release): publish a new stable version (#7784)
  • 898a8ed chore(release): publish a new stable version (#7756)
  • dec9735 chore(release): publish a new stable version (#7727)
  • 27ea931 fix: restrict peer dependency ranges to avoid npm resolution conflicts (#7593)
  • 626b052 chore(release): publish a new stable version (#7714)
  • 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 version (#7665)
  • See full diff in compare view

Updates @tiptap/extension-mention from 3.21.0 to 3.23.1

Release notes

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

v3.23.1

@​tiptap/extension-drag-handle-react

Patch Changes

  • a4e5154: Fix DragHandle unmounts by rendering children into the plugin-managed drag handle element with a React portal.

    This avoids React trying to remove a host node after the drag handle plugin has moved it into its own wrapper.

  • @​tiptap/extension-drag-handle@​3.23.1

    • @​tiptap/pm@​3.23.1
    • @​tiptap/react@​3.23.1

@​tiptap/extension-character-count

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-dropcursor

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-focus

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-gapcursor

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-history

Patch Changes

  • @​tiptap/extensions@​3.23.1

@​tiptap/extension-list-item

Patch Changes

  • @​tiptap/extension-list@​3.23.1

@​tiptap/extension-list-keymap

... (truncated)

Changelog

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

3.23.1

Patch Changes

  • @​tiptap/core@​3.23.1
  • @​tiptap/pm@​3.23.1
  • @​tiptap/suggestion@​3.23.1

3.23.0

Patch Changes

  • Updated dependencies [57f8d66]
  • Updated dependencies [e64e5a7]
  • Updated dependencies [207a2bc]
    • @​tiptap/core@​3.23.0
    • @​tiptap/suggestion@​3.23.0
    • @​tiptap/pm@​3.23.0

3.22.5

Patch Changes

  • Updated dependencies [a375002]
    • @​tiptap/core@​3.22.5
    • @​tiptap/suggestion@​3.22.5
    • @​tiptap/pm@​3.22.5

3.22.4

Patch Changes

  • 27ea931: Fix dependencies installation after packages updates producing peer dependency resolution conflicts
  • Updated dependencies [27ea931]
  • Updated dependencies [64f36b8]
  • Updated dependencies [032f8f1]
    • @​tiptap/core@​3.22.4
    • @​tiptap/pm@​3.22.4
    • @​tiptap/suggestion@​3.22.4

3.22.3

Patch Changes

  • Updated dependencies [cb28e7b]
    • @​tiptap/core@​3.22.3
    • @​tiptap/suggestion@​3.22.3
    • @​tiptap/pm@​3.22.3

3.22.2

... (truncated)

Commits
  • a48290e chore(release): publish a new stable version (#7808)
  • 0520d9d chore(release): publish a new stable version (#7784)
  • 898a8ed chore(release): publish a new stable version (#7756)
  • dec9735 chore(release): publish a new stable version (#7727)
  • 27ea931 fix: restrict peer dependency ranges to avoid npm resolution conflicts (#7593)
  • 626b052 chore(release): publish a new stable version (#7714)
  • 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 version (#7665)
  • See full diff in compare view

Updates @tiptap/extension-placeholder from 3.21.0 to 3.23.1

Release notes

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

v3.23.1

@​tiptap/extension-drag-handle-react

Patch Changes

  • a4e5154: Fix DragHandle unmounts by rendering children into the plugin-managed drag handle element with a React portal.

    This avoids React trying to remove a host node after the drag handle plugin has moved it into its own wrapper.

  • @​tiptap/extension-drag-handle@​3.23.1

    • @​tiptap/pm@​3.23.1
    • @​tiptap/react@​3.23.1

@​tiptap/extension-character-count

Patch Changes

…46 updates

Bumps the node-minor-patch group with 46 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/view](https://github.com/codemirror/view) | `6.40.0` | `6.42.1` |
| [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) | `2.100.1` | `2.105.4` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.95.2` | `5.100.9` |
| [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.13.23` | `3.13.24` |
| [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core) | `3.21.0` | `3.23.1` |
| [@tiptap/extension-blockquote](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-blockquote) | `3.20.4` | `3.23.1` |
| [@tiptap/extension-character-count](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-character-count) | `3.21.0` | `3.23.1` |
| [@tiptap/extension-code-block-lowlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-code-block-lowlight) | `3.21.0` | `3.23.1` |
| [@tiptap/extension-highlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-highlight) | `3.21.0` | `3.23.1` |
| [@tiptap/extension-mention](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-mention) | `3.21.0` | `3.23.1` |
| [@tiptap/extension-placeholder](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-placeholder) | `3.21.0` | `3.23.1` |
| [@tiptap/extension-table](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table) | `3.21.0` | `3.23.1` |
| [@tiptap/extension-table-cell](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-cell) | `3.21.0` | `3.23.1` |
| [@tiptap/extension-table-header](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-header) | `3.21.0` | `3.23.1` |
| [@tiptap/extension-table-row](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-table-row) | `3.21.0` | `3.23.1` |
| [@tiptap/extension-task-item](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-task-item) | `3.21.0` | `3.23.1` |
| [@tiptap/extension-task-list](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-task-list) | `3.21.0` | `3.23.1` |
| [@tiptap/extension-youtube](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-youtube) | `3.20.4` | `3.23.1` |
| [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) | `3.21.0` | `3.23.1` |
| [@tiptap/react](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/react) | `3.21.0` | `3.23.1` |
| [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `3.21.0` | `3.23.1` |
| [@tiptap/suggestion](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/suggestion) | `3.17.0` | `3.23.1` |
| [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) | `12.10.1` | `12.10.2` |
| [@xyflow/system](https://github.com/xyflow/xyflow/tree/HEAD/packages/system) | `0.0.75` | `0.0.76` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `6.0.141` | `6.0.177` |
| [axios](https://github.com/axios/axios) | `1.14.0` | `1.16.0` |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.3.3` | `3.4.2` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `11.13.0` | `11.14.0` |
| [mobx](https://github.com/mobxjs/mobx) | `6.15.0` | `6.15.3` |
| [next](https://github.com/vercel/next.js) | `16.1.4` | `16.2.6` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.3` | `19.2.6` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.3` | `19.2.6` |
| [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `4.7.6` | `4.11.0` |
| [react-virtuoso](https://github.com/petyosi/react-virtuoso/tree/HEAD/packages/react-virtuoso) | `4.18.3` | `4.18.7` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.5.0` | `3.6.0` |
| [zod](https://github.com/colinhacks/zod) | `4.3.6` | `4.4.3` |
| [@axe-core/playwright](https://github.com/dequelabs/axe-core-npm) | `4.11.1` | `4.11.3` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.58.2` | `1.59.1` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.2.2` | `4.3.0` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.95.2` | `5.100.9` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `25.6.2` |
| [dotenv](https://github.com/motdotla/dotenv) | `17.3.1` | `17.4.2` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.1.4` | `16.2.6` |
| [msw](https://github.com/mswjs/msw) | `2.12.14` | `2.14.5` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.2` | `4.3.0` |



Updates `@codemirror/view` from 6.40.0 to 6.42.1
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/view/commits)

Updates `@supabase/supabase-js` from 2.100.1 to 2.105.4
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/develop/packages/core/supabase-js/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-js/commits/v2.105.4/packages/core/supabase-js)

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

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

Updates `@tiptap/core` from 3.21.0 to 3.23.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.1/packages/core)

Updates `@tiptap/extension-blockquote` from 3.20.4 to 3.23.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-blockquote/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.1/packages/extension-blockquote)

Updates `@tiptap/extension-character-count` from 3.21.0 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-code-block-lowlight` from 3.21.0 to 3.23.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-code-block-lowlight/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.1/packages/extension-code-block-lowlight)

Updates `@tiptap/extension-highlight` from 3.21.0 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-mention` from 3.21.0 to 3.23.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-mention/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.1/packages/extension-mention)

Updates `@tiptap/extension-placeholder` from 3.21.0 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-table` from 3.21.0 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-table-cell` from 3.21.0 to 3.23.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.1/packages/extension-table-cell)

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

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

Updates `@tiptap/extension-task-item` from 3.21.0 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.21.0 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-youtube` from 3.20.4 to 3.23.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-youtube/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.1/packages/extension-youtube)

Updates `@tiptap/pm` from 3.21.0 to 3.23.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/pm/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.1/packages/pm)

Updates `@tiptap/react` from 3.21.0 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.21.0 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 `@tiptap/suggestion` from 3.17.0 to 3.23.1
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/suggestion/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.23.1/packages/suggestion)

Updates `@xyflow/react` from 12.10.1 to 12.10.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.10.2/packages/react)

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

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

Updates `axios` from 1.14.0 to 1.16.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.14.0...v1.16.0)

Updates `dompurify` from 3.3.3 to 3.4.2
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.3.3...3.4.2)

Updates `mermaid` from 11.13.0 to 11.14.0
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.13.0...mermaid@11.14.0)

Updates `mobx` from 6.15.0 to 6.15.3
- [Release notes](https://github.com/mobxjs/mobx/releases)
- [Commits](https://github.com/mobxjs/mobx/commits/mobx@6.15.3)

Updates `next` from 16.1.4 to 16.2.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.1.4...v16.2.6)

Updates `react` from 19.2.3 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.3 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-resizable-panels` from 4.7.6 to 4.11.0
- [Release notes](https://github.com/bvaughn/react-resizable-panels/releases)
- [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md)
- [Commits](bvaughn/react-resizable-panels@4.7.6...4.11.0)

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

Updates `tailwind-merge` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v3.5.0...v3.6.0)

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

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

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 `@tailwindcss/postcss` from 4.2.2 to 4.3.0
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.0/packages/@tailwindcss-postcss)

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

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

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

Updates `eslint-config-next` from 16.1.4 to 16.2.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.6/packages/eslint-config-next)

Updates `msw` from 2.12.14 to 2.14.5
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.12.14...v2.14.5)

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

Updates `tailwindcss` from 4.2.2 to 4.3.0
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.0/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: "@codemirror/view"
  dependency-version: 6.42.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: "@supabase/supabase-js"
  dependency-version: 2.105.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.100.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: "@tanstack/react-virtual"
  dependency-version: 3.13.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: node-minor-patch
- dependency-name: "@tiptap/core"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: "@tiptap/extension-blockquote"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-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: node-minor-patch
- dependency-name: "@tiptap/extension-code-block-lowlight"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: "@tiptap/extension-highlight"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: "@tiptap/extension-mention"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: "@tiptap/extension-placeholder"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: "@tiptap/extension-table"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: "@tiptap/extension-table-cell"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: "@tiptap/extension-table-header"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: "@tiptap/extension-table-row"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-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: node-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: node-minor-patch
- dependency-name: "@tiptap/extension-youtube"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: "@tiptap/pm"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: "@tiptap/react"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: "@tiptap/suggestion"
  dependency-version: 3.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: "@xyflow/react"
  dependency-version: 12.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: node-minor-patch
- dependency-name: "@xyflow/system"
  dependency-version: 0.0.76
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: node-minor-patch
- dependency-name: ai
  dependency-version: 6.0.177
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: node-minor-patch
- dependency-name: axios
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: dompurify
  dependency-version: 3.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: mermaid
  dependency-version: 11.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: mobx
  dependency-version: 6.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: node-minor-patch
- dependency-name: next
  dependency-version: 16.2.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: react
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: node-minor-patch
- dependency-name: react-dom
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: node-minor-patch
- dependency-name: react-resizable-panels
  dependency-version: 4.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: react-virtuoso
  dependency-version: 4.18.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: node-minor-patch
- dependency-name: tailwind-merge
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: zod
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: "@axe-core/playwright"
  dependency-version: 4.11.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: node-minor-patch
- dependency-name: "@playwright/test"
  dependency-version: 1.59.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.100.9
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: "@types/node"
  dependency-version: 25.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: dotenv
  dependency-version: 17.4.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: eslint-config-next
  dependency-version: 16.2.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: msw
  dependency-version: 2.14.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: node-minor-patch
- dependency-name: tailwindcss
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 11, 2026
@dependabot
dependabot Bot requested a review from pilotspacex-byte as a code owner May 11, 2026 01:31
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 11, 2026
@vercel

vercel Bot commented May 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Actions Updated (UTC)
pilot-space Ignored Ignored Preview May 11, 2026 1:32am
pilot-space-nroy Ignored Ignored Preview May 11, 2026 1:32am

@dependabot @github

dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 25, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/frontend/node-minor-patch-03c642595c branch May 25, 2026 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants