Skip to content

Commit

Permalink
bump(deps): update dependency framer-motion to v11.0.18 (#212)
Browse files Browse the repository at this point in the history
[![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.14` ->
`11.0.18`](https://renovatebot.com/diffs/npm/framer-motion/11.0.14/11.0.18)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/framer-motion/11.0.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/framer-motion/11.0.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/framer-motion/11.0.14/11.0.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/framer-motion/11.0.14/11.0.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>framer/motion (framer-motion)</summary>

###
[`v11.0.18`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#11018-2024-03-20)

[Compare
Source](https://togithub.com/framer/motion/compare/v11.0.17...v11.0.18)

##### Fixed

-   Default `duration` doesn't override `duration: 0` WAAPI animations.
-   Fix error when trying to animate unmounted element.
-   Avoid resolving WAAPI animation when stopping unresolved animation.

###
[`v11.0.17`](https://togithub.com/framer/motion/compare/v11.0.16...v11.0.17)

[Compare
Source](https://togithub.com/framer/motion/compare/v11.0.16...v11.0.17)

###
[`v11.0.16`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#11016-2024-03-20)

[Compare
Source](https://togithub.com/framer/motion/compare/v11.0.15...v11.0.16)

##### Fixed

-   Restored animation promise handling to match behaviour of <11.0.11.

###
[`v11.0.15`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#11015-2024-03-19)

[Compare
Source](https://togithub.com/framer/motion/compare/v11.0.14...v11.0.15)

##### Fixed

-   Fixed measurements when more than one transform changes unit type.

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 21, 2024
1 parent 875486c commit d9f06e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"clsx": "^2.1.0",
"crypto-frontmatter": "workspace:*",
"dayjs": "^1.11.10",
"framer-motion": "11.0.14",
"framer-motion": "11.0.18",
"html-to-react": "^1.7.0",
"next": "14.1.4",
"react": "18.2.0",
Expand Down

0 comments on commit d9f06e2

Please sign in to comment.