Skip to content

Commit

Permalink
build(deps): bump framer-motion from 11.18.0 to 12.4.1 (#647)
Browse files Browse the repository at this point in the history
Bumps [framer-motion](https://github.com/motiondivision/motion) from
11.18.0 to 12.4.1.
<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.4.1] 2025-02-06</h2>
<h3>Fixed</h3>
<ul>
<li>Check for <code>transition</code> in <code>initial</code> when
animating removed values.</li>
</ul>
<h2>[12.4.0] 2025-02-06</h2>
<h3>Added</h3>
<ul>
<li>Added <code>initial</code> option to <code>useInView</code>.</li>
</ul>
<h2>[12.3.1] 2025-02-05</h2>
<h3>Fixed</h3>
<ul>
<li>Correctly applying CSS variables at the end of a mini
<code>animate</code> animation.</li>
</ul>
<h2>[12.3.0] 2025-02-05</h2>
<h3>Added</h3>
<ul>
<li>Added <code>usePresenceData</code> to get custom data passed to
<code>AnimatePresence</code> in descendant components.</li>
</ul>
<h2>[12.2.0] 2025-02-05</h2>
<h3>Added</h3>
<ul>
<li>Added unit support to <code>useSpring</code>.</li>
</ul>
<h2>[12.1.0] 2025-02-04</h2>
<h3>Fixed</h3>
<ul>
<li>Bug with <code>AnimatePresence</code> in React 19 strict mode.</li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>Motion 3D.</li>
</ul>
<h2>[12.0.11] 2025-02-03</h2>
<h3>Fixed</h3>
<ul>
<li>Moving <code>updateSVGDimensions</code> to its own file to help with
tree-shaking.</li>
</ul>
<h2>[12.0.10] 2025-02-03</h2>
<h3>Fixed</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/motiondivision/motion/commit/84c9ed0ae6989cef6f64796652054f02d8120085"><code>84c9ed0</code></a>
v12.4.1</li>
<li><a
href="https://github.com/motiondivision/motion/commit/40af7f7fd03429b6cf46c27231d745c7701535a8"><code>40af7f7</code></a>
Update changelog</li>
<li><a
href="https://github.com/motiondivision/motion/commit/919b59c9425c587245a8c69fdc5ca769dcac15ca"><code>919b59c</code></a>
Allowing transition on initial (<a
href="https://github.com/motiondivision/motion/issues/3052">#3052</a>)</li>
<li><a
href="https://github.com/motiondivision/motion/commit/b85e3a9db78d32b0932d802b335be9b4fa019795"><code>b85e3a9</code></a>
v12.4.0</li>
<li><a
href="https://github.com/motiondivision/motion/commit/8281589c7af300d882be05c7798e5864b864c70b"><code>8281589</code></a>
Updating changelog</li>
<li><a
href="https://github.com/motiondivision/motion/commit/f9a01b683875b36c661bcf2d03780b93fac2b448"><code>f9a01b6</code></a>
Performance metrics (<a
href="https://github.com/motiondivision/motion/issues/3015">#3015</a>)</li>
<li><a
href="https://github.com/motiondivision/motion/commit/88f36d226891298527f2577cd38917c462ae7918"><code>88f36d2</code></a>
Adding <code>initial</code> option to <code>useInView</code> (<a
href="https://github.com/motiondivision/motion/issues/3050">#3050</a>)</li>
<li><a
href="https://github.com/motiondivision/motion/commit/b38f86f18cab90d91d2a3c0df3c7719e3de3d215"><code>b38f86f</code></a>
Add tests for border radius shared layout animations (<a
href="https://github.com/motiondivision/motion/issues/3047">#3047</a>)</li>
<li><a
href="https://github.com/motiondivision/motion/commit/c549c5a8f5d4e1420ab55a9b50ab77b19e16fc0e"><code>c549c5a</code></a>
v12.3.1</li>
<li><a
href="https://github.com/motiondivision/motion/commit/f28d162e7f312f4c9e5e9e77e1960a516e235238"><code>f28d162</code></a>
Changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/motiondivision/motion/compare/v11.18.0...v12.4.1">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.18.0&new-version=12.4.1)](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>
  • Loading branch information
dependabot[bot] authored Feb 9, 2025
1 parent 0096c91 commit 694c954
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 26 deletions.
53 changes: 28 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"axios": "^1.7.7",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.18.0",
"framer-motion": "^12.4.1",
"google-map-react": "^2.2.1",
"moment": "^2.30.1",
"primeicons": "^7.0.0",
Expand Down

0 comments on commit 694c954

Please # to comment.