From 7ef081bdedeb47b902141008be4bf96b99fe16cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:16:32 +0800 Subject: [PATCH] bump(deps): update dependency framer-motion to v11.0.14 (#205) 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 | |---|---|---|---|---|---| | [framer-motion](https://togithub.com/framer/motion) | [`11.0.12` -> `11.0.14`](https://renovatebot.com/diffs/npm/framer-motion/11.0.12/11.0.14) | [![age](https://developer.mend.io/api/mc/badges/age/npm/framer-motion/11.0.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/framer-motion/11.0.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/framer-motion/11.0.12/11.0.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/framer-motion/11.0.12/11.0.14?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
framer/motion (framer-motion) ### [`v11.0.14`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#11014-2024-03-15) [Compare Source](https://togithub.com/framer/motion/compare/v11.0.13...v11.0.14) ##### Fixed - Fixed animation controls in instances where keyframes resolve to be unanimatable. ### [`v11.0.13`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#11013-2024-03-13) [Compare Source](https://togithub.com/framer/motion/compare/v11.0.12...v11.0.13) ##### Added - Added default value types for `backgroundPositionX` and `backgroundPositionY`. ##### Fixed - Fixed `height: auto` animations.
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://developer.mend.io/github/fuxingloh/crypto-frontmatter). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b6f432519..e8731564f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -379,8 +379,8 @@ importers: specifier: ^1.11.10 version: 1.11.10 framer-motion: - specifier: 11.0.12 - version: 11.0.12(react-dom@18.2.0)(react@18.2.0) + specifier: 11.0.14 + version: 11.0.14(react-dom@18.2.0)(react@18.2.0) html-to-react: specifier: ^1.7.0 version: 1.7.0(react@18.2.0) @@ -3602,8 +3602,8 @@ packages: resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} dev: true - /framer-motion@11.0.12(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-1VW4pk+4EH8RwWHdqntWTwF9peranyHn/BczvMzF9TGh/FwMKxoRZzkig8Nak9BQA8GymfIyCGo5adXwRuXDXA==} + /framer-motion@11.0.14(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-RFjo2hB1MTW0EWsHQaXgVn0AEUDGxAs0ZL2vVjTTJJu3N7wFiLkmqTn5ysLjL+qKZ9jvfpKXDb9waN9AyLqk8g==} peerDependencies: '@emotion/is-prop-valid': '*' react: ^18.0.0 diff --git a/website/package.json b/website/package.json index c6077ac2f..7ae44a5b9 100644 --- a/website/package.json +++ b/website/package.json @@ -45,7 +45,7 @@ "clsx": "^2.1.0", "crypto-frontmatter": "workspace:*", "dayjs": "^1.11.10", - "framer-motion": "11.0.12", + "framer-motion": "11.0.14", "html-to-react": "^1.7.0", "next": "14.1.3", "react": "18.2.0",