Skip to content

Commit eb93bd6

Browse files
deps: bump framer-motion from 11.1.7 to 11.1.9 (#72)
Bumps [framer-motion](https://github.com/framer/motion) from 11.1.7 to 11.1.9. <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.1.9] 2024-05-07</h2> <h3>Changed</h3> <ul> <li>Reinstating async event handlers to fix issues with user code and Suspence within Framer.</li> </ul> <h2>[11.1.8] 2024-05-06</h2> <h3>Fixed</h3> <ul> <li>Animating between keyframe unit types when one keyframe is <code>0</code> and the other is an explicitly defined keyframe, e.g <code>y: [&quot;100%&quot;, 0]</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/framer/motion/commit/89cf0dcaeebf92583c6c56c26f4550e7e2a45432"><code>89cf0dc</code></a> v11.1.9</li> <li><a href="https://github.com/framer/motion/commit/77a3fcf61d5ae3c14adaabea165d77fb4ed1350a"><code>77a3fcf</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/4a30f2950b090233e0d7f2640630390228e7f306"><code>4a30f29</code></a> Merge pull request <a href="https://redirect.github.com/framer/motion/issues/2650">#2650</a> from framer/fix/async-handlers</li> <li><a href="https://github.com/framer/motion/commit/b4760f65872eb204ad54969a78ae0774826ac3cc"><code>b4760f6</code></a> Latest</li> <li><a href="https://github.com/framer/motion/commit/ec707da17abc3cf92868aad4a4ffb64101a33c07"><code>ec707da</code></a> Updating tests</li> <li><a href="https://github.com/framer/motion/commit/373a355ae263bf8cd339b997f31866c50f4cf32d"><code>373a355</code></a> Latest</li> <li><a href="https://github.com/framer/motion/commit/5c5a3feb5f26532eb1a6b5525b89ce355eec64ac"><code>5c5a3fe</code></a> Updating lockfile</li> <li><a href="https://github.com/framer/motion/commit/15a187265bd1e202c77c275ad91bd20b70a2553b"><code>15a1872</code></a> v11.1.8</li> <li><a href="https://github.com/framer/motion/commit/db12ebaecc170fb4800f0ca9809513e7a09ccd89"><code>db12eba</code></a> Updating changelog</li> <li><a href="https://github.com/framer/motion/commit/bed68e48064e0dafb9dc880f1fd3067b4e235ee1"><code>bed68e4</code></a> Merge pull request <a href="https://redirect.github.com/framer/motion/issues/2646">#2646</a> from framer/fix/unit-conversion</li> <li>Additional commits viewable in <a href="https://github.com/framer/motion/compare/v11.1.7...v11.1.9">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.1.9)](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 ef00804 commit eb93bd6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@fontsource/ibm-plex-mono": "^5.0.13",
2121
"@fontsource/ibm-plex-sans": "^5.0.20",
2222
"@globus/sdk": "^3.1.0",
23-
"framer-motion": "^11.1.7",
23+
"framer-motion": "^11.1.9",
2424
"lodash": "^4.17.21",
2525
"next": "14.2.3",
2626
"react": "^18",

0 commit comments

Comments
 (0)