Skip to content

Comments

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

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/webapp/react-three/fiber-9.5.0
Open

chore(deps): bump @react-three/fiber from 9.4.2 to 9.5.0 in /webapp#139
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/webapp/react-three/fiber-9.5.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 5, 2026

Labels

The following labels could not be found: webapp. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added auto-merge Enable auto-merge when checks pass dependencies Pull requests that update a dependency file labels Jan 5, 2026
@vercel
Copy link

vercel bot commented Jan 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
gxq Error Error Jan 5, 2026 9:47am
reimagined-jupiter Error Error Jan 5, 2026 9:47am
tradeos Error Error Jan 5, 2026 9:47am

@railway-app
Copy link

railway-app bot commented Jan 5, 2026

🚅 Environment reimagined-jupiter-pr-139 in gxq has no services deployed.

@github-actions
Copy link

github-actions bot commented Jan 5, 2026

⚠️ Preview Deployment Skipped

Preview deployment was skipped because required secrets are not configured.

Required Secrets

Repository maintainers need to configure these secrets in repository settings:

  • VERCEL_TOKEN - Vercel authentication token
  • VERCEL_PROJECT_ID - Vercel project ID
  • VERCEL_ORG_ID - Vercel organization/team ID

How to Configure

  1. Go to repository SettingsSecrets and variablesActions
  2. Add the required secrets
  3. Re-run this workflow or push a new commit

For more information, see the Vercel deployment documentation.

@github-actions
Copy link

github-actions bot commented Jan 5, 2026

⚠️ Railway Preview Deployment Skipped

Preview deployment was skipped because required secrets are not configured.

Required Secrets

Repository maintainers need to configure these secrets in repository settings:

  • RAILWAY_TOKEN - Railway API authentication token
  • RAILWAY_PROJECT_ID - Railway project ID (should be 2077acd9-f81f-47ba-b8c7-8bf6905f45fc)
  • SOLANA_RPC_URL - Solana RPC endpoint URL
  • WALLET_PRIVATE_KEY - Wallet private key (base58 format)
  • ADMIN_USERNAME - Admin panel username
  • ADMIN_PASSWORD - Admin panel password
  • JWT_SECRET - JWT secret for authentication

How to Configure

  1. Go to repository SettingsSecrets and variablesActions
  2. Add the required secrets
  3. Re-run this workflow or push a new commit

For more information, see the Railway deployment documentation.

@github-actions
Copy link

⚠️ Preview Deployment Skipped

Preview deployment was skipped because required secrets are not configured.

Required Secrets

Repository maintainers need to configure these secrets in repository settings:

  • VERCEL_TOKEN - Vercel authentication token
  • VERCEL_PROJECT_ID - Vercel project ID
  • VERCEL_ORG_ID - Vercel organization/team ID

How to Configure

  1. Go to repository SettingsSecrets and variablesActions
  2. Add the required secrets
  3. Re-run this workflow or push a new commit

For more information, see the Vercel deployment documentation.

@github-actions
Copy link

⏭️ Railway Preview Deployment Skipped

Preview deployment was skipped because the skip-deployment label is present.

To enable preview deployments:

  1. Remove the skip-deployment label
  2. Push a new commit or re-run this workflow

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/webapp/react-three/fiber-9.5.0 branch from d4d2e16 to 0578fea Compare January 30, 2026 15:13
@github-actions
Copy link

⏭️ Railway Preview Deployment Skipped

Preview deployment was skipped because the skip-deployment label is present.

To enable preview deployments:

  1. Remove the skip-deployment label
  2. Push a new commit or re-run this workflow

@github-actions
Copy link

⚠️ Preview Deployment Skipped

Preview deployment was skipped because required secrets are not configured.

Required Secrets

Repository maintainers need to configure these secrets in repository settings:

  • VERCEL_TOKEN - Vercel authentication token
  • VERCEL_PROJECT_ID - Vercel project ID
  • VERCEL_ORG_ID - Vercel organization/team ID

How to Configure

  1. Go to repository SettingsSecrets and variablesActions
  2. Add the required secrets
  3. Re-run this workflow or push a new commit

For more information, see the Vercel deployment documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge Enable auto-merge when checks pass dependencies Pull requests that update a dependency file skip-deployment Skip deployment checks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants