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

Bump @tiptap/core from 2.9.1 to 2.10.4 #42

Merged
merged 1 commit into from
Dec 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 24, 2024

Bumps @tiptap/core from 2.9.1 to 2.10.4.

Release notes

Sourced from @​tiptap/core's releases.

v2.10.4

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.3...v2.10.4

v2.10.3

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

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.1...v2.10.2

v2.10.1

What's Changed

Full Changelog: ueberdosis/tiptap@v2.10.0...v2.10.1

v2.10.0

What's Changed

... (truncated)

Changelog

Sourced from @​tiptap/core's changelog.

2.10.4

2.10.3

Patch Changes

  • 7c6774e: Updates the typings to be inline with Prosemirror-view #5867

2.10.2

Patch Changes

  • e7f143d: This reverts typings that were causing issues for users #5859

2.10.1

Patch Changes

  • 87d63d8: Update TypeScript types to allow options to be optional

2.10.0

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
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@tiptap/core](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/core) from 2.9.1 to 2.10.4.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/@tiptap/[email protected]/packages/core/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/[email protected]/packages/core)

---
updated-dependencies:
- dependency-name: "@tiptap/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 24, 2024
@nexryai nexryai merged commit 5f1638c into main Dec 25, 2024
12 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/tiptap/core-2.10.4 branch December 25, 2024 05:22
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