Update dependency motion to v12.29.0 (#138)
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/) | |---|---|---|---|---|---| | [motion](https://github.com/motiondivision/motion) | [`12.28.1` → `12.29.0`](https://renovatebot.com/diffs/npm/motion/12.28.1/12.29.0) |  |  |  |  | --- ### Release Notes <details> <summary>motiondivision/motion (motion)</summary> ### [`v12.29.0`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12290-2026-01-22) [Compare Source](https://github.com/motiondivision/motion/compare/v12.28.2...v12.29.0) ##### Added - `transformViewBoxPoint`: Scale drag gestures within `<svg>` elements where `viewBox` and rendered `width`/`height` are mismatched. - `trackContentSize`: New `scroll` and `useScroll` option for tracking changes to content size. ##### Fixed - Add React 19 test suite to CI. - Fix types with `motion.create()`. - Shared element animations now respect `layoutDependency`. ### [`v12.28.2`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12282-2026-01-22) [Compare Source](https://github.com/motiondivision/motion/compare/v12.28.1...v12.28.2) ##### Added - Add default value type `px` for `fontSize`. ##### Fixed - Removed default value type from `radius`. - Ensure `LazyMotion` animates initial state even when state has changed before Motion is loaded. </details> --- ### Configuration 📅 **Schedule**: 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 is behind base branch, 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==--> Reviewed-on: #138 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
This commit was merged in pull request #138.
This commit is contained in:
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -31,7 +31,7 @@ importers:
|
||||
version: 5.16.14(@types/node@25.0.3)(jiti@2.6.1)(lightningcss@1.30.2)(rollup@4.54.0)(typescript@5.9.2)
|
||||
motion:
|
||||
specifier: ^12.23.26
|
||||
version: 12.28.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
|
||||
version: 12.29.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
|
||||
sanitize-html:
|
||||
specifier: ^2.17.0
|
||||
version: 2.17.0
|
||||
@@ -1985,8 +1985,8 @@ packages:
|
||||
motion-utils@12.27.2:
|
||||
resolution: {integrity: sha512-B55gcoL85Mcdt2IEStY5EEAsrMSVE2sI14xQ/uAdPL+mfQxhKKFaEag9JmfxedJOR4vZpBGoPeC/Gm13I/4g5Q==}
|
||||
|
||||
motion@12.28.1:
|
||||
resolution: {integrity: sha512-qGq5+6r4IMivHbT2EUhCwxz2NgFBuba3sWDrxcHt06+nYqKMevYJiVh/N90nMRof+vIUpiq8C22ZeOXwkWWiZg==}
|
||||
motion@12.29.0:
|
||||
resolution: {integrity: sha512-rjB5CP2N9S2ESAyEFnAFMgTec6X8yvfxLNcz8n12gPq3M48R7ZbBeVYkDOTj8SPMwfvGIFI801SiPSr1+HCr9g==}
|
||||
peerDependencies:
|
||||
'@emotion/is-prop-valid': '*'
|
||||
react: ^18.0.0 || ^19.0.0
|
||||
@@ -5126,7 +5126,7 @@ snapshots:
|
||||
|
||||
motion-utils@12.27.2: {}
|
||||
|
||||
motion@12.28.1(react-dom@19.1.1(react@19.1.1))(react@19.1.1):
|
||||
motion@12.29.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1):
|
||||
dependencies:
|
||||
framer-motion: 12.29.0(react-dom@19.1.1(react@19.1.1))(react@19.1.1)
|
||||
tslib: 2.8.1
|
||||
|
||||
Reference in New Issue
Block a user