patooworld / SolidSpace

Reformation + Transformation = Ideas Elevating Ideals.
1 stars 0 forks source link

Update dependency framer-motion to v11.11.9 #30

Open renovate[bot] opened 6 days ago

renovate[bot] commented 6 days ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
framer-motion 11.2.12 -> 11.11.9 age adoption passing confidence

Release Notes

framer/motion (framer-motion) ### [`v11.11.9`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11119-2024-10-15) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.8...v11.11.9) ##### Changed - `will-change` is now no longer automatically managed without `useWillChange`. ### [`v11.11.8`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11118-2024-10-11) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.7...v11.11.8) ##### Fixed - Fixing fallback `package.json` for entrypoints in older versions of Node. ### [`v11.11.7`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11117-2024-10-09) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.6...v11.11.7) ##### Fixed - Improving generic value signature for `animate`. ### [`v11.11.6`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11116-2024-10-09) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.5...v11.11.6) ##### Fixed - Allowing generic motion value types in `animate`. ### [`v11.11.5`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11115-2024-10-09) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.4...v11.11.5) ##### Fixed - Removed ability to define CSS variables on `style` without casting, as this was conflicting with React `CSSProperties`. ### [`v11.11.4`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11114-2024-10-08) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.3...v11.11.4) ##### Fixed - Memoize `AnimatePresence` `safeToRemove`. - Remove duplicate `layout="size"` annotation. ### [`v11.11.3`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11113-2024-10-08) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.2...v11.11.3) ##### Fixed - Remove `as any` requirement for CSS variables. ### [`v11.11.2`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11112-2024-10-08) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.1...v11.11.2) ##### Fixed - Make `BezierDefinition` `readonly` for easier definition outside a `Transition`. ### [`v11.11.1`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11111-2024-10-04) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.11.0...v11.11.1) ##### Fix - Fixed optimised appear effects in granular Suspense environments. ### [`v11.11.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11110-2024-10-03) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.10.0...v11.11.0) ##### Added - `animate` can now animate any object. ### [`v11.10.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11100-2024-10-02) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.9.0...v11.10.0) ##### Added - `delay` with seconds now exported from `"framer-motion/dom"`. ##### Fixed - Only `transform` is added to `will-change` when a potentially layerising value is animated as `opacity` and `filter` will prematurely flatten `preserve-3d`. ### [`v11.9.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1190-2024-09-27) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.8.0...v11.9.0) ##### Added - Mini `animate` and `useAnimate` functions. ### [`v11.8.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1180-2024-09-25) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.7.0...v11.8.0) ##### Added - Easing functions now get compiled into `linear()` easings when animating via WAAPI. ### [`v11.7.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1170-2024-09-25) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.6.0...v11.7.0) ##### Added - Added support for custom animation generators via `type`. ### [`v11.6.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1160-2024-09-24) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.5.6...v11.6.0) ##### Added - Added `info` and element tracking to `scroll`. - Added `steps` easing. ##### Changed - Values added to `will-change` now stay there for their lifespan to prevent GPU thrashing and weird Safari subpixel jitters. ### [`v11.5.6`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1156-2024-09-20) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.5.5...v11.5.6) ##### Fixed - Ensuring updating motion values during `render` doesn't lock rendering for an element. ### [`v11.5.5`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1155-2024-09-19) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.5.4...v11.5.5) ##### Fixed - Changed values of child variants now animate even when the parent variant name hasn't changed. ### [`v11.5.4`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1154-2024-09-05) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.5.3...v11.5.4) ##### Fixed - Improving tree-shakability. ### [`v11.5.3`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1153-2024-09-05) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.5.2...v11.5.3) ##### Fixed - `Reorder` components now import `motion` proxy. ### [`v11.5.2`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1152-2024-09-04) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.5.1...v11.5.2) ##### Added - Changing `motion()` deprecation warning to `warnOnce`. ### [`v11.5.1`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1151-2024-09-04) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.5.0...v11.5.1) ##### Added - Exporting `findSpring` for internal use. ### [`v11.5.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1150-2024-09-04) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.4.0...v11.5.0) ##### Added - `motion.create()` and `m.create()`. ##### Deprecrated - `motion()` and `m()`. ### [`v11.4.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1140-2024-09-02) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.31...v11.4.0) ##### Added - Support for React Server Components, including new entrypoints for `motion` and `m` components. ### [`v11.3.31`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11331-2024-08-29) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.30...v11.3.31) ##### Fixed - Detects conflicts between optimised animations and rendered `style`. - Resumes optimised animations where possible once layout measurements are complete. ### [`v11.3.30`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11330-2024-08-23) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.29...v11.3.30) ##### Fixed - Removed double `"change"` handler on externally-provided `MotionValue`s. ### [`v11.3.29`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11329-2024-08-21) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.28...v11.3.29) ##### Fixed - Selective cancellation of optimised appear animations. ### [`v11.3.28`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11328-2024-08-15) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.27...v11.3.28) ##### Fixed - Use `startTime` instead of `elapsed` to sync optimised animations. ### [`v11.3.27`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11327-2024-08-14) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.26...v11.3.27) ##### Changed - Allow manual setting of `startTime` via animation options (currently for internal use only). ### [`v11.3.26`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11326-2024-08-14) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.25...v11.3.26) ##### Fixed - Improving synchronisation between DOM animations on externally-provided `MotionValue`s and internal `MotionValue`s. - Fixing unit conversion on DOM animations with externally-provided `MotionValue`s. ### [`v11.3.25`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11325-2024-08-14) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.24...v11.3.25) ##### Changed - Improve calculation of `startTime` to prefer the immediacy of animation creation over keyframe resolution, but fall back to the latter if the former would lead to a perceptual jump. ### [`v11.3.24`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11324-2024-08-08) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.23...v11.3.24) ##### Fixed - Fixing incorrect version publish. ### [`v11.3.23`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11323-2024-08-07) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.22...v11.3.23) ##### Fixed - Improving optimised appear animation check from `data-appear-id` to active recording of started animations. - Only cancelling optimised appear animations from layout animations when they're animating `transform`. ### [`v11.3.22`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11322-2024-08-07) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.21...v11.3.22) ##### Fixed - Fixing spring animations with explicit velocities that animate to their current value. ### [`v11.3.21`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11321-2024-07-27) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.20...v11.3.21) ##### Changed - Removing default transforms from generated `transform` string provided to `transformTemplate`. ### [`v11.3.20`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11320-2024-07-27) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.19...v11.3.20) ##### Changed - Improved performance of `transform` by up to 30% when providing many default transforms as `MotionValue`s. ### [`v11.3.19`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11319-2024-07-27) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.18...v11.3.19) ##### Fixed - Fixed problem with `AnimatePresence` not rerendering children unless their presence had changed. ### [`v11.3.18`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11318-2024-07-29) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.17...v11.3.18) ##### Fixed - Improved correctness of `AnimatePresence` and made safe to use with concurrent rendering. ### [`v11.3.17`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11317-2024-07-24) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.16...v11.3.17) ##### Added - `domMin` feature bundle. ### [`v11.3.16`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11316-2024-07-24) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.15...v11.3.16) ##### Changed - Exporting `UseScrollOptions` type. ### [`v11.3.15`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11315-2024-07-24) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.14...v11.3.15) ##### Changed - Improved types for `inView()`'s `margin` property. ### [`v11.3.14`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11314-2024-07-24) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.13...v11.3.14) ##### Fixed - Wrapping `usePresence`'s `safeToRemove` callback in `useCallback` leading to fewer re-renders. ### [`v11.3.13`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11313-2024-07-24) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.12...v11.3.13) ##### Fixed - Fixing `position: fixed` layout animations while scrolling. ### [`v11.3.12`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11312-2024-07-23) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.11...v11.3.12) ##### Fixed - Improving `useSpring` types so it accepts `MotionValue` or `MotionValue` but always returns `MotionValue`. ### [`v11.3.11`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11311-2024-07-23) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.10...v11.3.11) ##### Fixed - Removing `"react"` import from DOM-only bundle. ### [`v11.3.10`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11310-2024-07-23) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.9...v11.3.10) ##### Fixed - Changing `isBrowser` check from `document` to `window`. ### [`v11.3.9`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1139-2024-07-23) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.8...v11.3.9) ##### Changed - Improve performance of `window.MotionDebug` check. ### [`v11.3.8`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1138-2024-07-19) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.7...v11.3.8) ##### Changed - Improve performance of layout animation calculated projection comparisons. ### [`v11.3.7`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1137-2024-07-18) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.6...v11.3.7) ##### Changed - Active render scheduling check to prevent unnecessary `Set` lookups. ### [`v11.3.6`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1136-2024-07-17) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.5...v11.3.6) ##### Changed - Minor performance improvements for layout animations. ### [`v11.3.5`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1135-2024-07-16) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.4...v11.3.5) ##### Fixed - Ensuring DOM bundle doesn't include `react` and `react-dom` as dependencies. ### [`v11.3.4`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1134-2024-07-16) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.3...v11.3.4) ##### Changed - Check for `display: contents` elements now against component props instead of `Element.style`. ### [`v11.3.3`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1133-2024-07-16) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.2...v11.3.3) ##### Changed - Frameloop now uses a single `Set` vs `Set` and `Array`, leading to smaller bundlesize and better performance under heavy load. ### [`v11.3.2`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1132-2024-07-11) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.1...v11.3.2) ##### Fixed - No longer adding `background-color` to `will-change`. ### [`v11.3.1`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1131-2024-07-11) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.3.0...v11.3.1) ##### Updated - Externally-provided `MotionValue`s are no longer permanently added to `will-change`. ### [`v11.3.0`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#1130-2024-07-10) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.2.14...v11.3.0) ##### Updated - Animations automatically optimised via `will-change`. ### [`v11.2.14`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11214-2024-07-09) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.2.13...v11.2.14) ##### Updated - Improved performance of core render loop. ### [`v11.2.13`](https://redirect.github.com/framer/motion/blob/HEAD/CHANGELOG.md#11213-2024-07-04) [Compare Source](https://redirect.github.com/framer/motion/compare/v11.2.12...v11.2.13) ##### Fixed - Checking for `null` before interpolating color values.

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 6 days ago

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

Name Status Preview Comments Updated (UTC)
solid-space ❌ Failed (Inspect) Oct 15, 2024 3:02pm
cr-gpt[bot] commented 6 days ago

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

cr-gpt[bot] commented 3 days ago

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

cr-gpt[bot] commented 3 days ago

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information