Update dependency framer-motion to v12.23.0 #27

Merged
alexlebens merged 1 commits from renovate/framer-motion-12.x-lockfile into main 2025-07-05 04:54:22 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
framer-motion 12.19.2 -> 12.23.0 age adoption passing confidence

Release Notes

motiondivision/motion (framer-motion)

v12.23.0

Compare Source

Added
  • Add .stop() and .cancel() methods to useDragControls().

v12.22.0

Compare Source

Added
  • Allow delayChildren to accept stagger(). This enables from and ease options when staggering variant children.
Deprecated
  • staggerChildren and staggerDirection options.

v12.20.5

Compare Source

Fixed
  • Improve performance of projection styles by writing directly to element.style.
  • Only block layout animations when window has changed width.

v12.20.4

Compare Source

Fixed
  • Improve performance of render loop.
  • Improve performance of types.

v12.20.3

Compare Source

Fixed
  • Always skip layout animation check on tree mount.

v12.20.2

Compare Source

Fixed
  • Updated Transition type to be more permissive.

v12.20.1

Compare Source

Fixed
  • Updated Target type to match previous definition.

v12.20.0

Compare Source

Added
  • Pass a shadow DOM root element via AnimatePresence root prop to attach "popLayout" styles to a different root element.

v12.19.4

Compare Source

Fixed
  • Ensure animations are removed from scope when finished.

v12.19.3

Compare Source

Fixed
  • Restore some deprecated types.
  • Add transformPerspective to TargetAndTransition.
  • Filter number-indexed and function props from CSSStyleDeclaration.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [framer-motion](https://github.com/motiondivision/motion) | [`12.19.2` -> `12.23.0`](https://renovatebot.com/diffs/npm/framer-motion/12.19.2/12.23.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/framer-motion/12.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/framer-motion/12.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/framer-motion/12.19.2/12.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/framer-motion/12.19.2/12.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>motiondivision/motion (framer-motion)</summary> ### [`v12.23.0`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12230-2025-07-02) [Compare Source](https://github.com/motiondivision/motion/compare/v12.22.0...v12.23.0) ##### Added - Add `.stop()` and `.cancel()` methods to `useDragControls()`. ### [`v12.22.0`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12220-2025-07-01) [Compare Source](https://github.com/motiondivision/motion/compare/v12.20.5...v12.22.0) ##### Added - Allow `delayChildren` to accept `stagger()`. This enables `from` and `ease` options when staggering variant children. ##### Deprecated - `staggerChildren` and `staggerDirection` options. ### [`v12.20.5`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12205-2025-07-01) [Compare Source](https://github.com/motiondivision/motion/compare/v12.20.4...v12.20.5) ##### Fixed - Improve performance of projection styles by writing directly to `element.style`. - Only block layout animations when window has changed width. ### [`v12.20.4`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12204-2025-07-01) [Compare Source](https://github.com/motiondivision/motion/compare/v12.20.3...v12.20.4) ##### Fixed - Improve performance of render loop. - Improve performance of types. ### [`v12.20.3`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12203-2025-07-01) [Compare Source](https://github.com/motiondivision/motion/compare/v12.20.2...v12.20.3) ##### Fixed - Always skip layout animation check on tree mount. ### [`v12.20.2`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12202-2025-07-01) [Compare Source](https://github.com/motiondivision/motion/compare/v12.20.1...v12.20.2) ##### Fixed - Updated `Transition` type to be more permissive. ### [`v12.20.1`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12201-2025-06-30) [Compare Source](https://github.com/motiondivision/motion/compare/v12.20.0...v12.20.1) ##### Fixed - Updated `Target` type to match previous definition. ### [`v12.20.0`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12200-2025-06-30) [Compare Source](https://github.com/motiondivision/motion/compare/v12.19.4...v12.20.0) ##### Added - Pass a shadow DOM root element via `AnimatePresence` `root` prop to attach `"popLayout"` styles to a different root element. ### [`v12.19.4`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12194-2025-06-30) [Compare Source](https://github.com/motiondivision/motion/compare/v12.19.3...v12.19.4) ##### Fixed - Ensure animations are removed from scope when finished. ### [`v12.19.3`](https://github.com/motiondivision/motion/blob/HEAD/CHANGELOG.md#12193-2025-06-27) [Compare Source](https://github.com/motiondivision/motion/compare/v12.19.2...v12.19.3) ##### Fixed - Restore some deprecated types. - Add `transformPerspective` to `TargetAndTransition`. - Filter number-indexed and function props from `CSSStyleDeclaration`. </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY3kiXX0=-->
renovate-bot added the
dependency
label 2025-07-02 00:01:33 +00:00
renovate-bot added 1 commit 2025-07-02 00:01:34 +00:00
Update dependency framer-motion to v12.20.1
All checks were successful
test-build / build (pull_request) Successful in 33s
renovate/stability-days Updates have met minimum release age requirement
ac422c8f5f
renovate-bot force-pushed renovate/framer-motion-12.x-lockfile from ac422c8f5f to dcbf7206e0 2025-07-02 00:03:21 +00:00 Compare
renovate-bot force-pushed renovate/framer-motion-12.x-lockfile from dcbf7206e0 to ca238c0a28 2025-07-03 00:02:24 +00:00 Compare
renovate-bot changed title from Update dependency framer-motion to v12.20.1 to Update dependency framer-motion to v12.22.0 2025-07-03 00:02:28 +00:00
renovate-bot force-pushed renovate/framer-motion-12.x-lockfile from ca238c0a28 to b92f925e05 2025-07-03 00:03:57 +00:00 Compare
renovate-bot force-pushed renovate/framer-motion-12.x-lockfile from b92f925e05 to 6f3b631862 2025-07-04 00:02:52 +00:00 Compare
renovate-bot changed title from Update dependency framer-motion to v12.22.0 to Update dependency framer-motion to v12.23.0 2025-07-04 00:02:54 +00:00
alexlebens merged commit 176f92bf67 into main 2025-07-05 04:54:22 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alexlebens/site-profile#27
No description provided.