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

chore(deps): update tiptap to v2.11.2 - autoclosed #538

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tiptap/extension-image (source) 2.9.1 -> 2.11.2 age adoption passing confidence
@tiptap/extension-link (source) 2.9.1 -> 2.11.2 age adoption passing confidence
@tiptap/extension-table (source) 2.9.1 -> 2.11.2 age adoption passing confidence
@tiptap/extension-table-cell (source) 2.9.1 -> 2.11.2 age adoption passing confidence
@tiptap/extension-table-header (source) 2.9.1 -> 2.11.2 age adoption passing confidence
@tiptap/extension-table-row (source) 2.9.1 -> 2.11.2 age adoption passing confidence
@tiptap/extension-text-align (source) 2.9.1 -> 2.11.2 age adoption passing confidence
@tiptap/pm (source) 2.9.1 -> 2.11.2 age adoption passing confidence
@tiptap/starter-kit (source) 2.9.1 -> 2.11.2 age adoption passing confidence
@tiptap/vue-3 (source) 2.9.1 -> 2.11.2 age adoption passing confidence

Release Notes

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

v2.11.2

Compare Source

v2.11.1

Compare Source

v2.11.0

Compare Source

v2.10.4

Compare Source

What's Changed

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

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

v2.10.1

Compare Source

v2.10.0

Compare Source

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

v2.11.2

Compare Source

v2.11.1

Compare Source

v2.11.0

Compare Source

Patch Changes
  • 2acf260: fixes #​5679 - perform string sanitization to remove unwanted "object replacement characters" from the before performing link detection

v2.10.4

Compare Source

What's Changed

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

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

What's Changed

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

v2.10.1

Compare Source

What's Changed

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

v2.10.0

Compare Source

Patch Changes
  • 7619215: The link extension's validate option now applies to both auto-linking and XSS mitigation. While, the new shouldAutoLink option is used to disable auto linking on an otherwise valid url.
ueberdosis/tiptap (@​tiptap/extension-table)

v2.11.2

Compare Source

v2.11.1

Compare Source

v2.11.0

Compare Source

v2.10.4

Compare Source

What's Changed

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

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

v2.10.1

Compare Source

v2.10.0

Compare Source

Patch Changes
  • 7619215: enforce cellMinWidth even on column not resized by the user, fixes #​5435
ueberdosis/tiptap (@​tiptap/extension-table-cell)

v2.11.2

Compare Source

v2.11.1

Compare Source

v2.11.0

Compare Source

v2.10.4

Compare Source

What's Changed

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

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

v2.10.1

Compare Source

v2.10.0

Compare Source

ueberdosis/tiptap (@​tiptap/extension-table-header)

v2.11.2

Compare Source

v2.11.1

Compare Source

v2.11.0

Compare Source

v2.10.4

Compare Source

What's Changed

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

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

v2.10.1

Compare Source

v2.10.0

Compare Source

ueberdosis/tiptap (@​tiptap/extension-table-row)

v2.11.2

Compare Source

v2.11.1

Compare Source

v2.11.0

Compare Source

v2.10.4

Compare Source

What's Changed

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

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

v2.10.1

Compare Source

v2.10.0

Compare Source

ueberdosis/tiptap (@​tiptap/extension-text-align)

v2.11.2

Compare Source

v2.11.1

Compare Source

v2.11.0

Compare Source

Patch Changes
  • ce91452: Fixed an issue that caused defaultAlignment options not being added as text-styles to elements. defaultAlignment is now nullable to disable the enforced text-align styles.

v2.10.4

Compare Source

What's Changed

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

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

v2.10.1

Compare Source

What's Changed

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

v2.10.0

Compare Source

ueberdosis/tiptap (@​tiptap/pm)

v2.11.2

Compare Source

v2.11.1

Compare Source

v2.11.0

Compare Source

v2.10.4

Compare Source

What's Changed

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

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

What's Changed

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

v2.10.1

Compare Source

What's Changed

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

v2.10.0

Compare Source

ueberdosis/tiptap (@​tiptap/starter-kit)

v2.11.2

Compare Source

Patch Changes

v2.11.1

Compare Source

Patch Changes

v2.11.0

Compare Source

Patch Changes

v2.10.4

Compare Source

What's Changed

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

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

What's Changed

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

v2.10.1

Compare Source

What's Changed

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

v2.10.0

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 chore dependencies Pull requests that update a dependency file labels Nov 23, 2024
@renovate renovate bot force-pushed the renovate/tiptap branch from a2382e0 to 46fb29f Compare November 24, 2024 16:54
@renovate renovate bot changed the title chore(deps): update tiptap to v2.10.0 chore(deps): update tiptap to v2.10.1 Nov 24, 2024
@renovate renovate bot force-pushed the renovate/tiptap branch from 46fb29f to 6db4993 Compare November 25, 2024 10:58
@renovate renovate bot changed the title chore(deps): update tiptap to v2.10.1 chore(deps): update tiptap to v2.10.2 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/tiptap branch from 6db4993 to 749bdd2 Compare November 29, 2024 17:02
@renovate renovate bot changed the title chore(deps): update tiptap to v2.10.2 chore(deps): update tiptap to v2.10.3 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/tiptap branch from 749bdd2 to da72ece Compare December 22, 2024 13:05
@renovate renovate bot changed the title chore(deps): update tiptap to v2.10.3 chore(deps): update tiptap to v2.10.4 Dec 22, 2024
@renovate renovate bot force-pushed the renovate/tiptap branch from da72ece to da89684 Compare January 2, 2025 19:40
@renovate renovate bot changed the title chore(deps): update tiptap to v2.10.4 chore(deps): update tiptap to v2.11.0 Jan 2, 2025
@renovate renovate bot force-pushed the renovate/tiptap branch from da89684 to a393430 Compare January 13, 2025 14:09
@renovate renovate bot changed the title chore(deps): update tiptap to v2.11.0 chore(deps): update tiptap to v2.11.1 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/tiptap branch from a393430 to 2f1ca1e Compare January 13, 2025 20:47
@renovate renovate bot changed the title chore(deps): update tiptap to v2.11.1 chore(deps): update tiptap to v2.11.2 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/tiptap branch from 2f1ca1e to 80fd272 Compare January 16, 2025 09:08
@renovate renovate bot changed the title chore(deps): update tiptap to v2.11.2 chore(deps): update tiptap to v2.11.2 - autoclosed Jan 16, 2025
@renovate renovate bot closed this Jan 16, 2025
@renovate renovate bot deleted the renovate/tiptap branch January 16, 2025 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant