From f1db68d836d4d65258e600204b6c03b91a0572ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 12:27:20 +0000 Subject: [PATCH] Update dependency @react-three/fiber to v8.8.8 (#570) 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.7` -> `8.8.8`](https://renovatebot.com/diffs/npm/@react-three%2ffiber/8.8.7/8.8.8) | [![age](https://badges.renovateapi.com/packages/npm/@react-three%2ffiber/8.8.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@react-three%2ffiber/8.8.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@react-three%2ffiber/8.8.8/compatibility-slim/8.8.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@react-three%2ffiber/8.8.8/confidence-slim/8.8.7)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pmndrs/react-three-fiber ### [`v8.8.8`](https://togithub.com/pmndrs/react-three-fiber/releases/tag/v8.8.8) [Compare Source](https://togithub.com/pmndrs/react-three-fiber/compare/v8.8.7...v8.8.8) #### What's Changed - fix: call onUpdate for attached children prop update by [@​CodyJasonBennett](https://togithub.com/CodyJasonBennett) in [https://github.com/pmndrs/react-three-fiber/pull/2548](https://togithub.com/pmndrs/react-three-fiber/pull/2548) **Full Changelog**: https://github.com/pmndrs/react-three-fiber/compare/v8.8.7...v8.8.8
--- ### 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 9927e914a..839bd85ca 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.32.7", - "@react-three/fiber": "8.8.7", + "@react-three/fiber": "8.8.8", "@tailwindcss/forms": "0.5.3", "chart.js": "3.9.1", "classnames": "2.3.2",