Skip to content

Commit 71b2a1c

Browse files
📦 (deps-dev) framer-motion@12.33.0 [skip ci] (#2536)
<!-- COMMIT_BODY_TEXT_BEGIN --> This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [framer-motion](https://redirect.github.com/motiondivision/motion) | [`12.31.0` → `12.33.0`](https://renovatebot.com/diffs/npm/framer-motion/12.31.0/12.33.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/framer-motion/12.33.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/framer-motion/12.33.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/framer-motion/12.31.0/12.33.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/framer-motion/12.31.0/12.33.0?slim=true) | --- ### Release Notes <details> <summary>motiondivision/motion (framer-motion)</summary> ### [`v12.33.0`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12330-2026-02-05) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.32.0...v12.33.0) ##### Added - `<motion />`: New `propagate.tap` prop prevents tap gestures from propagating to parents. ### [`v12.32.0`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12320-2026-02-05) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.31.3...v12.32.0) ##### Added - `transition.inherit`: When `true`, inherit transition values from less-specific transitions. ### [`v12.31.3`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12313-2026-02-05) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.31.2...v12.31.3) ##### Fixed - `<motion />`: Ensure animation state is reset after being re-suspended. - Prevent stale values when mixing `transitionEnd` and `transition.type: false`. - Drag: Fix "sticky" throw velocity on initial interaciton. - Drag: Ensure catching a thrown element kills its velocity. ### [`v12.31.2`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12312-2026-02-05) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.31.1...v12.31.2) ##### Fixed - `onHoverStart` and `onHoverEnd` first argument now correctly typed as `PointerEvent`. - `whileHover`: No longer persists after drag end. - `AnimatePresence`: Allow changing `mode` prop. ### [`v12.31.1`](https://redirect.github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12311-2026-02-04) [Compare Source](https://redirect.github.com/motiondivision/motion/compare/v12.31.0...v12.31.1) ##### Added - Drag constraints updated even when draggable or constraints resize outside of React renders. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- <!-- COMMIT_BODY_TEXT_END --> <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NS4yIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsi8J+Tpu+4jyBEZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 48049e3 commit 71b2a1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@jeromefitz/design-system": "workspace:*",
2727
"cmdk": "1.1.1",
2828
"date-fns": "4.1.0",
29-
"framer-motion": "12.31.0",
29+
"framer-motion": "12.33.0",
3030
"next": "15.5.12",
3131
"next-themes": "0.4.6",
3232
"react": "19.0.0-rc-66855b96-20241106",

packages/design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"@storybook/theming": "7.6.17",
109109
"@types/lodash": "4.17.23",
110110
"cmdk": "1.1.1",
111-
"framer-motion": "12.31.0",
111+
"framer-motion": "12.33.0",
112112
"lodash": "4.17.23",
113113
"next": "15.5.12",
114114
"react": "19.0.0-rc-66855b96-20241106",

0 commit comments

Comments
 (0)