Skip to content

Commit

Permalink
deps: bump framer-motion from 10.18.0 to 11.1.1 (#30)
Browse files Browse the repository at this point in the history
Bumps [framer-motion](https://github.com/framer/motion) from 10.18.0 to
11.1.1.
<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.1] 2024-04-16</h2>
<h3>Changed</h3>
<ul>
<li>Updating JSX transform.</li>
</ul>
<h2>[11.1.0] 2024-04-16</h2>
<h3>Changed</h3>
<ul>
<li>TypeScript 5 upgrade.</li>
</ul>
<h2>[11.0.28] 2024-04-11</h2>
<h3>Fixed</h3>
<ul>
<li>Ensure CSS var token is set as final animation keyframe.</li>
</ul>
<h2>[11.0.27] 2024-04-10</h2>
<h3>Fixed</h3>
<ul>
<li>Skipping animations with <code>duration: 0</code>.</li>
</ul>
<h2>[11.0.26] 2024-04-10</h2>
<h3>Fixed</h3>
<ul>
<li>Adding <code>perspective()</code> to projection transform.</li>
<li>Changing scheduling of <code>useTransform</code> to ensure frames
are up-to-date.</li>
</ul>
<h2>[11.0.25] 2024-04-03</h2>
<h3>Fixed</h3>
<ul>
<li>Ensuring <code>motion(Fragment)</code> nodes are skipped from layout
projection.</li>
</ul>
<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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/framer/motion/commit/696aa6d8f5a0568c571445d09badb942f2b43e0d"><code>696aa6d</code></a>
v11.1.1</li>
<li><a
href="https://github.com/framer/motion/commit/2ed6846b710fdad7dc6c65a92fe679b65478dc6e"><code>2ed6846</code></a>
Updating changelog</li>
<li><a
href="https://github.com/framer/motion/commit/8c3a6359e1d8bb95acc6e5a7d82ed7ef401184c3"><code>8c3a635</code></a>
Merge pull request <a
href="https://redirect.github.com/framer/motion/issues/2619">#2619</a>
from framer/feature/react-jsx</li>
<li><a
href="https://github.com/framer/motion/commit/ff51dcee3b8ccb5bc102d0fea1f05e7961a11177"><code>ff51dce</code></a>
Updating lockfile</li>
<li><a
href="https://github.com/framer/motion/commit/2c1d63bacff74cdb5aa18a85cbbd84770d541156"><code>2c1d63b</code></a>
run autofix</li>
<li><a
href="https://github.com/framer/motion/commit/23249a1ae0150953724fea55cc7b2d2d0aea9998"><code>23249a1</code></a>
feat: use modern jsx transform</li>
<li><a
href="https://github.com/framer/motion/commit/c218181d2f1d86a35ead382e11d127148daf395c"><code>c218181</code></a>
Updating test</li>
<li><a
href="https://github.com/framer/motion/commit/600bc54f65b59455a06f8ad7d2747a0139887bd9"><code>600bc54</code></a>
Updating changelog</li>
<li><a
href="https://github.com/framer/motion/commit/570370d23801dbe4cd7beedaf9ac5e6901b0ba8b"><code>570370d</code></a>
v11.1.0</li>
<li><a
href="https://github.com/framer/motion/commit/af264531f1ba29244875f4592402fe580be4b34b"><code>af26453</code></a>
Merge pull request <a
href="https://redirect.github.com/framer/motion/issues/2587">#2587</a>
from framer/feature/ts5</li>
<li>Additional commits viewable in <a
href="https://github.com/framer/motion/compare/v10.18.0...v11.1.1">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=10.18.0&new-version=11.1.1)](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
dependabot[bot] authored Apr 16, 2024
1 parent 3fb593e commit fbab8ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 23 deletions.
30 changes: 8 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@fontsource/ibm-plex-mono": "^5.0.12",
"@fontsource/ibm-plex-sans": "^5.0.19",
"@globus/sdk": "^3.0.0-alpha.8",
"framer-motion": "^10.18.0",
"framer-motion": "^11.1.1",
"lodash": "^4.17.21",
"next": "14.2.1",
"react": "^18",
Expand Down

0 comments on commit fbab8ab

Please sign in to comment.