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 monorepo to v2.10.3 #144

Merged
merged 2 commits into from
Dec 10, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tiptap/core (source) 2.8.0 -> 2.10.3 age adoption passing confidence
@tiptap/extension-character-count (source) 2.8.0 -> 2.10.3 age adoption passing confidence
@tiptap/extension-focus (source) 2.8.0 -> 2.10.3 age adoption passing confidence
@tiptap/extension-highlight (source) 2.8.0 -> 2.10.3 age adoption passing confidence
@tiptap/extension-link (source) 2.8.0 -> 2.10.3 age adoption passing confidence
@tiptap/extension-placeholder (source) 2.8.0 -> 2.10.3 age adoption passing confidence
@tiptap/extension-subscript (source) 2.8.0 -> 2.10.3 age adoption passing confidence
@tiptap/extension-superscript (source) 2.8.0 -> 2.10.3 age adoption passing confidence
@tiptap/extension-table (source) 2.8.0 -> 2.10.3 age adoption passing confidence
@tiptap/extension-table-cell (source) 2.8.0 -> 2.10.3 age adoption passing confidence
@tiptap/extension-table-header (source) 2.8.0 -> 2.10.3 age adoption passing confidence
@tiptap/extension-table-row (source) 2.8.0 -> 2.10.3 age adoption passing confidence
@tiptap/extension-task-item (source) 2.8.0 -> 2.10.3 age adoption passing confidence
@tiptap/extension-task-list (source) 2.8.0 -> 2.10.3 age adoption passing confidence
@tiptap/extension-text-align (source) 2.8.0 -> 2.10.3 age adoption passing confidence
@tiptap/extension-typography (source) 2.8.0 -> 2.10.3 age adoption passing confidence
@tiptap/extension-underline (source) 2.8.0 -> 2.10.3 age adoption passing confidence
@tiptap/pm (source) 2.8.0 -> 2.10.3 age adoption passing confidence
@tiptap/starter-kit (source) 2.8.0 -> 2.10.3 age adoption passing confidence
@tiptap/suggestion (source) 2.8.0 -> 2.10.3 age adoption passing confidence
@tiptap/vue-3 (source) 2.8.0 -> 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

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 22, 2024
Copy link

changeset-bot bot commented Oct 22, 2024

🦋 Changeset detected

Latest commit: 56fab27

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@bicou/directus-extension-tiptap Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from 9156498 to 426218b Compare October 23, 2024 09:56
@renovate renovate bot changed the title fix(deps): update tiptap monorepo to v2.9.0 fix(deps): update tiptap monorepo to v2.9.1 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from 426218b to c3d5c92 Compare November 20, 2024 10:30
@renovate renovate bot changed the title fix(deps): update tiptap monorepo to v2.9.1 fix(deps): update tiptap monorepo to v2.10.0 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from c3d5c92 to 85aa3aa Compare November 21, 2024 17:22
@renovate renovate bot changed the title fix(deps): update tiptap monorepo to v2.10.0 fix(deps): update tiptap monorepo to v2.10.1 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from 85aa3aa to 20abc39 Compare November 22, 2024 12:51
@renovate renovate bot changed the title fix(deps): update tiptap monorepo to v2.10.1 fix(deps): update tiptap monorepo to v2.10.2 Nov 22, 2024
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from 20abc39 to 1cea5fb Compare November 26, 2024 17:45
@renovate renovate bot changed the title fix(deps): update tiptap monorepo to v2.10.2 fix(deps): update tiptap monorepo to v2.10.3 Nov 26, 2024
@renovate renovate bot changed the title fix(deps): update tiptap monorepo to v2.10.3 fix(deps): update tiptap monorepo to v2.10.3 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/tiptap-monorepo branch December 8, 2024 18:54
@renovate renovate bot changed the title fix(deps): update tiptap monorepo to v2.10.3 - autoclosed fix(deps): update tiptap monorepo to v2.10.3 Dec 10, 2024
@renovate renovate bot reopened this Dec 10, 2024
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from d00b5bd to 1cea5fb Compare December 10, 2024 14:04
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from 1cea5fb to e84b541 Compare December 10, 2024 14:05
@gbicou gbicou merged commit 1fe6acb into main Dec 10, 2024
3 checks passed
@github-actions github-actions bot mentioned this pull request Dec 10, 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.

1 participant