Skip to content

chore(deps): bump motion from 12.38.0 to 12.40.0#14

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/motion-12.40.0
Open

chore(deps): bump motion from 12.38.0 to 12.40.0#14
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/motion-12.40.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown

Bumps motion from 12.38.0 to 12.40.0.

Changelog

Sourced from motion's changelog.

[12.40.0] 2026-05-21

Added

  • path option to transition.
  • arc() for motion along an arc.

[12.39.0] 2026-05-18

Added

  • Support for repeatType and repeatDelay in animation sequences.

Fixed

  • Variants: Re-run keyframe animations when switching between variant labels even when they share identical keyframe arrays.
  • Drag: Preserve in-flight motion value animations across React 19 reorder unmount/remount so dragSnapToOrigin no longer leaves the drag transform stranded after a layout swap.
  • LazyMotion: Share React contexts between the framer-motion and framer-motion/m (and therefore motion/react and motion/react-m) CJS bundles so that <m.div> from the /m subpath picks up features loaded by <LazyMotion> from the main entry point.
  • useScroll: Support hydrating target and container refs from anywhere in the tree.
  • Drag: Gesture no longer starts from incorrect start point when rendered inside <AnimatePresence initial={false} />.
  • Drag: dragConstraints, when set as viewport-relative ref, no longer break on scroll.§
  • Updated visualElement hydration order.
  • useAnimate: Now respects skipAnimations.
  • AnimatePresence: Fix object-form initial values not applied on re-entry after exit completes.
  • scroll: Fixed callback progress when tracking an element.
  • useScroll: Fix hardware acceleration when tracking an element.
Commits
  • 38ebb94 v12.40.0
  • b1f766c Latest
  • bca5544 Merge pull request #3699 from motiondivision/lochie/arcs-injectable
  • f1a96cf arc(): rename amp/rotate, expose MotionPath, fix explicit cw/ccw
  • b4aaba0 pathRotation: non-destructive orientToPath rotation channel
  • 8604ef3 Make arcs injectable via transition.path = arc()
  • f90fe29 add orientToPath
  • 9ebe999 fix: test
  • bc2107e Revert "no should"
  • 6eeb92d no should
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [motion](https://github.com/motiondivision/motion) from 12.38.0 to 12.40.0.
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.38.0...v12.40.0)

---
updated-dependencies:
- dependency-name: motion
  dependency-version: 12.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 8, 2026
rwetz pushed a commit that referenced this pull request Jun 12, 2026
The in-app half of the ML Suite (spec: ML_SUITE.md). A new ML Lab
sidebar panel (pinned to the rail by default, one-time promotion for
existing rails) drives the external nexis-ml engine over an NDJSON
stdio protocol: one-click engine install into the detected venv (CPU
or CUDA torch via fixed pip flavors), in-panel project scaffolding
(Create & train), live training with a progress bar, plain-language
status sentences, friendly metric names, and decimated canvas charts;
past runs render from metrics.jsonl with no engine running. A status
bar pill shows progress and jumps to the panel.

Rust side (modules/ml.rs, modeled on the LSP session): ml_detect /
ml_spawn (train|replay|new allowlist, authorize_spawn_cwd, ConPTY-safe
hide_console) with a reader->flusher pair batching stdout at ~30 Hz,
ml_cancel via stdin, ml_kill, ml_install (allowlisted pip flavors),
ml_env capability probe, ml_gpu_probe (nvidia-smi). Engine >=0.2.0
reports the training device (auto/cpu/gpu with a job-size heuristic);
the panel surfaces it as a GPU chip, an install-time GPU checkbox, and
an Enable GPU upsell when the CPU torch build sits next to an NVIDIA
card.

Pitfalls carried over: #1C (authorize before spawn), #4/#1D
(hide_console everywhere), #8 (poison-recovering locks), #10
(detection memoized with delete-on-reject), #14 (charts subscribe to a
primitive tick; series buffers live outside zustand), #7-adjacent
(decimation caps series memory; Rust caps line length).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants