Skip to content

Commit 7a45fe8

Browse files
build(deps): bump framer-motion from 12.5.0 to 12.6.0 (#682)
[//]: # (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/motiondivision/motion) from 12.5.0 to 12.6.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>[12.6.0] 2025-03-25</h2> <h3>Changed</h3> <ul> <li>Renamed <code>view</code> to <code>animateView</code>.</li> </ul> <h3>Added</h3> <ul> <li>New <code>interrupt: &quot;wait&quot;</code> mode as <code>animateView</code> default.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motiondivision/motion/commit/1c1f25b8fb696e07eb5807ba7ac5b03a832d0a00"><code>1c1f25b</code></a> v12.6.0</li> <li><a href="https://github.com/motiondivision/motion/commit/1336568dbad55f192161222bf433c184e063d9cb"><code>1336568</code></a> Updating changelog</li> <li><a href="https://github.com/motiondivision/motion/commit/7fad49afb21ff7cbf7ea9e0b406aa68cb91e6556"><code>7fad49a</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3116">#3116</a> from motiondivision/feature/animate-view</li> <li><a href="https://github.com/motiondivision/motion/commit/639743c7f15e106c4f84683046e863d17cc65ffa"><code>639743c</code></a> Latest</li> <li><a href="https://github.com/motiondivision/motion/commit/7d9ffe242b29410477098eee57a7b44fba47e687"><code>7d9ffe2</code></a> Latest</li> <li><a href="https://github.com/motiondivision/motion/commit/f53af5ba661e375665102c1f33a250c3b648fc2d"><code>f53af5b</code></a> Adding animateView interrupt</li> <li><a href="https://github.com/motiondivision/motion/commit/903721e29bc0a3becd843ac95f01c7eabef1e36e"><code>903721e</code></a> Merge pull request <a href="https://redirect.github.com/motiondivision/motion/issues/3121">#3121</a> from motiondivision/mattgperry-patch-3</li> <li><a href="https://github.com/motiondivision/motion/commit/6a402329c875bcc7d8c92695cd4b422b724762af"><code>6a40232</code></a> Update bug_report.md</li> <li><a href="https://github.com/motiondivision/motion/commit/8c1d903e9cc4c7acfa0545ffb587787c937ccdce"><code>8c1d903</code></a> Removing sponsors</li> <li>See full diff in <a href="https://github.com/motiondivision/motion/compare/v12.5.0...v12.6.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=12.5.0&new-version=12.6.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 5ea47a8 commit 7a45fe8

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package-lock.json

Lines changed: 15 additions & 15 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
@@ -15,7 +15,7 @@
1515
"axios": "^1.8.2",
1616
"clsx": "^2.1.1",
1717
"date-fns": "^4.1.0",
18-
"framer-motion": "^12.5.0",
18+
"framer-motion": "^12.6.2",
1919
"google-map-react": "^2.2.1",
2020
"moment": "^2.30.1",
2121
"primeicons": "^7.0.0",

0 commit comments

Comments
 (0)