Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit ccb1241

Browse files
authored
Bump framer-motion from 12.16.0 to 12.18.1 (#23)
Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.16.0 to 12.18.1. <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>[12.18.1] 2025-06-13</h2> <h3>Fixed</h3> <ul> <li>Removed <code>&quot;react&quot;</code> import from <code>&quot;motion-dom&quot;</code>.</li> </ul> <h2>[12.18.0] 2025-06-13</h2> <h3>Added</h3> <ul> <li>Support for defining a timeline position relative to the start of the most recently added animation (e.g. <code>&lt;+0.5</code>, <code>&lt;-1</code>)</li> </ul> <h2>[12.17.3] 2025-06-12</h2> <h3>Changed</h3> <ul> <li>Refactored <code>MotionProps</code> into vanilla <code>MotionNodeOptions</code> type within <code>&quot;motion-dom&quot;</code> package.</li> </ul> <h2>[12.17.2] 2025-06-12</h2> <h3>Changed</h3> <ul> <li>Handle colors when creating animatable <code>&quot;none&quot;</code> keyframes for complex strings.</li> </ul> <h2>[12.17.1] 2025-06-12</h2> <h3>Fixed</h3> <ul> <li>Fixes <code>isValidProp</code> check with Rolldown.</li> </ul> <h2>[12.17.0] 2025-06-10</h2> <h3>Added</h3> <ul> <li>MCP server.</li> </ul> <h3>Fixed</h3> <ul> <li>Improved rounding for <code>linear()</code> easing curves.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/f3102d56a0a1a84aab20563f97e7976b6c8612df"><code>f3102d5</code></a> v12.18.1</li> <li><a href="https://github.com/motiondivision/motion/commit/7db0a4ea0ce0acc4e5890209fd7f354214a22687"><code>7db0a4e</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/814dd8f0367f9ccf80c8114a622d74d7496a8c01"><code>814dd8f</code></a> Removing react from bundle</li> <li><a href="https://github.com/motiondivision/motion/commit/cddcc66430c5c96b2f560bb6a61160231f512c53"><code>cddcc66</code></a> v12.18.0</li> <li><a href="https://github.com/motiondivision/motion/commit/f24c97be53d836f8668a1d40bae0664a616d1ca6"><code>f24c97b</code></a> Adding tests</li> <li><a href="https://github.com/motiondivision/motion/commit/a9f3553c269b318a92d47bbdbae64dc02e045b62"><code>a9f3553</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3250">#3250</a> from piotrjoniec/main</li> <li><a href="https://github.com/motiondivision/motion/commit/8a108ff7e1fd1bf8053346ab92af2f8adf2d8b69"><code>8a108ff</code></a> Merge branch 'main' into main</li> <li><a href="https://github.com/motiondivision/motion/commit/894f63108c13dad0710f515f9992cd2eded07413"><code>894f631</code></a> v12.17.3</li> <li><a href="https://github.com/motiondivision/motion/commit/062680395f855fc97919c28eac0836416fe3d325"><code>0626803</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/66b0973c1e7e682427e50626eff78c5b7877337d"><code>66b0973</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3251">#3251</a> from motiondivision/feature/refactor-visual-element</li> <li>Additional commits viewable in <a href="https://github.com/motiondivision/motion/compare/v12.16.0...v12.18.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=12.16.0&new-version=12.18.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>
2 parents b4af1ef + a529a9b commit ccb1241

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"autoprefixer": "^10.4.20",
2424
"classnames": "^2.5.1",
2525
"clsx": "^2.0.0",
26-
"framer-motion": "^12.16.0",
26+
"framer-motion": "^12.18.1",
2727
"postcss": "^8.5.1",
2828
"postcss-import": "^16.1.0",
2929
"prism-react-renderer": "^2.3.0",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5073,13 +5073,13 @@ fraction.js@^4.3.7:
50735073
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7"
50745074
integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==
50755075

5076-
framer-motion@^12.16.0:
5077-
version "12.16.0"
5078-
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.16.0.tgz#d715b81b1b41ba61ce842e7085390e1533ec3814"
5079-
integrity sha512-xryrmD4jSBQrS2IkMdcTmiS4aSKckbS7kLDCuhUn9110SQKG1w3zlq1RTqCblewg+ZYe+m3sdtzQA6cRwo5g8Q==
5076+
framer-motion@^12.18.1:
5077+
version "12.18.1"
5078+
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.18.1.tgz#783dc9ea7c816d315c6eebc49cd3a82c5fc50615"
5079+
integrity sha512-6o4EDuRPLk4LSZ1kRnnEOurbQ86MklVk+Y1rFBUKiF+d2pCdvMjWVu0ZkyMVCTwl5UyTH2n/zJEJx+jvTYuxow==
50805080
dependencies:
5081-
motion-dom "^12.16.0"
5082-
motion-utils "^12.12.1"
5081+
motion-dom "^12.18.1"
5082+
motion-utils "^12.18.1"
50835083
tslib "^2.4.0"
50845084

50855085
fresh@0.5.2:
@@ -7118,17 +7118,17 @@ mlly@^1.7.4:
71187118
pkg-types "^1.3.0"
71197119
ufo "^1.5.4"
71207120

7121-
motion-dom@^12.16.0:
7122-
version "12.16.0"
7123-
resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.16.0.tgz#ccf88d45db04214f32d455e12621f5213968bfd5"
7124-
integrity sha512-Z2nGwWrrdH4egLEtgYMCEN4V2qQt1qxlKy/uV7w691ztyA41Q5Rbn0KNGbsNVDZr9E8PD2IOQ3hSccRnB6xWzw==
7121+
motion-dom@^12.18.1:
7122+
version "12.18.1"
7123+
resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.18.1.tgz#3a4d6b7f4a7940393ffdd60ec44f636d3472948f"
7124+
integrity sha512-dR/4EYT23Snd+eUSLrde63Ws3oXQtJNw/krgautvTfwrN/2cHfCZMdu6CeTxVfRRWREW3Fy1f5vobRDiBb/q+w==
71257125
dependencies:
7126-
motion-utils "^12.12.1"
7126+
motion-utils "^12.18.1"
71277127

7128-
motion-utils@^12.12.1:
7129-
version "12.12.1"
7130-
resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-12.12.1.tgz#63e28751325cb9d1cd684f3c273a570022b0010e"
7131-
integrity sha512-f9qiqUHm7hWSLlNW8gS9pisnsN7CRFRD58vNjptKdsqFLpkVnX00TNeD6Q0d27V9KzT7ySFyK1TZ/DShfVOv6w==
7128+
motion-utils@^12.18.1:
7129+
version "12.18.1"
7130+
resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-12.18.1.tgz#d7543c2bc15e843286cbb86119f011da0a78515b"
7131+
integrity sha512-az26YDU4WoDP0ueAkUtABLk2BIxe28d8NH1qWT8jPGhPyf44XTdDUh8pDk9OPphaSrR9McgpcJlgwSOIw/sfkA==
71327132

71337133
mrmime@^2.0.0:
71347134
version "2.0.1"

0 commit comments

Comments
 (0)