Skip to content

chore(deps): update tiptap monorepo to v3.23.6#660

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tiptap-monorepo
Open

chore(deps): update tiptap monorepo to v3.23.6#660
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tiptap-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 20, 2026

This PR contains the following updates:

Package Change Age Confidence
@tiptap/core (source) 3.22.53.23.6 age confidence
@tiptap/extension-link (source) 3.22.53.23.6 age confidence
@tiptap/extension-placeholder (source) 3.22.53.23.6 age confidence
@tiptap/pm (source) 3.22.53.23.6 age confidence
@tiptap/react (source) 3.22.53.23.6 age confidence
@tiptap/starter-kit (source) 3.22.53.23.6 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ueberdosis/tiptap (@​tiptap/core)

v3.23.6

Compare Source

Patch Changes
  • d168376: Fix deleteSelection to properly handle inline nodes with text* content. The selection is now expanded to include the entire inline node boundaries when deleting, preventing incorrect collapse of inline text nodes.

v3.23.5

Compare Source

Patch Changes
  • 835caf5: Fix $pos() returning correct node for non-text atom nodes instead of doc node

  • 95e138c: fix(nodeview): eliminate unnecessary re-renders, add opt-in position tracking

    NodeViews no longer re-render when decorations or position change without
    content changes. Added trackNodeViewPosition option — when enabled, the
    component re-renders on every position shift so calls to getPos() stay
    current in render output. Removed the internal nodeViewPositionRegistry.
    Added shallow prop comparison in ReactRenderer.updateProps().

v3.23.4

Compare Source

Patch Changes

v3.23.2

Compare Source

Patch Changes
  • f98eaaf: Fix " HTML entity encoding in getHTML() output for inline style attributes. Adds a getStyleProperty utility to @tiptap/core and migrates Color, BackgroundColor, FontFamily, FontSize, LineHeight, and Highlight extensions to use it (#​7016)

v3.23.1

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-link)

v3.23.6

Compare Source

Patch Changes

v3.23.5

Compare Source

Patch Changes

v3.23.4

Compare Source

@​tiptap/extensions
Patch Changes
  • 0f05ae7: Add a new autoTrim option to CharacterCount which can be used to allow exceeding the character limit and either trim or validate the content length manually

v3.23.2

Compare Source

@​tiptap/extension-twitch
Patch Changes
  • 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
  • Updated dependencies [8b210e7]
@​tiptap/extension-youtube
Patch Changes
  • 8b210e7: Fix Twitch and YouTube embeds losing their canonical video, clip, channel, or playlist URL when HTML content is loaded back into the editor.
  • Updated dependencies [8b210e7]
@​tiptap/core
Patch Changes
  • 8b210e7: Fix " HTML entity encoding in getHTML() output for inline style attributes. Adds a getStyleProperty utility to @tiptap/core and migrates Color, BackgroundColor, FontFamily, FontSize, LineHeight, and Highlight extensions to use it (#​7016)
  • @​tiptap/pm@​3.23.2
@​tiptap/extension-text-style
Patch Changes
  • 8b210e7: Fix " HTML entity encoding in getHTML() output for inline style attributes. Adds a getStyleProperty utility to @tiptap/core and migrates Color, BackgroundColor, FontFamily, FontSize, LineHeight, and Highlight extensions to use it (#​7016)
  • Updated dependencies [8b210e7]
@​tiptap/extension-highlight
Patch Changes
  • 8b210e7: Fix " HTML entity encoding in getHTML() output for inline style attributes. Adds a getStyleProperty utility to @tiptap/core and migrates Color, BackgroundColor, FontFamily, FontSize, LineHeight, and Highlight extensions to use it (#​7016)
  • Updated dependencies [8b210e7]
@​tiptap/react
Patch Changes
  • 8b210e7: Default immediatelyRender to false in SSR environments instead of throwing an error

    Previously, omitting immediatelyRender in an SSR environment (e.g. Next.js) would throw an error in development and silently return null in production. This was a common source of crashes, especially when AI-generated code set up the editor without explicitly passing immediatelyRender: false. The hook now defaults immediatelyRender to true, but automatically sets it to false when SSR is detected, logging a warning in development instead of throwing.

  • Updated dependencies [8b210e7]

@​tiptap/vue-3
Patch Changes
@​tiptap/server-ai-toolkit
Minor Changes
  • 8b210e7: Initial open-source release of the Server AI Toolkit package

v3.23.1

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-placeholder)

v3.23.6

Compare Source

Patch Changes

v3.23.5

Compare Source

Patch Changes

v3.23.4

Compare Source

Patch Changes

v3.23.2

Compare Source

Patch Changes

v3.23.1

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/pm)

v3.23.6

Compare Source

v3.23.5

Compare Source

v3.23.4

Compare Source

v3.23.2

Compare Source

v3.23.1

Compare Source

ueberdosis/tiptap (@​tiptap/react)

v3.23.6

Compare Source

Patch Changes

v3.23.5

Compare Source

Patch Changes
  • b5f34fc: Respect explicit immediatelyRender: true in client-side Next.js. Previously, when running under Next.js (window.next present), the immediatelyRender option was forced to false even when the user explicitly passed true, breaking client-only Next.js apps that rely on the editor existing on the first render. The hook now only forces false when actual SSR is detected (typeof window === 'undefined'), or when running under Next.js with no explicit value.

  • 95e138c: fix(nodeview): eliminate unnecessary re-renders, add opt-in position tracking

    NodeViews no longer re-render when decorations or position change without
    content changes. Added trackNodeViewPosition option — when enabled, the
    component re-renders on every position shift so calls to getPos() stay
    current in render output. Removed the internal nodeViewPositionRegistry.
    Added shallow prop comparison in ReactRenderer.updateProps().

  • Updated dependencies [835caf5]

  • Updated dependencies [95e138c]

v3.23.4

Compare Source

Patch Changes

v3.23.2

Compare Source

Patch Changes
  • 30e0b58: Default immediatelyRender to false in SSR environments instead of throwing an error

    Previously, omitting immediatelyRender in an SSR environment (e.g. Next.js) would throw an error in development and silently return null in production. This was a common source of crashes, especially when AI-generated code set up the editor without explicitly passing immediatelyRender: false. The hook now defaults immediatelyRender to true, but automatically sets it to false when SSR is detected, logging a warning in development instead of throwing.

  • Updated dependencies [f98eaaf]

v3.23.1

Compare Source

Patch Changes
ueberdosis/tiptap (@​tiptap/starter-kit)

v3.23.6

Compare Source

Patch Changes

v3.23.5

Compare Source

Patch Changes

v3.23.4

Compare Source

Patch Changes

v3.23.2

Compare Source

Patch Changes

v3.23.1

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner May 20, 2026 21:30
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch 2 times, most recently from 3746f41 to c4172fc Compare May 20, 2026 22:31
@renovate renovate Bot enabled auto-merge (squash) May 20, 2026 22:31
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch 5 times, most recently from 43b83b1 to ff2d090 Compare May 21, 2026 13:05
@renovate renovate Bot changed the title chore(deps): update tiptap monorepo to v3.23.4 chore(deps): update tiptap monorepo to v3.23.5 May 21, 2026
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch 20 times, most recently from 46615a5 to 91141a7 Compare May 22, 2026 20:53
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch 18 times, most recently from 43abf61 to 4bae736 Compare May 23, 2026 17:59
@wpfleger96 wpfleger96 disabled auto-merge May 23, 2026 18:50
@renovate renovate Bot enabled auto-merge (squash) May 23, 2026 18:53
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch 2 times, most recently from 456ff2e to 2c996fb Compare May 23, 2026 20:18
@renovate renovate Bot changed the title chore(deps): update tiptap monorepo to v3.23.5 chore(deps): update tiptap monorepo to v3.23.6 May 23, 2026
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch 5 times, most recently from ee798bf to f8a52c1 Compare May 24, 2026 00:35
@renovate renovate Bot force-pushed the renovate/tiptap-monorepo branch from f8a52c1 to c5792d8 Compare May 24, 2026 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants