Skip to content

build(deps): bump @lexical/react from 0.12.0 to 0.23.1 #4273

build(deps): bump @lexical/react from 0.12.0 to 0.23.1

build(deps): bump @lexical/react from 0.12.0 to 0.23.1 #4273

Triggered via push January 28, 2025 10:15
Status Failure
Total duration 1m 40s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
jest
Type '{ theme: EditorThemeClasses; namespace: string; onError: (error: Error) => never; nodes: (typeof LinkNode | typeof ListNode | typeof HorizontalRuleNode | ... 7 more ... | typeof CodeHighlightNode)[]; }' is not assignable to type 'Readonly<{ namespace: string; nodes?: readonly (KlassConstructor<typeof LexicalNode> | LexicalNodeReplacement)[]; onError: (error: Error, editor: LexicalEditor) => void; editable?: boolean; theme?: EditorThemeClasses; editorState?: InitialEditorStateType; html?: HTMLConfig; }>'.
jest
Type 'MutableRefObject<LexicalEditor>' is not assignable to type '((instance: LexicalEditor) => void) | MutableRefObject<LexicalEditor>'.
jest
Argument of type 'typeof AutoLinkNode' is not assignable to parameter of type 'KlassConstructor<typeof LexicalNode>'.
jest
Property 'getTarget' does not exist on type 'LexicalNode'.
jest
Property 'setTarget' does not exist on type 'LexicalNode'.
jest
Argument of type 'import("/home/runner/work/composer/composer/node_modules/lexical/LexicalEditor").LexicalEditor' is not assignable to parameter of type 'import("/home/runner/work/composer/composer/packages/markdown-editor/node_modules/lexical/LexicalEditor").LexicalEditor'.
jest
Argument of type 'import("/home/runner/work/composer/composer/node_modules/lexical/LexicalEditor").LexicalEditor' is not assignable to parameter of type 'import("/home/runner/work/composer/composer/packages/markdown-editor/node_modules/lexical/LexicalEditor").LexicalEditor'.
jest
Argument of type 'typeof LinkNode' is not assignable to parameter of type 'KlassConstructor<typeof LexicalNode>'.
jest
Property 'getTarget' does not exist on type 'LexicalNode'.
jest
Property 'setTarget' does not exist on type 'LexicalNode'.
jest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636