This PR contains the following updates:
Release Notes
ueberdosis/tiptap (@tiptap/core)
v3.22.1
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- @tiptap/pm@3.22.1
v3.22.0
Patch Changes
912a49b: Fix HTML character escaping in markdown roundtrip. HTML entities (<,>,&,") 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 thecode: trueextension 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 usinginline-flexfor inline nodes andflexfor block nodes0c1c112: extendMarkRange defaults to using the attributes of the first mark of the given type, instead ofattributes = {}. In particular,extendMarkRange('link')no longer extends to adjacent links with different hrefs; restore the previous behavior withextendMarkRange('link', {}).0c1c112: Fix getMarkRange attributes default to consider the first mark of the given typef99bdc2: Guard mark delete event handling whenunsetMarkremoves a mark from inline content that starts at position0, preventing aRangeErrorduring the before-node lookup.- @tiptap/pm@3.22.0
ueberdosis/tiptap (@tiptap/extension-bubble-menu)
v3.22.1
Patch Changes
- Updated dependencies [
ee03ac0] - Updated dependencies [
b88f9ed]- @tiptap/core@3.22.1
- @tiptap/pm@3.22.1
v3.22.0
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]- @tiptap/core@3.22.0
- @tiptap/pm@3.22.0
ueberdosis/tiptap (@tiptap/extension-link)
v3.22.1
Patch Changes
- Updated dependencies [
ee03ac0] - Updated dependencies [
b88f9ed]- @tiptap/core@3.22.1
- @tiptap/pm@3.22.1
v3.22.0
Patch Changes
- Updated dependencies [
912a49b] - Updated dependencies [
7d4fb9a] - Updated dependencies [
0c1c112] - Updated dependencies [
0c1c112] - Updated dependencies [
f99bdc2]- @tiptap/core@3.22.0
- @tiptap/pm@3.22.0
ueberdosis/tiptap (@tiptap/extension-placeholder)
v3.22.1
Patch Changes
- @tiptap/extensions@3.22.1
v3.22.0
Patch Changes
- @tiptap/extensions@3.22.0
ueberdosis/tiptap (@tiptap/markdown)
v3.22.1
Patch Changes
- Updated dependencies [
ee03ac0] - Updated dependencies [
b88f9ed]- @tiptap/core@3.22.1
- @tiptap/pm@3.22.1
v3.22.0
Patch Changes
912a49b: Fix HTML character escaping in markdown roundtrip. HTML entities (<,>,&,") 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 thecode: trueextension 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]- @tiptap/core@3.22.0
- @tiptap/pm@3.22.0
ueberdosis/tiptap (@tiptap/starter-kit)
v3.22.1
Patch Changes
- Updated dependencies [
ee03ac0] - Updated dependencies [
b88f9ed]- @tiptap/core@3.22.1
- @tiptap/extension-blockquote@3.22.1
- @tiptap/extension-bold@3.22.1
- @tiptap/extension-code@3.22.1
- @tiptap/extension-code-block@3.22.1
- @tiptap/extension-document@3.22.1
- @tiptap/extension-hard-break@3.22.1
- @tiptap/extension-heading@3.22.1
- @tiptap/extension-horizontal-rule@3.22.1
- @tiptap/extension-italic@3.22.1
- @tiptap/extension-link@3.22.1
- @tiptap/extension-list@3.22.1
- @tiptap/extension-paragraph@3.22.1
- @tiptap/extension-strike@3.22.1
- @tiptap/extension-text@3.22.1
- @tiptap/extension-underline@3.22.1
- @tiptap/extensions@3.22.1
- @tiptap/extension-list-item@3.22.1
- @tiptap/extension-list-keymap@3.22.1
- @tiptap/extension-bullet-list@3.22.1
- @tiptap/extension-ordered-list@3.22.1
- @tiptap/extension-dropcursor@3.22.1
- @tiptap/extension-gapcursor@3.22.1
- @tiptap/pm@3.22.1
v3.22.0
Patch Changes
- Updated dependencies [
912a49b] - Updated dependencies [
7d4fb9a] - Updated dependencies [
0c1c112] - Updated dependencies [
0c1c112] - Updated dependencies [
f99bdc2]- @tiptap/core@3.22.0
- @tiptap/extension-blockquote@3.22.0
- @tiptap/extension-bold@3.22.0
- @tiptap/extension-code@3.22.0
- @tiptap/extension-code-block@3.22.0
- @tiptap/extension-document@3.22.0
- @tiptap/extension-hard-break@3.22.0
- @tiptap/extension-heading@3.22.0
- @tiptap/extension-horizontal-rule@3.22.0
- @tiptap/extension-italic@3.22.0
- @tiptap/extension-link@3.22.0
- @tiptap/extension-list@3.22.0
- @tiptap/extension-paragraph@3.22.0
- @tiptap/extension-strike@3.22.0
- @tiptap/extension-text@3.22.0
- @tiptap/extension-underline@3.22.0
- @tiptap/extensions@3.22.0
- @tiptap/extension-list-item@3.22.0
- @tiptap/extension-list-keymap@3.22.0
- @tiptap/extension-bullet-list@3.22.0
- @tiptap/extension-ordered-list@3.22.0
- @tiptap/extension-dropcursor@3.22.0
- @tiptap/extension-gapcursor@3.22.0
- @tiptap/pm@3.22.0
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) |  |  |
| [@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) |  |  |
| [@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) |  |  |
| [@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) |  |  |
| [@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) |  |  |
| [@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) |  |  |
| [@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) |  |  |
---
### Release Notes
<details>
<summary>ueberdosis/tiptap (@​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
- [@​tiptap/pm](https://github.com/tiptap/pm)@​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 (`<`, `>`, `&`, `"`) 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.
- [@​tiptap/pm](https://github.com/tiptap/pm)@​3.22.0
</details>
<details>
<summary>ueberdosis/tiptap (@​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)]
- [@​tiptap/core](https://github.com/tiptap/core)@​3.22.1
- [@​tiptap/pm](https://github.com/tiptap/pm)@​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)]
- [@​tiptap/core](https://github.com/tiptap/core)@​3.22.0
- [@​tiptap/pm](https://github.com/tiptap/pm)@​3.22.0
</details>
<details>
<summary>ueberdosis/tiptap (@​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)]
- [@​tiptap/core](https://github.com/tiptap/core)@​3.22.1
- [@​tiptap/pm](https://github.com/tiptap/pm)@​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)]
- [@​tiptap/core](https://github.com/tiptap/core)@​3.22.0
- [@​tiptap/pm](https://github.com/tiptap/pm)@​3.22.0
</details>
<details>
<summary>ueberdosis/tiptap (@​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
- [@​tiptap/extensions](https://github.com/tiptap/extensions)@​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
- [@​tiptap/extensions](https://github.com/tiptap/extensions)@​3.22.0
</details>
<details>
<summary>ueberdosis/tiptap (@​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)]
- [@​tiptap/core](https://github.com/tiptap/core)@​3.22.1
- [@​tiptap/pm](https://github.com/tiptap/pm)@​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 (`<`, `>`, `&`, `"`) 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)]
- [@​tiptap/core](https://github.com/tiptap/core)@​3.22.0
- [@​tiptap/pm](https://github.com/tiptap/pm)@​3.22.0
</details>
<details>
<summary>ueberdosis/tiptap (@​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 (@​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)]
- [@​tiptap/core](https://github.com/tiptap/core)@​3.22.1
- [@​tiptap/extension-blockquote](https://github.com/tiptap/extension-blockquote)@​3.22.1
- [@​tiptap/extension-bold](https://github.com/tiptap/extension-bold)@​3.22.1
- [@​tiptap/extension-code](https://github.com/tiptap/extension-code)@​3.22.1
- [@​tiptap/extension-code-block](https://github.com/tiptap/extension-code-block)@​3.22.1
- [@​tiptap/extension-document](https://github.com/tiptap/extension-document)@​3.22.1
- [@​tiptap/extension-hard-break](https://github.com/tiptap/extension-hard-break)@​3.22.1
- [@​tiptap/extension-heading](https://github.com/tiptap/extension-heading)@​3.22.1
- [@​tiptap/extension-horizontal-rule](https://github.com/tiptap/extension-horizontal-rule)@​3.22.1
- [@​tiptap/extension-italic](https://github.com/tiptap/extension-italic)@​3.22.1
- [@​tiptap/extension-link](https://github.com/tiptap/extension-link)@​3.22.1
- [@​tiptap/extension-list](https://github.com/tiptap/extension-list)@​3.22.1
- [@​tiptap/extension-paragraph](https://github.com/tiptap/extension-paragraph)@​3.22.1
- [@​tiptap/extension-strike](https://github.com/tiptap/extension-strike)@​3.22.1
- [@​tiptap/extension-text](https://github.com/tiptap/extension-text)@​3.22.1
- [@​tiptap/extension-underline](https://github.com/tiptap/extension-underline)@​3.22.1
- [@​tiptap/extensions](https://github.com/tiptap/extensions)@​3.22.1
- [@​tiptap/extension-list-item](https://github.com/tiptap/extension-list-item)@​3.22.1
- [@​tiptap/extension-list-keymap](https://github.com/tiptap/extension-list-keymap)@​3.22.1
- [@​tiptap/extension-bullet-list](https://github.com/tiptap/extension-bullet-list)@​3.22.1
- [@​tiptap/extension-ordered-list](https://github.com/tiptap/extension-ordered-list)@​3.22.1
- [@​tiptap/extension-dropcursor](https://github.com/tiptap/extension-dropcursor)@​3.22.1
- [@​tiptap/extension-gapcursor](https://github.com/tiptap/extension-gapcursor)@​3.22.1
- [@​tiptap/pm](https://github.com/tiptap/pm)@​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)]
- [@​tiptap/core](https://github.com/tiptap/core)@​3.22.0
- [@​tiptap/extension-blockquote](https://github.com/tiptap/extension-blockquote)@​3.22.0
- [@​tiptap/extension-bold](https://github.com/tiptap/extension-bold)@​3.22.0
- [@​tiptap/extension-code](https://github.com/tiptap/extension-code)@​3.22.0
- [@​tiptap/extension-code-block](https://github.com/tiptap/extension-code-block)@​3.22.0
- [@​tiptap/extension-document](https://github.com/tiptap/extension-document)@​3.22.0
- [@​tiptap/extension-hard-break](https://github.com/tiptap/extension-hard-break)@​3.22.0
- [@​tiptap/extension-heading](https://github.com/tiptap/extension-heading)@​3.22.0
- [@​tiptap/extension-horizontal-rule](https://github.com/tiptap/extension-horizontal-rule)@​3.22.0
- [@​tiptap/extension-italic](https://github.com/tiptap/extension-italic)@​3.22.0
- [@​tiptap/extension-link](https://github.com/tiptap/extension-link)@​3.22.0
- [@​tiptap/extension-list](https://github.com/tiptap/extension-list)@​3.22.0
- [@​tiptap/extension-paragraph](https://github.com/tiptap/extension-paragraph)@​3.22.0
- [@​tiptap/extension-strike](https://github.com/tiptap/extension-strike)@​3.22.0
- [@​tiptap/extension-text](https://github.com/tiptap/extension-text)@​3.22.0
- [@​tiptap/extension-underline](https://github.com/tiptap/extension-underline)@​3.22.0
- [@​tiptap/extensions](https://github.com/tiptap/extensions)@​3.22.0
- [@​tiptap/extension-list-item](https://github.com/tiptap/extension-list-item)@​3.22.0
- [@​tiptap/extension-list-keymap](https://github.com/tiptap/extension-list-keymap)@​3.22.0
- [@​tiptap/extension-bullet-list](https://github.com/tiptap/extension-bullet-list)@​3.22.0
- [@​tiptap/extension-ordered-list](https://github.com/tiptap/extension-ordered-list)@​3.22.0
- [@​tiptap/extension-dropcursor](https://github.com/tiptap/extension-dropcursor)@​3.22.0
- [@​tiptap/extension-gapcursor](https://github.com/tiptap/extension-gapcursor)@​3.22.0
- [@​tiptap/pm](https://github.com/tiptap/pm)@​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==-->