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 packages to v2.8.0 #920

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tiptap/core (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-blockquote (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-bold (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-bullet-list (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-character-count (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-code (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-code-block (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-document (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-dropcursor (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-gapcursor (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-hard-break (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-heading (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-history (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-horizontal-rule (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-image (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-italic (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-link (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-list-item (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-list-keymap (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-ordered-list (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-paragraph (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-placeholder (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-strike (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-task-item (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-task-list (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-text (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-text-style (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/extension-typography (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/pm (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/react (source) 2.7.2 -> 2.8.0 age adoption passing confidence
@tiptap/suggestion (source) 2.7.2 -> 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)
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

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

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

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

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

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

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

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

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

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

ueberdosis/tiptap (@​tiptap/extension-hard-break)

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

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

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

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

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

ueberdosis/tiptap (@​tiptap/extension-horizontal-rule)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ueberdosis/tiptap (@​tiptap/extension-task-item)

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

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

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

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

ueberdosis/tiptap (@​tiptap/extension-text-style)

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

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

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

ueberdosis/tiptap (@​tiptap/pm)

v2.8.0

Compare Source

Minor Changes

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), 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 30, 2024
Copy link

netlify bot commented Sep 30, 2024

Deploy Preview for doist-typist ready!

Name Link
🔨 Latest commit 4afa322
🔍 Latest deploy log https://app.netlify.com/sites/doist-typist/deploys/6701612ff05e6c0008272eaf
😎 Deploy Preview https://deploy-preview-920--doist-typist.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/tiptap-packages branch from cb5a394 to cb5bdaa Compare October 1, 2024 19:28
@renovate renovate bot changed the title fix(deps): update tiptap packages to v2.7.3 fix(deps): update tiptap packages to v2.7.4 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/tiptap-packages branch from cb5bdaa to 4afa322 Compare October 5, 2024 15:54
@renovate renovate bot changed the title fix(deps): update tiptap packages to v2.7.4 fix(deps): update tiptap packages to v2.8.0 Oct 5, 2024
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.

0 participants