Skip to content

fix(deps): update dependency motion to v12.23.6 #160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2025

This PR contains the following updates:

Package Change Age Confidence
motion 12.16.0 -> 12.23.6 age confidence

Release Notes

motiondivision/motion (motion)

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

Changed
  • Improved error messages. Some error messages will now link through to detailed documentation and solutions.

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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

Copy link

vercel bot commented Jun 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
sandbox-voice-assistant ❌ Failed (Inspect) Jul 19, 2025 10:56am

@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 36c1a6e to 319ef7c Compare June 20, 2025 19:48
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 319ef7c to bb0b915 Compare June 20, 2025 22:06
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from bb0b915 to e749f85 Compare June 21, 2025 03:07
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from e749f85 to 68329d8 Compare June 21, 2025 05:36
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 68329d8 to 291925a Compare June 21, 2025 09:09
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 291925a to ac75d30 Compare June 21, 2025 13:57
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from ac75d30 to 321eb56 Compare June 23, 2025 06:09
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.18.1 fix(deps): update dependency motion to v12.19.1 Jun 23, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 321eb56 to d16d0e6 Compare June 23, 2025 16:45
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from d16d0e6 to 90d04a1 Compare June 23, 2025 23:37
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 90d04a1 to 887836a Compare June 24, 2025 02:15
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 887836a to 12cb316 Compare June 24, 2025 22:08
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 12cb316 to e310282 Compare June 25, 2025 01:45
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from e310282 to 73b31bd Compare June 25, 2025 06:16
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 73b31bd to 6db8041 Compare June 25, 2025 19:57
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from fa01cad to c850293 Compare July 15, 2025 16:37
@renovate renovate bot changed the title fix(deps): update dependency motion to v12.23.5 fix(deps): update dependency motion to v12.23.6 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch 2 times, most recently from bb019c0 to 9519ca4 Compare July 17, 2025 07:42
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 9519ca4 to 823ed88 Compare July 17, 2025 12:35
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 823ed88 to bb0dde7 Compare July 17, 2025 17:04
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from bb0dde7 to 0b94cdb Compare July 18, 2025 15:26
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 0b94cdb to 83507ac Compare July 18, 2025 15:58
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 83507ac to a04c6e1 Compare July 18, 2025 18:31
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from a04c6e1 to 43cdbe1 Compare July 18, 2025 19:08
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 43cdbe1 to 3fe74ed Compare July 18, 2025 19:30
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 3fe74ed to 40f858c Compare July 18, 2025 21:58
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from 40f858c to f82e62e Compare July 19, 2025 02:42
@renovate renovate bot force-pushed the renovate/motion-12.x-lockfile branch from f82e62e to e7dc84f Compare July 19, 2025 05:31
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