Skip to content

Commit

Permalink
bump(deps): update dependency framer-motion to v11.1.7 (#254)
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.28` ->
`11.1.7`](https://renovatebot.com/diffs/npm/framer-motion/11.0.28/11.1.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/framer-motion/11.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/framer-motion/11.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/framer-motion/11.0.28/11.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/framer-motion/11.0.28/11.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v11.1.7`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1117-2024-04-19)

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

##### Changed

-   Updating types for `motion.div`.

###
[`v11.1.6`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1116-2024-04-19)

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

##### Changed

-   Binding `stop` to `MainThreadAnimation`

###
[`v11.1.5`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1115-2024-04-18)

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

##### Changed

-   Exporting `DOMMotionComponents`.

###
[`v11.1.4`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1114-2024-04-18)

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

##### Fixed

- Fixing types of `motion.div` in certain TS5 environment
configurations.

##### Changed

-   Skip removal of existing motion value when `undefined`.

###
[`v11.1.3`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1113-2024-04-17)

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

##### Fixed

-   ESM compat with CJS bundle.

###
[`v11.1.2`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1112-2024-04-16)

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

##### Fixed

-   Ensuring transforms unset during unit conversion are restored.

###
[`v11.1.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1111-2024-04-16)

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

##### Changed

-   Updating JSX transform.

###
[`v11.1.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#1110-2024-04-12)

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

##### Changed

-   TypeScript 5 upgrade.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 21, 2024
1 parent a951383 commit 02f40b3
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.28",
"framer-motion": "11.1.7",
"html-to-react": "^1.7.0",
"next": "14.2.1",
"react": "18.2.0",
Expand Down

0 comments on commit 02f40b3

Please sign in to comment.