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.8.0 (main) #6468

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2024

This PR contains the following updates:

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

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions
Patch Changes
  • 8ee534d: This refactors the onDrop and onPaste event callbacks to be Tiptap extensions rather than separate Prosemirror plugins which was forcing the editor to recreate the view on initialization.

v2.7.4

Compare Source

Patch Changes
  • 7ef401d: This plugs a memory leak where there is a circular reference between the view's DOM node and the editor instance, to resolve this, before destroying the view we need to delete the reference to the editor instance on the DOM node #​5654

v2.7.3

Compare Source

Patch Changes
  • f76515a: Update the typing for NodeViewProps to be an interface rather than a concrete type #​5632
  • d57ee51: filter rendered extensionAttributes (#​5588)

v2.7.2

Compare Source

v2.7.1

Compare Source

Patch Changes
  • 888f574: Fixed Slice import in DropPlugin

v2.7.0

Compare Source

Minor Changes
  • 97ea55f: Fixes #​5490. The preventClearDocument meta tag can now be used to prevent the clearDocument plugin in the core keymap extension from modifying transactions that appear to clear the document (but might be clearing it for other reasons).
  • 9e18d24: Added onPaste and onDrop options to the editor allowing for easier event binding for both cases
  • 97ea55f: An object can now be passed to enableCoreExtensions to allow disabling only specific core extensions.
Patch Changes
  • f805333: fix: check for schema's nesting rules on contentCheck
  • 07fa49d: Copy over node attributes on node toggling (for example to keep text styles while toggling a headline)
  • 7f24a66: Update the Typescript types for NodeViews, bringing them inline with there actual implementation
  • a22767e: Merging inline style attributes now can properly merge conflicting style attribute names, resulting in cleaner HTML output and correctness
ueberdosis/tiptap (@​tiptap/extension-blockquote)

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

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

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

ueberdosis/tiptap (@​tiptap/extension-bullet-list)

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

ueberdosis/tiptap (@​tiptap/extension-character-count)

v2.8.0

Compare Source

Minor Changes
  • 93bc933: Make counter function accessible from outside character-count extension
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

ueberdosis/tiptap (@​tiptap/extension-code)

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

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

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

ueberdosis/tiptap (@​tiptap/extension-code-block-lowlight)

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

Patch Changes
  • 9907eb3: Add support for lowlight v3 aliases
ueberdosis/tiptap (@​tiptap/extension-collaboration)

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

ueberdosis/tiptap (@​tiptap/extension-collaboration-cursor)

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

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

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

ueberdosis/tiptap (@​tiptap/extension-dropcursor)

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

[Compare Source](https://redirect.github.com/ueberdosis/tiptap/compare/@tiptap/extension-


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 Sep 28, 2024
@renovate renovate bot changed the title fix(deps): update tiptap to ^2.7.4 (main) fix(deps): update tiptap to ^2.8.0 (main) Sep 30, 2024
@max-nextcloud max-nextcloud merged commit ac7cdc6 into main Oct 1, 2024
58 of 61 checks passed
@max-nextcloud max-nextcloud deleted the renovate/main-tiptap branch October 1, 2024 08:58
@max-nextcloud
Copy link
Collaborator

cypress failures are not related.

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.

1 participant