This repository was archived by the owner on Jan 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 8c597c4
authored
build(deps): Bump framer-motion from 10.12.18 to 10.16.7 in /api-editor/gui (#1480)
Bumps [framer-motion](https://github.com/framer/motion) from 10.12.18 to
10.16.7.
<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>[10.16.7] 2023-11-29</h2>
<h3>Fixed</h3>
<ul>
<li>Fixing pan events within React portal.</li>
</ul>
<h2>[10.16.6] 2023-11-29</h2>
<h3>Fixed</h3>
<ul>
<li>Fixing <code>Reorder</code> component types.</li>
<li>Fixing <code>Reorder.Item</code> order calculation.</li>
<li>Fixing broken <code>dragConstraints</code> if component re-renders
during resize.</li>
</ul>
<h2>[10.16.5] 2023-11-14</h2>
<h3>Fixed</h3>
<ul>
<li>Fixing <code>AnimatePresence</code> fast rerender bug.</li>
</ul>
<h2>[10.16.4] 2023-09-05</h2>
<h3>Fixed</h3>
<ul>
<li>Changed handoff <code>startTime</code> source from
<code>performance.now()</code> to
<code>document.timeline.currentTime</code>.</li>
</ul>
<h2>[10.16.3] 2023-09-04</h2>
<h3>Fixed</h3>
<ul>
<li>Improved compatibility of custom <code>RefObject</code> and
<code>MutableRefObject</code> types.</li>
<li>Fixing <code>useScroll</code> dependencies array.</li>
<li>Fixing optimised handoff to WAAPI animations.</li>
</ul>
<h2>[10.16.2] 2023-08-30</h2>
<h3>Fixed</h3>
<ul>
<li>Improved performance of frameloop scheduling.</li>
<li>Fixed crasher when using SVGs as scroll animation targets.</li>
</ul>
<h2>[10.16.1] 2023-08-21</h2>
<h3>Fixed</h3>
<ul>
<li>SVGs mount read/writes are now batched.</li>
</ul>
<h2>[10.16.0] 2023-08-16</h2>
<h3>Added</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/framer/motion/commit/f5a65e49cb9af6daccca731a05dbc0c3e6a5d8fa"><code>f5a65e4</code></a>
v10.16.7</li>
<li><a
href="https://github.com/framer/motion/commit/86b7ccb3e394a5359a097c8ffcd098534577bbaf"><code>86b7ccb</code></a>
Updating changelog</li>
<li><a
href="https://github.com/framer/motion/commit/72f6eed854162044aa5500e3cb881185481c9ae4"><code>72f6eed</code></a>
Updating formatting</li>
<li><a
href="https://github.com/framer/motion/commit/b568ed4a04f04a622f53b0aad35978061ea26976"><code>b568ed4</code></a>
Initialization of the Context Window functionality. (<a
href="https://redirect.github.com/framer/motion/issues/2334">#2334</a>)</li>
<li><a
href="https://github.com/framer/motion/commit/6e80ba24c8574a336dcfccf328de161028a74b2e"><code>6e80ba2</code></a>
Updating size</li>
<li><a
href="https://github.com/framer/motion/commit/f06ee905790718e58a480440f309622847dfeb30"><code>f06ee90</code></a>
Updating changelog</li>
<li><a
href="https://github.com/framer/motion/commit/4bbdc3f17abfed8f0ab6558b2ee549e00f33d66b"><code>4bbdc3f</code></a>
Fix incorrect Reorder.Item order calculation (Part 2) (<a
href="https://redirect.github.com/framer/motion/issues/2359">#2359</a>)</li>
<li><a
href="https://github.com/framer/motion/commit/ee6c992675dc418f00db224be2242e6edabd11f2"><code>ee6c992</code></a>
v10.16.6</li>
<li><a
href="https://github.com/framer/motion/commit/71f70626f9e79ba3eea0e6fc05d362c86ed2bf6e"><code>71f7062</code></a>
Updating changelog</li>
<li><a
href="https://github.com/framer/motion/commit/df514475e3b4b10a6324a339f7f136298f967a77"><code>df51447</code></a>
Merge pull request <a
href="https://redirect.github.com/framer/motion/issues/2399">#2399</a>
from bfanger/fix-resize-bug</li>
<li>Additional commits viewable in <a
href="https://github.com/framer/motion/compare/v10.12.18...v10.16.7">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 parent dd4fd02 commit 8c597c4Copy full SHA for 8c597c4
File tree
Expand file treeCollapse file tree
2 files changed
+8
-8
lines changedFilter options
- api-editor/gui
Expand file treeCollapse file tree
2 files changed
+8
-8
lines changedapi-editor/gui/package-lock.json
Copy file name to clipboardExpand all lines: api-editor/gui/package-lock.json+7-7Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
api-editor/gui/package.json
Copy file name to clipboardExpand all lines: api-editor/gui/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
0 commit comments