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 #1479

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tiptap/extension-font-family (source) 2.6.6 -> 2.10.3 age adoption passing confidence
@tiptap/extension-highlight (source) 2.6.6 -> 2.10.3 age adoption passing confidence
@tiptap/extension-image (source) 2.6.6 -> 2.10.3 age adoption passing confidence
@tiptap/extension-link (source) 2.6.6 -> 2.10.3 age adoption passing confidence
@tiptap/extension-placeholder (source) 2.6.6 -> 2.10.3 age adoption passing confidence
@tiptap/extension-table (source) 2.6.6 -> 2.10.3 age adoption passing confidence
@tiptap/extension-table-cell (source) 2.6.6 -> 2.10.3 age adoption passing confidence
@tiptap/extension-table-header (source) 2.6.6 -> 2.10.3 age adoption passing confidence
@tiptap/extension-table-row (source) 2.6.6 -> 2.10.3 age adoption passing confidence
@tiptap/extension-text-align (source) 2.6.6 -> 2.10.3 age adoption passing confidence
@tiptap/extension-text-style (source) 2.6.6 -> 2.10.3 age adoption passing confidence
@tiptap/extension-underline (source) 2.6.6 -> 2.10.3 age adoption passing confidence
@tiptap/pm (source) 2.6.6 -> 2.10.3 age adoption passing confidence
@tiptap/starter-kit (source) 2.6.6 -> 2.10.3 age adoption passing confidence
@tiptap/vue-3 (source) 2.6.6 -> 2.10.3 age adoption passing confidence

Release Notes

ueberdosis/tiptap (@​tiptap/extension-font-family)

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
  • 38abfdf: Font-family extension: Prevent removal of quotes in parseHTML

v2.9.1

Compare Source

v2.9.0

Compare Source

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

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

v2.10.3

Compare Source

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.

v2.9.1

Compare Source

v2.9.0

Compare Source

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

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

v2.10.3

Compare Source

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

v2.9.1

Compare Source

v2.9.0

Compare Source

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

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

v2.10.3

Compare Source

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

v2.9.1

Compare Source

v2.9.0

Compare Source

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

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

v2.10.3

Compare Source

v2.10.2

Compare Source

v2.10.1

Compare Source

v2.10.0

Compare Source

v2.9.1

Compare Source

v2.9.0

Compare Source

Patch Changes
  • 21df331: Tables now properly respect colwidths with multiple values, fixing resizeable columns when the first row has a colspan

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

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

v2.10.3

Compare Source

v2.10.2

Compare Source

v2.10.1

Compare Source

v2.10.0

Compare Source

v2.9.1

Compare Source

v2.9.0

Compare Source

Patch Changes
  • 21df331: Tables now properly respect colwidths with multiple values, fixing resizeable columns when the first row has a colspan

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

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

v2.10.3

Compare Source

v2.10.2

Compare Source

v2.10.1

Compare Source

v2.10.0

Compare Source

v2.9.1

Compare Source

v2.9.0

Compare Source

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

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

v2.10.3

Compare Source

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

v2.9.1

Compare Source

v2.9.0

Compare Source

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

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

v2.10.3

Compare Source

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

v2.9.1

Compare Source

v2.9.0

Compare Source

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

ueberdosis/tiptap (@​tiptap/pm)

v2.10.3

Compare Source

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

v2.9.1

Compare Source

v2.9.0

Compare Source

Patch Changes
  • feea1f6: Update prosemirror-view version

v2.8.0

Compare Source

Minor Changes
  • 6834a7f: Bundling of packages no longer includes tiptap dependency type definitions

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

Patch Changes
  • bd34793: Bumped prosemirror versions
ueberdosis/tiptap (@​tiptap/starter-kit)

v2.10.3

Compare Source

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: 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

vercel bot commented Sep 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
design-system ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 28, 2024 9:56am

@renovate renovate bot changed the title fix(deps): update tiptap monorepo to v2.7.1 fix(deps): update tiptap monorepo to v2.7.2 Sep 19, 2024
@renovate renovate bot changed the title fix(deps): update tiptap monorepo to v2.7.2 fix(deps): update tiptap monorepo to v2.7.3 Sep 25, 2024
@renovate renovate bot changed the title fix(deps): update tiptap monorepo to v2.7.3 fix(deps): update tiptap monorepo to v2.7.4 Sep 26, 2024
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch 2 times, most recently from 6847712 to 0d4cb52 Compare September 30, 2024 05:32
@renovate renovate bot changed the title fix(deps): update tiptap monorepo to v2.7.4 fix(deps): update tiptap monorepo to v2.8.0 Sep 30, 2024
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from 6d94f26 to 51c414f Compare October 2, 2024 06:36
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from 51c414f to c977de0 Compare October 7, 2024 03:02
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch from c977de0 to 4d3a451 Compare October 7, 2024 03:55
@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 2 times, most recently from 1d80f2e to ac2e1c0 Compare November 26, 2024 07:38
@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch 2 times, most recently from 65890b6 to 27fb799 Compare November 26, 2024 11:03
Copy link

vercel bot commented Nov 26, 2024

Deployment failed with the following error:

Resource is limited - try again in 6 hours (more than 100, code: "api-deployments-free-per-day").

Copy link

vercel bot commented Nov 26, 2024

Deployment failed with the following error:

Resource is limited - try again in 5 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch 5 times, most recently from 3100dcb to eaa7a92 Compare November 26, 2024 12:26
Copy link

vercel bot commented Nov 26, 2024

Deployment failed with the following error:

Resource is limited - try again in 4 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch 4 times, most recently from 9d664b9 to c3f70f2 Compare November 26, 2024 13:23
Copy link

vercel bot commented Nov 26, 2024

Deployment failed with the following error:

Resource is limited - try again in 3 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/tiptap-monorepo branch 4 times, most recently from e8c724f to 4c752b6 Compare November 26, 2024 17:16
@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
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.

0 participants