Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: bump framer-motion from 11.1.9 to 11.2.4 (#82)
Bumps [framer-motion](https://github.com/framer/motion) from 11.1.9 to 11.2.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/framer/motion/blob/main/CHANGELOG.md">framer-motion's changelog</a>.</em></p> <blockquote> <h2>[11.2.4] 2024-05-16</h2> <h3>Fixed</h3> <ul> <li>Batching triggering animations with <code>useSpring</code>.</li> </ul> <h2>[11.2.3] 2024-05-16</h2> <h3>Fixed</h3> <ul> <li><code>MotionValue</code>s created with <code>undefined</code> can track velocity correctly.</li> </ul> <h2>[11.2.2] 2024-05-15</h2> <h3>Fixed</h3> <ul> <li>Fixed visual jump when interrupting an optimised appear animation.</li> </ul> <h2>[11.2.1] 2024-05-15</h2> <h3>Changed</h3> <ul> <li>Improved performance of resolving variants by lazy resolving current <code>MotionValue</code> state.</li> </ul> <h2>[11.2.0] 2024-05-14</h2> <h3>Added</h3> <ul> <li>Binary visibility interpolation i.e <code>display: ["block", "none"]</code> now maintains the visible state throughout the animation.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/framer/motion/commit/ec44c7002aeb556e93d54f7e9ee2aa99185901a1"><code>ec44c70</code></a> v11.2.4</li> <li><a href="https://github.com/framer/motion/commit/8455fc9d65d1197164f837a835d0ceea1040b69b"><code>8455fc9</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/e674e587e1337773ccfbb9fe4363363b70c86830"><code>e674e58</code></a> Merge pull request <a href="https://redirect.github.com/framer/motion/issues/2670">#2670</a> from framer/fix/sample-on-stop</li> <li><a href="https://github.com/framer/motion/commit/6dcdc936712380b33928becd5403186a000073ca"><code>6dcdc93</code></a> Updating</li> <li><a href="https://github.com/framer/motion/commit/25c59ed0537359ad8594d54613cad34d997c4d86"><code>25c59ed</code></a> Fixing example</li> <li><a href="https://github.com/framer/motion/commit/767834b94eddb397ac75f1fb3d8fcab6908b0119"><code>767834b</code></a> Cleanup</li> <li><a href="https://github.com/framer/motion/commit/736a47d2ea628667289360dc2cf56fa2e5d420c2"><code>736a47d</code></a> Latest</li> <li><a href="https://github.com/framer/motion/commit/748187709d004644d4f3cbb34eefe59874887123"><code>7481877</code></a> Updating</li> <li><a href="https://github.com/framer/motion/commit/91aff08f02135beba04ed5948f68e7beede49d3f"><code>91aff08</code></a> Improving</li> <li><a href="https://github.com/framer/motion/commit/d4826ad89b9836dc7fc3cbd5bf83df6f6c669834"><code>d4826ad</code></a> Updating package</li> <li>Additional commits viewable in <a href="https://github.com/framer/motion/compare/v11.1.9...v11.2.4">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.1.9&new-version=11.2.4)](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