Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit e5eda04

Browse files
build(deps): Bump framer-motion from 6.5.1 to 7.5.3 in /api-editor/gui (#1070)
Bumps [framer-motion](https://github.com/framer/motion) from 6.5.1 to 7.5.3. <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>[7.5.3] 2022-10-04</h2> <h3>Fixed</h3> <ul> <li>If the initial style was derived from the <code>initial</code> prop, and that style is removed from <code>animate</code>, while <strong>also</strong> being removed from <code>initial</code>, it won't animate back to the originally-defined value.</li> </ul> <h2>[7.5.2] 2022-10-04</h2> <h3>Fixed</h3> <ul> <li>Gracefully handle <code>undefined</code> values in <code>values</code> prop.</li> </ul> <h2>[7.5.1] 2022-09-30</h2> <h3>Fixed</h3> <ul> <li><code>useTransform</code> correctly cleans up any scheduled animation frames when it unmounts.</li> </ul> <h2>[7.5.0] 2022-09-27</h2> <h3>Added</h3> <ul> <li><code>useAnimationFrame</code> now passes <code>delta</code> to provided callbacks as the second argument.</li> </ul> <h2>[7.4.0] 2022-09-26</h2> <h3>Added</h3> <ul> <li>Added internal <code>values</code> prop that allows the provision of motion values to use exclusively for performing animations on.</li> </ul> <h2>[7.3.6] 2022-09-20</h2> <h3>Fixed</h3> <ul> <li>Increasing threshold for what's considered a similar aspect ratio in <code>&quot;preserve-ratio&quot;</code> layout animations.</li> </ul> <h2>[7.3.5] 2022-09-14</h2> <h3>Fixed</h3> <ul> <li><code>isMotionValue</code> no longer crashing when provided <code>null</code>.</li> </ul> <h2>[7.3.4] 2022-09-13</h2> <h3>Fixed</h3> <ul> <li>Run feature detection based on rendered props.</li> </ul> <h2>[7.3.3] 2022-09-13</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/framer/motion/commit/301448d6b05023d42353f18fe68c1f014adb9fce"><code>301448d</code></a> v7.5.3</li> <li><a href="https://github.com/framer/motion/commit/a3e78280afd6ad70998862f4f6fe2f50f043b082"><code>a3e7828</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/framer/motion/issues/1729">#1729</a> from framer/fix/base-style-fix</li> <li><a href="https://github.com/framer/motion/commit/474690416540e74100aa89bd3caa25570d62f8ab"><code>4746904</code></a> Update packages/framer-motion/src/render/index.ts</li> <li><a href="https://github.com/framer/motion/commit/d04226aa941d25ad757f023af538f3e234065194"><code>d04226a</code></a> Bumping file limiits</li> <li><a href="https://github.com/framer/motion/commit/2c8a26662e7e9ad6374fb285989262dd3ad4b502"><code>2c8a266</code></a> Updating</li> <li><a href="https://github.com/framer/motion/commit/047f1651c2e61511d1e69284bd3c37e5b276121d"><code>047f165</code></a> Fixing baseTarget funtionality</li> <li><a href="https://github.com/framer/motion/commit/add187021141cc191db07974979fb7edfd4764ac"><code>add1870</code></a> Adding failing tests</li> <li><a href="https://github.com/framer/motion/commit/f00f2269743df8bcb657321b49bd0b5519097bf3"><code>f00f226</code></a> Updating lockfile</li> <li><a href="https://github.com/framer/motion/commit/b1fbdf023270702fd56583ad5363a3299c8494dd"><code>b1fbdf0</code></a> v7.5.2</li> <li><a href="https://github.com/framer/motion/commit/945cb4b6898410540dc5874f3f92001a0c533b26"><code>945cb4b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/framer/motion/issues/1724">#1724</a> from framer/fix/undefined-values</li> <li>Additional commits viewable in <a href="https://github.com/framer/motion/compare/v6.5.1...v7.5.3">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=6.5.1&new-version=7.5.3)](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 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>
1 parent 68230e5 commit e5eda04

File tree

2 files changed

+116
-116
lines changed

2 files changed

+116
-116
lines changed

api-editor/gui/package-lock.json

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

api-editor/gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@reduxjs/toolkit": "^1.8.6",
2323
"chart.js": "^3.9.1",
2424
"fastest-levenshtein": "^1.0.16",
25-
"framer-motion": "^6.5.1",
25+
"framer-motion": "^7.5.3",
2626
"idb-keyval": "^6.2.0",
2727
"katex": "^0.16.0",
2828
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)