Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tiptap/core (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-blockquote (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-bold (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-bullet-list (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-character-count (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-code (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-code-block (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-code-block-lowlight (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-collaboration (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-collaboration-cursor (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-document (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-dropcursor (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-gapcursor (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-hard-break (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-heading (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-history (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-horizontal-rule (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-image (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-italic (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-link (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-list-item (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-mention (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-ordered-list (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-paragraph (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-placeholder (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-strike (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-table (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-table-cell (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-table-header (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-table-row (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-task-item (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-task-list (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-text (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/extension-underline (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/pm (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/suggestion (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence
@tiptap/vue-2 (source) ^2.9.1 -> ^2.11.7 age adoption passing confidence

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v2.11.7

Compare Source

Releases
@​tiptap/core@​2.11.7
Patch Changes
  • e23882d: Clone dragged node before dragging to get correct drag preview image
@​tiptap/extension-table@​2.11.7
Patch Changes
  • a44a311: Added new export for TableView class

Full Changelog: ueberdosis/tiptap@v2.11.6...v2.11.7

v2.11.6

Compare Source

Patch Changes
  • 826cfe7: Export focusEvents plugin key

v2.11.5

Compare Source

v2.11.4

Compare Source

v2.11.3

Compare Source

Patch Changes
  • a44a7c3: fix(core): do not reset marks, or nodes when using IME on mobile devices
  • fa63c47: Focus synchronously only if on iOS or Android #​4448

v2.11.2

Compare Source

Patch Changes

v2.11.1

Compare Source

v2.11.0

Compare Source

Minor Changes
  • 8c619c6: Add rewriteUnknownContent helper, which can strip your editor JSON of content which is invalid within the current editor's schema
Patch Changes
  • 283e606: Fixed an issue on Android where the focus command would cause the keyboard to flash
  • ca6269e: Added support for drag-and-drop between multiple editors
  • e0dfecc: Updates the typings to be inline with prosemirror-view #​5867
  • 722ec00: Use an AllSelection for the selectAll command #​5516
  • b7ef150: Fixed an issue with nodeviews preventing any drag events in child nodes of the nodeview wrapper element

v2.10.4

Compare Source

v2.10.3

Compare Source

Patch Changes

v2.10.2

Compare Source

Patch Changes
  • e7f143d: This reverts typings that were causing issues for users #​5859

v2.10.1

Compare Source

Patch Changes
  • 87d63d8: Update TypeScript types to allow options to be optional

v2.10.0

Compare Source

Minor Changes
  • 7619215: Previously, only a json representation of the node could be inserted into the editor. This change allows for the insertion of Prosemirror Nodes and Fragments directly into the editor through the insertContentAt, setContent and insertContent commands.
Patch Changes
  • 7619215: preserve existing node attributes when running setNode
  • 7619215: Addresses a bug with insertContentAt's simulatedPasteRules option where it could only accept text and not Prosemirror Node and Content
  • 7619215: Updates the types of addOptions and addStorage to have the parent be possibly undefined which is the most accurate typing
  • 7619215: feat: add once to EventEmitters
  • 7619215: Add Node linebreakReplacement support and enable on hard-break nodes
  • 7619215: Improve handling of selections with updateAttributes. Should no longer modify parent nodes of the same type.
  • 2ea807d: getMarkRange would greedily match more content than it should have if it was the same type of mark, now it will match only the mark at the position #​3872

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Berlin, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 23, 2024
@github-actions github-actions bot enabled auto-merge November 23, 2024 08:10
@renovate renovate bot force-pushed the renovate/main-tiptap branch from a3fecaa to 0007042 Compare November 26, 2024 11:39
@mejo-
Copy link
Member

mejo- commented Nov 26, 2024

The tests for links without protocol fail - seems like autolink now also happens for links without protocol, even though we don't want this? 🤔

@juliusknorr
Copy link
Member

Might be ueberdosis/tiptap#5808

@renovate renovate bot force-pushed the renovate/main-tiptap branch from 0007042 to f5e22c1 Compare November 26, 2024 18:35
@renovate renovate bot changed the title fix(deps): update tiptap to ^2.10.2 (main) fix(deps): update tiptap to ^2.10.3 (main) Nov 26, 2024
@renovate renovate bot changed the title fix(deps): update tiptap to ^2.10.3 (main) Update tiptap to ^2.10.3 (main) Nov 29, 2024
@renovate renovate bot changed the title Update tiptap to ^2.10.3 (main) fix(deps): update tiptap to ^2.10.3 (main) Nov 29, 2024
@renovate renovate bot changed the title fix(deps): update tiptap to ^2.10.3 (main) Update tiptap to ^2.10.3 (main) Nov 30, 2024
@renovate renovate bot changed the title Update tiptap to ^2.10.3 (main) fix(deps): update tiptap to ^2.10.3 (main) Nov 30, 2024
@renovate renovate bot changed the title fix(deps): update tiptap to ^2.10.3 (main) Update tiptap to ^2.10.3 (main) Dec 2, 2024
@renovate renovate bot changed the title Update tiptap to ^2.10.3 (main) fix(deps): update tiptap to ^2.10.3 (main) Dec 2, 2024
@renovate renovate bot changed the title fix(deps): update tiptap to ^2.10.3 (main) Update tiptap to ^2.10.3 (main) Dec 4, 2024
@renovate renovate bot changed the title Update tiptap to ^2.10.3 (main) fix(deps): update tiptap to ^2.10.3 (main) Dec 4, 2024
@renovate renovate bot changed the title fix(deps): update tiptap to ^2.10.3 (main) Update tiptap to ^2.10.3 (main) Dec 6, 2024
@renovate renovate bot changed the title Update tiptap to ^2.10.3 (main) fix(deps): update tiptap to ^2.10.3 (main) Dec 6, 2024
@renovate renovate bot force-pushed the renovate/main-tiptap branch from f5e22c1 to d20a483 Compare December 19, 2024 13:20
@renovate renovate bot changed the title fix(deps): update tiptap to ^2.10.3 (main) fix(deps): update tiptap to ^2.10.4 (main) Dec 19, 2024
@codecov
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.79%. Comparing base (95b15d6) to head (bcb75ee).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6687      +/-   ##
==========================================
+ Coverage   51.87%   58.79%   +6.91%     
==========================================
  Files         478      477       -1     
  Lines       40641    35855    -4786     
  Branches      990      988       -2     
==========================================
- Hits        21084    21080       -4     
+ Misses      19451    14670    -4781     
+ Partials      106      105       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/main-tiptap branch from d20a483 to bab164e Compare December 30, 2024 17:21
@renovate renovate bot changed the title fix(deps): update tiptap to ^2.10.4 (main) fix(deps): update tiptap to ^2.11.0 (main) Dec 30, 2024
@renovate renovate bot force-pushed the renovate/main-tiptap branch from bab164e to ed70d8a Compare January 3, 2025 10:18
@renovate renovate bot force-pushed the renovate/main-tiptap branch from 2762650 to 8898ce3 Compare January 31, 2025 09:35
@renovate renovate bot changed the title fix(deps): update tiptap to ^2.11.4 (main) fix(deps): update tiptap to ^2.11.5 (main) Jan 31, 2025
@renovate renovate bot force-pushed the renovate/main-tiptap branch from 8898ce3 to be2c55d Compare February 14, 2025 11:55
@renovate renovate bot changed the title fix(deps): update tiptap to ^2.11.5 (main) Update tiptap to ^2.11.5 (main) Feb 19, 2025
@renovate renovate bot changed the title Update tiptap to ^2.11.5 (main) fix(deps): update tiptap to ^2.11.5 (main) Feb 20, 2025
@renovate renovate bot changed the title fix(deps): update tiptap to ^2.11.5 (main) Update tiptap to ^2.11.5 (main) Feb 22, 2025
@renovate renovate bot changed the title Update tiptap to ^2.11.5 (main) fix(deps): update tiptap to ^2.11.5 (main) Feb 24, 2025
@renovate renovate bot changed the title fix(deps): update tiptap to ^2.11.5 (main) Update tiptap to ^2.11.5 (main) Feb 25, 2025
@renovate renovate bot changed the title Update tiptap to ^2.11.5 (main) fix(deps): update tiptap to ^2.11.5 (main) Feb 25, 2025
@renovate renovate bot force-pushed the renovate/main-tiptap branch from be2c55d to 165c1b0 Compare February 27, 2025 13:02
@renovate renovate bot force-pushed the renovate/main-tiptap branch from 165c1b0 to 2da01c0 Compare March 28, 2025 12:44
@renovate renovate bot changed the title fix(deps): update tiptap to ^2.11.5 (main) fix(deps): update tiptap to ^2.11.6 (main) Mar 28, 2025
@renovate renovate bot force-pushed the renovate/main-tiptap branch from 2da01c0 to 80246c2 Compare March 30, 2025 02:00
@renovate renovate bot changed the title fix(deps): update tiptap to ^2.11.6 (main) fix(deps): update tiptap to ^2.11.7 (main) Mar 30, 2025
renovate bot and others added 2 commits April 2, 2025 14:33
`__serializeForClipboard` is no longer exported in prosemirror. It's
available through `editor.view` instead.

See ProseMirror/prosemirror#1510

Signed-off-by: Jonas <[email protected]>
@mejo- mejo- force-pushed the renovate/main-tiptap branch from 80246c2 to 2aeac40 Compare April 2, 2025 12:38
@renovate
Copy link
Contributor Author

renovate bot commented Apr 2, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@github-actions github-actions bot merged commit dfd7e9f into main Apr 2, 2025
63 of 64 checks passed
@github-actions github-actions bot deleted the renovate/main-tiptap branch April 2, 2025 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants