Commit be965f3
authored
build(deps): bump framer-motion from 11.15.0 to 11.17.0 (#620)
Bumps [framer-motion](https://github.com/motiondivision/motion) from
11.15.0 to 11.17.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/motiondivision/motion/blob/main/CHANGELOG.md">framer-motion's
changelog</a>.</em></p>
<blockquote>
<h2>[11.17.0] 2024-01-10</h2>
<h3>Added</h3>
<ul>
<li>Added <code>propagate</code> to <code>AnimatePresence</code>. This
prop allows parent exit animations to be propagated to children.</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Removed <code>exitBeforeEnter</code> from
<code>AnimatePresence</code>.</li>
</ul>
<h2>[11.16.7] 2024-01-10</h2>
<h3>Fixed</h3>
<ul>
<li>Fixing timelines where a string label is used as the first
segment.</li>
</ul>
<h2>[11.16.6] 2024-01-10</h2>
<h3>Changed</h3>
<ul>
<li>More movement values like <code>height</code> and <code>top</code>
are now blocked by reduced motion.</li>
</ul>
<h2>[11.16.5] 2024-01-09</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed <code>scroll</code> progress being stuck at <code>1</code>
when a <code>target</code> is <code>100vh</code>.</li>
</ul>
<h2>[11.16.4] 2024-01-09</h2>
<h3>Fixed</h3>
<ul>
<li>Fix type of <code>attachTimeline</code> when
<code>skipLibCheck</code> is disabled.</li>
</ul>
<h2>[11.16.3] 2024-01-09</h2>
<h3>Fixed</h3>
<ul>
<li>Checking return of <code>press</code>, <code>hover</code>, and
<code>inView</code> callbacks before calling.</li>
</ul>
<h2>[11.16.2] 2024-01-09</h2>
<h3>Fixed</h3>
<ul>
<li>Restoring missing type exports.</li>
</ul>
<h2>[11.16.1] 2024-01-08</h2>
<h3>Fixed</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/motiondivision/motion/commit/92fb9a1232bc8305116e572bba122404ee74a96c"><code>92fb9a1</code></a>
v11.17.0</li>
<li><a
href="https://github.com/motiondivision/motion/commit/a02d454e118112f1c0a747477ecf674a71f858f6"><code>a02d454</code></a>
Updating changelog</li>
<li><a
href="https://github.com/motiondivision/motion/commit/0cf9f5d6ed7ed5ed3e0ac645c51f04f4f007347e"><code>0cf9f5d</code></a>
<code>AnimatePresence</code> <code>propagate</code> option (<a
href="https://redirect.github.com/motiondivision/motion/issues/2992">#2992</a>)</li>
<li><a
href="https://github.com/motiondivision/motion/commit/257ad5530122bd9258636e254798d8f4280037f8"><code>257ad55</code></a>
v11.16.7</li>
<li><a
href="https://github.com/motiondivision/motion/commit/913caf71b6799b8fc71d2b8d1c4dc0533ee4111b"><code>913caf7</code></a>
Updating changelog</li>
<li><a
href="https://github.com/motiondivision/motion/commit/888619c6754c11c67f3b01a621879f912935c905"><code>888619c</code></a>
Fixing timeline with label as first segment (<a
href="https://redirect.github.com/motiondivision/motion/issues/2985">#2985</a>)</li>
<li><a
href="https://github.com/motiondivision/motion/commit/3449bd1d412bd362ede5cf424d757b9611483f91"><code>3449bd1</code></a>
v11.16.6</li>
<li><a
href="https://github.com/motiondivision/motion/commit/823bf9b7cdae12bdfcc0c53cee2d73c0c227926d"><code>823bf9b</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/motiondivision/motion/commit/119daf12e3074f6ad717a9f20ab5a2377dda6dd5"><code>119daf1</code></a>
Adding more values to reduced motion (<a
href="https://redirect.github.com/motiondivision/motion/issues/2984">#2984</a>)</li>
<li><a
href="https://github.com/motiondivision/motion/commit/5cdcc4e37c97672b765b616381c3a290fbd542a4"><code>5cdcc4e</code></a>
v11.16.5</li>
<li>Additional commits viewable in <a
href="https://github.com/motiondivision/motion/compare/v11.15.0...v11.17.0">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 e7a3073 commit be965f3
2 files changed
+30
-24
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments