Skip to content

chore(deps): bump framer-motion from 12.43.0 to 13.0.0 - #16

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/framer-motion-13.0.0
Aug 10, 2026
Merged

chore(deps): bump framer-motion from 12.43.0 to 13.0.0#16
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/framer-motion-13.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

User description

Bumps framer-motion from 12.43.0 to 13.0.0.

Changelog

Sourced from framer-motion's changelog.

[13.0.0] 2026-08-05

Changed

  • Removed optional @emotion/is-prop-valid dependency in favour of explicit <MotionConfig isValidProp={isPropValid}>.

Fixed

  • Hardware-accelerated SVG elements correctly apply final style on animation complete.
  • AnimatePresence: Ensure nodes are marked as safe to remove when rendering propagate with no motion children.
Commits
  • e4029ce v13.0.0
  • c862954 Updating changelog
  • b2bc637 Merge pull request #3781 from motiondivision/fix/3779-svg-duration-zero-indep...
  • 96d35b6 Merge pull request #3783 from motiondivision/fix/2652-remove-external-is-vali...
  • 165541a Fix #3779: read SVG CSS properties from styles
  • e0be524 Fix #2652: scope custom prop validation
  • 34058c2 Merge pull request #3784 from motiondivision/fix/3777-empty-propagate
  • 0851575 Fix #3777: complete propagated exits without children
  • 6acedcc Fix #2652: remove automatic prop validator loading
  • 233593b Fix #3779: consolidate SVG style properties
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

PR Type

Other


Description

  • Bump framer-motion production dependency from ^12.23.2 to ^13.0.0 (major version update)

Diagram Walkthrough

  flowchart LR
    A["framer-motion ^12.23.2"] -- "major version update" --> B["framer-motion ^13.0.0"]
Loading

File Walkthrough

Relevant files
Dependencies
package.json
Update framer-motion to major version 13                                 

package.json

  • Updated framer-motion dependency version from ^12.23.2 to ^13.0.0
+1/-1     

Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.43.0 to 13.0.0.
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.43.0...v13.0.0)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 10, 2026
@github-actions
github-actions Bot merged commit a66876b into main Aug 10, 2026
4 checks passed
@github-actions
github-actions Bot deleted the dependabot/npm_and_yarn/framer-motion-13.0.0 branch August 10, 2026 20:14
@rudra-pr-agent

Copy link
Copy Markdown

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Major Version Bump

This PR upgrades framer-motion from v12.x to v13.0.0, a major version change. Major releases typically include breaking API changes, deprecations, or removals. The project's usage of framer-motion (animations, transitions, components, hooks) should be verified against the v13 migration guide and tested thoroughly before merging, as runtime errors or unexpected behavior could occur if any consumed APIs changed.

"framer-motion": "^13.0.0",

@rudra-pr-agent

Copy link
Copy Markdown

PR Code Suggestions ✨

No code suggestions found for the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code Review effort 2/5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants