Skip to content

Commit ff970f0

Browse files
📦 (deps-dev) [email protected] [skip ci] (#2504)
<!-- 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.23.26` → `12.24.0`](https://renovatebot.com/diffs/npm/framer-motion/12.23.26/12.24.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/framer-motion/12.24.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/framer-motion/12.24.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/framer-motion/12.23.26/12.24.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/framer-motion/12.23.26/12.24.0?slim=true) | --- ### Release Notes <details> <summary>motiondivision/motion (framer-motion)</summary> ### [`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 - 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsi8J+Tpu+4jyBEZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 55010f9 commit ff970f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.23.26",
29+
"framer-motion": "12.24.0",
3030
"next": "15.5.9",
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.21",
110110
"cmdk": "1.1.1",
111-
"framer-motion": "12.23.26",
111+
"framer-motion": "12.24.0",
112112
"lodash": "4.17.21",
113113
"next": "15.5.9",
114114
"react": "19.0.0-rc-66855b96-20241106",

0 commit comments

Comments
 (0)