Skip to content

feat(EventDispatcher): expose protected listeners #2244

feat(EventDispatcher): expose protected listeners

feat(EventDispatcher): expose protected listeners #2244

Re-run triggered November 19, 2024 01:58
Status Failure
Total duration 4m 13s
Artifacts

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

33 errors and 5 warnings
check-fomatting
Process completed with exit code 20.
type-check: types/three/examples/jsm/csm/CSMHelper.d.ts#L21
Type 'LineBasicMaterial' does not satisfy the constraint 'Material | Material[]'.
type-check: types/three/examples/jsm/csm/CSMHelper.d.ts#L23
Type 'PlaneGeometry' does not satisfy the constraint 'BufferGeometry<NormalBufferAttributes>'.
type-check: types/three/examples/jsm/interactive/HTMLMesh.d.ts#L3
Type 'PlaneGeometry' does not satisfy the constraint 'BufferGeometry<NormalBufferAttributes>'.
type-check: types/three/examples/jsm/lighting/TiledLighting.d.ts#L9
Property 'createNode' in type 'TiledLighting' is not assignable to the same property in base type 'Lighting'.
type-check: types/three/examples/jsm/lighting/TiledLighting.d.ts#L9
Type 'TiledLightsNode' does not satisfy the constraint 'Node'.
type-check: types/three/examples/jsm/lines/Line2.d.ts#L12
Property 'geometry' in type 'Line2' is not assignable to the same property in base type 'LineSegments2'.
type-check: types/three/examples/jsm/lines/LineSegments2.d.ts#L13
Property 'geometry' in type 'LineSegments2' is not assignable to the same property in base type 'Mesh<BufferGeometry<NormalBufferAttributes>, Material | Material[], Object3DEventMap>'.
type-check: types/three/examples/jsm/lines/LineSegments2.d.ts#L14
Property 'material' in type 'LineSegments2' is not assignable to the same property in base type 'Mesh<BufferGeometry<NormalBufferAttributes>, Material | Material[], Object3DEventMap>'.
type-check: types/three/examples/jsm/lines/webgpu/Line2.d.ts#L6
Property 'geometry' in type 'Line2' is not assignable to the same property in base type 'LineSegments2'.
type-check: types/three/examples/jsm/lines/webgpu/LineSegments2.d.ts#L5
Property 'geometry' in type 'LineSegments2' is not assignable to the same property in base type 'Mesh<BufferGeometry<NormalBufferAttributes>, Material | Material[], Object3DEventMap>'.
test-src
Property 'copy' in type 'InstancedBufferGeometry' is not assignable to the same property in base type 'BufferGeometry<NormalBufferAttributes>'.
test-src
Class static side 'typeof ConeGeometry' incorrectly extends base class static side 'typeof CylinderGeometry'.
test-src
Property 'copy' in type 'ArrowHelper' is not assignable to the same property in base type 'Object3D<Object3DEventMap>'.
test-src
Type 'LineBasicMaterial' does not satisfy the constraint 'Material | Material[]'.
test-src
Type 'LineBasicMaterial' does not satisfy the constraint 'Material | Material[]'.
test-src
Type 'DirectionalLightShadow' does not satisfy the constraint 'LightShadow<Camera>'.
test-src
Type 'OrthographicCamera' does not satisfy the constraint 'Camera'.
test-src
Property 'copy' in type 'Light<TShadowSupport>' is not assignable to the same property in base type 'Object3D<Object3DEventMap>'.
test-src
Type 'PointLightShadow' does not satisfy the constraint 'LightShadow<Camera>'.
test-src
Type 'PerspectiveCamera' does not satisfy the constraint 'Camera'.
test-src
Process completed with exit code 1.
test-examples
Argument of type 'DirectionalLight' is not assignable to parameter of type 'Object3D<Object3DEventMap>'.
test-examples
Argument of type 'AxesHelper' is not assignable to parameter of type 'Object3D<Object3DEventMap>'.
test-examples
Argument of type 'MeshPhongMaterial' is not assignable to parameter of type 'Material | Material[] | undefined'.
test-examples
Argument of type 'Mesh<SphereGeometry, Material | Material[], Object3DEventMap>' is not assignable to parameter of type 'Object3D<Object3DEventMap>'.
test-examples
Type 'Mesh<SphereGeometry, Material | Material[], Object3DEventMap>' is not assignable to type 'Mesh<BufferGeometry<NormalBufferAttributes>, Material | Material[], Object3DEventMap>'.
test-examples
Argument of type 'MeshPhongMaterial' is not assignable to parameter of type 'Material | Material[] | undefined'.
test-examples
Argument of type 'Mesh<BufferGeometry<NormalBufferAttributes>, Material | Material[], Object3DEventMap>' is not assignable to parameter of type 'Object3D<Object3DEventMap>'.
test-examples
Argument of type 'CSS2DObject' is not assignable to parameter of type 'Object3D<Object3DEventMap>'.
test-examples
Argument of type 'CSS2DObject' is not assignable to parameter of type 'Object3D<Object3DEventMap>'.
test-examples
Argument of type 'CSS2DObject' is not assignable to parameter of type 'Object3D<Object3DEventMap>'.
test
Process completed with exit code 7.
check-fomatting
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
type-check
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-src
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-examples
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/