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

[Misc] Update tiptap to v2.7.2 #339

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

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Sep 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tiptap/core (source) 2.5.9 -> 2.7.2 age adoption passing confidence
@tiptap/extension-collaboration (source) 2.5.9 -> 2.7.2 age adoption passing confidence
@tiptap/extension-collaboration-cursor (source) 2.5.9 -> 2.7.2 age adoption passing confidence
@tiptap/extension-heading (source) 2.5.9 -> 2.7.2 age adoption passing confidence
@tiptap/extension-image (source) 2.5.9 -> 2.7.2 age adoption passing confidence
@tiptap/extension-link (source) 2.5.9 -> 2.7.2 age adoption passing confidence
@tiptap/extension-placeholder (source) 2.5.9 -> 2.7.2 age adoption passing confidence
@tiptap/extension-table (source) 2.5.9 -> 2.7.2 age adoption passing confidence
@tiptap/extension-table-cell (source) 2.5.9 -> 2.7.2 age adoption passing confidence
@tiptap/extension-table-header (source) 2.5.9 -> 2.7.2 age adoption passing confidence
@tiptap/extension-table-row (source) 2.5.9 -> 2.7.2 age adoption passing confidence
@tiptap/pm (source) 2.5.9 -> 2.7.2 age adoption passing confidence
@tiptap/starter-kit (source) 2.5.9 -> 2.7.2 age adoption passing confidence
@tiptap/suggestion (source) 2.5.9 -> 2.7.2 age adoption passing confidence
@tiptap/vue-3 (source) 2.5.9 -> 2.7.2 age adoption passing confidence

Release Notes

ueberdosis/tiptap (@​tiptap/core)

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

v2.6.6

Compare Source

Patch Changes

v2.6.5

Compare Source

Patch Changes

v2.6.4

Compare Source

Patch Changes

v2.6.3

Compare Source

Patch Changes

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-collaboration)

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

v2.6.6

Compare Source

Patch Changes

v2.6.5

Compare Source

Patch Changes

v2.6.4

Compare Source

Patch Changes

v2.6.3

Compare Source

Patch Changes

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-collaboration-cursor)

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

v2.6.6

Compare Source

Patch Changes

v2.6.5

Compare Source

Patch Changes

v2.6.4

Compare Source

Patch Changes

v2.6.3

Compare Source

Patch Changes

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.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

v2.6.6

Compare Source

Patch Changes

v2.6.5

Compare Source

Patch Changes

v2.6.4

Compare Source

Patch Changes

v2.6.3

Compare Source

Patch Changes

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.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

v2.6.6

Compare Source

Patch Changes

v2.6.5

Compare Source

Patch Changes

v2.6.4

Compare Source

Patch Changes

v2.6.3

Compare Source

Patch Changes

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.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

v2.6.6

Compare Source

Patch Changes

v2.6.5

Compare Source

Patch Changes

v2.6.4

Compare Source

Patch Changes

v2.6.3

Compare Source

Patch Changes

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-placeholder)

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

v2.6.6

Compare Source

Patch Changes

v2.6.5

Compare Source

Patch Changes

v2.6.4

Compare Source

Patch Changes

v2.6.3

Compare Source

Patch Changes

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-table)

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

v2.6.6

Compare Source

Patch Changes

v2.6.5

Compare Source

Patch Changes

v2.6.4

Compare Source

Patch Changes

v2.6.3

Compare Source

Patch Changes

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-table-cell)

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

v2.6.6

Compare Source

Patch Changes

v2.6.5

Compare Source

Patch Changes

v2.6.4

Compare Source

Patch Changes

v2.6.3

Compare Source

Patch Changes

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-table-header)

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

v2.6.6

Compare Source

Patch Changes

v2.6.5

Compare Source

Patch Changes

v2.6.4

Compare Source

Patch Changes

v2.6.3

[Com


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

Copy link

forking-renovate bot commented Sep 2, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 57 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 49, reused 0, downloaded 0, added 0
Progress: resolved 82, reused 0, downloaded 0, added 0
Progress: resolved 160, reused 0, downloaded 0, added 0
Progress: resolved 277, reused 0, downloaded 0, added 0
Progress: resolved 351, reused 0, downloaded 0, added 0
Progress: resolved 422, reused 0, downloaded 0, added 0
Progress: resolved 612, reused 0, downloaded 0, added 0
Progress: resolved 643, reused 0, downloaded 0, added 0
Progress: resolved 681, reused 0, downloaded 0, added 0
Progress: resolved 809, reused 0, downloaded 0, added 0
Progress: resolved 909, reused 0, downloaded 0, added 0
Progress: resolved 967, reused 0, downloaded 0, added 0
Progress: resolved 968, reused 0, downloaded 0, added 0
Progress: resolved 970, reused 0, downloaded 0, added 0
Progress: resolved 987, reused 0, downloaded 0, added 0
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: avvvatars-vue

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.

@renovate-bot renovate-bot changed the title [Misc] Update tiptap to v2.6.6 [Misc] Update tiptap to v2.7.0 Sep 17, 2024
@renovate-bot renovate-bot changed the title [Misc] Update tiptap to v2.7.0 [Misc] Update tiptap to v2.7.1 Sep 17, 2024
@renovate-bot renovate-bot changed the title [Misc] Update tiptap to v2.7.1 [Misc] Update tiptap to v2.7.2 Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant