Skip to content

Commit

Permalink
Bump framer-motion from 11.0.3 to 11.0.8 (#948)
Browse files Browse the repository at this point in the history
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [framer-motion](https://github.com/framer/motion) from 11.0.3 to
11.0.8.
<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.0.8] 2024-02-29</h2>
<h3>Fixed</h3>
<ul>
<li>Ensure optimised appear animations are cancelled before layout
animation measurements.</li>
</ul>
<h2>[11.0.7] 2024-02-29</h2>
<h3>Fixed</h3>
<ul>
<li>Strip comments from strings before testing if they're CSS variables
to prevent significant performance degradation.</li>
</ul>
<h2>[11.0.6] 2024-02-23</h2>
<h3>Updated</h3>
<ul>
<li>Added support for <code>motion(Fragment)</code> for controlling
variants. For internal Framer use only.</li>
</ul>
<h2>[11.0.5] 2024-02-13</h2>
<h3>Updated</h3>
<ul>
<li>Performance updates.</li>
</ul>
<h2>[11.0.4] 2024-02-13</h2>
<h3>Fixed</h3>
<ul>
<li>Tighten check for <code>navigator.userAgent</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/framer/motion/commit/34c59d6498f6b93eb5ec473d941db29e3437fa63"><code>34c59d6</code></a>
v11.0.8</li>
<li><a
href="https://github.com/framer/motion/commit/f318da80ee3454ad1cd0d95ba2e02cb45d10d6b5"><code>f318da8</code></a>
Updating changelog</li>
<li><a
href="https://github.com/framer/motion/commit/bdd8e4f0a4c6633d61fd4a91aa75b5689e86e461"><code>bdd8e4f</code></a>
Merge pull request <a
href="https://redirect.github.com/framer/motion/issues/2536">#2536</a>
from framer/fix/optimised-with-projection</li>
<li><a
href="https://github.com/framer/motion/commit/652dbff85a9e953fd104a475f5d8e7fcc7101e1b"><code>652dbff</code></a>
Fixing import</li>
<li><a
href="https://github.com/framer/motion/commit/b9d5fb548229209174763a3311a310ea9bac0409"><code>b9d5fb5</code></a>
Ensuring optimised animations are cancelled before layout
animations</li>
<li><a
href="https://github.com/framer/motion/commit/0cc3e13ea4110b0694313f779fd03a2a70e52f3c"><code>0cc3e13</code></a>
Adding test</li>
<li><a
href="https://github.com/framer/motion/commit/e855790f8bdfa5f116c07ffacd2194cb0533336e"><code>e855790</code></a>
Adding test</li>
<li><a
href="https://github.com/framer/motion/commit/e201379824b4f3ae451ffdc5b00a9d775396d534"><code>e201379</code></a>
Sizes</li>
<li><a
href="https://github.com/framer/motion/commit/ce9e72ffdf006fc77b826baecf31b1c219915033"><code>ce9e72f</code></a>
Version</li>
<li><a
href="https://github.com/framer/motion/commit/0a4adc56777a0e9f41b4790e5e2035dd4627822a"><code>0a4adc5</code></a>
v11.0.7</li>
<li>Additional commits viewable in <a
href="https://github.com/framer/motion/compare/v11.0.3...v11.0.8">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.0.3&new-version=11.0.8)](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 Mar 1, 2024
1 parent bb36174 commit dcb0418
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@nextui-org/react": "^2.2.9",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.9",
"framer-motion": "^11.0.3",
"framer-motion": "^11.0.8",
"graphql": "^16.8.1",
"next": "14.1.1",
"next-themes": "^0.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3966,10 +3966,10 @@ fraction.js@^4.3.7:
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7"
integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==

framer-motion@^11.0.3:
version "11.0.3"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.0.3.tgz#b2a87e7ae166a9e27da33da9cfb50a0db5f94fa7"
integrity sha512-6x2poQpIWBdbZwLd73w6cKZ1I9IEPIU94C6/Swp1Zt3LJ+sB5bPe1E2wC6EH5hSISXNkMJ4afH7AdwS7MrtkWw==
framer-motion@^11.0.8:
version "11.0.8"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.0.8.tgz#8f97a18cbad5858d85b53bc325c40a03d0a5c203"
integrity sha512-1KSGNuqe1qZkS/SWQlDnqK2VCVzRVEoval379j0FiUBJAZoqgwyvqFkfvJbgW2IPFo4wX16K+M0k5jO23lCIjA==
dependencies:
tslib "^2.4.0"
optionalDependencies:
Expand Down

0 comments on commit dcb0418

Please sign in to comment.