Skip to content

Commit

Permalink
Bump framer-motion from 11.15.0 to 12.0.6 (#1008)
Browse files Browse the repository at this point in the history
Bumps [framer-motion](https://github.com/motiondivision/motion) from
11.15.0 to 12.0.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/motiondivision/motion/blob/main/CHANGELOG.md">framer-motion's
changelog</a>.</em></p>
<blockquote>
<h2>[12.0.6] 2025-01-27</h2>
<h3>Fixed</h3>
<ul>
<li>Discard layout projection snapshots if 0x0.</li>
</ul>
<h2>[12.0.5] 2025-01-24</h2>
<h3>Fixed</h3>
<ul>
<li>Fix scale correction for CSS variables.</li>
</ul>
<h2>[12.0.4] 2025-01-24</h2>
<h3>Fixed</h3>
<ul>
<li>Add scale correction for CSS variables.</li>
</ul>
<h2>[12.0.3] 2025-01-23</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed toggling between shared layout animations multiple times.</li>
</ul>
<h3>Added</h3>
<ul>
<li>Added private <code>anchorX</code> prop to
<code>AnimatePresence</code>.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Simplified <code>useSpring</code> for smaller bundlesize.</li>
</ul>
<h2>[12.0.1] 2025-01-21</h2>
<h3>Fixed</h3>
<ul>
<li>Prevent relative animations from restarting layout animations
unnecessarily.</li>
</ul>
<h2>[12.0.0] 2025-01-20</h2>
<h3>Changed</h3>
<ul>
<li><code>press</code>, <code>hover</code> and <code>inView</code> now
pass the target element as the first argument to the gesture start
callback.</li>
</ul>
<h2>[11.18.2] 2025-01-20</h2>
<h3>Fixed</h3>
<ul>
<li>Animations with <code>transformTemplate</code> not hardware
accelerated.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/motiondivision/motion/commit/c3ee8805b92263be0d193bbeae1b038797d7bbe4"><code>c3ee880</code></a>
v12.0.6</li>
<li><a
href="https://github.com/motiondivision/motion/commit/664579a30c4b0581fcf83712fa253d8c042f50d6"><code>664579a</code></a>
Latest</li>
<li><a
href="https://github.com/motiondivision/motion/commit/90a3dfbda9842af85ca4d6581d2cb7aad28d7173"><code>90a3dfb</code></a>
Discard zero snapshots (<a
href="https://redirect.github.com/motiondivision/motion/issues/3030">#3030</a>)</li>
<li><a
href="https://github.com/motiondivision/motion/commit/a7926e2a41a1c1f76895db848ecc2ab8446a4458"><code>a7926e2</code></a>
v12.0.5</li>
<li><a
href="https://github.com/motiondivision/motion/commit/4b9bd647c2cd07bdfd3d52b17887e8631c8e0f75"><code>4b9bd64</code></a>
Latest</li>
<li><a
href="https://github.com/motiondivision/motion/commit/d68901a3a4b6a6f951bf0e734202bf56e323d4ae"><code>d68901a</code></a>
v12.0.4</li>
<li><a
href="https://github.com/motiondivision/motion/commit/b9bf8cb12d643ee67033050d2ede8c69ab87d89c"><code>b9bf8cb</code></a>
Latest</li>
<li><a
href="https://github.com/motiondivision/motion/commit/b80699db9d47855e9da13992cd0fa42fe55ac266"><code>b80699d</code></a>
Updating changelog</li>
<li><a
href="https://github.com/motiondivision/motion/commit/260199fbdcb5c1363cc645646ed42cfc2ad3af87"><code>260199f</code></a>
Simplify useSpring (<a
href="https://redirect.github.com/motiondivision/motion/issues/3023">#3023</a>)</li>
<li><a
href="https://github.com/motiondivision/motion/commit/0a96061fb846fc6b2daff5407fd96cd85809a9fa"><code>0a96061</code></a>
v12.0.3</li>
<li>Additional commits viewable in <a
href="https://github.com/motiondivision/motion/compare/v11.15.0...v12.0.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=framer-motion&package-manager=npm_and_yarn&previous-version=11.15.0&new-version=12.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 2, 2025
1 parent 227b323 commit 5f14fe8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@nextui-org/react": "^2.6.11",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"framer-motion": "^11.15.0",
"framer-motion": "^12.0.6",
"graphql": "^16.10.0",
"next": "^15.1.6",
"next-themes": "^0.4.4",
Expand Down
30 changes: 16 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4344,13 +4344,13 @@ fraction.js@^4.3.7:
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7"
integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==

framer-motion@^11.15.0:
version "11.15.0"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.15.0.tgz#93e5d1839d500ba9cab1d617959a36142a61212b"
integrity sha512-MLk8IvZntxOMg7lDBLw2qgTHHv664bYoYmnFTmE0Gm/FW67aOJk0WM3ctMcG+Xhcv+vh5uyyXwxvxhSeJzSe+w==
framer-motion@^12.0.6:
version "12.0.6"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.0.6.tgz#4ec8b9225ead4d0d7d4ff00ade6e76a83e6d0c99"
integrity sha512-LmrXbXF6Vv5WCNmb+O/zn891VPZrH7XbsZgRLBROw6kFiP+iTK49gxTv2Ur3F0Tbw6+sy9BVtSqnWfMUpH+6nA==
dependencies:
motion-dom "^11.14.3"
motion-utils "^11.14.3"
motion-dom "^12.0.0"
motion-utils "^12.0.0"
tslib "^2.4.0"

fs.realpath@^1.0.0:
Expand Down Expand Up @@ -5366,15 +5366,17 @@ minimist@^1.2.8:
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==

motion-dom@^11.14.3:
version "11.14.3"
resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-11.14.3.tgz#725c72c0f1d0b632e42fdd8d13b69ecf9fe202c0"
integrity sha512-lW+D2wBy5vxLJi6aCP0xyxTxlTfiu+b+zcpVbGVFUxotwThqhdpPRSmX8xztAgtZMPMeU0WGVn/k1w4I+TbPqA==
motion-dom@^12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.0.0.tgz#7045c63642eecbcc04c40b4457ebb07b3c2b3d0c"
integrity sha512-CvYd15OeIR6kHgMdonCc1ihsaUG4MYh/wrkz8gZ3hBX/uamyZCXN9S9qJoYF03GqfTt7thTV/dxnHYX4+55vDg==
dependencies:
motion-utils "^12.0.0"

motion-utils@^11.14.3:
version "11.14.3"
resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-11.14.3.tgz#cd4a413463739498411f82abb67b3dd58768b0f8"
integrity sha512-Xg+8xnqIJTpr0L/cidfTTBFkvRw26ZtGGuIhA94J9PQ2p4mEa06Xx7QVYZH0BP+EpMSaDlu+q0I0mmvwADPsaQ==
motion-utils@^12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-12.0.0.tgz#fabf79f4f1c818720a1b70f615e2a1768f396ac0"
integrity sha512-MNFiBKbbqnmvOjkPyOKgHUp3Q6oiokLkI1bEwm5QA28cxMZrv0CbbBGDNmhF6DIXsi1pCQBSs0dX8xjeER1tmA==

[email protected]:
version "2.1.2"
Expand Down

0 comments on commit 5f14fe8

Please sign in to comment.