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/fiber from 8.17.12 to 9.0.4 #59

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 Feb 24, 2025

Bumps @react-three/fiber from 8.17.12 to 9.0.4.

Release notes

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

v9.0.4

What's Changed

Full Changelog: pmndrs/react-three-fiber@v9.0.3...v9.0.4

v9.0.3

What's Changed

Full Changelog: pmndrs/react-three-fiber@v9.0.2...v9.0.3

v9.0.2

What's Changed

Full Changelog: pmndrs/react-three-fiber@v9.0.1...v9.0.2

v9.0.1

What's Changed

Full Changelog: pmndrs/react-three-fiber@v9.0.0...v9.0.1

v9.0.0

This is a compatibility release for React 19, which brings further performance, stability, and type improvements. You can check out the React 19 changelog here.

We would like to express our gratitude to the community for their continued support, as well as to all our contributors, including the React team at Meta and Vercel, for ensuring this upgrade went smoothly. 🎉

[!WARNING]
This release contains breaking changes when using Strict Mode, which can highlight bugs during development. See StrictMode.

Features

useLoader Accepts Loader Instance

useLoader now supports re-use of external loader instances for more controlled pooling and setup.

import { GLTFLoader } from 'three/addons'
import { useLoader } from '@react-three/fiber'
function Model() {
const gltf = useLoader(GLTFLoader, '/path/to/model.glb')
// ...
}
</tr></table>

... (truncated)

Commits
  • 17f42c9 RELEASING: Releasing 1 package(s)
  • 28ebfbf docs(changeset): fix(types): exclude type conflicts in React runtime types
  • 7888f45 fix(types): exclude type conflicts in React runtime types (#3473)
  • f20a52e RELEASING: Releasing 1 package(s)
  • 01f0f1c docs(changeset): fix(types): remove recursive references in JSX types
  • ce02974 fix(types): remove recursive references in JSX types (#3472)
  • fdf11a2 RELEASING: Releasing 1 package(s)
  • 14e1332 docs(changeset): fix(reconciler): prefer to resolve unprefixed instance types
  • 0439fbb fix(reconciler): prefer to resolve unprefixed instance types (#3470)
  • 2bbff84 RELEASING: Releasing 1 package(s)
  • 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 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/fiber](https://github.com/pmndrs/react-three-fiber) from 8.17.12 to 9.0.4.
- [Release notes](https://github.com/pmndrs/react-three-fiber/releases)
- [Commits](pmndrs/react-three-fiber@v8.17.12...v9.0.4)

---
updated-dependencies:
- dependency-name: "@react-three/fiber"
  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 Feb 24, 2025
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.

0 participants