build(deps): bump @lexical/react from 0.12.0 to 0.23.1 #4273
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
|