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.0.8 to 11.0.24 (#958)
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [framer-motion](https://github.com/framer/motion) from 11.0.8 to 11.0.24. <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.0.24] 2024-03-29</h2> <h3>Fixed</h3> <ul> <li>Changes in <code>style</code> are visible once a value is no longer present in animation props.</li> </ul> <h2>[11.0.23] 2024-03-28</h2> <h3>Fixed</h3> <ul> <li>Fixed layout animations when combined with <code>z</code> transforms.</li> </ul> <h2>[11.0.22] 2024-03-26</h2> <h3>Fixed</h3> <ul> <li>Fixed pre-generation of no-op WAAPI animations.</li> </ul> <h2>[11.0.21] 2024-03-26</h2> <h3>Fixed</h3> <ul> <li>Fixed interrupting WAAPI spring animations.</li> </ul> <h2>[11.0.20] 2024-03-21</h2> <h3>Fixed</h3> <ul> <li>Fixed interrupting shared element animations that contain <code>rotate</code> or <code>skew</code> transforms.</li> </ul> <h2>[11.0.19] 2024-03-21</h2> <h3>Fixed</h3> <ul> <li>Fixed layout animations when combined with <code>skew</code> transforms.</li> </ul> <h2>[11.0.18] 2024-03-20</h2> <h3>Fixed</h3> <ul> <li>Default <code>duration</code> doesn't override <code>duration: 0</code> WAAPI animations.</li> <li>Fix error when trying to animate unmounted element.</li> <li>Avoid resolving WAAPI animation when stopping unresolved animation.</li> </ul> <h2>[11.0.17] 2024-03-20</h2> <h3>Fixed</h3> <ul> <li>Interruption of WAAPI animations now animates from correct value.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/framer/motion/commit/5c014a6cca76e6b5162f144f69fa1e84fb3ea561"><code>5c014a6</code></a> v11.0.24</li> <li><a href="https://github.com/framer/motion/commit/3ba081cc84f8a0c7005b24c10ba389a4a80c49a5"><code>3ba081c</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/7d9b255b04aba9f70eff6170bec13c8338f86f86"><code>7d9b255</code></a> Merge pull request <a href="https://redirect.github.com/framer/motion/issues/2600">#2600</a> from framer/fix/change-style</li> <li><a href="https://github.com/framer/motion/commit/1c27cbf780f1f3e63554ff0f393ef51b9c6e1731"><code>1c27cbf</code></a> Update packages/framer-motion/src/motion/<strong>tests</strong>/variant.test.tsx</li> <li><a href="https://github.com/framer/motion/commit/8d96c7abf4560027a3e0ad9d15ce27600a08b4dc"><code>8d96c7a</code></a> Fixing</li> <li><a href="https://github.com/framer/motion/commit/9927a08862602dc31a9f467df9c563fa224a1670"><code>9927a08</code></a> Fixing</li> <li><a href="https://github.com/framer/motion/commit/23f894af3f3ac3222c218e5b741f2855036e4462"><code>23f894a</code></a> Adding failing test</li> <li><a href="https://github.com/framer/motion/commit/ddf2362973c18ffdca717441dfbef077fd2f098f"><code>ddf2362</code></a> Bundlesize</li> <li><a href="https://github.com/framer/motion/commit/191f957f8e05dbfe02b1383d5a9767cc88700cf0"><code>191f957</code></a> Version</li> <li><a href="https://github.com/framer/motion/commit/5221b7b4cf2ab3dca23123550a4685e8a8e7cb61"><code>5221b7b</code></a> v11.0.23</li> <li>Additional commits viewable in <a href="https://github.com/framer/motion/compare/v11.0.8...v11.0.24">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.0.8&new-version=11.0.24)](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