From 8acbf6312a4e258b15f75030180421edb5f86b3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 09:04:01 +0800 Subject: [PATCH] bump(deps): update dependency framer-motion to v11.2.5 (#291) 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.2.4` -> `11.2.5`](https://renovatebot.com/diffs/npm/framer-motion/11.2.4/11.2.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/framer-motion/11.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/framer-motion/11.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/framer-motion/11.2.4/11.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/framer-motion/11.2.4/11.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
framer/motion (framer-motion) ### [`v11.2.5`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1125-2024-05-21) [Compare Source](https://togithub.com/framer/motion/compare/v11.2.4...v11.2.5) ##### Fixed - Fixing layout animations within portals. Tag `motion` root within portal with `data-framer-portal-id` attribute.
--- ### 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 80a4387f..72361390 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -379,8 +379,8 @@ importers: specifier: ^1.11.11 version: 1.11.11 framer-motion: - specifier: 11.2.4 - version: 11.2.4(react-dom@18.3.1)(react@18.3.1) + specifier: 11.2.5 + version: 11.2.5(react-dom@18.3.1)(react@18.3.1) html-to-react: specifier: ^1.7.0 version: 1.7.0(react@18.3.1) @@ -3472,8 +3472,8 @@ packages: resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} dev: true - /framer-motion@11.2.4(react-dom@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-D+EXd0lspaZijv3BJhAcSsyGz+gnvoEdnf+QWkPZdhoFzbeX/2skrH9XSVFb0osgUnCajW8x1frjhLuKwa/Reg==} + /framer-motion@11.2.5(react-dom@18.3.1)(react@18.3.1): + resolution: {integrity: sha512-X22i42hWY423wx2C1TlQlC4UnWonD+udND0qX1Fkt0dDlreSmuNY76obO6Y2d/UdJPhqVd5Zn6g1jAIwF6Xx9A==} peerDependencies: '@emotion/is-prop-valid': '*' react: ^18.0.0 diff --git a/website/package.json b/website/package.json index 55066e8e..4c714388 100644 --- a/website/package.json +++ b/website/package.json @@ -45,7 +45,7 @@ "clsx": "^2.1.1", "crypto-frontmatter": "workspace:*", "dayjs": "^1.11.11", - "framer-motion": "11.2.4", + "framer-motion": "11.2.5", "html-to-react": "^1.7.0", "next": "14.2.3", "react": "18.3.1",