Skip to content

Commit

Permalink
fix(deps): update dependency framer-motion to v12.4.1 (#1501)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [framer-motion](https://redirect.github.com/motiondivision/motion) | [`12.4.0` -> `12.4.1`](https://renovatebot.com/diffs/npm/framer-motion/12.4.0/12.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/framer-motion/12.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/framer-motion/12.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/framer-motion/12.4.0/12.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/framer-motion/12.4.0/12.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v12.4.1`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#1241-2025-02-06)

[Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.4.0...v12.4.1)

##### Fixed

-   Check for `transition` in `initial` when animating removed values.

</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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kula-app/OnLaunch).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
renovate[bot] authored Feb 10, 2025
1 parent 0da19ae commit c01c46a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"class-validator": "0.14.1",
"dotenv": "16.4.7",
"formik": "2.4.6",
"framer-motion": "12.4.0",
"framer-motion": "12.4.1",
"http-status-codes": "2.3.0",
"ioredis": "5.4.2",
"js-yaml": "4.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6450,9 +6450,9 @@ __metadata:
languageName: node
linkType: hard

"framer-motion@npm:12.4.0":
version: 12.4.0
resolution: "framer-motion@npm:12.4.0"
"framer-motion@npm:12.4.1":
version: 12.4.1
resolution: "framer-motion@npm:12.4.1"
dependencies:
motion-dom: "npm:^12.0.0"
motion-utils: "npm:^12.0.0"
Expand All @@ -6468,7 +6468,7 @@ __metadata:
optional: true
react-dom:
optional: true
checksum: 10c0/ad19269b9d152a0f422e6414a3a74d6df32a3af90c7a0ac83cad158b9274800ccdff8d210cef11ff2fd2c1e805c9b5025033943ad609517c27e4630df2eb5368
checksum: 10c0/8d1f521f836d475330b1f9b9073d366f4aa7fcf15b7e697309847fdeeedc65928eff844aa6887ecc908451521934dec73726d8bf6c3895c4e58a88997df9f448
languageName: node
linkType: hard

Expand Down Expand Up @@ -9913,7 +9913,7 @@ __metadata:
eslint: "npm:8.57.1"
eslint-config-next: "npm:15.1.6"
formik: "npm:2.4.6"
framer-motion: "npm:12.4.0"
framer-motion: "npm:12.4.1"
http-status-codes: "npm:2.3.0"
husky: "npm:9.1.7"
ioredis: "npm:5.4.2"
Expand Down

0 comments on commit c01c46a

Please sign in to comment.