kineticio / runnable

Build internal workflows with ease
https://getrunnable.com/
51 stars 4 forks source link

chore(deps): update dependency framer-motion to v8 #12

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
framer-motion ^7.10.2 -> ^8.2.4 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

framer/motion ### [`v8.2.4`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​824-2023-01-06) [Compare Source](https://togithub.com/framer/motion/compare/v8.2.3...v8.2.4) ##### Fixed - Stop applying scale correction to an element's styles when there's no active projection transform. ### [`v8.2.3`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​823-2023-01-06) [Compare Source](https://togithub.com/framer/motion/compare/v8.2.2...v8.2.3) ##### Changed - Improved memoisation of internal event handlers. ### [`v8.2.2`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​822-2023-01-06) [Compare Source](https://togithub.com/framer/motion/compare/v8.2.0...v8.2.2) ##### Fixed - Removed ability to trigger animations via `useAnimationControls()` during render lifecycle. This would be a source of silent or subtle errors. ### [`v8.2.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​820-2023-01-06) [Compare Source](https://togithub.com/framer/motion/compare/v8.1.9...v8.2.0) ##### Added - Exporting easing functions. ### [`v8.1.9`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​819-2023-01-05) [Compare Source](https://togithub.com/framer/motion/compare/v8.1.8...v8.1.9) ##### Fixed - Preventing infinite keyframe pre-generation. ### [`v8.1.8`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​818-2023-01-05) [Compare Source](https://togithub.com/framer/motion/compare/v8.1.7...v8.1.8) ##### Fixed - Sampling of animations with delay/repeat settings when interrupting WAAPI animations. ### [`v8.1.7`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​817-2023-01-04) [Compare Source](https://togithub.com/framer/motion/compare/v8.1.6...v8.1.7) ##### Fixed - Swapping `style` value between `MotionValue` and static value. ### [`v8.1.6`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​816-2023-01-04) [Compare Source](https://togithub.com/framer/motion/compare/v8.1.5...v8.1.6) ##### Fixed - Minification of `process.env.NODE_ENV`. ### [`v8.1.5`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​815-2023-01-03) [Compare Source](https://togithub.com/framer/motion/compare/v8.1.4...v8.1.5) ##### Changed - Display warning in development mode when Reduced Motion is enabled on device. ### [`v8.1.4`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​814-2023-01-03) [Compare Source](https://togithub.com/framer/motion/compare/v8.1.3...v8.1.4) ##### Fixed - Ensuring child variant components fire `onAnimationStart` when an animation is triggered by a parent. ### [`v8.1.3`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​813-2023-01-02) [Compare Source](https://togithub.com/framer/motion/compare/v8.1.1...v8.1.3) ##### Fixed - Fixed `times`. ### [`v8.1.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​811-2023-01-02) [Compare Source](https://togithub.com/framer/motion/compare/v8.1.0...v8.1.1) ##### Fixed - Fixing error when `Transition.type` is invalid. ### [`v8.1.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​810-2023-01-02) [Compare Source](https://togithub.com/framer/motion/compare/v8.0.4...v8.1.0) ##### 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`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​804-2023-01-02) [Compare Source](https://togithub.com/framer/motion/compare/v8.0.3...v8.0.4) ##### Fixed - Cleaning up animations when a `MotionValue` has no active `"change"` subscribers. - Changing `useMotionValueEvent` subscription to `useInsertionEffect`. ### [`v8.0.3`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​803-2023-01-02) [Compare Source](https://togithub.com/framer/motion/compare/v8.0.2...v8.0.3) ##### Fixed - Use range for tslib dependency. - Fixing multitouch with drag and pan gestures. ### [`v8.0.2`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​802-2022-12-23) [Compare Source](https://togithub.com/framer/motion/compare/v8.0.1...v8.0.2) ##### Fixed - Fixing defaults for hardware-accelerated animations. ### [`v8.0.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​801-2022-12-21) [Compare Source](https://togithub.com/framer/motion/compare/f58fea876198895716a776550ec6fbf0813ecaad...v8.0.1) ##### Added - Warning for unhydrated refs passed to `useScroll()` options. ### [`v8.0.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​800-2022-12-21) [Compare Source](https://togithub.com/framer/motion/compare/v7.10.3...f58fea876198895716a776550ec6fbf0813ecaad) ##### Removed - Removed polyfilled support for mouse/touch events. - Removed drag pointerup patch for Safari over `