ampmod/aw3
4
2
Fork
You've already forked aw3
1

chore(deps): update tiptap monorepo to v3.22.1 #59

Merged
ampelc merged 1 commit from renovate/tiptap-monorepo into develop 2026年04月06日 14:39:50 +02:00

This PR contains the following updates:

Package Change Age Confidence
@tiptap/core (source) 3.21.03.22.1 age confidence
@tiptap/extension-bubble-menu (source) 3.21.03.22.1 age confidence
@tiptap/extension-link (source) 3.21.03.22.1 age confidence
@tiptap/extension-placeholder (source) 3.21.03.22.1 age confidence
@tiptap/markdown (source) 3.21.03.22.1 age confidence
@tiptap/pm (source) 3.21.03.22.1 age confidence
@tiptap/starter-kit (source) 3.21.03.22.1 age confidence

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v3.22.1

Compare Source

Patch Changes
  • ee03ac0: Fix NodeView not re-rendering when a node's position changes without content or decoration changes (e.g. when a sibling node is moved within the same parent)
  • b88f9ed: Don't stop dragover/dragenter events in NodeViews, to prevent spurious drag-copy cursors

v3.22.0

Compare Source

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.
ueberdosis/tiptap (@​tiptap/extension-bubble-menu)

v3.22.1

Compare Source

Patch Changes

v3.22.0

Compare Source

Patch Changes
  • b6b46c9: Prevent hidden bubble menus from reappearing during scroll and resize updates. Bubble menu positioning now only runs for menus that are already shown, so default text-selection menus stay hidden until they should actually open.
  • Updated dependencies [912a49b]
  • Updated dependencies [7d4fb9a]
  • Updated dependencies [0c1c112]
  • Updated dependencies [0c1c112]
  • Updated dependencies [f99bdc2]
ueberdosis/tiptap (@​tiptap/extension-link)

Compare Source

Patch Changes

Compare Source

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

v3.22.1

Compare Source

Patch Changes

v3.22.0

Compare Source

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

v3.22.1

Compare Source

Patch Changes

v3.22.0

Compare Source

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.
  • Updated dependencies [912a49b]
  • Updated dependencies [7d4fb9a]
  • Updated dependencies [0c1c112]
  • Updated dependencies [0c1c112]
  • Updated dependencies [f99bdc2]
ueberdosis/tiptap (@​tiptap/pm)

v3.22.1

Compare Source

v3.22.0

Compare Source

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

v3.22.1

Compare Source

Patch Changes

v3.22.0

Compare Source

Patch Changes

Configuration

📅 Schedule: (in timezone UTC)

  • 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@tiptap/core](https://tiptap.dev) ([source](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core)) | [`3.21.0` → `3.22.1`](https://renovatebot.com/diffs/npm/@tiptap%2fcore/3.21.0/3.22.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fcore/3.22.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fcore/3.21.0/3.22.1?slim=true) | | [@tiptap/extension-bubble-menu](https://tiptap.dev) ([source](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-bubble-menu)) | [`3.21.0` → `3.22.1`](https://renovatebot.com/diffs/npm/@tiptap%2fextension-bubble-menu/3.21.0/3.22.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fextension-bubble-menu/3.22.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fextension-bubble-menu/3.21.0/3.22.1?slim=true) | | [@tiptap/extension-link](https://tiptap.dev) ([source](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link)) | [`3.21.0` → `3.22.1`](https://renovatebot.com/diffs/npm/@tiptap%2fextension-link/3.21.0/3.22.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fextension-link/3.22.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fextension-link/3.21.0/3.22.1?slim=true) | | [@tiptap/extension-placeholder](https://tiptap.dev) ([source](https://github.com/ueberdosis/tiptap/tree/HEAD/packages-deprecated/extension-placeholder)) | [`3.21.0` → `3.22.1`](https://renovatebot.com/diffs/npm/@tiptap%2fextension-placeholder/3.21.0/3.22.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fextension-placeholder/3.22.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fextension-placeholder/3.21.0/3.22.1?slim=true) | | [@tiptap/markdown](https://tiptap.dev) ([source](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/markdown)) | [`3.21.0` → `3.22.1`](https://renovatebot.com/diffs/npm/@tiptap%2fmarkdown/3.21.0/3.22.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fmarkdown/3.22.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fmarkdown/3.21.0/3.22.1?slim=true) | | [@tiptap/pm](https://tiptap.dev) ([source](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm)) | [`3.21.0` → `3.22.1`](https://renovatebot.com/diffs/npm/@tiptap%2fpm/3.21.0/3.22.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fpm/3.22.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fpm/3.21.0/3.22.1?slim=true) | | [@tiptap/starter-kit](https://tiptap.dev) ([source](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit)) | [`3.21.0` → `3.22.1`](https://renovatebot.com/diffs/npm/@tiptap%2fstarter-kit/3.21.0/3.22.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@tiptap%2fstarter-kit/3.22.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tiptap%2fstarter-kit/3.21.0/3.22.1?slim=true) | --- ### Release Notes <details> <summary>ueberdosis/tiptap (@&#8203;tiptap/core)</summary> ### [`v3.22.1`](https://github.com/ueberdosis/tiptap/blob/HEAD/packages/core/CHANGELOG.md#3221) [Compare Source](https://github.com/ueberdosis/tiptap/compare/v3.22.0...v3.22.1) ##### Patch Changes - [`ee03ac0`](https://github.com/ueberdosis/tiptap/commit/ee03ac0): Fix NodeView not re-rendering when a node's position changes without content or decoration changes (e.g. when a sibling node is moved within the same parent) - [`b88f9ed`](https://github.com/ueberdosis/tiptap/commit/b88f9ed): Don't stop dragover/dragenter events in NodeViews, to prevent spurious drag-copy cursors - [@&#8203;tiptap/pm](https://github.com/tiptap/pm)@&#8203;3.22.1 ### [`v3.22.0`](https://github.com/ueberdosis/tiptap/blob/HEAD/packages/core/CHANGELOG.md#3220) [Compare Source](https://github.com/ueberdosis/tiptap/compare/v3.21.0...v3.22.0) ##### Patch Changes - [`912a49b`](https://github.com/ueberdosis/tiptap/commit/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`](https://github.com/ueberdosis/tiptap/commit/7d4fb9a): Fix ResizableNodeView ignoring node's inline setting by using `inline-flex` for inline nodes and `flex` for block nodes - [`0c1c112`](https://github.com/ueberdosis/tiptap/commit/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`](https://github.com/ueberdosis/tiptap/commit/0c1c112): Fix getMarkRange attributes default to consider the first mark *of the given type* - [`f99bdc2`](https://github.com/ueberdosis/tiptap/commit/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. - [@&#8203;tiptap/pm](https://github.com/tiptap/pm)@&#8203;3.22.0 </details> <details> <summary>ueberdosis/tiptap (@&#8203;tiptap/extension-bubble-menu)</summary> ### [`v3.22.1`](https://github.com/ueberdosis/tiptap/blob/HEAD/packages/extension-bubble-menu/CHANGELOG.md#3221) [Compare Source](https://github.com/ueberdosis/tiptap/compare/v3.22.0...v3.22.1) ##### Patch Changes - Updated dependencies \[[`ee03ac0`](https://github.com/ueberdosis/tiptap/commit/ee03ac0)] - Updated dependencies \[[`b88f9ed`](https://github.com/ueberdosis/tiptap/commit/b88f9ed)] - [@&#8203;tiptap/core](https://github.com/tiptap/core)@&#8203;3.22.1 - [@&#8203;tiptap/pm](https://github.com/tiptap/pm)@&#8203;3.22.1 ### [`v3.22.0`](https://github.com/ueberdosis/tiptap/blob/HEAD/packages/extension-bubble-menu/CHANGELOG.md#3220) [Compare Source](https://github.com/ueberdosis/tiptap/compare/v3.21.0...v3.22.0) ##### Patch Changes - [`b6b46c9`](https://github.com/ueberdosis/tiptap/commit/b6b46c9): Prevent hidden bubble menus from reappearing during scroll and resize updates. Bubble menu positioning now only runs for menus that are already shown, so default text-selection menus stay hidden until they should actually open. - Updated dependencies \[[`912a49b`](https://github.com/ueberdosis/tiptap/commit/912a49b)] - Updated dependencies \[[`7d4fb9a`](https://github.com/ueberdosis/tiptap/commit/7d4fb9a)] - Updated dependencies \[[`0c1c112`](https://github.com/ueberdosis/tiptap/commit/0c1c112)] - Updated dependencies \[[`0c1c112`](https://github.com/ueberdosis/tiptap/commit/0c1c112)] - Updated dependencies \[[`f99bdc2`](https://github.com/ueberdosis/tiptap/commit/f99bdc2)] - [@&#8203;tiptap/core](https://github.com/tiptap/core)@&#8203;3.22.0 - [@&#8203;tiptap/pm](https://github.com/tiptap/pm)@&#8203;3.22.0 </details> <details> <summary>ueberdosis/tiptap (@&#8203;tiptap/extension-link)</summary> ### [`v3.22.1`](https://github.com/ueberdosis/tiptap/blob/HEAD/packages/extension-link/CHANGELOG.md#3221) [Compare Source](https://github.com/ueberdosis/tiptap/compare/v3.22.0...v3.22.1) ##### Patch Changes - Updated dependencies \[[`ee03ac0`](https://github.com/ueberdosis/tiptap/commit/ee03ac0)] - Updated dependencies \[[`b88f9ed`](https://github.com/ueberdosis/tiptap/commit/b88f9ed)] - [@&#8203;tiptap/core](https://github.com/tiptap/core)@&#8203;3.22.1 - [@&#8203;tiptap/pm](https://github.com/tiptap/pm)@&#8203;3.22.1 ### [`v3.22.0`](https://github.com/ueberdosis/tiptap/blob/HEAD/packages/extension-link/CHANGELOG.md#3220) [Compare Source](https://github.com/ueberdosis/tiptap/compare/v3.21.0...v3.22.0) ##### Patch Changes - Updated dependencies \[[`912a49b`](https://github.com/ueberdosis/tiptap/commit/912a49b)] - Updated dependencies \[[`7d4fb9a`](https://github.com/ueberdosis/tiptap/commit/7d4fb9a)] - Updated dependencies \[[`0c1c112`](https://github.com/ueberdosis/tiptap/commit/0c1c112)] - Updated dependencies \[[`0c1c112`](https://github.com/ueberdosis/tiptap/commit/0c1c112)] - Updated dependencies \[[`f99bdc2`](https://github.com/ueberdosis/tiptap/commit/f99bdc2)] - [@&#8203;tiptap/core](https://github.com/tiptap/core)@&#8203;3.22.0 - [@&#8203;tiptap/pm](https://github.com/tiptap/pm)@&#8203;3.22.0 </details> <details> <summary>ueberdosis/tiptap (@&#8203;tiptap/extension-placeholder)</summary> ### [`v3.22.1`](https://github.com/ueberdosis/tiptap/blob/HEAD/packages-deprecated/extension-placeholder/CHANGELOG.md#3221) [Compare Source](https://github.com/ueberdosis/tiptap/compare/v3.22.0...v3.22.1) ##### Patch Changes - [@&#8203;tiptap/extensions](https://github.com/tiptap/extensions)@&#8203;3.22.1 ### [`v3.22.0`](https://github.com/ueberdosis/tiptap/blob/HEAD/packages-deprecated/extension-placeholder/CHANGELOG.md#3220) [Compare Source](https://github.com/ueberdosis/tiptap/compare/v3.21.0...v3.22.0) ##### Patch Changes - [@&#8203;tiptap/extensions](https://github.com/tiptap/extensions)@&#8203;3.22.0 </details> <details> <summary>ueberdosis/tiptap (@&#8203;tiptap/markdown)</summary> ### [`v3.22.1`](https://github.com/ueberdosis/tiptap/blob/HEAD/packages/markdown/CHANGELOG.md#3221) [Compare Source](https://github.com/ueberdosis/tiptap/compare/v3.22.0...v3.22.1) ##### Patch Changes - Updated dependencies \[[`ee03ac0`](https://github.com/ueberdosis/tiptap/commit/ee03ac0)] - Updated dependencies \[[`b88f9ed`](https://github.com/ueberdosis/tiptap/commit/b88f9ed)] - [@&#8203;tiptap/core](https://github.com/tiptap/core)@&#8203;3.22.1 - [@&#8203;tiptap/pm](https://github.com/tiptap/pm)@&#8203;3.22.1 ### [`v3.22.0`](https://github.com/ueberdosis/tiptap/blob/HEAD/packages/markdown/CHANGELOG.md#3220) [Compare Source](https://github.com/ueberdosis/tiptap/compare/v3.21.0...v3.22.0) ##### Patch Changes - [`912a49b`](https://github.com/ueberdosis/tiptap/commit/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. - Updated dependencies \[[`912a49b`](https://github.com/ueberdosis/tiptap/commit/912a49b)] - Updated dependencies \[[`7d4fb9a`](https://github.com/ueberdosis/tiptap/commit/7d4fb9a)] - Updated dependencies \[[`0c1c112`](https://github.com/ueberdosis/tiptap/commit/0c1c112)] - Updated dependencies \[[`0c1c112`](https://github.com/ueberdosis/tiptap/commit/0c1c112)] - Updated dependencies \[[`f99bdc2`](https://github.com/ueberdosis/tiptap/commit/f99bdc2)] - [@&#8203;tiptap/core](https://github.com/tiptap/core)@&#8203;3.22.0 - [@&#8203;tiptap/pm](https://github.com/tiptap/pm)@&#8203;3.22.0 </details> <details> <summary>ueberdosis/tiptap (@&#8203;tiptap/pm)</summary> ### [`v3.22.1`](https://github.com/ueberdosis/tiptap/blob/HEAD/packages/pm/CHANGELOG.md#3221) [Compare Source](https://github.com/ueberdosis/tiptap/compare/v3.22.0...v3.22.1) ### [`v3.22.0`](https://github.com/ueberdosis/tiptap/blob/HEAD/packages/pm/CHANGELOG.md#3220) [Compare Source](https://github.com/ueberdosis/tiptap/compare/v3.21.0...v3.22.0) </details> <details> <summary>ueberdosis/tiptap (@&#8203;tiptap/starter-kit)</summary> ### [`v3.22.1`](https://github.com/ueberdosis/tiptap/blob/HEAD/packages/starter-kit/CHANGELOG.md#3221) [Compare Source](https://github.com/ueberdosis/tiptap/compare/v3.22.0...v3.22.1) ##### Patch Changes - Updated dependencies \[[`ee03ac0`](https://github.com/ueberdosis/tiptap/commit/ee03ac0)] - Updated dependencies \[[`b88f9ed`](https://github.com/ueberdosis/tiptap/commit/b88f9ed)] - [@&#8203;tiptap/core](https://github.com/tiptap/core)@&#8203;3.22.1 - [@&#8203;tiptap/extension-blockquote](https://github.com/tiptap/extension-blockquote)@&#8203;3.22.1 - [@&#8203;tiptap/extension-bold](https://github.com/tiptap/extension-bold)@&#8203;3.22.1 - [@&#8203;tiptap/extension-code](https://github.com/tiptap/extension-code)@&#8203;3.22.1 - [@&#8203;tiptap/extension-code-block](https://github.com/tiptap/extension-code-block)@&#8203;3.22.1 - [@&#8203;tiptap/extension-document](https://github.com/tiptap/extension-document)@&#8203;3.22.1 - [@&#8203;tiptap/extension-hard-break](https://github.com/tiptap/extension-hard-break)@&#8203;3.22.1 - [@&#8203;tiptap/extension-heading](https://github.com/tiptap/extension-heading)@&#8203;3.22.1 - [@&#8203;tiptap/extension-horizontal-rule](https://github.com/tiptap/extension-horizontal-rule)@&#8203;3.22.1 - [@&#8203;tiptap/extension-italic](https://github.com/tiptap/extension-italic)@&#8203;3.22.1 - [@&#8203;tiptap/extension-link](https://github.com/tiptap/extension-link)@&#8203;3.22.1 - [@&#8203;tiptap/extension-list](https://github.com/tiptap/extension-list)@&#8203;3.22.1 - [@&#8203;tiptap/extension-paragraph](https://github.com/tiptap/extension-paragraph)@&#8203;3.22.1 - [@&#8203;tiptap/extension-strike](https://github.com/tiptap/extension-strike)@&#8203;3.22.1 - [@&#8203;tiptap/extension-text](https://github.com/tiptap/extension-text)@&#8203;3.22.1 - [@&#8203;tiptap/extension-underline](https://github.com/tiptap/extension-underline)@&#8203;3.22.1 - [@&#8203;tiptap/extensions](https://github.com/tiptap/extensions)@&#8203;3.22.1 - [@&#8203;tiptap/extension-list-item](https://github.com/tiptap/extension-list-item)@&#8203;3.22.1 - [@&#8203;tiptap/extension-list-keymap](https://github.com/tiptap/extension-list-keymap)@&#8203;3.22.1 - [@&#8203;tiptap/extension-bullet-list](https://github.com/tiptap/extension-bullet-list)@&#8203;3.22.1 - [@&#8203;tiptap/extension-ordered-list](https://github.com/tiptap/extension-ordered-list)@&#8203;3.22.1 - [@&#8203;tiptap/extension-dropcursor](https://github.com/tiptap/extension-dropcursor)@&#8203;3.22.1 - [@&#8203;tiptap/extension-gapcursor](https://github.com/tiptap/extension-gapcursor)@&#8203;3.22.1 - [@&#8203;tiptap/pm](https://github.com/tiptap/pm)@&#8203;3.22.1 ### [`v3.22.0`](https://github.com/ueberdosis/tiptap/blob/HEAD/packages/starter-kit/CHANGELOG.md#3220) [Compare Source](https://github.com/ueberdosis/tiptap/compare/v3.21.0...v3.22.0) ##### Patch Changes - Updated dependencies \[[`912a49b`](https://github.com/ueberdosis/tiptap/commit/912a49b)] - Updated dependencies \[[`7d4fb9a`](https://github.com/ueberdosis/tiptap/commit/7d4fb9a)] - Updated dependencies \[[`0c1c112`](https://github.com/ueberdosis/tiptap/commit/0c1c112)] - Updated dependencies \[[`0c1c112`](https://github.com/ueberdosis/tiptap/commit/0c1c112)] - Updated dependencies \[[`f99bdc2`](https://github.com/ueberdosis/tiptap/commit/f99bdc2)] - [@&#8203;tiptap/core](https://github.com/tiptap/core)@&#8203;3.22.0 - [@&#8203;tiptap/extension-blockquote](https://github.com/tiptap/extension-blockquote)@&#8203;3.22.0 - [@&#8203;tiptap/extension-bold](https://github.com/tiptap/extension-bold)@&#8203;3.22.0 - [@&#8203;tiptap/extension-code](https://github.com/tiptap/extension-code)@&#8203;3.22.0 - [@&#8203;tiptap/extension-code-block](https://github.com/tiptap/extension-code-block)@&#8203;3.22.0 - [@&#8203;tiptap/extension-document](https://github.com/tiptap/extension-document)@&#8203;3.22.0 - [@&#8203;tiptap/extension-hard-break](https://github.com/tiptap/extension-hard-break)@&#8203;3.22.0 - [@&#8203;tiptap/extension-heading](https://github.com/tiptap/extension-heading)@&#8203;3.22.0 - [@&#8203;tiptap/extension-horizontal-rule](https://github.com/tiptap/extension-horizontal-rule)@&#8203;3.22.0 - [@&#8203;tiptap/extension-italic](https://github.com/tiptap/extension-italic)@&#8203;3.22.0 - [@&#8203;tiptap/extension-link](https://github.com/tiptap/extension-link)@&#8203;3.22.0 - [@&#8203;tiptap/extension-list](https://github.com/tiptap/extension-list)@&#8203;3.22.0 - [@&#8203;tiptap/extension-paragraph](https://github.com/tiptap/extension-paragraph)@&#8203;3.22.0 - [@&#8203;tiptap/extension-strike](https://github.com/tiptap/extension-strike)@&#8203;3.22.0 - [@&#8203;tiptap/extension-text](https://github.com/tiptap/extension-text)@&#8203;3.22.0 - [@&#8203;tiptap/extension-underline](https://github.com/tiptap/extension-underline)@&#8203;3.22.0 - [@&#8203;tiptap/extensions](https://github.com/tiptap/extensions)@&#8203;3.22.0 - [@&#8203;tiptap/extension-list-item](https://github.com/tiptap/extension-list-item)@&#8203;3.22.0 - [@&#8203;tiptap/extension-list-keymap](https://github.com/tiptap/extension-list-keymap)@&#8203;3.22.0 - [@&#8203;tiptap/extension-bullet-list](https://github.com/tiptap/extension-bullet-list)@&#8203;3.22.0 - [@&#8203;tiptap/extension-ordered-list](https://github.com/tiptap/extension-ordered-list)@&#8203;3.22.0 - [@&#8203;tiptap/extension-dropcursor](https://github.com/tiptap/extension-dropcursor)@&#8203;3.22.0 - [@&#8203;tiptap/extension-gapcursor](https://github.com/tiptap/extension-gapcursor)@&#8203;3.22.0 - [@&#8203;tiptap/pm](https://github.com/tiptap/pm)@&#8203;3.22.0 </details> --- ### Configuration 📅 **Schedule**: (in timezone UTC) - 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMiIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJLaW5kL0RlcGVuZGVuY2llcyJdfQ==-->
ampmod-bot force-pushed renovate/tiptap-monorepo from 2a262c402f
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/renovate Pipeline failed
to 8f634133f2
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/renovate Pipeline was successful
2026年04月04日 02:59:18 +02:00
Compare
ampelc deleted branch renovate/tiptap-monorepo 2026年04月06日 14:39:52 +02:00
Sign in to join this conversation.
No reviewers
Labels
Clear labels
BREAKING CHANGE
Breaking change that won't be backward compatible
Kind
Bug
Something is not working
Kind
Dependencies
Bot-authored dependency updates
Kind
Enhancement
Improve existing functionality
Kind
Feature
New functionality
Kind
RFC
Requests for comment
Kind
Testing
Issue or pull request related to testing
Priority
Critical
The priority is critical
Priority
High
The priority is high
Priority
Low
The priority is low
Priority
Medium
The priority is medium
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Need More Info
Feedback is required to reproduce issue or to continue work
Status
Reported to Upstream
This has been reported to upstream
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ampmod/aw3!59
Reference in a new issue
ampmod/aw3
No description provided.
Delete branch "renovate/tiptap-monorepo"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?