Skip to content

Merge branch 'prosekit:master' into master #3

Merge branch 'prosekit:master' into master

Merge branch 'prosekit:master' into master #3

Triggered via push March 30, 2026 11:24
Status Failure
Total duration 4m 17s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 6 warnings, and 1 notice
typecheck
Process completed with exit code 2.
typecheck: registry/src/lit/ui/block-handle/block-handle.ts#L49
Argument of type 'typeof LitBlockHandle' is not assignable to parameter of type 'CustomElementConstructor'.
typecheck: registry/src/lit/ui/block-handle/block-handle.ts#L19
Property 'createRenderRoot' in type 'LitBlockHandle' is not assignable to the same property in base type 'LitElement'.
typecheck: registry/src/lit/ui/block-handle/block-handle.ts#L17
This member must have an 'override' modifier because it overrides a member in the base class 'LitElement'.
typecheck: registry/src/lit/ui/block-handle/block-handle.ts#L17
Property 'dir' in type 'LitBlockHandle' is not assignable to the same property in base type 'LitElement'.
lint
Process completed with exit code 1.
test (3)
Process completed with exit code 1.
lint: registry/src/lit/examples/block-handle/editor.ts#L22
Expected "../../ui/block-handle" (side-effect) to come before "./extension" (sibling)
lint: registry/src/lit/examples/block-handle/editor.ts#L3
Missed spacing between "prosekit/basic/typography.css" and "lit"
lint: packages/react/src/components/create-component.ts#L114
An 'addEventListener' in 'useEffect' should have a corresponding 'removeEventListener' in its cleanup function
lint: packages/react/src/components/create-component.ts#L37
Do not define component 'Component' inside a function. Components should be defined at the module level. Move it to the top level
lint: packages/preact/src/components/create-component.ts#L105
An 'addEventListener' in 'useEffect' should have a corresponding 'removeEventListener' in its cleanup function
lint: packages/preact/src/components/create-component.ts#L28
Do not define component 'Component' inside a function. Components should be defined at the module level. Move it to the top level