Skip to content

Commit 3a12ca6

Browse files
build(deps): bump framer-motion from 11.17.0 to 11.18.0 (#622)
Bumps [framer-motion](https://github.com/motiondivision/motion) from 11.17.0 to 11.18.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.18.0] 2024-01-14</h2> <h3>Added</h3> <ul> <li>Adding <code>animateSequence</code> to perform animation sequences via WAAPI for a tiny bundlesize.</li> </ul> <h3>Fixed</h3> <ul> <li>Missing <code>AnimationControls</code> type export.</li> </ul> <h2>[11.17.1] 2024-01-13</h2> <h3>Fixed</h3> <ul> <li>Remeasure SVG when size/position changes to ensure correct <code>transform-origin</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/8e2a2f7ba38d232fb766246eca10279c05d9aa29"><code>8e2a2f7</code></a> v11.18.0</li> <li><a href="https://github.com/motiondivision/motion/commit/ffaf8693c7fbc82ca234b41fd753c4dbb1bb3e76"><code>ffaf869</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/18f2732554e2fbf9eaba47a574eec49a2aa97650"><code>18f2732</code></a> Export animateSequence (<a href="https://redirect.github.com/motiondivision/motion/issues/2998">#2998</a>)</li> <li><a href="https://github.com/motiondivision/motion/commit/009787c43116a16b96eb93450abd962ffb042820"><code>009787c</code></a> v11.17.1</li> <li><a href="https://github.com/motiondivision/motion/commit/6b7cb362433d4958eafe0c3095718f4c39c158df"><code>6b7cb36</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/cecf6a4b465287d9850c29a492907e21cebc3760"><code>cecf6a4</code></a> Fixing dynamic SVG origin calculations (<a href="https://redirect.github.com/motiondivision/motion/issues/2991">#2991</a>)</li> <li>See full diff in <a href="https://github.com/motiondivision/motion/compare/v11.17.0...v11.18.0">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.17.0&new-version=11.18.0)](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 4e00b34 commit 3a12ca6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"axios": "^1.7.7",
1717
"clsx": "^2.1.1",
1818
"date-fns": "^4.1.0",
19-
"framer-motion": "^11.17.0",
19+
"framer-motion": "^11.18.0",
2020
"google-map-react": "^2.2.1",
2121
"moment": "^2.30.1",
2222
"primeicons": "^7.0.0",

0 commit comments

Comments
 (0)