Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @react-three/xr from 5.5.0 to 6.4.12 in /client/StichHub #679

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps @react-three/xr from 5.5.0 to 6.4.12.

Release notes

Sourced from @​react-three/xr's releases.

v6.4.0

XR - v6.4.0

which includes the packages react-three/xr, pmndrs/xr, pmndrs/pointer.events

Breaking Changes

  • forwardHtmlEvents and forwardObjectEvents now return an object { destroy(): void, update(): void } instead of a destroy function () => void. Using these 2 functions now requires calling update on every frame for each forward call, which improves intersection performance in non-XR environments under heavy load.

Deprecation

  • useControllerLocomotion is deprecated since it was renamed to properly fit the other hooks to useXRControllerLocomotion. Please switch to useXRControllerLocomotion.

Features

  • instead of writing your own hook for using the pmndrs/xr event system you can now use the provided component PointerEvents and use the exported noEvents to disable the R3F events in non-XR environments. <Canvas events={nonEvents}><PointerEvents/></Canvas>

v6.3.0

react-three/xr v6.3.0

Breaking Changes

  • by default hands and controllers are now placed at the inputSource.targetRaySpace to align with the WebXR standard. Use <XRSpace space="grib-space" /> for the controller or <XRSpace space="wrist" /> for hands to place your objects according the the previous defaults.

Features

  • emulate options (e.g. control the initial controller position)
  • more values allowed in (e.g. you can use <XRSpace space="grib-space"> inside of custom input sources)
  • interaction speed optimizations and preparation for react-three/handle
  • Bug fixes

v6.2.0

react-three/xr v6.2.0

🎥 YouTube Video | 🪿 Tweet

Features

  • ⛰️ Unbounded spaces using bounded: false - Example
  • 📐 Depth sensing using depthSensing: true - Example
  • ➕ Secondary input sources using secondaryInputSources: true - Example | Tutorial
  • 📺 Dynamic and static high quality layers using <XRLayer ... /> - Example | Tutorial

Fixes

  • #322: incorrect XRRigidTransform when using frame.createAnchor
  • #331: Window is not defined error when using @​react-three/xr with Next.js
  • #324: Wheel scrolling not working when using forwardObjectEvents

Breaking Changes

... (truncated)

Commits
  • acc7d7f expose event.intersection and update screenPoint when capturing a pointer usi...
  • e56746c camera ray intersector > screen ray intersector with screen point
  • 7983223 inject emulator even if isSessionSupported throws an error
  • 72d7caa emulate: { inject: true } to always inject the emulator even if not on localhost
  • 469bd64 make emitMove of pointer.commit a required property to prevent overlap with t...
  • c658821 fix: (touch) interaction that doesnt emit a move event
  • f38cce1 fix warning by adding key to XRScreenInputs, XRGazes, and XRTransientPointers
  • 3a75921 fix "useXRInputSourceStateContext can only be used ..." for XRTransientPointe...
  • feb2a37 fix: useXRInputSourceStateContext can only be used inside the xr store config
  • c49cf88 docs: note about disabling batchEvents when requiring executing event handler...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by bela-bohlender, a new releaser for @​react-three/xr since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@react-three/xr](https://github.com/pmndrs/xr) from 5.5.0 to 6.4.12.
- [Release notes](https://github.com/pmndrs/xr/releases)
- [Commits](pmndrs/xr@v5.5.0...v6.4.12)

---
updated-dependencies:
- dependency-name: "@react-three/xr"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2024
Copy link

vercel bot commented Dec 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
stichhub ❌ Failed (Inspect) Dec 1, 2024 8:01pm
stichhub-backend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 1, 2024 8:01pm

@UBA-GCOEN
Copy link
Owner

Hello @dependabot[bot]!
Thank you for submitting this pull request Your pull request will be reviewed by maintainers shortly. Meanwhile make sure you have referenced the respected issue in this pr Your pr will not be merged if it does not have reference to respected issue
please read our Contributing Guidelines https://github.com/UBA-GCOEN/StichHub/blob/main/CONTRIBUTING.md And Code of Conduct https://github.com/UBA-GCOEN/StichHub/blob/main/CODE_OF_CONDUCT.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant