Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

fix(deps): update dependency motion to v12.17.0 #2276

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 11, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
motion 12.6.3 -> 12.17.0 age adoption passing confidence

Release Notes

motiondivision/motion (motion)

v12.17.0

Compare Source

v12.16.0

Compare Source

Added
  • resize().

v12.15.0

Compare Source

Added
  • Support for pathLength/pathSpacing/pathOffset for svgEffect.
  • Auto kebab-casing of data and aria attributes in attrEffect.
  • attrEffect applies attributes via JS property where possible.
  • Auto transform-box: fill-box for SVGs with transform in styleEffect.

v12.14.0

Compare Source

Added
  • Support for originX/Y/Z in styleEffect.
Fixed
  • Added markers for pure function calls with effects.

v12.13.0

Compare Source

Added
  • svgEffect, propEffect and attrEffect.
Fixed
  • Fixed a jump in layout animations in select circumstances.

v12.12.2

Compare Source

Fixed
  • Ensure scroll updates are only triggered after a scroll read.

v12.12.1

Compare Source

Fixed
  • Checks for instanceof HTMLElement made compatible with dynamically generated iframes.

v12.12.0

Compare Source

Added
  • springValue
Fixed
  • Fixed various typos in the type definitions along with a stale documentation link.

v12.11.4

Compare Source

Fixed
  • Only read transform from the DOM for initial independent transforms when there's no active projection.

v12.11.3

Compare Source

Changed
  • useWillChange now only adds transform to will-change to prevent issues with prematurely flattened preserve-3d.

v12.11.2

Compare Source

Fixed
  • Removed __VERSION__ placeholder from motion value.
  • Fixed types for Reorder component.

v12.11.1

Compare Source

Fixed
  • Default scroll tracking to document.scrollingElement.

v12.11.0

Compare Source

Added
  • Added value.isEffectActive for internal use.

v12.10.6

Compare Source

Fixed
  • Stop firing .then() after .stop() and .cancel().

v12.10.5

Compare Source

Fixed
  • Fixed attaching multiple press handlers on the same element.

v12.10.4

Compare Source

Fixed
  • Fixed layout animations jumping when interrupted.
  • Lower memory and runtime overhead of layout animations.

v12.10.3

Compare Source

Fixed
  • Attempting to fix layout animations jumping when interrupted.

v12.10.2

Compare Source

Fixed
  • Fixed .cancel() after .stop().

v12.10.1

Compare Source

Changed
  • Main thread scroll animations are now lazy, resolving after "scroll" events instead of every animation frame.

v12.10.0

Compare Source

Added
  • styleEffect now supports:
    • Default value types
    • Independent transforms
    • CSS variables

v12.9.7

Compare Source

Fixed
  • Fix mixing PopChild with Astro view transitions.

v12.9.6

Compare Source

Fixed
  • Fix setting transformBox via style.

v12.9.5

Compare Source

Fixed
  • Fixed drag undefined error in React 19 Strict Mode.
  • Skip keyframe measurements for values without support for unit conversion.

v12.9.4

Compare Source

Fixed
  • Remove version check for MotionValue.

v12.9.3

Compare Source

Fixed
  • Fixed memory leak when unmounting motion components.

v12.9.2

Compare Source

Fixed
  • Fixed scroll timeline cache when defining offset.
  • Detect when page scroll is attached to document.body and use this instead of document.documentElement.

v12.9.1

Compare Source

Fixed
  • Restarting a finished main thread animation with a negative .speed now works as expected.

v12.9.0

Compare Source

Added
  • styleEffect

v12.8.2

Compare Source

Changed
  • Unifying transform behaviour for SVG and CSS switched from element measurements for transform-box: fill-box.

v12.8.0

Compare Source

Added
  • mapValue
  • transformValue
Changed
  • Removed support for Framer's internal CustomValueType.

v12.7.5

Compare Source

Changed
  • Improved scroll timeline caching.
  • Replaced WAAPI keyframe generation with linear() easing.
  • Ensure final defined keyframe is always applied to animations when animation finishes.
  • Moved instantAnimationState.current to MotionGlobalConfig.instantAnimations.
  • Changed delay from read to setup frameloop step.
Fixed
  • Fixed .then() and await early resolution.
  • Fixed replaying main thread animations after finished.
  • .speed works correctly across all animation types.
  • Various imperative animation control fixes.

v12.7.4

Compare Source

Fixed
  • Removed non-deterministic behaviour from AnimatePresence.

v12.7.3

Compare Source

Fixed
  • Fixing duration for animateView transitions.
  • Prevent .commitStyles() on pseudoElement animations.

v12.7.2

Compare Source

Fixed
  • Adding "sideEffects": false to motion-dom and motion-utils packages.

v12.7.1

Compare Source

Fixed
  • Skip .commitStyles on psuedoElement animations.

v12.7.0

Compare Source

Added
  • Private layoutCrossfade allows disabling crossfade of shared layout elements.

v12.6.5

Compare Source

Fixed
  • Polyfilled sync and cancelSync exports.

v12.6.4

Compare Source

Added
  • Global injection of WillChangeMotionValue for internal Framer use.

Configuration

📅 Schedule: Branch creation - "after 10pm every weekend,before 5am every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/motion-12.x branch from 4bdbb5a to 666fa94 Compare April 14, 2025 15:50
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.6.5 fix(deps): update dependency motion to v12.7.2 Apr 14, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from 666fa94 to fedb414 Compare April 15, 2025 12:59
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.7.2 fix(deps): update dependency motion to v12.7.3 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from fedb414 to 82e4e81 Compare April 17, 2025 10:26
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.7.3 fix(deps): update dependency motion to v12.7.4 Apr 17, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from 82e4e81 to 2c2abf4 Compare April 23, 2025 12:04
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.7.4 fix(deps): update dependency motion to v12.8.0 Apr 23, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from 2c2abf4 to 0a5b680 Compare April 24, 2025 10:09
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.8.0 fix(deps): update dependency motion to v12.8.2 Apr 24, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from 0a5b680 to 1c7fe61 Compare April 24, 2025 17:50
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.8.2 fix(deps): update dependency motion to v12.9.1 Apr 24, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from 1c7fe61 to d46d6d8 Compare April 25, 2025 17:41
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.9.1 fix(deps): update dependency motion to v12.9.2 Apr 25, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from d46d6d8 to 68b9967 Compare May 1, 2025 14:58
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.9.2 fix(deps): update dependency motion to v12.9.4 May 1, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from 68b9967 to fb67b49 Compare May 5, 2025 15:53
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.9.4 fix(deps): update dependency motion to v12.9.7 May 5, 2025
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.10.4 fix(deps): update dependency motion to v12.10.5 May 9, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from 19e74b9 to 5b72457 Compare May 12, 2025 13:19
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.10.5 fix(deps): update dependency motion to v12.11.0 May 12, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from 5b72457 to 4e04b62 Compare May 14, 2025 17:07
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.11.0 fix(deps): update dependency motion to v12.11.3 May 14, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from 4e04b62 to e6c3e96 Compare May 15, 2025 16:21
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.11.3 fix(deps): update dependency motion to v12.11.4 May 15, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from e6c3e96 to a1865e9 Compare May 16, 2025 12:45
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.11.4 fix(deps): update dependency motion to v12.12.1 May 16, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from a1865e9 to 92baa2d Compare May 23, 2025 15:40
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.12.1 fix(deps): update dependency motion to v12.12.2 May 23, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from 92baa2d to 851eeb8 Compare May 26, 2025 13:16
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.12.2 fix(deps): update dependency motion to v12.14.0 May 26, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from 851eeb8 to 7353feb Compare May 27, 2025 11:59
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.14.0 fix(deps): update dependency motion to v12.15.0 May 27, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from 7353feb to 8496864 Compare June 3, 2025 09:54
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.15.0 fix(deps): update dependency motion to v12.16.0 Jun 3, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x branch from 8496864 to a38771e Compare June 11, 2025 14:42
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.16.0 fix(deps): update dependency motion to v12.17.0 Jun 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants