Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency framer-motion to v11 #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
framer-motion ^4.1.11 -> ^11.0.0 age adoption passing confidence

Release Notes

framer/motion (framer-motion)

v11.0.8

Compare Source

Fixed
  • Ensure optimised appear animations are cancelled before layout animation measurements.

v11.0.7

Compare Source

Fixed
  • Strip comments from strings before testing if they're CSS variables to prevent significant performance degradation.

v11.0.6

Compare Source

Updated
  • Added support for motion(Fragment) for controlling variants. For internal Framer use only.

v11.0.5

Compare Source

Updated
  • Performance updates.

v11.0.4

Compare Source

Fixed
  • Tighten check for navigator.userAgent.

v11.0.3

Compare Source

Fixed
  • Fixed layout animation bug in Framer.

v11.0.2

Compare Source

Fixed
  • Fixed velocity calculations when interrupting WAAPI animations.

v11.0.1

Compare Source

Removed
  • Support for internal transformValues prop.

v11.0.0

Compare Source

Changed
  • Replaced velocity-check jobs in favour of passive detection.
  • Post-commit render moved to a microtask.

v10.18.0

Compare Source

Added
  • globalTapTarget for use in Framer.

v10.17.12

Compare Source

Fixed
  • Fixed animate sequencing for MotionValues.

v10.17.11

Compare Source

Fixed
  • Fixed layout prop crashing Framer Motion 3D.

v10.17.9

Compare Source

Fixed
  • Improve error message when trying to animate multiple keyframes via spring.

v10.17.8

Compare Source

Fixed
  • Adding null safeguard for useAnimationControls.

v10.17.7

Compare Source

Fixed
  • Fix touch event filtering for hover gesture.

v10.17.6

Compare Source

Fixed
  • Ensure cancelled WAAPI animations can't finish.

v10.17.5

Compare Source

Fixed
  • Fixing final keyframe when using repeatType "reverse" and "mirror".
  • Display warning if scroll container is position: static.
  • Adding amount to useInView dependencies.

v10.17.4

Compare Source

Fixed
  • Ensure keyframe animations don't rerun if all values are the same.

v10.17.3

Compare Source

Fixed
  • Unset gestures correctly animate back to values defined in parent variant.

v10.17.2

Compare Source

Fixed
  • Fixed issues with duration-based springs appearing stuck or snapping.

v10.17.1

Compare Source

Fixed
  • Fixed issue with dragSnapToOrigin not continuing animation when interrupted.

v10.17.0

Compare Source

Added
  • Adding MotionGlobalConfig.skipAnimations to globally disable animations when testing.

v10.16.16

Compare Source

Fixed
  • circInOut easing fixed.
  • Improved optimised animation handoff.

v10.16.15

Compare Source

Fixed
  • Ensure animateChanges only runs in layout effect in initial render.

v10.16.14

Compare Source

v10.16.13

Compare Source

Fixed
  • Ensure animations don't attempt to fire when initial equals animate.

v10.16.12

Compare Source

Fixed
  • Use single animation to detect document paint ready before triggering optimised animations.
  • Measure one time for optimised animation start and one for handoff to emulate frame scheduling.

v10.16.11

Compare Source

Fixed
  • Ensure animation is never skipped if it's an interrupting animation.

v10.16.10

Compare Source

Fixed
  • Fixing appear animation optimisation when React portal is present.

v10.16.9

Compare Source

Fixed
  • Skipping no-op animations.

v10.16.8

Compare Source

Fixed
  • Added disableInstantAnimation private API.
  • Ensure optimised appear animations don't run post-hydration.

v10.16.7

Compare Source

Fixed
  • Fixing pan events within React portal.

v10.16.6

Compare Source

Fixed
  • Fixing Reorder component types.
  • Fixing Reorder.Item order calculation.
  • Fixing broken dragConstraints if component re-renders during resize.

v10.16.5

Compare Source

Fixed
  • Fixing AnimatePresence fast rerender bug.

v10.16.4

Compare Source

Fixed
  • Changed handoff startTime source from performance.now() to document.timeline.currentTime.

v10.16.3

Compare Source

Fixed
  • Improved compatibility of custom RefObject and MutableRefObject types.
  • Fixing useScroll dependencies array.
  • Fixing optimised handoff to WAAPI animations.

v10.16.2

Compare Source

Fixed
  • Improved performance of frameloop scheduling.
  • Fixed crasher when using SVGs as scroll animation targets.

v10.16.1

Compare Source

Fixed
  • SVGs mount read/writes are now batched.

v10.16.0

Compare Source

Added
  • New function syntax for useTransform.
Improved
  • Improved handoff animation performance.

v10.15.2

Compare Source

Fixed
  • Numerical CSS variables are now read correctly.

v10.15.1

Compare Source

Fixed

v10.15.0

Compare Source

Added
  • Updated types for public inView API.

v10.14.0

Compare Source

Added
  • scroll() now accepts animations from animate() to create hardware-accelerated animations.

v10.13.2

Compare Source

Fixed
  • Removed animation resync for optimised animation handoff.
  • Fixed offset not working with useScroll.

v10.13.1

Compare Source

Added
  • Fixed subpixel layout rounding in Chrome.

v10.13.0

Compare Source

Added
  • scroll(), a universal API for powering scroll-driven animations via ScrollTimeline.

v10.12.23

Compare Source

Fixed
  • Fixing subpixel layout support in Webkit.

v10.12.22

Compare Source

Fixed
  • Supporting subpixel layouts in layout animations.

v10.12.21

Compare Source

Fixed
  • Transforming values if new values have been read from props.

v10.12.20

Compare Source

Fixed
  • Fixing race condition with animation Promise.
  • Attempt to read initial animation from props before reading from DOM.

v10.12.18

Compare Source

Fixed
  • When layout animation is forced to be instant via useInstantTransition, ignore the delay option.

v10.12.17

Compare Source

Fixed
  • Fixing useInstantTransition when called on subsequent frames.
  • Fixing reverse animation with negative speed finishes too early when the
    time is set to the duration.

v10.12.16

Compare Source

Fixed
  • Fixing unit conversion when animating translateX/translateY.

v10.12.15

Compare Source

Fixed
  • Fixed timing bug when mixing layout prop and animate().
  • Removing errant log from resolveConstraints.

v10.12.14

Compare Source

Fixed
  • Ensure new layout components animate correctly on the first re-render.

v10.12.13

Compare Source

Fixed
  • Fixed scale correction in elements that have finished layout animations.

v10.12.12

Compare Source

Fixed
  • Ensuring zero units like "0px" can be used as keyframe templates.

v10.12.11

Compare Source

Fixed
  • Fixing ending layout animations immediately on resize.

v10.12.10

Compare Source

Fixed
  • Fixing persisting AnimatePresence child when exit animation is interrupted.

v10.12.9

Compare Source

Fixed
  • Fixing jumpy layer when a layout changes after a pending animation has been scheduled.

v10.12.8

Compare Source

Fixed
  • Moving layout animations to queueMicrotasks(), ensuring layout animations don't fire until all synchronous effects have executed.

v10.12.7

Compare Source

Fixed
  • Improve handling of "none" keyframes.

v10.12.6

Compare Source

Fixed
  • Fixing relative layout animations when mixing type: false and type: "tween", duration: 0.

v10.12.5

Compare Source

Changed
  • Exporting visualElementStore for internal use.

v10.12.4

Compare Source

Fixed
  • Fixing types for attrX, attrY and attrScale values.

v10.12.3

Compare Source

Fixed
  • Fixing CSS variable interpolation inside complex strings.

v10.12.2

Compare Source

Fixed
  • Fixing subpixel layout support in Webkit.

v10.12.1

Compare Source

Fixed
  • Fixing unit conversion for translateX/translateY.

v10.12.0

Compare Source

Added
  • Exporting frame and cancelFrame as a public API.

v10.11.6

Compare Source

Fixed
  • Fixed performance regression introduced with previous fix.

v10.11.5

Compare Source

Fixed
  • Propagating relative nodes in layout animations.

v10.11.4

Compare Source

Fixed
  • Fixing optimised transform animations.

v10.11.3

Compare Source

Fixed
  • Calling .play() on finished animations now correctly restarts them.

v10.11.2

Compare Source

Fixed
  • Fixing WAAPI offsets with springs in animation sequences.

v10.11.1

Compare Source

v10.11.0

Compare Source

Added
  • Adding springs to animation sequences.
Fixed
  • Fixing "keyframes must be of same type" error with some animation

v10.10.0

Compare Source

Fixed
  • Adding .duration to animate(). sequences.

v10.9.4

Compare Source

Fixed
  • Removing log from useSpring.

v10.9.3

Compare Source

Fixed
  • Improving scroll animation startup time.

v10.9.2

Compare Source

Fixed
  • Fixing animation scope with animation sequences.

v10.9.1

Compare Source

Fixed
  • Recalculating and rerendering relative targets when layout is remeasured.

v10.9.0

Compare Source

Added
  • Animation sequencing.

v10.8.5

Compare Source

Fixed
  • Fixed use of multiple easing functions with WAAPI animations.

v10.8.4

Compare Source

Changed
  • Fixing from option in stagger().

v10.8.3

Compare Source

Changed
  • Fixing duration: 0 animations never ending.

v10.8.2

Compare Source

Changed
  • Further loosening animate() overloads.

v10.8.1

Compare Source

Changed
  • Loosening animate() overloads.

v10.8.0

Compare Source

Added
  • stagger()
Fixed
  • SVG and SVG path types for animate().

v10.7.0

Compare Source

Changed
  • Default transitions no longer need to be namespaced under default.

v10.6.8

Compare Source

v10.6.1

Compare Source

Fixed
  • Complex string types interpolate correctly with WAAPI spring easing.

v10.6.0

Compare Source

Added
  • cancel(), complete() and speed to animate().
Changed
  • "easeIn", "easeOut" and "easeInOut" easing functions are now WAAPI spec-compliant.
Fixed
  • .stop() stops animations permanently.
  • useSpring timing.
  • animate() with repeat: 1 and repeatType "reverse" or "mirror" correctly applies final keyframe.

v10.5.0

Compare Source

Added
  • useAnimate() provides a composable way to use animate().

v10.4.0

Compare Source

Added
  • animate() now supports DOM elements and DOM selectors.

v10.3.4

Compare Source

Fixed
  • Updating README.

v10.3.3

Compare Source

Fixed
  • Using frame timestamp, when available, to sample time.

v10.3.2

Compare Source

Fixed
  • Applying target CSS variable at the end of animation.

v10.3.1

Compare Source

Fixed
  • Fixed time Promise on instant animation.

v10.3.0

Compare Source

Added
  • time, play(), pause() and then() to animations created with animate().

v10.2.5

Compare Source

Fixed
  • Adding de-opt to projection tree when relative target has changed.

v10.2.4

Compare Source

Changed
  • Refactored animate to resolve for time instead of timeDelta.
Fixed
  • delay will now apply to "inertia" animations.

v10.2.3

Compare Source

Fixed
  • Unifying AnimationPlaybackControls types.
  • Changing Feature type to fix Next build errors.

v10.2.2

Compare Source

Fixed
  • Restoring DeprecatedLayoutGroupContext for legacy Smart Components in Framer.

v10.2.1

Compare Source

Fixed
  • Passing low restSpeed and restDelta to useSpring().

v10.2.0

Compare Source

Added
  • Vanilla JS entry point framer-motion/dom.

v10.1.0

Compare Source

Added
  • Frame-batched event handlers. This means external event handlers are now batched on the next animation frame, allowing React to correctly batch state updates.

v10.0.2

Compare Source

Fixed
  • Fixing "Non-numeric offset" error in older browsers.

v10.0.1

Compare Source

Changed
  • Reducing keyframe pregeneration duration by 75%.

v10.0.0

Compare Source

Added
  • background-color animations are now hardware accelerated.
Removed
  • Removing fallback for IntersectionObserver. Use a polyfill for support in older browsers.
  • Removed DeprecatedLayoutGroupContext.
Changed
  • Using exitBeforeEnter with AnimatePresence now throws an error.
  • Using value.onChange will now throw a warning with instructions to change to value.on("change", callback).
  • Using AnimateSharedLayout now throws an error.
Fixed
  • repeat: Infinity no longer de-opts from pre-generated WAAPI animations.

v9.1.7

Compare Source

Fixed
  • Switching const enum for types.

v9.1.6

Compare Source

Added
  • Exporting scroll for internal use inside Framer.

v9.1.5

Compare Source

Fixed
  • Changing Feature<any> to Feature<unknown>.

v9.1.4

Compare Source

Fixed
  • Fixing types of useScroll.

v9.1.3

Compare Source

Updated
  • Limiting propagation of dirty projection nodes for improved layout animation performance.

v9.1.2

Compare Source

Updated
  • Replacing type enum with const enum for smaller bundlesize.

v9.1.1

Compare Source

Updated
  • Removing external dependencies.

v9.1.0

Compare Source

Added
  • Hardware acceleration of clipPath, filter and transform styles.

v9.0.7

Compare Source

Fixed
  • Improving types of color.parse().

v9.0.6

Compare Source

Added
  • Exporting animation types for internal Framer use.

v9.0.5

Compare Source

Added
  • Adding legacy Popmotion exports for internal Framer use.

v9.0.4

Compare Source

Updated
  • 25% speed improvement for transform string creation.

v9.0.3

Compare Source

Updated
  • Refactored motion component features to load without React components.
  • Deprecated fallback behavior for missing IntersectionObserver.

v9.0.2

Compare Source

Changed
  • Reorder.Item no longer throws an error within MotionConfig strict.

v9.0.1

Compare Source

Removed
  • Tap events no longer suspend tabindex attribute for the duration of the gesture.

v9.0.0

Compare Source

Added
  • Tap events are now keyboard accessible.
Changed
  • whileFocus only triggers according to focus-visible rules.

v8.5.5

Compare Source

Fixed
  • Ensuring Animation.cancel() is called on finished WAAPI animations.

v8.5.4

Compare Source

Fixed
  • Reducing size of prop filtering.

v8.5.3

Compare Source

Fixed
  • Manually recording optimised appear startTime to fix inaccuracies of Firefox's Animation.currentTime.

v8.5.2

Compare Source

Fixed
  • Updated optimised appear animations to defer animations until Chrome releases paint holding.

v8.5.0

Compare Source

Added
  • layoutRoot prop. When component has layout and layoutRoot props, it will perform layout animations instantly but all children will perform layout animations relative to it.

v8.4.7

Compare Source

Fixed
  • Fixed right-click filtering.

v8.4.6

Compare Source

Fixed
  • Fixed WAAPI deoptimisation with layout animations.
  • Reduced number of animations triggered for components that have gesture event handlers but no corresponding while- props.

v8.4.5

Compare Source

Fixed
  • Only trigger animateChanges in a useLayoutEffect when optimised appear animations are present.
  • Resync optimised appear handoff animations before cancelling WAAPI animations to ensure seamless visual handoff.

v8.4.4

Compare Source

Fixed
  • Filtering values prop.

v8.4.3

Compare Source

Fixed
  • When in Reduced Motion mode, transition no longer overrides instant transitions.

v8.4.2

Compare Source

Fixed
  • Events sourced from pointercancel no longer being added to pan gesture history.

v8.4.1

Compare Source

Fixed
  • delay no longer getting doubled with pregenerated WAAPI keyframes.

v8.4.0

Compare Source

Added
  • Exporting frameData and sync for internal Framer use.

v8.3.4

Compare Source

Fixed
  • Detection of hex colors with alpha values within complex strings.

v8.3.3

Compare Source

Fixed
  • Stop filtering pen hover events.

v8.3.2

Compare Source

Fixed
  • Allow useMotionTemplate to accept static values.

v8.3.1

Compare Source

Fixed
  • Memoisation of tap callbacks.

v8.3.0

Compare Source

Added
  • motion components can accept a MotionValue as children.

v8.2.4

Compare Source

Fixed
  • Stop applying scale correction to an element's styles when there's no active projection transform.

v8.2.3

Compare Source

Changed
  • Improved memoisation of internal event handlers.

v8.2.2

Compare Source

Fixed
  • Removed ability to trigger animations via useAnimationControls() during render lifecycle. This would be a source of silent or subtle errors.

v8.2.0

Compare Source

Added
  • Exporting easing functions.

v8.1.9

Compare Source

Fixed
  • Preventing infinite keyframe pre-generation.

v8.1.8

Compare Source

Fixed
  • Sampling of animations with delay/repeat settings when interrupting WAAPI animations.

v8.1.7

Compare Source

Fixed
  • Swapping style value between MotionValue and static value.

v8.1.6

Compare Source

Fixed
  • Minification of process.env.NODE_ENV.

v8.1.5

Compare Source

Changed
  • Display warning in development mode when Reduced Motion is enabled on device.

v8.1.4

Compare Source

Fixed
  • Ensuring child variant components fire onAnimationStart when an animation is triggered by a parent.

v8.1.3

Compare Source

Fixed
  • Fixed times.

v8.1.1

Compare Source

Fixed
  • Fixing error when Transition.type is invalid.

v8.1.0

Compare Source

Added
  • MotionValue.jump can be used to "jump" a MotionValue to a new value, bypassing active springs, ending current animations and resetting to velocity to 0.

v8.0.4

Compare Source

Fixed
  • Cleaning up animations when a MotionValue has no active "change" subscribers.
  • Changing useMotionValueEvent subscription to useInsertionEffect.

v8.0.3

Compare Source

Fixed
  • Use range for tslib dependency.
  • Fixing multitouch with drag and pan gestures.

v8.0.2

Compare Source

Fixed
  • Fixing defaults for hardware-accelerated animations.

v8.0.1

Compare Source

Added
  • Warning for unhydrated refs passed to useScroll() options.

v8.0.0

Compare Source

Removed
  • Removed polyfilled support for mouse/touch events.
  • Removed drag pointerup patch for Safari over <select /> elements.
Changed
  • DragControls.start now accepts PointerEvent only.

v7.10.3

Compare Source

Changed
  • Firing animateChanges in useLayoutEffect rather than useEffect to ensure optimised appear animations are handed off before paint.

v7.10.2

Compare Source

Fixed
  • Adding support for all easing functions with WAAPI.

v7.10.1

Compare Source

Fixed
  • Fixed type inference of useMotionValueEvent.

v7.10.0

Compare Source

Added
  • .on() event method to MotionValue.
  • "animationStart", "animationComplete", "animationCancel" and "change" events for MotionValue.
  • useMotionValueEvent helper method for adding events.

v7.9.1

Compare Source

Fixed
  • Fixing mapping Framer Motion easing names to WAAPI.

v7.9.0

Compare Source

Added
  • Hardware-accelerated opacity animations.

v7.8.1

Compare Source

Changed
  • Refactored animation pipeline to better accomodate WAAPI.

v7.8.0

Compare Source

Added
  • Added private APIs for starting initial animations before React hydration and handing off to the component after hydration.

v7.7.3

Compare Source

Fixed
  • Fixed spring effect of useSpring.

v7.7.2

Compare Source

Removed
  • Reduced ?? operators to reduce bundlesize.

v7.7.1

Compare Source

Changed
  • Removed style-value-types and framesync as external dependencies.

v7.7.0

Compare Source

Added
  • Added support for "startOffset", "textLength" and "lengthAdjust" SVG attributes.
Removed
  • Removed ability to define "inertia" animation as "decay" (officially removed in 3.0.0).
Removed
  • Removed legacy repeat options (officially removed in 3.0.0).

v7.6.19

Compare Source

Fixed
  • Animation of viewBox for SVG elements.

v7.6.18

Compare Source

Changed
  • Removed popmotion as external dependency.

v7.6.17

Compare Source

Fixed
  • Manually firing callback with latest callback when useOnChange is provided new motion value (affects useSpring).

v7.6.16

Compare Source

Fixed
  • Fixing useOnChange to resubscribe when provided a new motion value (affects useSpring).

v7.6.15

Compare Source

Fixed
  • Rounding tree scale to 1 to prevent unnecessary scale transforms.

v7.6.14

Compare Source

Fixed
  • Nothing to see here.

v7.6.13

Compare Source

v7.6.12

Compare Source

Fixed
  • isTransformDirty node skipping logic.

v7.6.11

Compare Source

Fixed
  • Treat <motion.svg /> components as HTML.
Updated
  • Further layout animation performance enhancements.

v7.6.10

Compare Source

Updated
  • Removing read of (currently unused) position style as it's erroneously breaking a test in Framer.

v7.6.9

Compare Source

Updated
  • Only updating projection calculations for dirty nodes.

v7.6.8

Compare Source

Updated
  • Reducing number of scroll reads during layout animations.

v7.6.7

Compare Source

Fixed
  • Removed instantiation of externally-provided motion values.

v7.6.6

Compare Source

Fixed
  • Minor layout animation refactors.

v7.6.5

Compare Source

Fixed
  • VisualElement changed to class implementation.
  • Fixed issue with relative layout animations when switching relative parents.

v7.6.4

Compare Source

Fixed
  • Updated buildTransform types to only expect required arguments.

v7.6.3

Compare Source

Added
  • Exposing buildTransform for internal use.

v7.6.2

Compare Source

Added
  • Internal option for useScroll to use useEffect instead of useLayoutEffect.

v7.6.1

Compare Source

Fixed
  • Animation of viewBox for SVG elements.

v7.6.0

Compare Source

Added
  • delay(): An alternative to window.setTimeout() that is locked to the animation framerate.

v7.5.4

Compare Source

Fixed
  • Fixed bug relative layout animations within rotated layers.
  • Fixed bug with layout="preserve-aspect" where layers that do change size but aren't moved are reprojected to the old size and stay there.

v7.5.3

Compare Source

Fixed
  • If the initial style was derived from the initial prop, and that style is removed from animate, while also being removed from initial, it won't animate back to the originally-defined value.

v7.5.2

Compare Source

Fixed
  • Gracefully handle undefined values in values prop.

v7.5.1

Compare Source

Fixed
  • useTransform correctly cleans up any scheduled animation frames when it unmounts.

v7.5.0

Compare Source

Added
  • useAnimationFrame now passes delta to provided callbacks as the second argument.

v7.4.0

Compare Source

Added
  • Added internal values prop that allows the provision of motion values to use exclusively for performing animations on.

v7.3.6

Compare Source

Fixed
  • Increasing threshold for what's considered a similar aspect ratio in "preserve-ratio" layout animations.

v7.3.5

Compare Source

Fixed
  • isMotionValue no longer crashing when provided null.

v7.3.4

Compare Source

Fixed
  • Run feature detection based on rendered props.

v7.3.3

Compare Source

Fixed
  • Ensuring children dynamic components re-render when context changes.

v7.3.2

Compare Source

Added
  • isMotionComponent returns true if the provided component is a motion component.
  • unwrapMotionComponent returns the rendered component.

v7.3.1

Compare Source

Fixed
  • Fixing application of rotateZ.

v7.3.0

Compare Source

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

Compare Source

Added
  • Various filesize reductions.

v7.2.0

Compare Source

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

Compare Source

Fixed
  • Fixing useWillChange export.

v7.1.1

Compare Source

Changed
  • Upping TypeScript output target to "ES6".
Updated
  • typescript@4.7

v7.1.0

Compare Source

Added
  • useWillChange for automatically managing the will-change style.

v7.0.3

Compare Source

Fixed
  • Trimming CSS vars.

v7.0.2

Compare Source

Fixed
  • Correctly parsing slash-delimited opacities within colors.
  • Exporting types correctly for Typescript 4.7.

v7.0.1

Compare Source

Changed
  • Replacing internal useId with React 18's useId.

v7.0.0

Compare Source

Updated
  • react@18
  • react-three-fiber@8
Fixed
  • Drag to reorder items no longer jumping in React 18.

v6.5.1

Compare Source

Fixed
  • Adding onChange handlers in useTransform on `useLayo

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

height bot commented Jan 24, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

πŸ’‘Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

Copy link

stackblitz bot commented Jan 24, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

backlight-app bot commented Jan 24, 2024

πŸ‘€ Review in Backlight.dev

πŸ’» Link the PR in your app (?)

npx backlight@latest link @geauxweisbeck4/yogi-la0mnz3e --branch pr:14@renovate[bot]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants