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 v8 #1016

Merged
merged 1 commit into from
Jan 11, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
framer-motion ^7.10.3 -> ^8.4.2 age adoption passing confidence

Release Notes

framer/motion

v8.4.2

Compare Source

Fixed
  • Events sourced from pointercancel no longer being added to pan gesture history.

v8.4.1

Compare Source

Fixed
  • delay no longer getting doubled with pregenerated WAAPI keyframes.

v8.4.0

Compare Source

Added
  • Exporting frameData and sync for internal Framer use.

v8.3.4

Compare Source

Fixed
  • Detection of hex colors with alpha values within complex strings.

v8.3.3

Compare Source

Fixed
  • Stop filtering pen hover events.

v8.3.2

Compare Source

Fixed
  • Allow useMotionTemplate to accept static values.

v8.3.1

Compare Source

Fixed
  • Memoisation of tap callbacks.

v8.3.0

Compare Source

Added
  • motion components can accept a MotionValue as children.

v8.2.4

Compare Source

Fixed
  • Stop applying scale correction to an element's styles when there's no active projection transform.

v8.2.3

Compare Source

Changed
  • Improved memoisation of internal event handlers.

v8.2.2

Compare Source

Fixed
  • Removed ability to trigger animations via useAnimationControls() during render lifecycle. This would be a source of silent or subtle errors.

v8.2.0

Compare Source

Added
  • Exporting easing functions.

v8.1.9

Compare Source

Fixed
  • Preventing infinite keyframe pre-generation.

v8.1.8

Compare Source

Fixed
  • Sampling of animations with delay/repeat settings when interrupting WAAPI animations.

v8.1.7

Compare Source

Fixed
  • Swapping style value between MotionValue and static value.

v8.1.6

Compare Source

Fixed
  • Minification of process.env.NODE_ENV.

v8.1.5

Compare Source

Changed
  • Display warning in development mode when Reduced Motion is enabled on device.

v8.1.4

Compare Source

Fixed
  • Ensuring child variant components fire onAnimationStart when an animation is triggered by a parent.

v8.1.3

Compare Source

Fixed
  • Fixed times.

v8.1.1

Compare Source

Fixed
  • Fixing error when Transition.type is invalid.

v8.1.0

Compare Source

Added
  • MotionValue.jump can be used to "jump" a MotionValue to a new value, bypassing active springs, ending current animations and resetting to velocity to 0.

v8.0.4

Compare Source

Fixed
  • Cleaning up animations when a MotionValue has no active "change" subscribers.
  • Changing useMotionValueEvent subscription to useInsertionEffect.

v8.0.3

Compare Source

Fixed
  • Use range for tslib dependency.
  • Fixing multitouch with drag and pan gestures.

v8.0.2

Compare Source

Fixed
  • Fixing defaults for hardware-accelerated animations.

v8.0.1

Compare Source

Added
  • Warning for unhydrated refs passed to useScroll() options.

v8.0.0

Compare Source

Removed
  • Removed polyfilled support for mouse/touch events.
  • Removed drag pointerup patch for Safari over <select /> elements.
Changed
  • DragControls.start now accepts PointerEvent only.

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 23, 2022
@vercel
Copy link

vercel bot commented Dec 23, 2022

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

Name Status Preview Updated
blog ✅ Ready (Inspect) Visit Preview Jan 11, 2023 at 6:17PM (UTC)

@github-actions
Copy link
Contributor

github-actions bot commented Dec 23, 2022

Lighthouse Report

https://blog-p8492i9nv-sabertaz.vercel.app/

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟢 performance 96
🟢 accessibility 100
🟢 best-practices 100
🟢 seo 100
🟢 pwa 100

https://blog-p8492i9nv-sabertaz.vercel.app/posts

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟢 performance 99
🟢 accessibility 100
🟢 best-practices 100
🟢 seo 100
🟢 pwa 100

https://blog-p8492i9nv-sabertaz.vercel.app/tags

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟢 performance 99
🟢 accessibility 100
🟢 best-practices 100
🟢 seo 100
🟢 pwa 100

https://blog-p8492i9nv-sabertaz.vercel.app/books

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟢 performance 99
🟢 accessibility 100
🟢 best-practices 100
🟢 seo 100
🟢 pwa 100

https://blog-p8492i9nv-sabertaz.vercel.app/about

🚀 Vercel preview deployment
Lighthouse report

Category Score
🟢 performance 99
🟢 accessibility 100
🟢 best-practices 100
🟢 seo 100
🟢 pwa 100

@codecov
Copy link

codecov bot commented Dec 23, 2022

Codecov Report

Merging #1016 (5b2f3fc) into main (bb604c0) will not change coverage.
The diff coverage is n/a.

❗ Current head 5b2f3fc differs from pull request most recent head 4e7011d. Consider uploading reports for the commit 4e7011d to get more accurate results

@@           Coverage Diff           @@
##             main    #1016   +/-   ##
=======================================
  Coverage   99.42%   99.42%           
=======================================
  Files         176      176           
  Lines        1039     1039           
  Branches       88       88           
=======================================
  Hits         1033     1033           
  Misses          5        5           
  Partials        1        1           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@renovate renovate bot force-pushed the renovate/framer-motion-8.x branch from c2b3443 to 4baba7c Compare January 2, 2023 11:42
@renovate renovate bot force-pushed the renovate/framer-motion-8.x branch from 4baba7c to 50365d0 Compare January 2, 2023 14:37
@renovate renovate bot force-pushed the renovate/framer-motion-8.x branch from 50365d0 to 3625ba6 Compare January 2, 2023 17:46
@renovate renovate bot force-pushed the renovate/framer-motion-8.x branch from 3625ba6 to d410e36 Compare January 3, 2023 11:54
@renovate renovate bot force-pushed the renovate/framer-motion-8.x branch from d410e36 to 5ab79e3 Compare January 3, 2023 19:42
@renovate renovate bot force-pushed the renovate/framer-motion-8.x branch from 5ab79e3 to b66e963 Compare January 4, 2023 08:50
@renovate renovate bot force-pushed the renovate/framer-motion-8.x branch from b66e963 to e627b11 Compare January 4, 2023 11:48
@renovate renovate bot force-pushed the renovate/framer-motion-8.x branch from e627b11 to ac17e25 Compare January 5, 2023 11:06
@renovate renovate bot force-pushed the renovate/framer-motion-8.x branch from ac17e25 to 44e6f47 Compare January 5, 2023 16:41
@renovate renovate bot force-pushed the renovate/framer-motion-8.x branch from 44e6f47 to 58b7447 Compare January 6, 2023 15:13
@renovate renovate bot force-pushed the renovate/framer-motion-8.x branch from 5b2f3fc to 4e7011d Compare January 11, 2023 18:13
@pull-request-quantifier-deprecated

This PR has 2 quantified lines of changes. In general, a change size of upto 200 lines is ideal for the best PR experience!


Quantification details

Label      : Extra Small
Size       : +1 -1
Percentile : 0.8%

Total files changed: 2

Change summary by file extension:
.json : +1 -1
.lock : +0 -0

Change counts above are quantified counts, based on the PullRequestQuantifier customizations.

Why proper sizing of changes matters

Optimal pull request sizes drive a better predictable PR flow as they strike a
balance between between PR complexity and PR review overhead. PRs within the
optimal size (typical small, or medium sized PRs) mean:

  • Fast and predictable releases to production:
    • Optimal size changes are more likely to be reviewed faster with fewer
      iterations.
    • Similarity in low PR complexity drives similar review times.
  • Review quality is likely higher as complexity is lower:
    • Bugs are more likely to be detected.
    • Code inconsistencies are more likely to be detected.
  • Knowledge sharing is improved within the participants:
    • Small portions can be assimilated better.
  • Better engineering practices are exercised:
    • Solving big problems by dividing them in well contained, smaller problems.
    • Exercising separation of concerns within the code changes.

What can I do to optimize my changes

  • Use the PullRequestQuantifier to quantify your PR accurately
    • Create a context profile for your repo using the context generator
    • Exclude files that are not necessary to be reviewed or do not increase the review complexity. Example: Autogenerated code, docs, project IDE setting files, binaries, etc. Check out the Excluded section from your prquantifier.yaml context profile.
    • Understand your typical change complexity, drive towards the desired complexity by adjusting the label mapping in your prquantifier.yaml context profile.
    • Only use the labels that matter to you, see context specification to customize your prquantifier.yaml context profile.
  • Change your engineering behaviors
    • For PRs that fall outside of the desired spectrum, review the details and check if:
      • Your PR could be split in smaller, self-contained PRs instead
      • Your PR only solves one particular issue. (For example, don't refactor and code new features in the same PR).

How to interpret the change counts in git diff output

  • One line was added: +1 -0
  • One line was deleted: +0 -1
  • One line was modified: +1 -1 (git diff doesn't know about modified, it will
    interpret that line like one addition plus one deletion)
  • Change percentiles: Change characteristics (addition, deletion, modification)
    of this PR in relation to all other PRs within the repository.


Was this comment helpful? 👍  :ok_hand:  :thumbsdown: (Email)
Customize PullRequestQuantifier for this repository.

@sabertazimi sabertazimi merged commit 8bedd14 into main Jan 11, 2023
@sabertazimi sabertazimi deleted the renovate/framer-motion-8.x branch January 11, 2023 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Extra Small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant