From 6492cde826e2698e706ddc551328cefed97a75ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 14:46:14 +0000 Subject: [PATCH] Update dependency @react-three/fiber to v8.9.1 (#659) 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.9.0` -> `8.9.1`](https://renovatebot.com/diffs/npm/@react-three%2ffiber/8.9.0/8.9.1) | [![age](https://badges.renovateapi.com/packages/npm/@react-three%2ffiber/8.9.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@react-three%2ffiber/8.9.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@react-three%2ffiber/8.9.1/compatibility-slim/8.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@react-three%2ffiber/8.9.1/confidence-slim/8.9.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pmndrs/react-three-fiber ### [`v8.9.1`](https://togithub.com/pmndrs/react-three-fiber/releases/tag/v8.9.1) [Compare Source](https://togithub.com/pmndrs/react-three-fiber/compare/v8.9.0...v8.9.1) #### What's Changed - fix(events): type spread event props by [@​CodyJasonBennett](https://togithub.com/CodyJasonBennett) in [https://github.com/pmndrs/react-three-fiber/pull/2608](https://togithub.com/pmndrs/react-three-fiber/pull/2608) **Full Changelog**: https://github.com/pmndrs/react-three-fiber/compare/v8.9.0...v8.9.1
--- ### 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, check this box --- 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 8ec09a8f7..e8e8dc54b 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.40.0", - "@react-three/fiber": "8.9.0", + "@react-three/fiber": "8.9.1", "@tailwindcss/forms": "0.5.3", "chart.js": "3.9.1", "classnames": "2.3.2",