tekihei2317 / type-challenges-judge

type-challengesのオンラインジャッジです
https://type-challenges-judge.pages.dev
16 stars 2 forks source link

Update dependency framer-motion to v6.5.1 #35

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

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

Release Notes

framer/motion (framer-motion) ### [`v6.5.1`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#651-2022-07-14) [Compare Source](https://redirect.github.com/framer/motion/compare/v6.5.0...v6.5.1) ##### Fixed - Adding `onChange` handlers in `useTransform` on `useLayoutEffect`. ### [`v6.5.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#650-2022-07-13) [Compare Source](https://redirect.github.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://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#643-2022-07-08) [Compare Source](https://redirect.github.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://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#642-2022-07-06) [Compare Source](https://redirect.github.com/framer/motion/compare/v6.4.1...v6.4.2) ##### Added - `useInView` now automatically respects `rootMargin` within an iframe. ### [`v6.4.1`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#641-2022-07-05) [Compare Source](https://redirect.github.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://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#640-2022-07-05) [Compare Source](https://redirect.github.com/framer/motion/compare/v6.3.16...v6.4.0) ##### Added - `useInView`. ### [`v6.3.16`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#6316-2022-06-27) [Compare Source](https://redirect.github.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://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#6315-2022-06-24) [Compare Source](https://redirect.github.com/framer/motion/compare/v6.3.14...v6.3.15) ##### Fixed - Explicitly declaring `children` prop for components. ### [`v6.3.14`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#6314-2022-06-24) [Compare Source](https://redirect.github.com/framer/motion/compare/v6.3.13...v6.3.14) ##### Fixed - Exposing more internal types. ### [`v6.3.13`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#6313-2022-06-22) [Compare Source](https://redirect.github.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://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#6312-2022-06-21) [Compare Source](https://redirect.github.com/framer/motion/compare/v6.3.11...v6.3.12) ##### Changed - Rolling up published type definitions. ### [`v6.3.11`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#6311-2022-06-08) [Compare Source](https://redirect.github.com/framer/motion/compare/v6.3.10...v6.3.11) ##### Fixed - Fixed scale correction during rotation & layout animations. ### [`v6.3.10`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#6310-2022-06-03) [Compare Source](https://redirect.github.com/framer/motion/compare/v6.3.9...v6.3.10) ##### Fixed - Fixing version mismatch warning. ### [`v6.3.9`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#639-2022-06-03) [Compare Source](https://redirect.github.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://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#638-2022-06-03) [Compare Source](https://redirect.github.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://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#637-2022-06-03) [Compare Source](https://redirect.github.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://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#636-2022-05-31) [Compare Source](https://redirect.github.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://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#635-2022-05-30) [Compare Source](https://redirect.github.com/framer/motion/compare/v6.3.4...v6.3.5) ##### Fixed - Added `initial` prop to Framer Motion 3D types. ### [`v6.3.4`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#634-2022-05-25) [Compare Source](https://redirect.github.com/framer/motion/compare/v6.3.3...v6.3.4) ##### Fixed - Updating `reducedMotion` prop in `MotionConfig` now correctly updates throughout the tree.

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 was generated by Mend Renovate. View the repository job log.

cloudflare-workers-and-pages[bot] commented 1 year ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: d2f0335
Status: ✅  Deploy successful!
Preview URL: https://828edb20.type-challenges-judge.pages.dev
Branch Preview URL: https://renovate-framer-motion-6-x-l.type-challenges-judge.pages.dev

View logs