SocialGouv / e2esdk

SDK to build end-to-end encrypted web applications
https://socialgouv.github.io/e2esdk
Apache License 2.0
20 stars 0 forks source link

fix(deps): update dependency framer-motion to v10 #42

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 ^8.4.6 -> ^10.0.0 age adoption passing confidence

Release Notes

framer/motion ### [`v10.8.4`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1084-2023-03-21) [Compare Source](https://togithub.com/framer/motion/compare/v10.8.3...v10.8.4) ##### Changed - Fixing `from` option in `stagger()`. ### [`v10.8.3`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1083-2023-03-21) [Compare Source](https://togithub.com/framer/motion/compare/v10.8.2...v10.8.3) ##### Changed - Fixing `duration: 0` animations never ending. ### [`v10.8.2`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1082-2023-03-21) [Compare Source](https://togithub.com/framer/motion/compare/v10.8.1...v10.8.2) ##### Changed - Further loosening `animate()` overloads. ### [`v10.8.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1081-2023-03-21) [Compare Source](https://togithub.com/framer/motion/compare/v10.8.0...v10.8.1) ##### Changed - Loosening `animate()` overloads. ### [`v10.8.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1080-2023-03-21) [Compare Source](https://togithub.com/framer/motion/compare/v10.7.0...v10.8.0) ##### Added - `stagger()` ##### Fixed - SVG and SVG path types for `animate()`. ### [`v10.7.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1070-2023-03-21) [Compare Source](https://togithub.com/framer/motion/compare/v10.6.1...v10.7.0) ##### Changed - Default transitions no longer need to be namespaced under `default`. ### [`v10.6.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1061-2023-03-20) [Compare Source](https://togithub.com/framer/motion/compare/v10.6.0...v10.6.1) ##### Fixed - Complex string types interpolate correctly with WAAPI spring easing. ### [`v10.6.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1060-2023-03-17) [Compare Source](https://togithub.com/framer/motion/compare/v10.5.0...v10.6.0) ##### Added - `cancel()`, `complete()` and `speed` to `animate()`. ##### Changed - `"easeIn"`, `"easeOut"` and `"easeInOut"` easing functions are now WAAPI spec-compliant. ##### Fixed - `.stop()` stops animations permanently. - `useSpring` timing. - `animate()` with `repeat: 1` and `repeatType` `"reverse"` or `"mirror"` correctly applies final keyframe. ### [`v10.5.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1050-2023-03-16) [Compare Source](https://togithub.com/framer/motion/compare/v10.4.0...v10.5.0) ##### Added - `useAnimate()` provides a composable way to use `animate()`. ### [`v10.4.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1040-2023-03-16) [Compare Source](https://togithub.com/framer/motion/compare/v10.3.4...v10.4.0) ##### Added - `animate()` now supports DOM elements and DOM selectors. ### [`v10.3.4`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1034-2023-03-16) [Compare Source](https://togithub.com/framer/motion/compare/v10.3.3...v10.3.4) ##### Fixed - Updating README. ### [`v10.3.3`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1033-2023-03-16) [Compare Source](https://togithub.com/framer/motion/compare/v10.3.2...v10.3.3) ##### Fixed - Using frame timestamp, when available, to sample time. ### [`v10.3.2`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1032-2023-03-15) [Compare Source](https://togithub.com/framer/motion/compare/v10.3.1...v10.3.2) ##### Fixed - Applying target CSS variable at the end of animation. ### [`v10.3.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1031-2023-03-14) [Compare Source](https://togithub.com/framer/motion/compare/v10.3.0...v10.3.1) ##### Fixed - Fixed `time` `Promise` on instant animation. ### [`v10.3.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1030-2023-03-14) [Compare Source](https://togithub.com/framer/motion/compare/v10.2.5...v10.3.0) ##### Added - `time`, `play()`, `pause()` and `then()` to animations created with `animate()`. ### [`v10.2.5`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1025-2023-03-13) [Compare Source](https://togithub.com/framer/motion/compare/v10.2.4...v10.2.5) ##### Fixed - Adding de-opt to projection tree when relative target has changed. ### [`v10.2.4`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1024-2023-03-10) [Compare Source](https://togithub.com/framer/motion/compare/v10.2.3...v10.2.4) ##### Changed - Refactored `animate` to resolve for `time` instead of `timeDelta`. ##### Fixed - `delay` will now apply to `"inertia"` animations. ### [`v10.2.3`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1023-2023-03-07) [Compare Source](https://togithub.com/framer/motion/compare/v10.2.2...v10.2.3) ##### Fixed - Unifying `AnimationPlaybackControls` types. - Changing `Feature` type to fix Next build errors. ### [`v10.2.2`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1022-2023-03-07) [Compare Source](https://togithub.com/framer/motion/compare/v10.2.1...v10.2.2) ##### Fixed - Restoring `DeprecatedLayoutGroupContext` for legacy Smart Components in Framer. ### [`v10.2.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1021-2023-03-07) [Compare Source](https://togithub.com/framer/motion/compare/v10.2.0...v10.2.1) ##### Fixed - Passing low `restSpeed` and `restDelta` to `useSpring()`. ### [`v10.2.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1020-2023-03-07) [Compare Source](https://togithub.com/framer/motion/compare/v10.1.0...v10.2.0) ##### Added - Vanilla JS entry point `framer-motion/dom`. ### [`v10.1.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1010-2023-03-06) [Compare Source](https://togithub.com/framer/motion/compare/v10.0.2...v10.1.0) ##### Added - Frame-batched event handlers. This means external event handlers are now batched on the next animation frame, allowing React to correctly batch state updates. ### [`v10.0.2`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1002-2023-03-05) [Compare Source](https://togithub.com/framer/motion/compare/v10.0.1...v10.0.2) ##### Fixed - Fixing "Non-numeric `offset`" error in older browsers. ### [`v10.0.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1001-2023-02-27) [Compare Source](https://togithub.com/framer/motion/compare/v10.0.0...v10.0.1) ##### Changed - Reducing keyframe pregeneration duration by 75%. ### [`v10.0.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​1000-2023-02-24) [Compare Source](https://togithub.com/framer/motion/compare/v9.1.7...v10.0.0) ##### Added - `background-color` animations are now hardware accelerated. ##### Removed - Removing fallback for `IntersectionObserver`. Use a polyfill for support in older browsers. - Removed `DeprecatedLayoutGroupContext`. ##### Changed - Using `exitBeforeEnter` with `AnimatePresence` now throws an error. - Using `value.onChange` will now throw a warning with instructions to change to `value.on("change", callback)`. - Using `AnimateSharedLayout` now throws an error. ##### Fixed - `repeat: Infinity` no longer de-opts from pre-generated WAAPI animations. ### [`v9.1.7`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​917-2023-02-24) [Compare Source](https://togithub.com/framer/motion/compare/v9.1.6...v9.1.7) ##### Fixed - Switching `const enum` for types. ### [`v9.1.6`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​916-2023-02-23) [Compare Source](https://togithub.com/framer/motion/compare/v9.1.5...v9.1.6) ##### Added - Exporting `scroll` for internal use inside Framer. ### [`v9.1.5`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​915-2023-02-23) [Compare Source](https://togithub.com/framer/motion/compare/v9.1.4...v9.1.5) ##### Fixed - Changing `Feature` to `Feature`. ### [`v9.1.4`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​914-2023-02-23) [Compare Source](https://togithub.com/framer/motion/compare/v9.1.3...v9.1.4) ##### Fixed - Fixing types of `useScroll`. ### [`v9.1.3`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​913-2023-02-23) [Compare Source](https://togithub.com/framer/motion/compare/v9.1.2...v9.1.3) ##### Updated - Limiting propagation of dirty projection nodes for improved layout animation performance. ### [`v9.1.2`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​912-2023-02-23) [Compare Source](https://togithub.com/framer/motion/compare/v9.1.1...v9.1.2) ##### Updated - Replacing `type enum` with `const enum` for smaller bundlesize. ### [`v9.1.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​911-2023-02-23) [Compare Source](https://togithub.com/framer/motion/compare/v9.1.0...v9.1.1) ##### Updated - Removing external dependencies. ### [`v9.1.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​910-2023-02-23) [Compare Source](https://togithub.com/framer/motion/compare/v9.0.7...v9.1.0) ##### Added - Hardware acceleration of `clipPath`, `filter` and `transform` styles. ### [`v9.0.7`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​907-2023-02-21) [Compare Source](https://togithub.com/framer/motion/compare/v9.0.6...v9.0.7) ##### Fixed - Improving types of `color.parse()`. ### [`v9.0.6`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​906-2023-02-21) [Compare Source](https://togithub.com/framer/motion/compare/v9.0.5...v9.0.6) ##### Added - Exporting animation types for internal Framer use. ### [`v9.0.5`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​905-2023-02-21) [Compare Source](https://togithub.com/framer/motion/compare/v9.0.4...v9.0.5) ##### Added - Adding legacy Popmotion exports for internal Framer use. ### [`v9.0.4`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​904-2023-02-16) [Compare Source](https://togithub.com/framer/motion/compare/v9.0.3...v9.0.4) ##### Updated - 25% speed improvement for transform string creation. ### [`v9.0.3`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​903-2023-02-14) [Compare Source](https://togithub.com/framer/motion/compare/v9.0.2...v9.0.3) ##### Updated - Refactored `motion` component features to load without React components. - Deprecated fallback behavior for missing `IntersectionObserver`. ### [`v9.0.2`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​902-2023-02-07) [Compare Source](https://togithub.com/framer/motion/compare/v9.0.1...v9.0.2) ##### Changed - `Reorder.Item` no longer throws an error within `MotionConfig strict`. ### [`v9.0.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​901-2023-02-02) [Compare Source](https://togithub.com/framer/motion/compare/v9.0.0...v9.0.1) ##### Removed - Tap events no longer suspend `tabindex` attribute for the duration of the gesture. ### [`v9.0.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​900-2023-02-01) [Compare Source](https://togithub.com/framer/motion/compare/v8.5.5...v9.0.0) ##### Added - Tap events are now keyboard accessible. ##### Changed - `whileFocus` only triggers according to `focus-visible` rules.

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.



This PR has been generated by Mend Renovate. View repository job log here.