-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit e0c36d3
authored
deps: bump framer-motion from 11.18.0 to 12.0.6 (#1461)
Bumps [framer-motion](https://github.com/motiondivision/motion) from
11.18.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.18.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 e0ee48a commit e0c36d3Copy full SHA for e0c36d3
File tree
Expand file treeCollapse file tree
2 files changed
+17
-14
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+17
-14
lines changed+16-13Lines changed: 16 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
|
0 commit comments