Skip to content

dependabot: bump motion-v from 1.9.0 to 1.10.2#3

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/motion-v-1.10.2
Open

dependabot: bump motion-v from 1.9.0 to 1.10.2#3
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/motion-v-1.10.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps motion-v from 1.9.0 to 1.10.2.

Release notes

Sourced from motion-v's releases.

v1.10.2

What's Changed

Full Changelog: motiondivision/motion-vue@v1.10.0...v1.10.2

v1.10.0

Features

  • AnimatePresence: Support multiple motion components exit animations within a single container (#227)

    Previously, only a single motion component per v-if container could have its exit animation tracked. Now all motion components within an AnimatePresence direct child are properly registered and animated on exit. onExitComplete fires only after all of them finish.

    <AnimatePresence @exit-complete="onDone">
      <div v-if="show">
        <motion.div :exit="{ opacity: 0, x: -50 }" />
        <motion.div :exit="{ opacity: 0, x: 50 }" />
        <motion.div :exit="{ opacity: 0, y: 50 }" />
      </div>
    </AnimatePresence>
Commits
  • 56941dc chore: release v1.10.2
  • 2942a8a chore: release v1.10.1
  • d035846 chore: removing unused parameter
  • 734a849 Merge pull request #228 from motiondivision/fix/v-show-shared-layout
  • 19958bb test(AnimatePresence): add e2e tests for v-show shared layout animations
  • 835643e fix(AnimatePresence): support v-show with shared layout animations
  • 1badfca chore: release v1.10.0
  • 30a1426 fix(AnimatePresence): remove unregister and clean up container states on unmount
  • 41594c1 Merge pull request #227 from motiondivision/feat/animate-presence-multi-motio...
  • 4ba810d test(AnimatePresence): add e2e tests for multi-motion, nested-motion and onEx...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 2, 2026
@greptile-apps
Copy link

greptile-apps bot commented Feb 2, 2026

Greptile Overview

Greptile Summary

Bumps motion-v from 1.9.0 to 1.10.2, bringing bug fixes and feature enhancements for AnimatePresence component.

Key Changes:

  • Minor version update includes AnimatePresence improvements for multiple motion components and v-show support with shared layout animations
  • Transitive dependencies updated: framer-motion (12.29.0 → 12.30.0), motion-dom (12.29.0 → 12.30.0), motion-utils (12.27.2 → 12.29.2)
  • No breaking changes introduced in this version range
  • Current codebase usage (Navigation.vue) only uses Motion component, not affected by AnimatePresence changes

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Standard Dependabot dependency update with no breaking changes, backward-compatible improvements, and unaffected existing usage patterns
  • No files require special attention

Important Files Changed

Filename Overview
package.json Updated motion-v dependency from ^1.9.0 to ^1.10.2
pnpm-lock.yaml Lockfile updated with motion-v 1.10.2 and transitive dependencies (framer-motion 12.30.0, motion-dom 12.30.0, motion-utils 12.29.2)

Sequence Diagram

sequenceDiagram
    participant D as Dependabot
    participant P as package.json
    participant L as pnpm-lock.yaml
    participant N as npm registry
    
    D->>P: Update motion-v: ^1.9.0 → ^1.10.2
    D->>N: Fetch motion-v@1.10.2 metadata
    N-->>D: Return package info + dependencies
    D->>L: Update lockfile entries
    Note over L: motion-v: 1.10.2<br/>framer-motion: 12.30.0<br/>motion-dom: 12.30.0<br/>motion-utils: 12.29.2
    D->>L: Preserve dependency tree integrity
    Note over D,L: All transitive dependencies updated<br/>No breaking changes
Loading

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/motion-v-1.10.2 branch from 28ed0a3 to 5708727 Compare February 13, 2026 08:47
notxorand and others added 2 commits February 22, 2026 03:51
Bumps [motion-v](https://github.com/motiondivision/motion-vue) from 1.9.0 to 1.10.2.
- [Release notes](https://github.com/motiondivision/motion-vue/releases)
- [Commits](motiondivision/motion-vue@v1.9.0...v1.10.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/motion-v-1.10.2 branch from 5708727 to a159a0b Compare February 22, 2026 02:54
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 1, 2026

A newer version of motion-v exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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.

1 participant