Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency framer-motion to v11.11.11 #235

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
framer-motion 11.3.17 -> 11.11.11 age adoption passing confidence

Release Notes

framer/motion (framer-motion)

v11.11.11

Compare Source

Fixed
  • Fixing double update() call on mount.

v11.11.10

Compare Source

Fixed
  • Removing will-change from SSR.

v11.11.9

Compare Source

Changed
  • will-change is now no longer automatically managed without useWillChange.

v11.11.8

Compare Source

Fixed
  • Fixing fallback package.json for entrypoints in older versions of Node.

v11.11.7

Compare Source

Fixed
  • Improving generic value signature for animate.

v11.11.6

Compare Source

Fixed
  • Allowing generic motion value types in animate.

v11.11.5

Compare Source

Fixed
  • Removed ability to define CSS variables on style without casting, as this was conflicting with React CSSProperties.

v11.11.4

Compare Source

Fixed
  • Memoize AnimatePresence safeToRemove.
  • Remove duplicate layout="size" annotation.

v11.11.3

Compare Source

Fixed
  • Remove as any requirement for CSS variables.

v11.11.2

Compare Source

Fixed
  • Make BezierDefinition readonly for easier definition outside a Transition.

v11.11.1

Compare Source

Fix
  • Fixed optimised appear effects in granular Suspense environments.

v11.11.0

Compare Source

Added
  • animate can now animate any object.

v11.10.0

Compare Source

Added
  • delay with seconds now exported from "framer-motion/dom".
Fixed
  • Only transform is added to will-change when a potentially layerising value is animated as opacity and filter will prematurely flatten preserve-3d.

v11.9.0

Compare Source

Added
  • Mini animate and useAnimate functions.

v11.8.0

Compare Source

Added
  • Easing functions now get compiled into linear() easings when animating via WAAPI.

v11.7.0

Compare Source

Added
  • Added support for custom animation generators via type.

v11.6.0

Compare Source

Added
  • Added info and element tracking to scroll.
  • Added steps easing.
Changed
  • Values added to will-change now stay there for their lifespan to prevent GPU thrashing and weird Safari subpixel jitters.

v11.5.6

Compare Source

Fixed
  • Ensuring updating motion values during render doesn't lock rendering for an element.

v11.5.5

Compare Source

Fixed
  • Changed values of child variants now animate even when the parent variant name hasn't changed.

v11.5.4

Compare Source

Fixed
  • Improving tree-shakability.

v11.5.3

Compare Source

Fixed
  • Reorder components now import motion proxy.

v11.5.2

Compare Source

Added
  • Changing motion() deprecation warning to warnOnce.

v11.5.1

Compare Source

Added
  • Exporting findSpring for internal use.

v11.5.0

Compare Source

Added
  • motion.create() and m.create().
Deprecrated
  • motion() and m().

v11.4.0

Compare Source

Added
  • Support for React Server Components, including new entrypoints for motion and m components.

v11.3.31

Compare Source

Fixed
  • Detects conflicts between optimised animations and rendered style.
  • Resumes optimised animations where possible once layout measurements are complete.

v11.3.30

Compare Source

Fixed
  • Removed double "change" handler on externally-provided MotionValues.

v11.3.29

Compare Source

Fixed
  • Selective cancellation of optimised appear animations.

v11.3.28

Compare Source

Fixed
  • Use startTime instead of elapsed to sync optimised animations.

v11.3.27

Compare Source

Changed
  • Allow manual setting of startTime via animation options (currently for internal use only).

v11.3.26

Compare Source

Fixed
  • Improving synchronisation between DOM animations on externally-provided MotionValues and internal MotionValues.
  • Fixing unit conversion on DOM animations with externally-provided MotionValues.

v11.3.25

Compare Source

Changed
  • Improve calculation of startTime to prefer the immediacy of animation creation over keyframe resolution, but fall back to the latter if the former would lead to a perceptual jump.

v11.3.24

Compare Source

Fixed
  • Fixing incorrect version publish.

v11.3.23

Compare Source

Fixed
  • Improving optimised appear animation check from data-appear-id to active recording of started animations.
  • Only cancelling optimised appear animations from layout animations when they're animating transform.

v11.3.22

Compare Source

Fixed
  • Fixing spring animations with explicit velocities that animate to their current value.

v11.3.21

Compare Source

Changed
  • Removing default transforms from generated transform string provided to transformTemplate.

v11.3.20

Compare Source

Changed
  • Improved performance of transform by up to 30% when providing many default transforms as MotionValues.

v11.3.19

Compare Source

Fixed
  • Fixed problem with AnimatePresence not rerendering children unless their presence had changed.

v11.3.18

Compare Source

Fixed
  • Improved correctness of AnimatePresence and made safe to use with concurrent rendering.

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 becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Jul 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
personal-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2024 3:37pm

@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.3.18 fix(deps): update dependency framer-motion to v11.3.19 Jul 27, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 04d07bc to b5fd249 Compare July 27, 2024 13:57
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.3.19 fix(deps): update dependency framer-motion to v11.3.20 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from b5fd249 to c3e5a70 Compare August 1, 2024 14:04
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.3.20 fix(deps): update dependency framer-motion to v11.3.21 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from c3e5a70 to bc41b90 Compare August 1, 2024 17:04
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.3.21 fix(deps): update dependency framer-motion to v11.3.22 Aug 7, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from bc41b90 to e44af25 Compare August 7, 2024 09:52
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from e44af25 to 38706fa Compare August 7, 2024 20:47
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.3.22 fix(deps): update dependency framer-motion to v11.3.23 Aug 7, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 38706fa to a2617ca Compare August 8, 2024 11:00
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.3.23 fix(deps): update dependency framer-motion to v11.3.24 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from a2617ca to 46cd292 Compare August 14, 2024 15:08
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.3.24 fix(deps): update dependency framer-motion to v11.3.27 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 46cd292 to e3955f4 Compare August 15, 2024 09:18
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.3.27 fix(deps): update dependency framer-motion to v11.3.28 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from e3955f4 to 87df5c0 Compare August 21, 2024 12:09
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.3.28 fix(deps): update dependency framer-motion to v11.3.29 Aug 21, 2024
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.3.29 fix(deps): update dependency framer-motion to v11.3.30 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from c69bc75 to aa5d36a Compare October 3, 2024 09:40
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.10.0 fix(deps): update dependency framer-motion to v11.11.0 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from aa5d36a to eefab2a Compare October 3, 2024 15:39
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.11.0 fix(deps): update dependency framer-motion to v11.11.1 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from eefab2a to d03a929 Compare October 4, 2024 13:17
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.11.1 fix(deps): update dependency framer-motion to v11.11.2 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from d03a929 to ff8e7e5 Compare October 8, 2024 12:33
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.11.2 fix(deps): update dependency framer-motion to v11.11.4 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from ff8e7e5 to 628d29c Compare October 8, 2024 16:08
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 628d29c to 4c2a6e5 Compare October 9, 2024 15:10
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.11.4 fix(deps): update dependency framer-motion to v11.11.7 Oct 9, 2024
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.11.7 fix(deps): update dependency framer-motion to v11.11.8 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 4c2a6e5 to 5174c23 Compare October 11, 2024 14:40
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 5174c23 to f9aa42a Compare October 15, 2024 13:41
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.11.8 fix(deps): update dependency framer-motion to v11.11.9 Oct 15, 2024
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.11.9 fix(deps): update dependency framer-motion to v11.11.10 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from f9aa42a to 17aff6c Compare October 25, 2024 14:34
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v11.11.10 fix(deps): update dependency framer-motion to v11.11.11 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x-lockfile branch from 17aff6c to 08ed3e8 Compare October 31, 2024 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants