Skip to content

build(deps): bump @react-three/fiber from 9.5.0 to 9.6.0#566

Merged
pethers merged 1 commit intomainfrom
dependabot/npm_and_yarn/react-three/fiber-9.6.0
Apr 13, 2026
Merged

build(deps): bump @react-three/fiber from 9.5.0 to 9.6.0#566
pethers merged 1 commit intomainfrom
dependabot/npm_and_yarn/react-three/fiber-9.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps @react-three/fiber from 9.5.0 to 9.6.0.

Release notes

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

v9.6.0 - Sunset X

Ever tried using <shaderMaterial uniforms={{ time: { value: time } }} /> and ran into immediate issues with desync? No more.

The uniforms objects on ShaderMaterial and its derivatives now have a stable reference. Objects passed into uniforms will instead copy into it. This is the same as behavior for math structures that have copy such as position, rotation, quaternion, etc. and ends up simplifying using the raw JSX where utilities were often introduced before.

Documentation can be found here: https://r3f.docs.pmnd.rs/api/objects#shader-material-uniforms

And an example can be found here: https://github.com/pmndrs/react-three-fiber/blob/master/example/src/demos/ShaderMaterial.tsx

What's Changed

New Contributors

Full Changelog: pmndrs/react-three-fiber@v9.5.0...v9.6.0

Commits
  • 877c839 chore: Move ShaderMaterial uniform notes to objects out of pitfalls (#3734)
  • ece1a3f RELEASING: Releasing 1 package(s)
  • 26e4716 docs(changeset): Fix uniforms refs so they remain stable for ShaderMaterial
  • 1fb9fcd docs: fix typos and documentation consistency (#3709)
  • e1a375c fix: Uniforms have stable refs for ShaderMaterial (#3715)
  • 582f787 docs: fix broken link on "Performance pitfalls" documentation page (#3700)
  • 9525ea0 Update docker_tag in docs.yml workflow
  • 56637a2 Upgrade pmndrs/docs workflow to version 3
  • 8c9b656 chore: use latest npm in canary
  • 1bdf70b chore: copy canary workflow to master
  • Additional commits viewable in compare view

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 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/fiber](https://github.com/pmndrs/react-three-fiber) from 9.5.0 to 9.6.0.
- [Release notes](https://github.com/pmndrs/react-three-fiber/releases)
- [Commits](pmndrs/react-three-fiber@v9.5.0...v9.6.0)

---
updated-dependencies:
- dependency-name: "@react-three/fiber"
  dependency-version: 9.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates javascript Pull requests that update javascript code labels Apr 13, 2026
@github-actions github-actions Bot added the infrastructure CI/CD and build infrastructure label Apr 13, 2026
@pethers pethers merged commit cbcd04a into main Apr 13, 2026
16 checks passed
@pethers pethers deleted the dependabot/npm_and_yarn/react-three/fiber-9.6.0 branch April 13, 2026 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates infrastructure CI/CD and build infrastructure javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant