fix(deps): update dependency motion to v13 #48

Open
renovatebot wants to merge 1 commit from renovate/motion-13.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
motion 12.43.013.2.0 age confidence

Release Notes

motiondivision/motion (motion)

v13.2.0

Compare Source

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.

v13.1.1

Compare Source

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

v13.1.0

Compare Source

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

v13.0.0

Compare Source

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.

Configuration

📅 Schedule: (UTC)

  • 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 has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [motion](https://github.com/motiondivision/motion) | [`12.43.0` → `13.2.0`](https://renovatebot.com/diffs/npm/motion/12.43.0/13.2.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/motion/13.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/motion/12.43.0/13.2.0?slim=true) | --- ### Release Notes <details> <summary>motiondivision/motion (motion)</summary> ### [`v13.2.0`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#1320-2026-unreleased) [Compare Source](https://github.com/motiondivision/motion/compare/v13.1.1...v13.2.0) ##### 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`. ### [`v13.1.1`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#1311-2026-08-18) [Compare Source](https://github.com/motiondivision/motion/compare/v13.1.0...v13.1.1) ##### Fixed - Guard animation `window` access in non-browser runtimes. - `AnimatePresence`: Improved compat with React 19 strict mode. ### [`v13.1.0`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#1310-2026-08-10) [Compare Source](https://github.com/motiondivision/motion/compare/v13.0.0...v13.1.0) ##### Added - `Reorder`: Multidimensional reorder. - `Reorder`: Automatic axis detection. - `Reorder`: RTL support. ### [`v13.0.0`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#1300-2026-08-05) [Compare Source](https://github.com/motiondivision/motion/compare/v12.43.0...v13.0.0) ##### 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. </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC42MS4yIiwidXBkYXRlZEluVmVyIjoiNDQuNjEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
fix(deps): update dependency motion to v13
All checks were successful
Portfolio CI / lint-and-build (pull_request) Successful in 27s
Server CI / lint-and-build (pull_request) Successful in 22s
Web CI / lint-and-build (pull_request) Successful in 36s
Portfolio CI / build-and-publish (pull_request) Successful in 32s
Server CI / build-and-publish (pull_request) Successful in 57s
Web CI / build-and-publish (pull_request) Successful in 38s
ee629a7fc1
All checks were successful
Portfolio CI / lint-and-build (pull_request) Successful in 27s
Server CI / lint-and-build (pull_request) Successful in 22s
Web CI / lint-and-build (pull_request) Successful in 36s
Portfolio CI / build-and-publish (pull_request) Successful in 32s
Server CI / build-and-publish (pull_request) Successful in 57s
Web CI / build-and-publish (pull_request) Successful in 38s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/motion-13.x:renovate/motion-13.x
git switch renovate/motion-13.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/motion-13.x
git switch renovate/motion-13.x
git rebase main
git switch main
git merge --ff-only renovate/motion-13.x
git switch renovate/motion-13.x
git rebase main
git switch main
git merge --no-ff renovate/motion-13.x
git switch main
git merge --squash renovate/motion-13.x
git switch main
git merge --ff-only renovate/motion-13.x
git switch main
git merge renovate/motion-13.x
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jaroheinonen/mosaic!48
No description provided.