Skip to content

chore(deps): bump framer-motion from 12.43.0 to 13.2.0 - #464

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/framer-motion-13.2.0
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/framer-motion-13.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps framer-motion from 12.43.0 to 13.2.0.

Changelog

Sourced from framer-motion's changelog.

[13.2.0] 2026-unreleased

Added

  • animate.addEffect() for registering effects that lets animate drive non-DOM subjects alongside DOM elements.
  • threeEffect (motion/three) supporting Three.js objects, materials, shader uniforms, TSL uniform nodes and more.
  • vgpuEffect (motion/vgpu) supporting shared uniforms, Effect/Draw/Compute bindings ("params.time"), scene nodes, cameras, lights, materials, orbit controls, CSS colors and vector components.
  • createEffect now accepts test, read and step options and exposes bound motion values via effect.get().

Changed

  • Reduced filesize and improved performance of spring.

[13.1.1] 2026-08-18

Fixed

  • Guard animation window access in non-browser runtimes.
  • AnimatePresence: Improved compat with React 19 strict mode.

[13.1.0] 2026-08-10

Added

  • Reorder: Multidimensional reorder.
  • Reorder: Automatic axis detection.
  • Reorder: RTL support.

[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
  • 0f1c119 v13.2.0
  • f73cbd7 Latest
  • d743b79 Latest
  • ce2719d Add WebGPURenderer TSL demo
  • b800e58 Add TSL uniform node support to Three.js animate
  • d60a956 Merge pull request #3800 from motiondivision/add-uniform-effect
  • a2d3227 Merge pull request #3799 from motiondivision/generator-filesize-optimisations
  • 55c8f8e Remove redundant comment from inertia bounds check
  • 84c2599 Add GPU adapter preview examples
  • 7b0ac88 Create adapter MotionValues lazily
  • 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@khuepm

khuepm commented Sep 10, 2026

Copy link
Copy Markdown
Owner

Verified and absorbed into #467 (branch chore/deps-batch-2026-09), together with #466 and #465 — the three share one lockfile.

Clean, no code changes needed. Framer Motion 13's only breaking change is dropping @emotion/is-prop-valid as an optional dependency in favour of explicit <MotionConfig isValidProp>, and this workspace has no CSS-in-JS at all — zero @emotion/* or styled-components anywhere — so it cannot apply.

Because apps/landing has no component tests (backlog B17), next build succeeding proves only that it compiles. So this was checked in a real browser over CDP: the built page renders 1053 elements of which 96 carry Framer Motion's inline transform/opacity styles, with no console errors and no uncaught exceptions, after driving a full scroll pass so the useScroll/useTransform scenes (EclipsePhaseScrub, WipeTitle, TrustLadderScene, StudioStage) actually run. The 12.43 baseline on the same tree: 1053 elements, 95 animated. The 8px of horizontal overflow the probe reports (scrollWidth 1433 vs clientWidth 1425, from a <code> panel) is byte-identical on both versions — it is B39's accepted overflow-x: clip state, not a regression.

13.2 also picks up an AnimatePresence React 19 strict-mode compat fix, which is relevant since both usages here are mode="wait".

Closing in favour of #467.

@khuepm

khuepm commented Sep 10, 2026

Copy link
Copy Markdown
Owner

Superseded by #467, verified rather than assumed (the B36 lesson): git diff of every package.json line this PR adds or removes against #467 comes back empty, and #467 is green on all 15 checks. Dependabot branches are deleted on close, so recording here that nothing unique remained.

@khuepm khuepm closed this Sep 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/framer-motion-13.2.0 branch September 10, 2026 22:13
khuepm added a commit that referenced this pull request Sep 13, 2026
chore(deps): batch #466 + #465 + #464; hold TypeScript 7
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant