build(deps): bump the all group with 10 updates #44
precheck.yml
on: pull_request
Prepare enviroment + Cache
15s
Annotations
4 errors
Type Check (tsc):
src/features/editor/components/editor/cm-extensions.ts#L46
Argument of type '(view: EditorView) => Diagnostic[]' is not assignable to parameter of type 'LintSource'.
|
Type Check (tsc):
src/features/editor/components/editor/cm-extensions.ts#L46
Argument of type '(view: EditorView) => Diagnostic[]' is not assignable to parameter of type 'LintSource'.
|
Type Check (tsc):
src/features/editor/components/editor/cm-extensions.ts#L46
[tsc] reported by reviewdog 🐶
Argument of type '(view: EditorView) => Diagnostic[]' is not assignable to parameter of type 'LintSource'.
Raw Output:
src/features/editor/components/editor/cm-extensions.ts(46,12): error TS2345: Argument of type '(view: EditorView) => Diagnostic[]' is not assignable to parameter of type 'LintSource'.
|
Type Check (tsc)
Process completed with exit code 1.
|