daisuke85a / gomoku

5目並べと3目並べで遊べます
https://gomoku-seven.vercel.app
0 stars 0 forks source link

fix(deps): update dependency framer-motion to v6.5.1 #84

Open renovate[bot] opened 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.3.1 -> 6.5.1 age adoption passing confidence

Release Notes

framer/motion (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`.

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.

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/daisuke85a/gomoku/2X1ek9gDdkHfHp3D8UC5cNzdeh3J
✅ Preview: https://gomoku-git-renovate-framer-motion-6x-daisuke85a.vercel.app

vercel[bot] commented 2 years ago

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

Name Status Preview Updated
gomoku ✅ Ready (Inspect) Visit Preview Sep 25, 2022 at 7:46PM (UTC)