Skip to content

chore(deps): bump @tiptap/core from 2.26.3 to 3.30.4 in the npm_and_yarn group across 1 directory #4934

chore(deps): bump @tiptap/core from 2.26.3 to 3.30.4 in the npm_and_yarn group across 1 directory

chore(deps): bump @tiptap/core from 2.26.3 to 3.30.4 in the npm_and_yarn group across 1 directory #4934

Triggered via pull request September 2, 2026 17:56
Status Failure
Total duration 1m 43s
Artifacts
check:types
0s
check:types
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build packages
Type '(this: { name: string; parent: (() => TMentionExtensionOptions) | undefined; }) => { renderComponent: (props: TCallbackMentionComponentProps) => ReactNode; ... 7 more ...; suggestion?: Omit<...> | undefined; }' is not assignable to type '(this: { name: string; parent: (() => TMentionExtensionOptions) | undefined; }) => TMentionExtensionOptions'.
Build packages
Property 'storage' does not exist on type 'Partial<ExtensionConfig<unknown, HeadingExtensionStorage>> | (() => Partial<ExtensionConfig<unknown, HeadingExtensionStorage>>)'.
Build packages
Object literal may only specify known properties, and 'getHeadings' does not exist in type 'Partial<ExtensionConfig<unknown, HeadingExtensionStorage>> | (() => Partial<ExtensionConfig<unknown, HeadingExtensionStorage>>)'.
Build packages
Argument of type '{ editor: Editor; transaction: Transaction; }' is not assignable to parameter of type '{ editor: Editor; transaction: Transaction; appendedTransactions: Transaction[]; }'.
Build packages
Type '(Node<unknown, unknown> | Node<CodeBlockLowlightOptions, any> | Mark<InlineCodeOptions, any> | Mark<LinkOptions, CustomLinkStorage> | ... 19 more ... | Extension<...>)[]' is not assignable to type 'Extensions'.
Build packages
Property 'emoji' does not exist on type 'Storage'.
Build packages
Property 'emoji' does not exist on type 'Storage'.
Build packages
Property 'emoji' does not exist on type 'Storage'.
Build packages
Property 'emoji' does not exist on type 'Storage'.
Build packages
Type '(this: { name: string; options: EmojiOptions; parent: (() => EmojiStorage) | undefined; }) => { markdown: { serialize(state: MarkdownSerializerState, node: Node): void; }; emojis?: EmojiItem[] | undefined; isSupported?: ((item: EmojiItem) => boolean) | undefined; }' is not assignable to type '(this: { name: string; options: EmojiOptions; parent: (() => EmojiStorage) | undefined; }) => EmojiStorage'.