Skip to content

chore(deps): bump @react-three/fiber from 9.4.2 to 9.5.0#72

Merged
chrisreddington merged 5 commits intomainfrom
dependabot/npm_and_yarn/react-three/fiber-9.5.0
Feb 8, 2026
Merged

chore(deps): bump @react-three/fiber from 9.4.2 to 9.5.0#72
chrisreddington merged 5 commits intomainfrom
dependabot/npm_and_yarn/react-three/fiber-9.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 8, 2026

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

Release notes

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

v9.5.0

After a bit of research and development, R3F is now compatible with React 19.2, including the Activity feature!

Why did this take some effort, you might wonder? When React bumped to version 19.2.x, they also bumped the internal reconciler up a version which was not backwards compatible with 19.1.x. This put us in an awkward position of either making a breaking change in the middle of R3F v9, bump to another major just because of an internal detail from React or get creative. We chose to get creative and R3F is compatible with all versions of React between 19.0 and 19.2. The downside is we had to bundle the reconciler with R3F, but react-dom already does this so for now it is the best solution available.

Forcing breaking changes on libraries is likely not what the React teams intended so we will be working with them to try to avoid this in the future.

Happy coding.

What's Changed

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

Commits
  • f51e57e Merge pull request #3606 from pmndrs/feat/react-19-2-vendor-reconciler
  • 9f25968 chore(tests): test dev and prod reconciler bundles
  • 08caa0e chore: restrict peer dep range
  • 48201ea chore(tests): add 19.2 hook smoke test
  • a561419 chore: restore changeset
  • 2e356a3 chore: retry
  • a71f6aa experiment(CI): rollback changes (fail alternate job)
  • f67bb6b experiment(CI): add placeholder 19.2 test
  • a0180ff chore(CI): configure React testing matrix
  • d9b0d40 chore: unpin reconciler types
  • 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 8, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-three/fiber-9.5.0 branch from f5cd9bc to a0adecd Compare February 8, 2026 22:00
@chrisreddington
Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [@react-three/fiber](https://github.com/pmndrs/react-three-fiber) from 9.4.2 to 9.5.0.
- [Release notes](https://github.com/pmndrs/react-three-fiber/releases)
- [Commits](pmndrs/react-three-fiber@v9.4.2...v9.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-three/fiber-9.5.0 branch from a0adecd to 92b3deb Compare February 8, 2026 22:04
…ance and simplicity

- Updated package.json files to replace sqlite3 with better-sqlite3 in shared and web packages.
- Refactored sqlite-storage.ts to utilize better-sqlite3 API, simplifying database operations and initialization.
- Adjusted test-database.ts to accommodate changes in database handling with better-sqlite3.
- Modified tests in sqlite-storage.test.ts to mock better-sqlite3 instead of sqlite3.
- Updated next-env.d.ts to reference the correct types for Next.js.
@chrisreddington chrisreddington merged commit 9ed4f80 into main Feb 8, 2026
5 checks passed
@chrisreddington chrisreddington deleted the dependabot/npm_and_yarn/react-three/fiber-9.5.0 branch February 8, 2026 22:58
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.

1 participant