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

build(deps): bump @threlte/extras from 9.0.0-next.42 to 9.0.1 #908

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 Jan 27, 2025

Bumps @threlte/extras from 9.0.0-next.42 to 9.0.1.

Release notes

Sourced from @​threlte/extras's releases.

@​threlte/extras@​9.0.1

Patch Changes

  • 354880e: Fix <Text> published types

@​threlte/extras@​9.0.0

Major Changes

  • 2b699c7: Remove transitions plugin
  • 4d04573: migrate to generated components types
  • f25685a: Experimental Svelte 5 compatibility
  • 86072ef: separate <Environment> into two components
  • c67def6: rewrite of useFBO which adds more functionality and is easier to follow in its implementation

Minor Changes

  • ba706cc: Add transitions plugin
  • 20a2865: Add Resize component, fix MeshDiscardMaterial
  • 97004c3: adds useMeshBounds which is a faster raycast function for the cost of pointer accuracy
  • 095bfa4: adds ability to start and stop HTML's render task. exposes the render task for rendering a single frame
  • d4a366d: Add <VirtualEnvironment>
  • aba6d5a: adds a component that can be used for displaying different level-of-detail for scene objects
  • f55c743: Add RadialGradientTexture & LinearGradientTexture components
  • 6ead49a: Added new View component. Adjusted core and other components to make use of the changes.
  • 076c1f9: Export InteractivityProps type
  • 9eecd88: Add
  • bf72ead: adds ` which is a material that completely hides the mesh but doesn't hide its children or shadows
  • ca7a1f0: Add
  • 7e00f60: updates useFBO to use default options of WebGLRenderTarget

Patch Changes

  • 1731055: fix <Resize> types and default args
  • b7e6927: Adapt new core Attachment API
  • 5a08cd1: OrbitControls fix for Three.js R169
  • 5d3d231: Bump troika-three-text dependency
  • 3883665: Reduce interactivity footprint
  • b7045f5: Svelte dependency update
  • 8508b11: Add drei occlusion features to HTML component
  • 69f168c: CubeCamera follows what other components do and binds to the ref at the component instead of assigning in the script tag
  • 72a1004: Use regular ts files for shader files in MeshDiscardMaterial
  • afc3ffa: Allow multiple useProgress hooks, fixes for useGamepad and audio extras types
  • 61c0403: Animated Sprite Material's console warning is more helpful
  • fa8a61c: Bump Svelte compiler version
  • 2ac3d48: Dependency updates
  • e7b0273: Make AgXToneMapping the default toneMapping
  • 81da20a: Fixed type of scale in PerfMonitor
  • 8be57ae: use isInstanceOf to determine the camera's type in useViewport. fixes some type errors.
  • 24cbaa7: InstancedSprite component dependency bump to work with three v170
  • 13aff20: Migrate Billboard to runes mode

... (truncated)

Changelog

Sourced from @​threlte/extras's changelog.

9.0.1

Patch Changes

  • 354880e: Fix <Text> published types

9.0.0

Major Changes

  • 2b699c7: Remove transitions plugin
  • 4d04573: migrate to generated components types
  • f25685a: Experimental Svelte 5 compatibility
  • 86072ef: separate <Environment> into two components
  • c67def6: rewrite of useFBO which adds more functionality and is easier to follow in its implementation

Minor Changes

  • ba706cc: Add transitions plugin
  • 20a2865: Add Resize component, fix MeshDiscardMaterial
  • 97004c3: adds useMeshBounds which is a faster raycast function for the cost of pointer accuracy
  • 095bfa4: adds ability to start and stop HTML's render task. exposes the render task for rendering a single frame
  • d4a366d: Add <VirtualEnvironment>
  • aba6d5a: adds a component that can be used for displaying different level-of-detail for scene objects
  • f55c743: Add RadialGradientTexture & LinearGradientTexture components
  • 6ead49a: Added new View component. Adjusted core and other components to make use of the changes.
  • 076c1f9: Export InteractivityProps type
  • 9eecd88: Add
  • bf72ead: adds ` which is a material that completely hides the mesh but doesn't hide its children or shadows
  • ca7a1f0: Add
  • 7e00f60: updates useFBO to use default options of WebGLRenderTarget

Patch Changes

  • 1731055: fix <Resize> types and default args
  • b7e6927: Adapt new core Attachment API
  • 5a08cd1: OrbitControls fix for Three.js R169
  • 5d3d231: Bump troika-three-text dependency
  • 3883665: Reduce interactivity footprint
  • b7045f5: Svelte dependency update
  • 8508b11: Add drei occlusion features to HTML component
  • 69f168c: CubeCamera follows what other components do and binds to the ref at the component instead of assigning in the script tag
  • 72a1004: Use regular ts files for shader files in MeshDiscardMaterial
  • afc3ffa: Allow multiple useProgress hooks, fixes for useGamepad and audio extras types
  • 61c0403: Animated Sprite Material's console warning is more helpful
  • fa8a61c: Bump Svelte compiler version
  • 2ac3d48: Dependency updates
  • e7b0273: Make AgXToneMapping the default toneMapping
  • 81da20a: Fixed type of scale in PerfMonitor
  • 8be57ae: use isInstanceOf to determine the camera's type in useViewport. fixes some type errors.

... (truncated)

Commits

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 [@threlte/extras](https://github.com/threlte/threlte/tree/HEAD/packages/extras) from 9.0.0-next.42 to 9.0.1.
- [Release notes](https://github.com/threlte/threlte/releases)
- [Changelog](https://github.com/threlte/threlte/blob/main/packages/extras/CHANGELOG.md)
- [Commits](https://github.com/threlte/threlte/commits/@threlte/[email protected]/packages/extras)

---
updated-dependencies:
- dependency-name: "@threlte/extras"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from DorielRivalet as a code owner January 27, 2025 18:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 27, 2025
Copy link

vercel bot commented Jan 27, 2025

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

Name Status Preview Comments Updated (UTC)
wycademy ❌ Failed (Inspect) Jan 27, 2025 7:06pm

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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants