CodeIssuesPull RequestsActionsSecurityInsights
✨ AI
More
Settings

deps: bump the minor-and-patch group across 1 directory with 18 updates #3850

MergedXSccantynz wants to mergedependabot/npm_and_yarn/minor-and-patch-e124ddbbe1mainopened Jun 15, 2026
ccantynzcommented Jun 15, 2026

Originally written by @dependabot[bot] on GitHub.
Imported from https://github.com/ccantynz-alt/MarcoReid.com/pull/93


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

Package From To
@anthropic-ai/sdk 0.100.1 0.104.2
@tailwindcss/postcss 4.3.0 4.3.1
@tiptap/extension-highlight 3.24.0 3.26.1
@tiptap/extension-placeholder 3.24.0 3.26.1
@tiptap/extension-typography 3.24.0 3.26.1
@tiptap/pm 3.24.0 3.26.1
@tiptap/react 3.24.0 3.26.1
@tiptap/starter-kit 3.24.0 3.26.1
next 16.2.7 16.2.9
openai 6.41.0 6.42.0
stripe 22.2.0 22.2.1
@next/bundle-analyzer 16.2.7 16.2.9
@playwright/test 1.60.0 1.61.0
@types/node 25.9.1 25.9.3
@types/react 19.2.16 19.2.17
eslint 10.4.1 10.5.0
eslint-config-next 16.2.7 16.2.9

Updates @anthropic-ai/sdk from 0.100.1 to 0.104.2

Release notes

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

sdk: v0.104.2

0.104.2 (2026-06-15)

Full Changelog: sdk-v0.104.1...sdk-v0.104.2

Chores

  • api: remove retired models from API and SDKs (a942876)

sdk: v0.104.1

0.104.1 (2026-06-09)

Full Changelog: sdk-v0.104.0...sdk-v0.104.1

Bug Fixes

  • api: add frontier_llm refusal category (465e686)

sdk: v0.104.0

0.104.0 (2026-06-09)

Full Changelog: sdk-v0.103.0...sdk-v0.104.0

Features

  • api: add support for Managed Agents deployments and environment variable credentials (d01e38b)

sdk: v0.103.0

0.103.0 (2026-06-09)

Full Changelog: sdk-v0.102.0...sdk-v0.103.0

Features

  • api: add support for claude-mythos-5 and claude-fable-5, with support for server-side fallbacks on refusal (cc337f7)
  • client: adds client-side fallbacks middleware for API providers that do not support server-side fallbacks (cc337f7)
  • middleware: add ctx.logger (#55) (edd1454)

Bug Fixes

sdk: v0.102.0

0.102.0 (2026-06-06)

Full Changelog: sdk-v0.101.0...sdk-v0.102.0

Features

... (truncated)

Changelog

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

0.104.2 (2026-06-15)

Full Changelog: sdk-v0.104.1...sdk-v0.104.2

Chores

  • api: remove retired models from API and SDKs (a942876)

0.104.1 (2026-06-09)

Full Changelog: sdk-v0.104.0...sdk-v0.104.1

Bug Fixes

  • api: add frontier_llm refusal category (465e686)

0.104.0 (2026-06-09)

Full Changelog: sdk-v0.103.0...sdk-v0.104.0

Features

  • api: add support for Managed Agents deployments and environment variable credentials (d01e38b)

0.103.0 (2026-06-09)

Full Changelog: sdk-v0.102.0...sdk-v0.103.0

Features

  • api: add support for claude-mythos-5 and claude-fable-5, with support for server-side fallbacks on refusal (cc337f7)
  • client: adds client-side fallbacks middleware for API providers that do not support server-side fallbacks (cc337f7)
  • middleware: add ctx.logger (#55) (edd1454)

Bug Fixes

0.102.0 (2026-06-06)

Full Changelog: sdk-v0.101.0...sdk-v0.102.0

Features

  • api: small updates to Managed Agents types (8ba4f92)

Bug Fixes

... (truncated)

Commits
  • fbee0d1 chore: release main
  • e984ba4 chore(api): remove retired models from API and SDKs
  • 9a0442d chore: release main
  • 1ccd401 fix(api): add frontier_llm refusal category
  • 8be0232 chore: release main
  • 813af32 feat(api): add support for Managed Agents deployments and environment variabl...
  • 589eed1 chore: release main
  • a785874 feat(api): add support for claude-mythos-5 and claude-fable-5, with support f...
  • 6322a4f fix(client): 3p middleware ordering (#53)
  • c2e94fc feat(middleware): add ctx.logger (#55)
  • Additional commits viewable in compare view

Updates @tailwindcss/postcss from 4.3.0 to 4.3.1

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.3.1

Added

  • Add --silent option to suppress output in @tailwindcss/cli (#20100)

Fixed

  • Remove deprecation warnings by using Module#registerHooks instead of Module#register on Node 26+ (#20028)
  • Canonicalization: don't crash when plugin utilities throw for unsupported values (#20052)
  • Allow @apply to be used with CSS mixins (#19427)
  • Ensure not-* correctly negates @container queries, including style(…) queries (#20059)
  • Ensure drop-shadow-* color utilities work with custom shadow values containing calc(…) (#20080)
  • Fix 'Sourcemap is likely to be incorrect' warnings when using @tailwindcss/vite (#20103)
  • Ensure @tailwindcss/webpack can be installed in Rspack projects without requiring webpack as a peer dependency (#20027)
  • Canonicalization: don't suggest invalid calc(…) expressions (e.g. px-[calc(1rem+0px)]px-[calc(1rem+0)]) (#20127)
  • Canonicalization: avoid suggesting large spacing-scale values for arbitrary lengths (e.g. left-[99999px]left-[99999px], not left-24999.75) (#20130)
  • Ensure @tailwindcss/cli in --watch mode recovers when a tracked dependency is deleted and restored (#20137)
  • Ensure standalone @tailwindcss/cli binaries are ignored when scanning for class candidates (#20139)
  • Ensure class candidates are extracted from Twig addClass(…) and removeClass(…) calls (#20198)
  • Don't crash in the Ruby or Vue preprocessors when scanning files containing invalid UTF-8 bytes (#19588)
  • Allow @variant to be used inside addBase (#19480)
  • Ensure @source globs with symlinks are preserved (#20203)
  • Ensure later @source rules can re-include files excluded by earlier @source not rules (#20203)
  • Upgrade: don't migrate empty class rules to invalid @utility rules (#20205)
  • Ensure transitions between inset-shadow-none and other inset shadows work correctly (#20208)
  • Ensure explicitly referenced @source directories are scanned even when ignored by git (#20214)
  • Ensure @source globs ending in **/* preserve dynamic path segments to avoid scanning too many files (#20217)
  • Canonicalization: don't fold calc(…) divisions when the result would require high precision (e.g. w-[calc(100%/3.5)]w-[calc(100%/3.5)], not w-[28.571428571428573%]) (#20221)
  • Serve ESM type declarations to ESM importers of @tailwindcss/postcss (#20228)

Changed

  • Generate 0 instead of calc(var(--spacing) * 0) for spacing utilities like m-0 and left-0 (#20196)
  • Generate var(--spacing) instead of calc(var(--spacing) * 1) for spacing utilities like m-1 and left-1 (#20196)
Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.3.1] - 2026-06-12

Added

  • Add --silent option to suppress output in @tailwindcss/cli (#20100)

Fixed

  • Remove deprecation warnings by using Module#registerHooks instead of Module#register on Node 26+ (#20028)
  • Canonicalization: don't crash when plugin utilities throw for unsupported values (#20052)
  • Allow @apply to be used with CSS mixins (#19427)
  • Ensure not-* correctly negates @container queries, including style(…) queries (#20059)
  • Ensure drop-shadow-* color utilities work with custom shadow values containing calc(…) (#20080)
  • Fix 'Sourcemap is likely to be incorrect' warnings when using @tailwindcss/vite (#20103)
  • Ensure @tailwindcss/webpack can be installed in Rspack projects without requiring webpack as a peer dependency (#20027)
  • Canonicalization: don't suggest invalid calc(…) expressions (e.g. px-[calc(1rem+0px)]px-[calc(1rem+0)]) (#20127)
  • Canonicalization: avoid suggesting large spacing-scale values for arbitrary lengths (e.g. left-[99999px]left-[99999px], not left-24999.75) (#20130)
  • Ensure @tailwindcss/cli in --watch mode recovers when a tracked dependency is deleted and restored (#20137)
  • Ensure standalone @tailwindcss/cli binaries are ignored when scanning for class candidates (#20139)
  • Ensure class candidates are extracted from Twig addClass(…) and removeClass(…) calls (#20198)
  • Don't crash in the Ruby or Vue preprocessors when scanning files containing invalid UTF-8 bytes (#19588)
  • Allow @variant to be used inside addBase (#19480)
  • Ensure @source globs with symlinks are preserved (#20203)
  • Ensure later @source rules can re-include files excluded by earlier @source not rules (#20203)
  • Upgrade: don't migrate empty class rules to invalid @utility rules (#20205)
  • Ensure transitions between inset-shadow-none and other inset shadows work correctly (#20208)
  • Ensure explicitly referenced @source directories are scanned even when ignored by git (#20214)
  • Ensure @source globs ending in **/* preserve dynamic path segments to avoid scanning too many files (#20217)
  • Canonicalization: don't fold calc(…) divisions when the result would require high precision (e.g. w-[calc(100%/3.5)]w-[calc(100%/3.5)], not w-[28.571428571428573%]) (#20221)
  • Serve ESM type declarations to ESM importers of @tailwindcss/postcss (#20228)

Changed

  • Generate 0 instead of calc(var(--spacing) * 0) for spacing utilities like m-0 and left-0 (#20196)
  • Generate var(--spacing) instead of calc(var(--spacing) * 1) for spacing utilities like m-1 and left-1 (#20196)
Commits

Updates @tiptap/extension-highlight from 3.24.0 to 3.26.1

Release notes

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

v3.26.1

@​tiptap/extension-node-range

Patch Changes

  • a38c9c0: Fixed drag-and-drop duplicating blocks during collaboration. When a remote collaborator edited the document mid-drag, dropping left an empty copy of the dragged block at its original position. This fix also requires a version of @tiptap/y-tiptap that restores node range selections across remote updates.
  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

@​tiptap/extension-drag-handle

Patch Changes

  • a38c9c0: Restore the node range selection after dragging multiple blocks. Previously, dropping a multi-block drag left a text selection inside the moved content instead of keeping the dragged blocks selected.
  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • Updated dependencies [a38c9c0]
  • Updated dependencies [a38c9c0]
    • @​tiptap/extension-node-range@​3.26.1
    • @​tiptap/extension-collaboration@​3.26.1
    • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

@​tiptap/extension-collaboration-caret

Patch Changes

  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

@​tiptap/extension-collaboration

Patch Changes

  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

v3.26.0

@​tiptap/extension-blockquote

Minor Changes

  • 7fb19eb: Backspace at the start of a non-first child of a blockquote now lifts that child out, splitting the blockquote around it. A second backspace at the start of a top-level textblock whose previous sibling is a blockquote merges the textblock's inline content into the blockquote's last textblock instead of pulling the paragraph back inside.

Patch Changes

  • @​tiptap/core@​3.26.0

... (truncated)

Changelog

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

3.26.1

Patch Changes

  • @​tiptap/core@​3.26.1

3.26.0

Patch Changes

  • @​tiptap/core@​3.26.0

3.25.0

Patch Changes

  • Updated dependencies [ec291dd]
  • Updated dependencies [454e9b8]
  • Updated dependencies [9cf8db0]
  • Updated dependencies [3d4f94c]
    • @​tiptap/core@​3.25.0
Commits
  • 6c1efd3 chore(release): publish a new stable version (#7934)
  • 2477351 chore(release): publish a new stable version
  • 5d50336 chore(release): publish a new stable version
  • See full diff in compare view

Updates @tiptap/extension-placeholder from 3.24.0 to 3.26.1

Release notes

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

v3.26.1

@​tiptap/extension-node-range

Patch Changes

  • a38c9c0: Fixed drag-and-drop duplicating blocks during collaboration. When a remote collaborator edited the document mid-drag, dropping left an empty copy of the dragged block at its original position. This fix also requires a version of @tiptap/y-tiptap that restores node range selections across remote updates.
  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

@​tiptap/extension-drag-handle

Patch Changes

  • a38c9c0: Restore the node range selection after dragging multiple blocks. Previously, dropping a multi-block drag left a text selection inside the moved content instead of keeping the dragged blocks selected.
  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • Updated dependencies [a38c9c0]
  • Updated dependencies [a38c9c0]
    • @​tiptap/extension-node-range@​3.26.1
    • @​tiptap/extension-collaboration@​3.26.1
    • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

@​tiptap/extension-collaboration-caret

Patch Changes

  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

@​tiptap/extension-collaboration

Patch Changes

  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

v3.26.0

@​tiptap/extension-blockquote

Minor Changes

  • 7fb19eb: Backspace at the start of a non-first child of a blockquote now lifts that child out, splitting the blockquote around it. A second backspace at the start of a top-level textblock whose previous sibling is a blockquote merges the textblock's inline content into the blockquote's last textblock instead of pulling the paragraph back inside.

Patch Changes

  • @​tiptap/core@​3.26.0

... (truncated)

Changelog

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

3.26.1

Patch Changes

  • @​tiptap/extensions@​3.26.1

3.26.0

Patch Changes

  • Updated dependencies [75e8404]
    • @​tiptap/extensions@​3.26.0

3.25.0

Patch Changes

  • Updated dependencies
    • @​tiptap/extensions@​3.25.0
Commits
  • 6c1efd3 chore(release): publish a new stable version (#7934)
  • 2477351 chore(release): publish a new stable version
  • 5d50336 chore(release): publish a new stable version
  • See full diff in compare view

Updates @tiptap/extension-typography from 3.24.0 to 3.26.1

Release notes

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

v3.26.1

@​tiptap/extension-node-range

Patch Changes

  • a38c9c0: Fixed drag-and-drop duplicating blocks during collaboration. When a remote collaborator edited the document mid-drag, dropping left an empty copy of the dragged block at its original position. This fix also requires a version of @tiptap/y-tiptap that restores node range selections across remote updates.
  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

@​tiptap/extension-drag-handle

Patch Changes

  • a38c9c0: Restore the node range selection after dragging multiple blocks. Previously, dropping a multi-block drag left a text selection inside the moved content instead of keeping the dragged blocks selected.
  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • Updated dependencies [a38c9c0]
  • Updated dependencies [a38c9c0]
    • @​tiptap/extension-node-range@​3.26.1
    • @​tiptap/extension-collaboration@​3.26.1
    • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

@​tiptap/extension-collaboration-caret

Patch Changes

  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

@​tiptap/extension-collaboration

Patch Changes

  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

v3.26.0

@​tiptap/extension-blockquote

Minor Changes

  • 7fb19eb: Backspace at the start of a non-first child of a blockquote now lifts that child out, splitting the blockquote around it. A second backspace at the start of a top-level textblock whose previous sibling is a blockquote merges the textblock's inline content into the blockquote's last textblock instead of pulling the paragraph back inside.

Patch Changes

  • @​tiptap/core@​3.26.0

... (truncated)

Changelog

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

3.26.1

Patch Changes

  • @​tiptap/core@​3.26.1

3.26.0

Patch Changes

  • @​tiptap/core@​3.26.0

3.25.0

Patch Changes

  • Updated dependencies [ec291dd]
  • Updated dependencies [454e9b8]
  • Updated dependencies [9cf8db0]
  • Updated dependencies [3d4f94c]
    • @​tiptap/core@​3.25.0
Commits
  • 6c1efd3 chore(release): publish a new stable version (#7934)
  • 2477351 chore(release): publish a new stable version
  • 5d50336 chore(release): publish a new stable version
  • See full diff in compare view

Updates @tiptap/pm from 3.24.0 to 3.26.1

Release notes

Sourced from @​tiptap/pm's releases.

v3.26.1

@​tiptap/extension-node-range

Patch Changes

  • a38c9c0: Fixed drag-and-drop duplicating blocks during collaboration. When a remote collaborator edited the document mid-drag, dropping left an empty copy of the dragged block at its original position. This fix also requires a version of @tiptap/y-tiptap that restores node range selections across remote updates.
  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

@​tiptap/extension-drag-handle

Patch Changes

  • a38c9c0: Restore the node range selection after dragging multiple blocks. Previously, dropping a multi-block drag left a text selection inside the moved content instead of keeping the dragged blocks selected.
  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • Updated dependencies [a38c9c0]
  • Updated dependencies [a38c9c0]
    • @​tiptap/extension-node-range@​3.26.1
    • @​tiptap/extension-collaboration@​3.26.1
    • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

@​tiptap/extension-collaboration-caret

Patch Changes

  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

@​tiptap/extension-collaboration

Patch Changes

  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

v3.26.0

@​tiptap/extension-blockquote

Minor Changes

  • 7fb19eb: Backspace at the start of a non-first child of a blockquote now lifts that child out, splitting the blockquote around it. A second backspace at the start of a top-level textblock whose previous sibling is a blockquote merges the textblock's inline content into the blockquote's last textblock instead of pulling the paragraph back inside.

Patch Changes

  • @​tiptap/core@​3.26.0

... (truncated)

Changelog

Sourced from @​tiptap/pm's changelog.

3.26.1

3.26.0

3.25.0

Patch Changes

  • c1a2ce8: Bump prosemirror-tables to ^1.8.0 so findTable is available from @tiptap/pm, and align the related ProseMirror dependencies with the versions required by prosemirror-tables.
Commits
  • 6c1efd3 chore(release): publish a new stable version (#7934)
  • 2477351 chore(release): publish a new stable version
  • 5d50336 chore(release): publish a new stable version
  • c1a2ce8 fix(pm): bump prosemirror-tables for findTable
  • See full diff in compare view

Updates @tiptap/react from 3.24.0 to 3.26.1

Release notes

Sourced from @​tiptap/react's releases.

v3.26.1

@​tiptap/extension-node-range

Patch Changes

  • a38c9c0: Fixed drag-and-drop duplicating blocks during collaboration. When a remote collaborator edited the document mid-drag, dropping left an empty copy of the dragged block at its original position. This fix also requires a version of @tiptap/y-tiptap that restores node range selections across remote updates.
  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

@​tiptap/extension-drag-handle

Patch Changes

  • a38c9c0: Restore the node range selection after dragging multiple blocks. Previously, dropping a multi-block drag left a text selection inside the moved content instead of keeping the dragged blocks selected.
  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • Updated dependencies [a38c9c0]
  • Updated dependencies [a38c9c0]
    • @​tiptap/extension-node-range@​3.26.1
    • @​tiptap/extension-collaboration@​3.26.1
    • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

@​tiptap/extension-collaboration-caret

Patch Changes

  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

@​tiptap/extension-collaboration

Patch Changes

  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

v3.26.0

@​tiptap/extension-blockquote

Minor Changes

  • 7fb19eb: Backspace at the start of a non-first child of a blockquote now lifts that child out, splitting the blockquote around it. A second backspace at the start of a top-level textblock whose previous sibling is a blockquote merges the textblock's inline content into the blockquote's last textblock instead of pulling the paragraph back inside.

Patch Changes

  • @​tiptap/core@​3.26.0

... (truncated)

Changelog

Sourced from @​tiptap/react's changelog.

3.26.1

Patch Changes

  • @​tiptap/core@​3.26.1
  • @​tiptap/pm@​3.26.1

3.26.0

Patch Changes

  • @​tiptap/core@​3.26.0
  • @​tiptap/pm@​3.26.0

3.25.0

Patch Changes

  • Updated dependencies [ec291dd]
  • Updated dependencies [454e9b8]
  • Updated dependencies [9cf8db0]
  • Updated dependencies [c1a2ce8]
  • Updated dependencies [3d4f94c]
    • @​tiptap/core@​3.25.0
    • @​tiptap/pm@​3.25.0
Commits
  • 6c1efd3 chore(release): publish a new stable version (#7934)
  • 2477351 chore(release): publish a new stable version
  • 5d50336 chore(release): publish a new stable version
  • See full diff in compare view

Updates @tiptap/starter-kit from 3.24.0 to 3.26.1

Release notes

Sourced from @​tiptap/starter-kit's releases.

v3.26.1

@​tiptap/extension-node-range

Patch Changes

  • a38c9c0: Fixed drag-and-drop duplicating blocks during collaboration. When a remote collaborator edited the document mid-drag, dropping left an empty copy of the dragged block at its original position. This fix also requires a version of @tiptap/y-tiptap that restores node range selections across remote updates.
  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

@​tiptap/extension-drag-handle

Patch Changes

  • a38c9c0: Restore the node range selection after dragging multiple blocks. Previously, dropping a multi-block drag left a text selection inside the moved content instead of keeping the dragged blocks selected.
  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • Updated dependencies [a38c9c0]
  • Updated dependencies [a38c9c0]
    • @​tiptap/extension-node-range@​3.26.1
    • @​tiptap/extension-collaboration@​3.26.1
    • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

@​tiptap/extension-collaboration-caret

Patch Changes

  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

@​tiptap/extension-collaboration

Patch Changes

  • a38c9c0: Bump @tiptap/y-tiptap to version ^3.0.5
  • @​tiptap/core@​3.26.1
    • @​tiptap/pm@​3.26.1

v3.26.0

@​tiptap/extension-blockquote

Minor Changes

  • 7fb19eb: Backspace at the start of a non-first child of a blockquote now lifts that child out, splitting the blockquote around it. A second backspace at the start of a top-level textblock whose previous sibling is a blockquote merges the textblock's inline content into the blockquote's last textblock instead of pulling the paragraph back inside.

Patch Changes

  • @​tiptap/core@​3.26.0

... (truncated)

Changelog

Sourced from @​tiptap/starter-kit's changelog.

3.26.1

Patch Changes

  • @​tiptap/extension-dropcursor@​3.26.1
  • @​tiptap/extension-gapcursor@​3.26.1
  • @​tiptap/extension-list-item@​3.26.1
  • @​tiptap/extension-list-keymap@​3.26.1
  • @​tiptap/core@​3.26.1
  • @​tiptap/extension-blockquote@​3.26.1
  • @​tiptap/extension-bold@​3.26.1
  • @​tiptap/extension-bullet-list@​3.26.1
  • @​tiptap/extension-code@​3.26.1
  • @​tiptap/extension-code-block@​3.26.1
  • @​tiptap/extension-document@​3.26.1
  • @​tiptap/extension-hard-break@​3.26.1
  • @​tiptap/extension-heading@​3.26.1
  • @​tiptap/extension-horizontal-rule@​3.26.1
  • @​tiptap/extension-italic@​3.26.1
  • @​tiptap/extension-link@​3.26.1
  • @​tiptap/extension-list@​3.26.1
  • @​tiptap/extension-ordered-list@​3.26.1
  • @​tiptap/extension-paragraph@​3.26.1
  • @​tiptap/extension-strike@​3.26.1
  • @​tiptap/extension-text@​3.26.1
  • @​tiptap/extension-underline@​3.26.1
  • @​tiptap/extensions@​3.26.1
  • @​tiptap/pm@​3.26.1

3.26.0

Patch Changes

  • Updated dependencies [155a613]
  • Updated dependencies [75e8404]
    • @​tiptap/extension-blockquote@​3.26.0
    • @​tiptap/extensions@​3.26.0
    • @​tiptap/extension-dropcursor@​3.26.0
    • @​tiptap/extension-gapcursor@​3.26.0
    • @​tiptap/extension-list-item@​3.26.0
    • @​tiptap/extension-list-keymap@​3.26.0
    • @​tiptap/core@​3.26.0
    • @​tiptap/extension-bold@​3.26.0
    • @​tiptap/extension-bullet-list@​3.26.0
    • @​tiptap/extension-code@​3.26.0
    • @​tiptap/extension-code-block@​3.26.0
    • @​tiptap/extension-document@​3.26.0
    • @​tiptap/extension-hard-break@​3.26.0
    • @​tiptap/extension-heading@​3.26.0
    • @​tiptap/extension-horizontal-rule@​3.26.0

... (truncated)

Commits
  • 6c1efd3 chore(release): publish a new stable version (#7934)
  • 2477351 chore(release): publish a new stable version
  • 5d50336 chore(release): publish a new stable version
  • See full diff in compare view

Updates next from 16.2.7 to 16.2.9

Release notes

Sourced from next's releases.

v16.2.9

Empty release to ensure next@latest points at a stable release. Next.js only allows publishing with Trusted Publishing enabled. In order to fix NPM dist-tags, we have to release a new version. Updating dist-tags is not possible with Trusted Publishing.

v16.2.8

Release with no changes in an attempt to fix next@latest pointing at a prerelease version.

Commits

Updates openai from 6.41.0 to 6.42.0

Release notes

Sourced from openai's releases.

v6.42.0

6.42.0 (2026-06-03)

Full Changelog: v6.41.0...v6.42.0

Features

  • api: responses.moderation and chat_completions.moderation (6d8f592)
Changelog

Sourced from openai's changelog.

6.42.0 (2026-06-03)

Full Changelog: v6.41.0...v6.42.0

Features

  • api: responses.moderation and chat_completions.moderation (6d8f592)
Commits

Updates stripe from 22.2.0 to 22.2.1

Release notes

Sourced from stripe's releases.

v22.2.1

  • #2750 URI Encode path params
  • #2747 Fix V2ListIterator: concurrency guard and empty page handling
  • #2740 Add "source" field to user-agent header
  • #2734 Fix parseHttpHeaderAsNumber to return undefined instead of NaN

See the changelog for more details.

Changelog

Sourced from stripe's changelog.

22.2.1 - 2026-06-12

  • #2750 URI Encode path params
  • #2747 Fix V2ListIterator: concurrency guard and empty page handling
  • #2740 Add "source" field to user-agent header
  • #2734 Fix parseHttpHeaderAsNumber to return undefined instead of NaN
Commits

Updates @next/bundle-analyzer from 16.2.7 to 16.2.9

Release notes

Sourced from @​next/bundle-analyzer's releases.

v16.2.9

Empty release to ensure next@latest points at a stable release. Next.js only allows publishing with Trusted Publishing enabled. In order to fix NPM dist-tags, we have to release a new version. Updating dist-tags is not possible with Trusted Publishing.

v16.2.8

Release with no changes in an attempt to fix next@latest pointing at a prerelease version.

Commits

Updates @playwright/test from 1.60.0 to 1.61.0

Release notes

Sourced from @​playwright/test's releases.

v1.61.0

🔑 WebAuthn passkeys

New Credentials virtual authenticator, available via

ccantynzcommented Jun 15, 2026

Originally written by @dependabot[bot] on GitHub.


Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

ccantynzcommented Jun 15, 2026

Originally written by @vercel[bot] on GitHub.


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

Project Deployment Actions Updated (UTC)
marco-reid-com Ready Ready Preview, Comment Jun 15, 2026 6:14pm

Cross-repo impact

See what breaks downstream if this PR merges.

Analyze →
⮌ Merged

This pull request was merged into main.

c comment · e edit title · m merge · a approve · r request changes · ? shortcuts