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.6.8 in /client/StichHub #704

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 Mar 1, 2025

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

Release notes

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

v6.6.0

XR - v6.6.0

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

Features

  • Integration of the IWER Synthetic Environment Module which enables debugging of hit-testing, mesh and plane detection, and anchors right in the integrated IWER emulator (the loaded synthetic environment can be configured via createXRStore({ emulate: { syntheticEnvironment: "path-to-environment.json" } }).
  • Support for offer session, which allows inform the browser that the website can be entered as a AR or VR page enabling the browser to show a custom UI. By default offer session is now enabled. You can configure it via createXRStore({ offerSession: "immersive-vr" }).

Breaking Changes

  • The new offer session feature is now enabled by default. Revert to the old behavior by disabling the offerSession feature through createXRStore({ offerSession: false }) (affects pmndrs/xr and react-three/xr)

Fixes

  • in pmndrs/handle and react-three/handle - in the apply function, state.delta is cached and never recomputed when dependencies change
  • in pmndrs/handle and react-three/handle - for the screen camera handles (orbit and map handles) respect the setting in Object3D.DEFAULT_UP
  • in pmndrs/handle and react-three/handle - for the screen camera handles (orbit and map handles) fix the recomputation when setting screenCameraStore.setOriginPosition

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

... (truncated)

Commits
  • 409b7f7 Merge pull request #399 from Ledzz/fix/threshold-typo
  • d74e214 deprecate clickThesholdMs instead of removing it for backwards compatibility
  • b29316b disable default controls while dragging the pivot or transform handles
  • fdfe216 Fix typo in threshold
  • f9a3c4f upgrading iwer/sem to 0.2.5
  • 95be8b8 type improvements and integration of sem default synthetic environments
  • e65695d re-export HandleState, HandleTransformState, and ScreenHandleStore from react...
  • b7fecde re-export defaultApply, ... from react-three/handle
  • 3deafa5 Merge branch 'main' of https://github.com/pmndrs/xr
  • 34fceed upgrade iwer/devui
  • 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.6.8.
- [Release notes](https://github.com/pmndrs/xr/releases)
- [Commits](pmndrs/xr@v5.5.0...v6.6.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2025
Copy link

vercel bot commented Mar 1, 2025

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

Name Status Preview Comments Updated (UTC)
stichhub ❌ Failed (Inspect) Mar 1, 2025 7:48pm
stichhub-backend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 1, 2025 7:48pm

@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