Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
motion 12.15.0 -> 12.23.22 age confidence

Release Notes

motiondivision/motion (motion)

v12.23.22

Compare Source

Added
  • Exporting HTMLElements and useComposedRefs type for internal use.

v12.23.21

Compare Source

Fixed
  • Fixing main-thread scroll with animations that contain delay.

v12.23.20

Compare Source

Fixed
  • Suppress non-animatable value warning for instant animations.

v12.23.19

Compare Source

Fixed
  • Remove support for changing ref prop.

v12.23.18

Compare Source

Fixed
  • <motion /> components now support changing ref prop.

v12.23.16

Compare Source

Fixed
  • Fixing ref when passed to a child of AnimatePresence in "popLayout" mode.

v12.23.15

Compare Source

Fixed
  • Fixing export * error in RSC.

v12.23.14

Compare Source

Fixed
  • Fixing types of Reorder.Item and Reorder.Group so incorrect HTML props are correctly flagged.

v12.23.13

Compare Source

Fixed
  • Fixed issue where motion components don't update refs when externalRef changes. The useMotionRef function now properly includes externalRef in the dependency array to ensure ref callbacks update when the external ref changes.
Changed
  • Stopped tracking yarn cache in the repo.

v12.23.12

Compare Source

Added
  • Exporting internal APIs for use in view animations.

v12.23.11

Compare Source

Added
  • Children of variants with delayChildren: stagger() will now be staggered correctly alongside their newly-entering siblings.

v12.23.10

Compare Source

Fixed
  • Fixed shared layout animation in situations where no motion components have re-rendered between shared element switching.

v12.23.9

Compare Source

Changed
  • Removing redundant renderRequest MotionValue lifecycle.

v12.23.7

Compare Source

Fixed
  • springValue cleanup.
  • Removed additional removeNode from AnimatePresence when using popLayout.

v12.23.6

Compare Source

Changed
  • Added explainer for reduced motion warning.
  • Refactored motion component creation to remove indirection.

v12.23.5

Compare Source

Fixed
  • Fix animation timings within dynamically-generated popups.

v12.23.3

Compare Source

Changed
  • useScroll: Re-attempt to initialise scroll animation within a useEffect if refs weren't hydrated during the useLayoutEffect. Throw if refs are still not hydrated during the useEffect.

v12.23.2

Compare Source

Added
  • Added pages for remaining error and warning messages.

v12.23.1

Compare Source

Added
  • Exporting internal APIs for use in view animations.

v12.23.0

Compare Source

Added
  • Add .stop() and .cancel() methods to useDragControls().

v12.22.0

Compare Source

Added
  • Allow delayChildren to accept stagger(). This enables from and ease options when staggering variant children.
Deprecated
  • staggerChildren and staggerDirection options.

v12.20.5

Compare Source

Fixed
  • Improve performance of projection styles by writing directly to element.style.
  • Only block layout animations when window has changed width.

v12.20.4

Compare Source

Fixed
  • Improve performance of render loop.
  • Improve performance of types.

v12.20.3

Compare Source

Fixed
  • Always skip layout animation check on tree mount.

v12.20.2

Compare Source

Fixed
  • Updated Transition type to be more permissive.

v12.20.1

Compare Source

Fixed
  • Updated Target type to match previous definition.

v12.20.0

Compare Source

Added
  • Pass a shadow DOM root element via AnimatePresence root prop to attach "popLayout" styles to a different root element.

v12.19.4

Compare Source

Fixed
  • Ensure animations are removed from scope when finished.

v12.19.3

Compare Source

Fixed
  • Restore some deprecated types.
  • Add transformPerspective to TargetAndTransition.
  • Filter number-indexed and function props from CSSStyleDeclaration.

v12.19.2

Compare Source

Fixed
  • React: Prevent duplicate layout animation commits within Suspense boundaries.

v12.19.1

Compare Source

Fixed
  • React: Fix export * error message in Next.js.

v12.19.0

Compare Source

Added
  • React: usePageInView for tracking document visibility.

v12.18.2

Compare Source

Fixed
  • Fixed es bundle dependency imports for "motion".
  • Restored translateX, originX etc values in animation targets.

v12.18.1

Compare Source

Fixed
  • Removed "react" import from "motion-dom".

v12.18.0

Compare Source

Added
  • Support for defining a timeline position relative to the start of the most recently added animation (e.g. <+0.5, <-1)

v12.17.3

Compare Source

Changed
  • Refactored MotionProps into vanilla MotionNodeOptions type within "motion-dom" package.

v12.17.2

Compare Source

Changed
  • Handle colors when creating animatable "none" keyframes for complex strings.

v12.17.1

Compare Source

Fixed
  • Fixes isValidProp check with Rolldown.

v12.17.0

Compare Source

Added
  • MCP server.
Fixed
  • Improved rounding for linear() easing curves.

v12.16.0

Compare Source

Added
  • resize().

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

Copy link

vercel bot commented Jan 24, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
ned.im Error Error Sep 25, 2025 4:16pm

@renovate renovate bot changed the title fix(deps): update dependency motion to v12.0.5 fix(deps): update dependency motion to v12.0.6 Jan 27, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 4d7b851 to 0cc050e Compare January 27, 2025 17:39
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 0cc050e to 8d978eb Compare January 30, 2025 19:12
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.0.6 fix(deps): update dependency motion to v12.0.10 Feb 3, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 8d978eb to 564e2c2 Compare February 3, 2025 14:05
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.0.10 fix(deps): update dependency motion to v12.0.11 Feb 3, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 564e2c2 to 0620bf8 Compare February 3, 2025 17:25
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.0.11 fix(deps): update dependency motion to v12.1.0 Feb 4, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 0620bf8 to 797d34e Compare February 4, 2025 17:56
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.1.0 fix(deps): update dependency motion to v12.2.0 Feb 5, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 797d34e to a1621bb Compare February 5, 2025 09:32
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.2.0 fix(deps): update dependency motion to v12.3.0 Feb 5, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from a1621bb to 813a929 Compare February 5, 2025 13:30
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.3.0 fix(deps): update dependency motion to v12.3.1 Feb 5, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 813a929 to 50c117a Compare February 5, 2025 17:09
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.3.1 fix(deps): update dependency motion to v12.4.0 Feb 6, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 50c117a to d466a53 Compare February 6, 2025 13:56
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.4.0 fix(deps): update dependency motion to v12.4.1 Feb 7, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from d466a53 to 7977ec3 Compare February 7, 2025 09:22
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 334fd76 to 6370959 Compare August 31, 2025 13:47
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 6370959 to 2252901 Compare September 16, 2025 15:07
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.12 fix(deps): update dependency motion to v12.23.13 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 2252901 to 7494fa3 Compare September 17, 2025 21:57
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.13 fix(deps): update dependency motion to v12.23.14 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 7494fa3 to 7babd84 Compare September 18, 2025 14:14
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.14 fix(deps): update dependency motion to v12.23.15 Sep 18, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 7babd84 to 635f995 Compare September 19, 2025 12:36
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.15 fix(deps): update dependency motion to v12.23.16 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 635f995 to 0a4c8ec Compare September 22, 2025 10:06
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.16 fix(deps): update dependency motion to v12.23.18 Sep 22, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 0a4c8ec to 05361ad Compare September 23, 2025 10:37
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.18 fix(deps): update dependency motion to v12.23.19 Sep 23, 2025
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.19 fix(deps): update dependency motion to v12.23.20 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 05361ad to 33c0bbd Compare September 24, 2025 09:11
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 33c0bbd to 2cf035f Compare September 24, 2025 14:41
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.20 fix(deps): update dependency motion to v12.23.21 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 2cf035f to 0cabb1b Compare September 25, 2025 16:09
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.21 chore(deps): update dependency motion to v12.23.22 Sep 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants