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.10.3 #920

Merged
merged 1 commit into from
Dec 2, 2024

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

Release Notes

ueberdosis/tiptap (@​tiptap/core)

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

v2.9.1

Compare Source

v2.9.0

Compare Source

Patch Changes
  • ffb51d3: insertContentAt, setContent, and insertContent commands now respect the editor's pre-defined parseOptions configuration if the command does not specify it's own parseOptions
  • 873a67c: This allows the Editor isntance to unregister multiple plugins in a single editor state replacement
  • d96f679: Fixed an issue while updating attributes on a NodePos that was not a text
  • e606c06: Updates the typings of DecorationsWithTypes to be more accurate to the prosemirror implementation even though it is not completely exposed as an API
  • a2eea24: Added role and aria-label attributes to the contenteditable field for better screenreader support and mouseless controls
  • d96f679: Fixed issues with NodePos child positions causing wrong positions when used on non-text atoms
  • 4efd227: Fixed an issue with getMarkRange not returning the correct range when cursor is at the start of the specified mark

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)

Configuration

📅 Schedule: Branch creation - "* * * * 1-5" (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 1957944
🔍 Latest deploy log https://app.netlify.com/sites/doist-typist/deploys/674da26420f2a80008e4204f
😎 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
@renovate renovate bot force-pushed the renovate/tiptap-packages branch from 4afa322 to b07215d Compare October 27, 2024 16:57
@renovate renovate bot changed the title fix(deps): update tiptap packages to v2.8.0 fix(deps): update tiptap packages to v2.9.0 Oct 27, 2024
@renovate renovate bot force-pushed the renovate/tiptap-packages branch from b07215d to 8012741 Compare October 28, 2024 14:33
@renovate renovate bot changed the title fix(deps): update tiptap packages to v2.9.0 fix(deps): update tiptap packages to v2.9.1 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/tiptap-packages branch from 8012741 to ac4941e Compare November 25, 2024 12:33
@renovate renovate bot changed the title fix(deps): update tiptap packages to v2.9.1 fix(deps): update tiptap packages to v2.10.0 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/tiptap-packages branch from ac4941e to 84c66de Compare November 26, 2024 15:01
@renovate renovate bot changed the title fix(deps): update tiptap packages to v2.10.0 fix(deps): update tiptap packages to v2.10.1 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/tiptap-packages branch from 84c66de to 0108a6f Compare November 27, 2024 11:11
@renovate renovate bot changed the title fix(deps): update tiptap packages to v2.10.1 fix(deps): update tiptap packages to v2.10.2 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/tiptap-packages branch from 0108a6f to da958ec Compare December 1, 2024 20:00
@renovate renovate bot changed the title fix(deps): update tiptap packages to v2.10.2 fix(deps): update tiptap packages to v2.10.3 Dec 1, 2024
@rfgamaral rfgamaral force-pushed the renovate/tiptap-packages branch from da958ec to 1957944 Compare December 2, 2024 12:04
@rfgamaral rfgamaral enabled auto-merge (squash) December 2, 2024 12:05
@rfgamaral rfgamaral merged commit 0328b9d into main Dec 2, 2024
10 checks passed
@rfgamaral rfgamaral deleted the renovate/tiptap-packages branch December 2, 2024 12:08
doistbot added a commit that referenced this pull request Dec 2, 2024
## [7.0.3](v7.0.2...v7.0.3) (2024-12-02)

### Bug Fixes

* **deps:** update tiptap packages to v2.10.3 ([#920](#920)) ([0328b9d](0328b9d))
@doistbot
Copy link
Member

doistbot commented Dec 2, 2024

🎉 This PR is included in version 7.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@doistbot doistbot added the released Pull requests that have been released to production label Dec 2, 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