Commit 5f14fe8
authored
Bump framer-motion from 11.15.0 to 12.0.6 (#1008)
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 />
[](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 227b323 commit 5f14fe8
2 files changed
Lines changed: 17 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4344 | 4344 | | |
4345 | 4345 | | |
4346 | 4346 | | |
4347 | | - | |
4348 | | - | |
4349 | | - | |
4350 | | - | |
| 4347 | + | |
| 4348 | + | |
| 4349 | + | |
| 4350 | + | |
4351 | 4351 | | |
4352 | | - | |
4353 | | - | |
| 4352 | + | |
| 4353 | + | |
4354 | 4354 | | |
4355 | 4355 | | |
4356 | 4356 | | |
| |||
5366 | 5366 | | |
5367 | 5367 | | |
5368 | 5368 | | |
5369 | | - | |
5370 | | - | |
5371 | | - | |
5372 | | - | |
| 5369 | + | |
| 5370 | + | |
| 5371 | + | |
| 5372 | + | |
| 5373 | + | |
| 5374 | + | |
5373 | 5375 | | |
5374 | | - | |
5375 | | - | |
5376 | | - | |
5377 | | - | |
| 5376 | + | |
| 5377 | + | |
| 5378 | + | |
| 5379 | + | |
5378 | 5380 | | |
5379 | 5381 | | |
5380 | 5382 | | |
| |||
0 commit comments