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 v10.18.0 #112

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
framer-motion 10.12.16 -> 10.18.0 age adoption passing confidence

Release Notes

framer/motion (framer-motion)

v10.18.0

Compare Source

Added
  • globalTapTarget for use in Framer.

v10.17.12

Compare Source

Fixed
  • Fixed animate sequencing for MotionValues.

v10.17.11

Compare Source

Fixed
  • Fixed layout prop crashing Framer Motion 3D.

v10.17.9

Compare Source

Fixed
  • Improve error message when trying to animate multiple keyframes via spring.

v10.17.8

Compare Source

Fixed
  • Adding null safeguard for useAnimationControls.

v10.17.7

Compare Source

Fixed
  • Fix touch event filtering for hover gesture.

v10.17.6

Compare Source

Fixed
  • Ensure cancelled WAAPI animations can't finish.

v10.17.5

Compare Source

Fixed
  • Fixing final keyframe when using repeatType "reverse" and "mirror".
  • Display warning if scroll container is position: static.
  • Adding amount to useInView dependencies.

v10.17.4

Compare Source

Fixed
  • Ensure keyframe animations don't rerun if all values are the same.

v10.17.3

Compare Source

Fixed
  • Unset gestures correctly animate back to values defined in parent variant.

v10.17.2

Compare Source

Fixed
  • Fixed issues with duration-based springs appearing stuck or snapping.

v10.17.1

Compare Source

Fixed
  • Fixed issue with dragSnapToOrigin not continuing animation when interrupted.

v10.17.0

Compare Source

Added
  • Adding MotionGlobalConfig.skipAnimations to globally disable animations when testing.

v10.16.16

Compare Source

Fixed
  • circInOut easing fixed.
  • Improved optimised animation handoff.

v10.16.15

Compare Source

Fixed
  • Ensure animateChanges only runs in layout effect in initial render.

v10.16.14

Compare Source

v10.16.13

Compare Source

Fixed
  • Ensure animations don't attempt to fire when initial equals animate.

v10.16.12

Compare Source

Fixed
  • Use single animation to detect document paint ready before triggering optimised animations.
  • Measure one time for optimised animation start and one for handoff to emulate frame scheduling.

v10.16.11

Compare Source

Fixed
  • Ensure animation is never skipped if it's an interrupting animation.

v10.16.10

Compare Source

Fixed
  • Fixing appear animation optimisation when React portal is present.

v10.16.9

Compare Source

Fixed
  • Skipping no-op animations.

v10.16.8

Compare Source

Fixed
  • Added disableInstantAnimation private API.
  • Ensure optimised appear animations don't run post-hydration.

v10.16.7

Compare Source

Fixed
  • Fixing pan events within React portal.

v10.16.6

Compare Source

Fixed
  • Fixing Reorder component types.
  • Fixing Reorder.Item order calculation.
  • Fixing broken dragConstraints if component re-renders during resize.

v10.16.5

Compare Source

Fixed
  • Fixing AnimatePresence fast rerender bug.

v10.16.4

Compare Source

Fixed
  • Changed handoff startTime source from performance.now() to document.timeline.currentTime.

v10.16.3

Compare Source

Fixed
  • Improved compatibility of custom RefObject and MutableRefObject types.
  • Fixing useScroll dependencies array.
  • Fixing optimised handoff to WAAPI animations.

v10.16.2

Compare Source

Fixed
  • Improved performance of frameloop scheduling.
  • Fixed crasher when using SVGs as scroll animation targets.

v10.16.1

Compare Source

Fixed
  • SVGs mount read/writes are now batched.

v10.16.0

Compare Source

Added
  • New function syntax for useTransform.
Improved
  • Improved handoff animation performance.

v10.15.2

Compare Source

Fixed
  • Numerical CSS variables are now read correctly.

v10.15.1

Compare Source

Fixed

v10.15.0

Compare Source

Added
  • Updated types for public inView API.

v10.14.0

Compare Source

Added
  • scroll() now accepts animations from animate() to create hardware-accelerated animations.

v10.13.2

Compare Source

Fixed
  • Removed animation resync for optimised animation handoff.
  • Fixed offset not working with useScroll.

v10.13.1

Compare Source

Added
  • Fixed subpixel layout rounding in Chrome.

v10.13.0

Compare Source

Added
  • scroll(), a universal API for powering scroll-driven animations via ScrollTimeline.

v10.12.23

Compare Source

Fixed
  • Fixing subpixel layout support in Webkit.

v10.12.22

Compare Source

Fixed
  • Supporting subpixel layouts in layout animations.

v10.12.21

Compare Source

Fixed
  • Transforming values if new values have been read from props.

v10.12.20

Compare Source

Fixed
  • Fixing race condition with animation Promise.
  • Attempt to read initial animation from props before reading from DOM.

v10.12.18

Compare Source

Fixed
  • When layout animation is forced to be instant via useInstantTransition, ignore the delay option.

v10.12.17

Compare Source

Fixed
  • Fixing useInstantTransition when called on subsequent frames.
  • Fixing reverse animation with negative speed finishes too early when the
    time is set to the duration.

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

@renovate renovate bot requested a review from a team as a code owner June 23, 2023 17:00
@renovate renovate bot added the renovate label Jun 23, 2023
@changeset-bot
Copy link

changeset-bot bot commented Jun 23, 2023

⚠️ No Changeset found

Latest commit: f61c8f9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.12.17 fix(deps): update dependency framer-motion to v10.12.18 Jun 30, 2023
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from 2715a48 to c059ab3 Compare June 30, 2023 13:56
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.12.18 fix(deps): update dependency framer-motion to v10.12.20 Jul 13, 2023
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from c059ab3 to 87b5748 Compare July 13, 2023 13:32
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.12.20 fix(deps): update dependency framer-motion to v10.12.21 Jul 14, 2023
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from 87b5748 to a073d9e Compare July 14, 2023 11:14
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.12.21 fix(deps): update dependency framer-motion to v10.12.22 Jul 17, 2023
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch 2 times, most recently from 55b2f14 to 62cbe14 Compare July 19, 2023 14:02
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.12.22 fix(deps): update dependency framer-motion to v10.12.23 Jul 19, 2023
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.12.23 fix(deps): update dependency framer-motion to v10.13.0 Jul 19, 2023
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from 62cbe14 to fbf5610 Compare July 19, 2023 15:19
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.13.0 fix(deps): update dependency framer-motion to v10.13.1 Jul 24, 2023
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from fbf5610 to a77960d Compare July 24, 2023 13:26
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.13.1 fix(deps): update dependency framer-motion to v10.13.2 Jul 27, 2023
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from a77960d to bc8f178 Compare July 27, 2023 11:10
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.13.2 fix(deps): update dependency framer-motion to v10.14.0 Jul 27, 2023
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from bc8f178 to ca497ca Compare July 27, 2023 15:37
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.14.0 fix(deps): update dependency framer-motion to v10.15.0 Jul 28, 2023
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from ca497ca to 3d27c59 Compare July 28, 2023 11:18
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.15.0 fix(deps): update dependency framer-motion to v10.15.1 Aug 7, 2023
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from 3d27c59 to b768ced Compare August 7, 2023 16:31
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.15.1 fix(deps): update dependency framer-motion to v10.15.2 Aug 14, 2023
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from b768ced to bd7f829 Compare August 14, 2023 10:32
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.15.2 fix(deps): update dependency framer-motion to v10.16.0 Aug 16, 2023
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from bd7f829 to 14fd38a Compare August 16, 2023 10:32
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.16.0 fix(deps): update dependency framer-motion to v10.16.1 Aug 21, 2023
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from 0eb8778 to d79b5fc Compare November 30, 2023 13:10
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.16.9 fix(deps): update dependency framer-motion to v10.16.10 Dec 1, 2023
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from d79b5fc to 291196a Compare December 1, 2023 12:33
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.16.10 fix(deps): update dependency framer-motion to v10.16.12 Dec 1, 2023
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from 291196a to d9660ec Compare December 1, 2023 15:58
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.16.12 fix(deps): update dependency framer-motion to v10.16.14 Dec 5, 2023
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from d9660ec to c7cb49c Compare December 5, 2023 11:30
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.16.14 fix(deps): update dependency framer-motion to v10.16.15 Dec 7, 2023
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from c7cb49c to ed51f94 Compare December 7, 2023 10:09
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.16.15 fix(deps): update dependency framer-motion to v10.16.16 Dec 8, 2023
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from ed51f94 to 27dce85 Compare December 8, 2023 16:42
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from 27dce85 to dbe2a5f Compare January 2, 2024 19:45
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.16.16 fix(deps): update dependency framer-motion to v10.17.0 Jan 2, 2024
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.17.0 fix(deps): update dependency framer-motion to v10.17.4 Jan 3, 2024
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch 2 times, most recently from 2c3cc2f to 2cea665 Compare January 4, 2024 14:26
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.17.4 fix(deps): update dependency framer-motion to v10.17.5 Jan 4, 2024
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from 2cea665 to 9ce1861 Compare January 4, 2024 17:21
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.17.5 fix(deps): update dependency framer-motion to v10.17.6 Jan 4, 2024
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from 9ce1861 to 579159e Compare January 5, 2024 10:40
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.17.6 fix(deps): update dependency framer-motion to v10.17.8 Jan 5, 2024
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from 579159e to c4e7ae9 Compare January 5, 2024 16:43
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.17.8 fix(deps): update dependency framer-motion to v10.17.9 Jan 5, 2024
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.17.9 fix(deps): update dependency framer-motion to v10.17.12 Jan 9, 2024
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch 2 times, most recently from b1b7b3d to 8e073e1 Compare January 10, 2024 08:26
@renovate renovate bot force-pushed the chore/renovate/framer-motion-10.x branch from 8e073e1 to f61c8f9 Compare January 10, 2024 16:01
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v10.17.12 fix(deps): update dependency framer-motion to v10.18.0 Jan 10, 2024
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants