Skip to content

build(deps): bump motion from 12.43.0 to 13.0.0 in /docs - #505

Merged
cirdes merged 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/motion-13.0.0
Aug 9, 2026
Merged

build(deps): bump motion from 12.43.0 to 13.0.0 in /docs#505
cirdes merged 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/motion-13.0.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 9, 2026

Copy link
Copy Markdown
Contributor

Bumps motion from 12.43.0 to 13.0.0.

Changelog

Sourced from 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

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)

Summary by cubic

Upgrade motion in docs to 13.0.0. This includes upstream fixes and a breaking change removing automatic @emotion/is-prop-valid integration.

  • Dependencies

    • motion 12.43.0 → 13.0.0
    • Transitive: framer-motion, motion-dom, motion-utils → 13.0.0; nanoid → 3.3.18
  • Migration

    • If using Emotion/custom prop validation, wrap your app with MotionConfig and pass isValidProp, e.g. <MotionConfig isValidProp={isPropValid}>…</MotionConfig>.

Written for commit d58f270. Summary will update on new commits.

Review in cubic

Bumps [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: motion
dependency-version: 13.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 9, 2026
@dependabot
dependabotBot requested a review from cirdes as a code ownerAugust 9, 2026 10:03
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 9, 2026
@cirdes
cirdes merged commit 76b87b3 into mainAug 9, 2026
7 checks passed
@cirdes
cirdes deleted the dependabot/npm_and_yarn/docs/motion-13.0.0 branch August 9, 2026 14:06
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@cirdes