From a8f9eeeb647e291ee4a8509b31f794bdfe160296 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Oct 2022 15:17:06 +0000 Subject: [PATCH] Update dependency @react-three/fiber to v8.9.0 (#649) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@react-three/fiber](https://togithub.com/pmndrs/react-three-fiber) | [`8.8.10` -> `8.9.0`](https://renovatebot.com/diffs/npm/@react-three%2ffiber/8.8.10/8.9.0) | [![age](https://badges.renovateapi.com/packages/npm/@react-three%2ffiber/8.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@react-three%2ffiber/8.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@react-three%2ffiber/8.9.0/compatibility-slim/8.8.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@react-three%2ffiber/8.9.0/confidence-slim/8.8.10)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pmndrs/react-three-fiber ### [`v8.9.0`](https://togithub.com/pmndrs/react-three-fiber/releases/tag/v8.9.0) [Compare Source](https://togithub.com/pmndrs/react-three-fiber/compare/v8.8.11...v8.9.0) ##### What's Changed - fix(loop): export flush methods and types by [@​CodyJasonBennett](https://togithub.com/CodyJasonBennett) in [https://github.com/pmndrs/react-three-fiber/pull/2580](https://togithub.com/pmndrs/react-three-fiber/pull/2580) Re-release of [#​2481](https://togithub.com/pmndrs/react-three-fiber/issues/2481) from [`v8.7.0`](https://togithub.com/pmndrs/react-three-fiber/releases/tag/v8.7.0), it just didn't get exported. **Full Changelog**: https://github.com/pmndrs/react-three-fiber/compare/v8.8.11...v8.9.0 ### [`v8.8.11`](https://togithub.com/pmndrs/react-three-fiber/releases/tag/v8.8.11) [Compare Source](https://togithub.com/pmndrs/react-three-fiber/compare/v8.8.10...v8.8.11) #### What's Changed - docs(links): Add Threejs Journey link to recommended documentation by [@​Ahlecss](https://togithub.com/Ahlecss) in [https://github.com/pmndrs/react-three-fiber/pull/2592](https://togithub.com/pmndrs/react-three-fiber/pull/2592) - fix: pointer events and pointer capture by [@​adventful](https://togithub.com/adventful) in [https://github.com/pmndrs/react-three-fiber/pull/2600](https://togithub.com/pmndrs/react-three-fiber/pull/2600) - fix(events): sort by distance on undefined roots by [@​Inuniku](https://togithub.com/Inuniku) in [https://github.com/pmndrs/react-three-fiber/pull/2599](https://togithub.com/pmndrs/react-three-fiber/pull/2599) - fix(useLoader): make better use of generics for extensions by [@​CodyJasonBennett](https://togithub.com/CodyJasonBennett) in [https://github.com/pmndrs/react-three-fiber/pull/2598](https://togithub.com/pmndrs/react-three-fiber/pull/2598) #### New Contributors - [@​Ahlecss](https://togithub.com/Ahlecss) made their first contribution in [https://github.com/pmndrs/react-three-fiber/pull/2592](https://togithub.com/pmndrs/react-three-fiber/pull/2592) - [@​adventful](https://togithub.com/adventful) made their first contribution in [https://github.com/pmndrs/react-three-fiber/pull/2600](https://togithub.com/pmndrs/react-three-fiber/pull/2600) **Full Changelog**: https://github.com/pmndrs/react-three-fiber/compare/v8.8.10...v8.8.11
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/ziyadedher/ziyadedher). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4ad2fc94..ea1478cb0 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@monaco-editor/react": "4.4.6", "@plaiceholder/next": "2.5.0", "@react-three/drei": "9.38.2", - "@react-three/fiber": "8.8.10", + "@react-three/fiber": "8.9.0", "@tailwindcss/forms": "0.5.3", "chart.js": "3.9.1", "classnames": "2.3.2",