chore(tools): update tiptap core and plugin interface#3438
Open
drewlyton wants to merge 1 commit intogarden-co:mainfrom
Open
chore(tools): update tiptap core and plugin interface#3438drewlyton wants to merge 1 commit intogarden-co:mainfrom
drewlyton wants to merge 1 commit intogarden-co:mainfrom
Conversation
|
@drewlyton is attempting to deploy a commit to the Garden Computing Team on Vercel. A member of the Team first needs to authorize it. |
drewlyton
commented
Feb 6, 2026
| @@ -1,10 +1,11 @@ | |||
| import { Extension } from "@tiptap/core"; | |||
Author
There was a problem hiding this comment.
I rewrote this in my project to fix the type error the original presents with the latest version of tiptap.
Figured I'd make a PR so no one else has to do that.
gdorsi
approved these changes
Feb 9, 2026
Collaborator
gdorsi
left a comment
There was a problem hiding this comment.
Thanks for the contribution!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@tiptap/corefrom v2.12.0 to v3.19.0@tiptap/pmdependency for proper TypeScript typesJazzSyncExtensiontype safety and code clarityChanges
@tiptap/pmpackage for ProseMirror type definitionsPlugintype import and madecoRichTextoption explicitly typed asCoRichText | nulladdProseMirrorPluginsNote
Medium Risk
Dependency upgrade to TipTap v3 can introduce subtle editor/runtime behavior or type compatibility changes for downstream consumers; code changes are small but touch editor integration points.
Overview
Upgrades
packages/jazz-toolsfrom@tiptap/corev2 to v3 and adds the new@tiptap/pmdependency required for ProseMirror TypeScript types.Updates
JazzSyncExtensionto importPluginfrom@tiptap/pm/state, makescoRichTextexplicitly nullable with anulldefault, and tightensaddProseMirrorPlugins()typing/option handling. Lockfile changes reflect the dependency bump and associated resolution/patch hash updates.Written by Cursor Bugbot for commit 12bd169. This will update automatically on new commits. Configure here.