Skip to content

chore(deps-dev): bump three and @types/three in /packages/react-three-rapier #204

chore(deps-dev): bump three and @types/three in /packages/react-three-rapier

chore(deps-dev): bump three and @types/three in /packages/react-three-rapier #204

Triggered via pull request October 7, 2024 02:57
Status Failure
Total duration 1m 1s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test: demo/src/examples/all-colliders/AllCollidersExample.tsx#L180
Type 'PlaneGeometry' is missing the following properties from type 'BufferGeometry<NormalBufferAttributes>': computeBoundsTree, disposeBoundsTree
test: demo/src/examples/all-shapes/AllShapesExample.tsx#L45
Type 'BufferGeometry<NormalBufferAttributes>' is missing the following properties from type 'BufferGeometry<NormalBufferAttributes>': computeBoundsTree, disposeBoundsTree
test: demo/src/examples/all-shapes/AllShapesExample.tsx#L46
Type 'Material | Material[]' is not assignable to type 'Material | Material[] | undefined'.
test: demo/src/examples/all-shapes/AllShapesExample.tsx#L57
Type 'import("/home/runner/work/react-three-rapier/react-three-rapier/demo/node_modules/@types/three/src/core/BufferGeometry").BufferGeometry<import("/home/runner/work/react-three-rapier/react-three-rapier/demo/node_modules/@types/three/src/core/BufferGeometry").NormalBufferAttributes>' is not assignable to type 'import("/home/runner/work/react-three-rapier/react-three-rapier/node_modules/@types/three/src/core/BufferGeometry").BufferGeometry<import("/home/runner/work/react-three-rapier/react-three-rapier/node_modules/@types/three/src/core/BufferGeometry").NormalBufferAttributes>'.
test: demo/src/examples/all-shapes/AllShapesExample.tsx#L58
Type 'Material | Material[]' is not assignable to type 'Material | Material[] | undefined'.
test: demo/src/examples/cluster/ClusterExample.tsx#L57
Type 'RefObject<InstancedMesh<BufferGeometry<NormalBufferAttributes>, Material | Material[], InstancedMeshEventMap>>' is not assignable to type 'Ref<InstancedMesh<BufferGeometry<NormalBufferAttributes>, Material | Material[], InstancedMeshEventMap>> | undefined'.
test: demo/src/examples/collision-events/CollisionEventsExample.tsx#L194
Type 'PlaneGeometry' is not assignable to type 'BufferGeometry<NormalBufferAttributes>'.
test: demo/src/examples/components/ComponentsExample.tsx#L46
Type 'Mesh<BufferGeometry<NormalBufferAttributes>, Material | Material[], Object3DEventMap>' is not assignable to type 'Object3D<Object3DEventMap> | Object3D<Object3DEventMap>[]'.
test: demo/src/examples/dynamic-type-change/DynamicTypeChangeExample.tsx#L71
Type 'import("/home/runner/work/react-three-rapier/react-three-rapier/demo/node_modules/@types/three/src/core/BufferGeometry").BufferGeometry<import("/home/runner/work/react-three-rapier/react-three-rapier/demo/node_modules/@types/three/src/core/BufferGeometry").NormalBufferAttributes>' is not assignable to type 'import("/home/runner/work/react-three-rapier/react-three-rapier/node_modules/@types/three/src/core/BufferGeometry").BufferGeometry<import("/home/runner/work/react-three-rapier/react-three-rapier/node_modules/@types/three/src/core/BufferGeometry").NormalBufferAttributes>'.
test: demo/src/examples/instanced-meshes/InstancedMeshesExample.tsx#L78
Type 'RefObject<InstancedMesh<BufferGeometry<NormalBufferAttributes>, Material | Material[], InstancedMeshEventMap>>' is not assignable to type 'Ref<InstancedMesh<BufferGeometry<NormalBufferAttributes>, Material | Material[], InstancedMeshEventMap>> | undefined'.
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/