Skip to content

chore(deps): update tiptap monorepo#293

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

chore(deps): update tiptap monorepo#293
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/tiptap-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 24, 2026

This PR contains the following updates:

Package Change Age Confidence
@tiptap/core (source) 3.20.43.22.0 age confidence
@tiptap/extension-blockquote (source) 3.20.43.21.0 age confidence
@tiptap/extension-bold (source) 3.20.43.21.0 age confidence
@tiptap/extension-code-block (source) 3.20.43.22.0 age confidence
@tiptap/extension-document (source) 3.20.43.21.0 age confidence
@tiptap/extension-heading (source) 3.20.43.21.0 age confidence
@tiptap/extension-image (source) 3.20.43.21.0 age confidence
@tiptap/extension-italic (source) 3.20.43.22.0 age confidence
@tiptap/extension-link (source) 3.20.43.21.0 age confidence
@tiptap/extension-list (source) 3.20.43.21.0 age confidence
@tiptap/extension-paragraph (source) 3.20.43.21.0 age confidence
@tiptap/extension-text (source) 3.20.43.21.0 age confidence
@tiptap/extension-text-align (source) 3.20.43.21.0 age confidence
@tiptap/extensions (source) 3.20.43.21.0 age confidence
@tiptap/pm (source) 3.20.43.21.0 age confidence
@tiptap/react (source) 3.20.43.21.0 age confidence

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v3.22.0

Patch Changes
  • 912a49b: Fix HTML character escaping in markdown roundtrip. HTML entities (&lt;, &gt;, &amp;, &quot;) are now decoded to literal characters when parsing markdown into the editor. <, >, and & are re-encoded when serializing back to markdown, while " is preserved as a literal character since double quotes are ordinary in markdown. Code detection for skipping encoding now uses the code: true extension spec instead of hardcoded type names. Literal characters inside code blocks and inline code are always preserved.
  • 7d4fb9a: Fix ResizableNodeView ignoring node's inline setting by using inline-flex for inline nodes and flex for block nodes
  • 0c1c112: extendMarkRange defaults to using the attributes of the first mark of the given type, instead of attributes = {}. In particular, extendMarkRange('link') no longer extends to adjacent links with different hrefs; restore the previous behavior with extendMarkRange('link', {}).
  • 0c1c112: Fix getMarkRange attributes default to consider the first mark of the given type
  • f99bdc2: Guard mark delete event handling when unsetMark removes a mark from inline content that starts at position 0, preventing a RangeError during the before-node lookup.

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

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

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

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

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-code-block)

v3.22.0

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

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

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

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

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

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

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

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

v3.22.0

Patch Changes

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

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

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

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

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

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

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

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

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-text-align)

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

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

v3.21.0

Compare Source

@​tiptap/extension-details
Minor Changes
  • Add a renderToggleButton option to customize the details toggle button, including its accessible label.
@​tiptap/markdown
Patch Changes
  • Fix custom markdown tokenizer helper lexing to use Marked's active lexer so ordered list parsing no longer breaks inline tokenization in following paragraphs.
@​tiptap/extension-drag-handle
Patch Changes
  • Updated findElementNextToCoords to fall back to view.posAtCoords when elementsFromPoint returns no matching block, resolving the position to the top-level block node.
@​tiptap/extension-emoji
Patch Changes
  • Update emoji dataset to include latest Unicode emojis.

v3.20.6

Compare Source

@​tiptap/extension-drag-handle
Patch Changes
  • Fix drag preview cleanup so cloned drag images are also removed when dragging ends without a valid drop.

v3.20.5

@​tiptap/extensions
Patch Changes
  • Add support for skipping trailing node insertion on transactions by setting the skipTrailingNode meta flag.
ueberdosis/tiptap (@​tiptap/pm)

v3.21.0

Compare Source

v3.20.6

Compare Source

v3.20.5

ueberdosis/tiptap (@​tiptap/react)

v3.21.0

Compare Source

Patch Changes

v3.20.6

Compare Source

Patch Changes

v3.20.5

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 force-pushed the renovate/tiptap-monorepo branch from ac7270c to 9c1cc99 Compare March 27, 2026 12:05
@renovate renovate bot changed the title chore(deps): update tiptap monorepo to v3.20.5 chore(deps): update tiptap monorepo to v3.20.6 Mar 27, 2026
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from 9c1cc99 to e197ebd Compare March 27, 2026 13:53
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from e197ebd to 848a645 Compare March 27, 2026 18:16
@renovate renovate bot changed the title chore(deps): update tiptap monorepo to v3.20.6 chore(deps): update tiptap monorepo to v3.21.0 Mar 27, 2026
@renovate renovate bot changed the title chore(deps): update tiptap monorepo to v3.21.0 chore(deps): update tiptap monorepo Mar 31, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 31, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: frontend/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: email-learning-platform@0.0.0
npm error Found: @tiptap/pm@3.21.0
npm error node_modules/@tiptap/pm
npm error   @tiptap/pm@"3.21.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @tiptap/pm@"^3.22.0" from @tiptap/core@3.22.0
npm error node_modules/@tiptap/core
npm error   @tiptap/core@"3.22.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-03-31T18_24_51_074Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-03-31T18_24_51_074Z-debug-0.log

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