kir-dev / blog-next

📰 A Kir-Dev következő generációs blogja
https://kir-dev-blog-old.vercel.app/
MIT License
8 stars 0 forks source link

Update dependency framer-motion to v6.5.1 - autoclosed #388

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
framer-motion 6.2.8 -> 6.5.1 age adoption passing confidence

Release Notes

framer/motion ### [`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. ### [`v6.3.0`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​630-2022-04-14) [Compare Source](https://togithub.com/framer/motion/compare/v6.2.10...v6.3.0) ##### Added - Adding `layout` prop to `Reorder.Item`. - `onLayoutAnimationStart`. ##### Fixed - Ensure `cycle` is properly memoised. ### [`v6.2.10`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​6210-2022-04-12) [Compare Source](https://togithub.com/framer/motion/compare/v6.2.9...v6.2.10) ##### Fixed - Fixed `useSpring` dependencies if properties change between renders. - Fixed `children` types of `AnimatePresence` and `LayoutGroup`. ### [`v6.2.9`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#​629-2022-04-06) [Compare Source](https://togithub.com/framer/motion/compare/v6.2.8...v6.2.9) ##### Fixed - Fixing `process` in ESM environments.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/kir-dev/blog-next/ACTi3fNmhpTuPkHnpgCmQG33LxF9
✅ Preview: https://blog-next-git-renovate-framer-motion-6x-kir-dev.vercel.app

vercel[bot] commented 2 years ago

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

Name Status Preview Updated
blog-next ✅ Ready (Inspect) Visit Preview Jul 14, 2022 at 0:12AM (UTC)