Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update tiptap to ^2.10.4 (main) #6687

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
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.10.4 age adoption passing confidence
@tiptap/extension-blockquote (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-bold (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-bullet-list (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-character-count (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-code (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-code-block (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-code-block-lowlight (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-collaboration (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-collaboration-cursor (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-document (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-dropcursor (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-gapcursor (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-hard-break (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-heading (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-history (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-horizontal-rule (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-image (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-italic (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-link (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-list-item (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-mention (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-ordered-list (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-paragraph (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-placeholder (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-strike (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-table (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-table-cell (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-table-header (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-table-row (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-task-item (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-task-list (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-text (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/extension-underline (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/pm (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/suggestion (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence
@tiptap/vue-2 (source) ^2.9.1 -> ^2.10.4 age adoption passing confidence

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v2.10.4

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.3...v2.10.4

v2.10.3

Compare Source

What's Changed
  • fix(link): change type HTMLLinkElement to HTMLAnchorElement (#​5858)
  • fix(character-count): setting content larger than limit should truncate #​5851 (#​5862)
  • fix(list-keymap): prevent selection deletions at the end of list items from joining lists (#​5863)
  • fix(code): more robust regex for text enclosed in backticks #​4467 (#​4468)
  • fix(core): update types to match prosemirror-view #​5867
  • fix(react): useIsomorphicLayoutEffect instead to support SSR #​5872

Full Changelog: ueberdosis/tiptap@v2.10.2...v2.10.3

v2.10.2

Compare Source

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

v2.10.1

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.0...v2.10.1

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

v2.10.4

Compare Source

v2.10.3

Compare Source

What's Changed
  • fix(link): change type HTMLLinkElement to HTMLAnchorElement (#​5858)
  • fix(character-count): setting content larger than limit should truncate #​5851 (#​5862)
  • fix(list-keymap): prevent selection deletions at the end of list items from joining lists (#​5863)
  • fix(code): more robust regex for text enclosed in backticks #​4467 (#​4468)
  • fix(core): update types to match prosemirror-view #​5867
  • fix(react): useIsomorphicLayoutEffect instead to support SSR #​5872

Full Changelog: ueberdosis/tiptap@v2.10.2...v2.10.3

v2.10.2

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.1...v2.10.2

v2.10.1

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.0...v2.10.1

v2.10.0

Compare Source

Patch Changes
  • 7619215: The link extension's validate option now applies to both auto-linking and XSS mitigation. While, the new shouldAutoLink option is used to disable auto linking on an otherwise valid url.
ueberdosis/tiptap (@​tiptap/extension-placeholder)

v2.10.4

Compare Source

v2.10.3

Compare Source

What's Changed
  • fix(link): change type HTMLLinkElement to HTMLAnchorElement (#​5858)
  • fix(character-count): setting content larger than limit should truncate #​5851 (#​5862)
  • fix(list-keymap): prevent selection deletions at the end of list items from joining lists (#​5863)
  • fix(code): more robust regex for text enclosed in backticks #​4467 (#​4468)
  • fix(core): update types to match prosemirror-view #​5867
  • fix(react): useIsomorphicLayoutEffect instead to support SSR #​5872

Full Changelog: ueberdosis/tiptap@v2.10.2...v2.10.3

v2.10.2

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.1...v2.10.2

v2.10.1

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.0...v2.10.1

v2.10.0

Compare Source

ueberdosis/tiptap (@​tiptap/pm)

v2.10.4

Compare Source

v2.10.3

Compare Source

What's Changed
  • fix(link): change type HTMLLinkElement to HTMLAnchorElement (#​5858)
  • fix(character-count): setting content larger than limit should truncate #​5851 (#​5862)
  • fix(list-keymap): prevent selection deletions at the end of list items from joining lists (#​5863)
  • fix(code): more robust regex for text enclosed in backticks #​4467 (#​4468)
  • fix(core): update types to match prosemirror-view #​5867
  • fix(react): useIsomorphicLayoutEffect instead to support SSR #​5872

Full Changelog: ueberdosis/tiptap@v2.10.2...v2.10.3

v2.10.2

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.1...v2.10.2

v2.10.1

Compare Source

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.0...v2.10.1

v2.10.0

Compare Source


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
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.79%. Comparing base (702ef89) to head (d20a483).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6687      +/-   ##
==========================================
+ Coverage   46.76%   46.79%   +0.02%     
==========================================
  Files         748      733      -15     
  Lines       34163    34143      -20     
  Branches     1242     1227      -15     
==========================================
  Hits        15976    15976              
+ Misses      17565    17560       -5     
+ Partials      622      607      -15     

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

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.

2 participants