Skip to content

Commit c7ca1fb

Browse files
chore(deps): update dependency motion to v12.26.2 (#2299)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [motion](https://redirect.github.com/motiondivision/motion) | [`12.23.26` → `12.26.2`](https://renovatebot.com/diffs/npm/motion/12.23.26/12.26.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/motion/12.26.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/motion/12.23.26/12.26.2?slim=true) | --- ### Release Notes <details> <summary>motiondivision/motion (motion)</summary> ### [`v12.26.2`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12262-2026-01-13) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.26.1...v12.26.2) ##### Fixed - Internal refactor of projection system into `motion-dom`. ### [`v12.26.1`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12261-2026-01-12) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.26.0...v12.26.1) ##### Fixed - Improve overload selection for `useTransform`. ### [`v12.26.0`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12260-2026-01-12) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.25.0...v12.26.0) ##### Added - Support for multiple output value maps with `useTransform`. ### [`v12.25.0`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12250-2026-01-09) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.24.12...v12.25.0) ##### Added - Support for auto-scrolling when a `Reorder.Item` reaches the edges of its parent scrollable container. ### [`v12.24.12`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#122412-2026-01-08) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.24.11...v12.24.12) ##### Fixed - Draggable elements now track pointer during page and element scroll. ### [`v12.24.11`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#122411-2026-01-08) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.24.10...v12.24.11) ##### Fixed - Fixed time sampling of GPU animations under heavy CPU load. ### [`v12.24.10`](https://redirect.github.com/motiondivision/motion/compare/v12.24.9...v12.24.10) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.24.9...v12.24.10) ### [`v12.24.9`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12249-2026-01-07) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.24.8...v12.24.9) ##### Fixed - Fixing Radix `Dialog` with `AnimatePresence`. - Ensure drag constraints animation resumes after press interruption. - Prevent drag gesture from triggering when pressing focusable elements. ### [`v12.24.8`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12248-2026-01-07) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.24.7...v12.24.8) ##### Fixed - Perform unit conversion when animating to/from `calc()` values. ### [`v12.24.7`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12247-2026-01-06) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.24.6...v12.24.7) ##### Fixed - Fix duplicate exit animations in `AnimatePresence`. ### [`v12.24.6`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12246-2026-01-06) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.24.5...v12.24.6) ##### Fixed - Remove memory leak from retained `matchMedia` callbacks. ### [`v12.24.5`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12245-2026-01-06) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.24.4...v12.24.5) ##### Fixed - Prevent `ref` access error for `AnimatePresence` `popLayout` mode in React 19. ### [`v12.24.4`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12244-2026-01-06) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.24.3...v12.24.4) ##### Fixed - Support `ref` functions that return a cleanup callback. ### [`v12.24.3`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12243-2026-01-06) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.24.2...v12.24.3) ##### Fixed - Ensure `onAnimationStart` and `onAnimationComplete` callbacks fire for `useSpring`. ### [`v12.24.2`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12242-2026-01-06) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.24.1...v12.24.2) ##### Fixed - Ensure `useDragControls `snapToCursor: true\` works with initial transforms. ### [`v12.24.1`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12241-2026-01-06) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.24.0...v12.24.1) ##### Fixed - Ensure CSS Motion Path properties are applied via `style` on SVG elements. - Ensure `JSX` is correctly imported by `Reorder.Item`. ### [`v12.24.0`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12240-2026-01-05) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.23.28...v12.24.0) ##### Added - `{ type: "svg" }` option to `motion.create()` for creating custom SVG components. - `px` default value type for CSS logical properties (`paddingBlock`, `paddingInline`, `marginBlock`, `marginInline`). ##### Fixed - Ensure drag gesture updates with latest props every render. - Fix missing `JSX` import error. - Fix `motion-dom` build. - Exclude `src` from distributed package. ### [`v12.23.28`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#122328-2026-01-05) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.23.27...v12.23.28) ##### Fixed - Fixing `MotionStyle` type with React 19 when `skipLibCheck` is `false`. - Add guard for `process` check for better compat with ESM environments. ### [`v12.23.27`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#122327-2026-01-05) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.23.26...v12.23.27) ##### Fixed - Improved Intellisense detection for `motion` import. - Adding sourcemaps to release. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/graphql/graphql.github.io). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6InNvdXJjZSIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 22d324d commit c7ca1fb

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

pnpm-lock.yaml

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)