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.6.2 #872

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

ueberdosis/tiptap (@​tiptap/core)

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

Minor Changes
  • 86a8553: Add getContent to nodePasteRules to allow specifying inner content to a created node

  • 222f2ac: Add the ability to add new attributes to a splitted list item

  • e31673d: This PR significantly improves the performance of React NodeViews in a couple of ways:

    • It now uses useSyncExternalStore to synchronize changes between React & the editor instance
    • It dramatically reduces the number of re-renders by re-using instances of React portals that have already been initialized and unaffected by the change made in the editor

    We were seeing performance problems with React NodeViews because a change to one of them would cause a re-render to all instances of node views. For an application that heavily relies on node views in React, this was quite expensive.
    This should dramatically cut down on the number of instances that have to re-render, and, making each of those re-renders much less costly.

Patch Changes
ueberdosis/tiptap (@​tiptap/extension-blockquote)

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

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

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

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

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

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

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

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

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

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

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

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

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

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

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

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

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

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

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

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

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

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

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

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

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

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

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

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

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

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

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

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

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

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

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

Patch 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 Aug 14, 2024
Copy link

netlify bot commented Aug 14, 2024

Deploy Preview for doist-typist ready!

Name Link
🔨 Latest commit bd73696
🔍 Latest deploy log https://app.netlify.com/sites/doist-typist/deploys/66bc69045cc4f10007f58a68
😎 Deploy Preview https://deploy-preview-872--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.

@rfgamaral rfgamaral enabled auto-merge (squash) August 14, 2024 08:21
@rfgamaral rfgamaral merged commit f75fb41 into main Aug 14, 2024
9 of 10 checks passed
@rfgamaral rfgamaral deleted the renovate/tiptap-packages branch August 14, 2024 08:28
doistbot added a commit that referenced this pull request Aug 14, 2024
## [6.0.7](v6.0.6...v6.0.7) (2024-08-14)

### Bug Fixes

* **deps:** update tiptap packages to v2.6.2 ([#872](#872)) ([f75fb41](f75fb41))
@doistbot
Copy link
Member

🎉 This PR is included in version 6.0.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

@doistbot doistbot added the released Pull requests that have been released to production label Aug 14, 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 released Pull requests that have been released to production
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants