Skip to content

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

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 #239

Triggered via pull request March 3, 2025 02:45
Status Failure
Total duration 43s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
test: demo/src/examples/spring/SpringExample.tsx#L101
Type 'Vector3' is not assignable to type 'Vector3 | [x: number, y: number, z: number] | Readonly<number | Vector3 | [x: number, y: number, z: number] | undefined>'.
test: demo/src/examples/stuttering/StutteringExample.tsx#L26
Argument of type 'import("/home/runner/work/react-three-rapier/react-three-rapier/packages/react-three-rapier/node_modules/@types/three/src/math/Vector3").Vector3' is not assignable to parameter of type 'import("/home/runner/work/react-three-rapier/react-three-rapier/node_modules/@types/three/src/math/Vector3").Vector3'.
test: packages/react-three-rapier/src/utils/utils-collider.ts#L364
Argument of type 'import("/home/runner/work/react-three-rapier/react-three-rapier/packages/react-three-rapier/node_modules/@types/three/src/core/BufferGeometry").BufferGeometry<import("/home/runner/work/react-three-rapier/react-three-rapier/packages/react-three-rapier/node_modules/@types/three/src/core/BufferGeometry").NormalBufferAt...' is not assignable to parameter of 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: packages/react-three-rapier/src/utils/utils.ts#L39
Conversion of type 'import("/home/runner/work/react-three-rapier/react-three-rapier/node_modules/@types/three/src/math/Vector3").Vector3' to type 'import("/home/runner/work/react-three-rapier/react-three-rapier/packages/react-three-rapier/node_modules/@types/three/src/math/Vector3").Vector3' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test
Process completed with exit code 2.