3x071c / lsg-remix

[ARCHIVED] ✨ Full-stack school homepage / TypeScript, Remix (React), Prisma, CI/CD and more
GNU Affero General Public License v3.0
12 stars 5 forks source link

chore(deps): bump framer-motion to v7 #322

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
framer-motion 6.3.0 -> 7.3.6 age adoption passing confidence

Release Notes

framer/motion ### [`v7.3.6`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​736-2022-09-20) [Compare Source](https://togithub.com/framer/motion/compare/v7.3.5...v7.3.6) ##### Fixed - Increasing threshold for what's considered a similar aspect ratio in `"preserve-ratio"` layout animations. ### [`v7.3.5`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​735-2022-09-14) [Compare Source](https://togithub.com/framer/motion/compare/v7.3.4...v7.3.5) ##### Fixed - `isMotionValue` no longer crashing when provided `null`. ### [`v7.3.4`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​734-2022-09-13) [Compare Source](https://togithub.com/framer/motion/compare/v7.3.3...v7.3.4) ##### Fixed - Run feature detection based on rendered props. ### [`v7.3.3`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​733-2022-09-13) [Compare Source](https://togithub.com/framer/motion/compare/v7.3.2...v7.3.3) ##### Fixed - Ensuring children dynamic components re-render when context changes. ### [`v7.3.2`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​732-2022-09-07) [Compare Source](https://togithub.com/framer/motion/compare/v7.3.1...v7.3.2) ##### Added - `isMotionComponent` returns true if the provided component is a `motion` component. - `unwrapMotionComponent` returns the rendered component. ### [`v7.3.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​731-2022-09-07) [Compare Source](https://togithub.com/framer/motion/compare/v7.3.0...v7.3.1) ##### Fixed - Fixing application of `rotateZ`. ### [`v7.3.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​730-2022-09-06) [Compare Source](https://togithub.com/framer/motion/compare/v7.2.1...v7.3.0) ##### Added - `layout="preserve-ratio"` performs a position-only transition if the aspect ratio has changed. ##### Fixed - `layout="position"` now works with shared element transitions. ### [`v7.2.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​721-2022-08-23) [Compare Source](https://togithub.com/framer/motion/compare/v7.2.0...v7.2.1) ##### Added - Various filesize reductions. ### [`v7.2.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​720-2022-08-14) [Compare Source](https://togithub.com/framer/motion/compare/v7.1.2...v7.2.0) ##### Added - `AnimatePresence`'s new `mode="popLayout"` prop will "pop" exiting elements from the document layout flow, allowing sibling `layout` elements to animate to their new layout as soon as exiting starts. ##### Deprecated - `exitBeforeEnter` - replace with `mode="wait"`. ### [`v7.1.2`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​712-2022-08-16) [Compare Source](https://togithub.com/framer/motion/compare/v7.1.1...v7.1.2) ##### Fixed - Fixing `useWillChange` export. ### [`v7.1.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​711-2022-08-15) [Compare Source](https://togithub.com/framer/motion/compare/v7.1.0...v7.1.1) ##### Changed - Upping TypeScript output `target` to `"ES6"`. ##### Updated - `typescript@4.7` ### [`v7.1.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​710-2022-08-11) [Compare Source](https://togithub.com/framer/motion/compare/v7.0.3...v7.1.0) ##### Added - `useWillChange` for automatically managing the `will-change` style. ### [`v7.0.3`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​703-2022-08-11) [Compare Source](https://togithub.com/framer/motion/compare/v7.0.2...v7.0.3) ##### Fixed - Trimming CSS vars. ### [`v7.0.2`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​702-2022-08-11) [Compare Source](https://togithub.com/framer/motion/compare/v7.0.1...v7.0.2) ##### Fixed - Correctly parsing slash-delimited opacities within colors. - Exporting types correctly for Typescript 4.7. ### [`v7.0.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​701-2022-08-10) [Compare Source](https://togithub.com/framer/motion/compare/v7.0.0...v7.0.1) ##### Changed - Replacing internal `useId` with React 18's `useId`. ### [`v7.0.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​700-2022-08-04) [Compare Source](https://togithub.com/framer/motion/compare/v6.5.1...v7.0.0) ##### Updated - `react@18` - `react-three-fiber@8` ##### Fixed - Drag to reorder items no longer jumping in React 18. ### [`v6.5.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​651-2022-07-14) [Compare Source](https://togithub.com/framer/motion/compare/v6.5.0...v6.5.1) ##### Fixed - Adding `onChange` handlers in `useTransform` on `useLayoutEffect`. ### [`v6.5.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​650-2022-07-13) [Compare Source](https://togithub.com/framer/motion/compare/v6.4.3...v6.5.0) ##### Added - `useScroll` for creating scroll-linked animations. ##### Deprecated - `useViewportScroll` and `useElementScroll`. ### [`v6.4.3`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​643-2022-07-08) [Compare Source](https://togithub.com/framer/motion/compare/v6.4.2...v6.4.3) ##### Fixed - Split module to improve ability to code-split and tree-shake `` and `domMax`. ### [`v6.4.2`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​642-2022-07-06) [Compare Source](https://togithub.com/framer/motion/compare/v6.4.1...v6.4.2) ##### Added - `useInView` now automatically respects `rootMargin` within an iframe. ### [`v6.4.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​641-2022-07-05) [Compare Source](https://togithub.com/framer/motion/compare/v6.4.0...v6.4.1) ##### Added - Renaming `useAnimation` to `useAnimationControls`. `useAnimation` will stay as backwards compatible alias. ### [`v6.4.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​640-2022-07-05) [Compare Source](https://togithub.com/framer/motion/compare/v6.3.16...v6.4.0) ##### Added - `useInView`. ### [`v6.3.16`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​6316-2022-06-27) [Compare Source](https://togithub.com/framer/motion/compare/v6.3.15...v6.3.16) ##### Fixed - Fixing layout animations within `position: fixed` elements. Provide `position: fixed` elements the `layoutScroll` prop to fix. ### [`v6.3.15`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​6315-2022-06-24) [Compare Source](https://togithub.com/framer/motion/compare/v6.3.14...v6.3.15) ##### Fixed - Explicitly declaring `children` prop for components. ### [`v6.3.14`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​6314-2022-06-24) [Compare Source](https://togithub.com/framer/motion/compare/v6.3.13...v6.3.14) ##### Fixed - Exposing more internal types. ### [`v6.3.13`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​6313-2022-06-22) [Compare Source](https://togithub.com/framer/motion/compare/v6.3.12...v6.3.13) ##### Fixed - Fix some missing types by replacing `@internalRemarks` comment with `@privateRemarks`. ### [`v6.3.12`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​6312-2022-06-21) [Compare Source](https://togithub.com/framer/motion/compare/v6.3.11...v6.3.12) ##### Changed - Rolling up published type definitions. ### [`v6.3.11`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​6311-2022-06-08) [Compare Source](https://togithub.com/framer/motion/compare/v6.3.10...v6.3.11) ##### Fixed - Fixed scale correction during rotation & layout animations. ### [`v6.3.10`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​6310-2022-06-03) [Compare Source](https://togithub.com/framer/motion/compare/v6.3.9...v6.3.10) ##### Fixed - Fixing version mismatch warning. ### [`v6.3.9`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​639-2022-06-03) [Compare Source](https://togithub.com/framer/motion/compare/v6.3.8...v6.3.9) ##### Fixed - Providing path to types via `package.json`'s `exports` field to fix types in TypeScript 4.7. - Safer `process.env.NODE_ENV` check. ### [`v6.3.8`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​638-2022-06-03) [Compare Source](https://togithub.com/framer/motion/compare/v6.3.7...v6.3.8) ##### Fixed - Restore scroll position after measuring `height` when doing unit conversion animation. ### [`v6.3.7`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​637-2022-06-03) [Compare Source](https://togithub.com/framer/motion/compare/v6.3.6...v6.3.7) ##### Fixed - Will display a warning if different versions of Framer Motion are mixed. ### [`v6.3.6`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​636-2022-05-31) [Compare Source](https://togithub.com/framer/motion/compare/v6.3.5...v6.3.6) ##### Fixed - All events are now passive unless a user provides an explicit event listener. ### [`v6.3.5`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​635-2022-05-30) [Compare Source](https://togithub.com/framer/motion/compare/v6.3.4...v6.3.5) ##### Fixed - Added `initial` prop to Framer Motion 3D types. ### [`v6.3.4`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​634-2022-05-25) [Compare Source](https://togithub.com/framer/motion/compare/v6.3.3...v6.3.4) ##### Fixed - Updating `reducedMotion` prop in `MotionConfig` now correctly updates throughout the tree. ### [`v6.3.3`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​633-2022-04-28) [Compare Source](https://togithub.com/framer/motion/compare/v6.3.2...v6.3.3) ##### Fixed - Re-enabling layout animations on `svg` elements. ### [`v6.3.2`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​632-2022-04-26) [Compare Source](https://togithub.com/framer/motion/compare/v6.3.1...v6.3.2) ##### Fixed - Fixing internal type errors in React 18. - Adding deprecation notice to `AnimateSharedLayout`. ### [`v6.3.1`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​6316-2022-06-27) [Compare Source](https://togithub.com/framer/motion/compare/v6.3.0...v6.3.1) ##### Fixed - Fixing layout animations within `position: fixed` elements. Provide `position: fixed` elements the `layoutScroll` prop to fix.

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.

renovate[bot] commented 2 years ago

âš  Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

â™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: lsg@0.0.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   react@"17.0.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^18.0.0" from framer-motion@7.3.6
npm ERR! node_modules/framer-motion
npm ERR!   framer-motion@"7.3.6" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-09-25T16_23_56_315Z-debug-0.log
stale[bot] commented 1 year ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.