Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump framer-motion from 11.1.7 to 11.2.10 (#977)
Bumps [framer-motion](https://github.com/framer/motion) from 11.1.7 to 11.2.10. <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.10] 2024-05-31</h2> <h3>Fixed</h3> <ul> <li>Changing invalid number interpolation from error to warning and immediate mix.</li> </ul> <h2>[11.2.9] 2024-05-29</h2> <h3>Fixed</h3> <ul> <li>Fixing animation of CSS variables when leading space is present.</li> </ul> <h2>[11.2.8] 2024-05-29</h2> <h3>Fixed</h3> <ul> <li>Ensuring instant animations return animation controls.</li> </ul> <h2>[11.2.7] 2024-05-29</h2> <h3>Fixed</h3> <ul> <li>Only allow layout animations to cancel optimised appear animations when on the same node or an ancestor.</li> </ul> <h2>[11.2.6] 2024-05-22</h2> <h3>Fixed</h3> <ul> <li>Fixed optimised appear animations interrupted by layout animations triggered by a state update within <code>useLayoutEffect</code>.</li> </ul> <h2>[11.2.5] 2024-05-21</h2> <h3>Fixed</h3> <ul> <li>Fixing layout animations within portals. Tag <code>motion</code> root within portal with <code>data-framer-portal-id</code> attribute.</li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/framer/motion/commit/542538499d30390d5710aef011dd107629e7be7e"><code>5425384</code></a> v11.2.10</li> <li><a href="https://github.com/framer/motion/commit/619f12b8f94b916de54dc073fff9f8d3fe9e6059"><code>619f12b</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/565f4f31c86a5bdeba205c8d4f73b86ce471f482"><code>565f4f3</code></a> Merge pull request <a href="https://redirect.github.com/framer/motion/issues/2691">#2691</a> from framer/fix/mix-immediate-invalid-color</li> <li><a href="https://github.com/framer/motion/commit/d3248d29bf1369ab2f1f3b00d399f130da243db1"><code>d3248d2</code></a> Removing unused files</li> <li><a href="https://github.com/framer/motion/commit/85357670a7b76e04009d8296be8f3fda9c75e91b"><code>8535767</code></a> Updating interpolation for invalid colors</li> <li><a href="https://github.com/framer/motion/commit/a58d3e7db0a52d3e1747924b1d09e895731e891e"><code>a58d3e7</code></a> Updating</li> <li><a href="https://github.com/framer/motion/commit/8faded0686aecb7b63120f3023c65db5752f137c"><code>8faded0</code></a> Updating version</li> <li><a href="https://github.com/framer/motion/commit/e49ac6cc46b4c699b601157c250e55354e15f20e"><code>e49ac6c</code></a> v11.2.9</li> <li><a href="https://github.com/framer/motion/commit/9a52cda7517081f6cfc98a599e56a024c6b78675"><code>9a52cda</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/4b5bb927929b920bb4e6f2b15c0e06da6a4724fc"><code>4b5bb92</code></a> Ensures CSS variables are trimmed before animating (<a href="https://redirect.github.com/framer/motion/issues/2688">#2688</a>)</li> <li>Additional commits viewable in <a href="https://github.com/framer/motion/compare/v11.1.7...v11.2.10">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.7&new-version=11.2.10)](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