javascript-cheatsheet
javascript-cheatsheet copied to clipboard
fix(deps): update dependency @vueuse/core to v13
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @vueuse/core (source) | ^10.11.1 -> ^13.0.0 |
Release Notes
vueuse/vueuse (@vueuse/core)
v13.0.0
🚨 Breaking Changes
- Drop CJS build, now it's ESM-only - by @antfu in https://github.com/vueuse/vueuse/issues/4581 (5e046)
View changes on GitHub
v12.8.2
🐞 Bug Fixes
View changes on GitHub
v12.8.1
🐞 Bug Fixes
- useEventSource: Remove readonly to not be breaking - by @OrbisK in https://github.com/vueuse/vueuse/issues/4645 (79fcb)
View changes on GitHub
v12.8.0
🚀 Features
- nuxt: Support wider Nuxt range - by @antfu (c478e)
- types: Deprecate
MaybeRefandMaybeRefOrGetterin favor of Vue's native - by @ilyaliao and @antfu in https://github.com/vueuse/vueuse/issues/4636 (7432f) - useCached: Add
options.deepRefs- by @OrbisK and @antfu in https://github.com/vueuse/vueuse/issues/4591 (9afee) - useWebSocket: Pass the
retriedto theautoReconnect.retries- by @9romise and @OrbisK in https://github.com/vueuse/vueuse/issues/4604 (73e6d)
🐞 Bug Fixes
- onStartTyping: Incorrect accepted valid characters - by @Bernard-Borg in https://github.com/vueuse/vueuse/issues/4616 (58a3b)
- useAnimate: Correct condition for updating keyframes - by @Mrlilili and liyan1 in https://github.com/vueuse/vueuse/issues/4619 (e8665)
- useClipboard: Unhandled rejection on read permission prompt - by @Vitalis11 in https://github.com/vueuse/vueuse/issues/4615 (a54c4)
- useCssVar: Update
variablewhen initial - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4641 (d680f) - useDeviceList: AudioInputs doesn't update if camera permission is
granted- by @Nikitatopodin and Никита Быковский in https://github.com/vueuse/vueuse/issues/4559 (f9685) - useScroll: Handle negative scroll values - by @ilyaliao and eavlee in https://github.com/vueuse/vueuse/issues/4613 (4b7ab)
- useWebSocket: Don't call close() on pongTimeout if connection al… - by @Azurency in https://github.com/vueuse/vueuse/issues/4608 (9ba07)
View changes on GitHub
v12.7.0
🚀 Features
- useRafFn: Add
onceoption - by @btea in https://github.com/vueuse/vueuse/issues/4583 (3041e)
🐞 Bug Fixes
- useFetch: Partial overwrite when
{combination: 'overwrite'}- by @pkc918 and @antfu in https://github.com/vueuse/vueuse/issues/4430 (3ca0d) - useTextareaAutosize: Improve resize handling with requestAnimationFrame - by @ilyaliao, Robin and @antfu in https://github.com/vueuse/vueuse/issues/4557 (e1a7e)
View changes on GitHub
v12.6.1
No significant changes
View changes on GitHub
v12.6.0
🚀 Features
- createReusableTemplate: Explicit props - by @antfu in https://github.com/vueuse/vueuse/issues/4535 (18031)
- onClickOutside: Add
controls- by @sibbng and @antfu in https://github.com/vueuse/vueuse/issues/4537 (ab116) - useDateFormat: Add
z...zzzzfor timezone information - by @OrbisK in https://github.com/vueuse/vueuse/issues/4553 (cd6d7) - useElementVisibility: Add
onceoptions - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4577 (f2f94) - useTimtoutFn,useTimeoutPoll: Align behavior - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4543 (64c53)
- watchPausable: Add
options.initialStateto control the initial active value - by @OrbisK in https://github.com/vueuse/vueuse/issues/4533 (ceb56)
🐞 Bug Fixes
- createEventHook: Type check for multiple arguments - by @isimehmeti and @ilyaliao in https://github.com/vueuse/vueuse/issues/4555 (636b8)
- nuxt: Check if packages exist in any layer - by @dgrayvold in https://github.com/vueuse/vueuse/issues/4571 (45e5c)
- reactiveComputed: Computed fn should be
ComputedGetter- by @OrbisK in https://github.com/vueuse/vueuse/issues/4528 (bea31) - useAnimate: Clear animate when element is gone - by @babu-ch in https://github.com/vueuse/vueuse/issues/4579 (1a934)
- useCountdown:
start()should accept a custom initial value - by @ralacerda in https://github.com/vueuse/vueuse/issues/4554 (93591) - useCssVar: New Behavior - by @ilyaliao and OrbisK in https://github.com/vueuse/vueuse/issues/4500 (d5dd8)
- useMouse: Check for
MouseEventinstead ofTouchto work with FF - by @OrbisK and @antfu in https://github.com/vueuse/vueuse/issues/4457 (ce9e5) - useSpeechRecognition: Improve start and stop method behavior - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4565 (4f104)
View changes on GitHub
v12.5.0
🚀 Features
- More passive event handlers - by @ferferga in https://github.com/vueuse/vueuse/issues/4484 (eddbf)
- Use
useEventListenerwhere it was not being used - by @ferferga in https://github.com/vueuse/vueuse/issues/4479 (c6c6e) - useClipboard: Should fall back to legacy clipboard when read/write fails - by @OrbisK in https://github.com/vueuse/vueuse/issues/4512 (01acd)
- useCountdown: New function - by @rtugeek, @huang-julien, Anthony Fu and @antfu in https://github.com/vueuse/vueuse/issues/4125 (69ced)
- useEventListener: Make all parameters arrayable and reactive - by @ferferga in https://github.com/vueuse/vueuse/issues/4486 (caf08)
- useFetch: Add parameters to the
afterFetchandonFetchError- by @tolking and Anthony Fu in https://github.com/vueuse/vueuse/issues/4499 (98a83) - useFileDialog: Add initialFiles option - by @EvgenyWas in https://github.com/vueuse/vueuse/issues/4509 (8a8d6)
🐞 Bug Fixes
- debounceFilter: Invoke on maxWait with the latest invoker - by @43081j and @OrbisK in https://github.com/vueuse/vueuse/issues/4497 (48e0a)
- useMagicKeys: Fix key order issue on first use - by @babu-ch in https://github.com/vueuse/vueuse/issues/4505 (b6947)
- useVirtualList: Allow readonly arrays as input - by @RebeccaStevens in https://github.com/vueuse/vueuse/issues/4504 (f3cc7)
View changes on GitHub
v12.4.0
🚀 Features
- Use passive event handlers everywhere is possible - by @ferferga and @antfu in https://github.com/vueuse/vueuse/issues/4477 (dd316)
- useCloned: Return
isModified- by @pkc918 and @antfu in https://github.com/vueuse/vueuse/issues/4470 (6018c) - useStorage: Make storage key reactive - by @EvgenyWas and @antfu in https://github.com/vueuse/vueuse/issues/4464 (eb679)
🐞 Bug Fixes
- useBluetooth: IsConnected state not changed when disconnected - by @ilyaliao, @antfu and @ferferga in https://github.com/vueuse/vueuse/issues/4460 (fcc6e)
View changes on GitHub
v12.3.0
🚀 Features
- onElementRemoval: New function, refactor
useActiveElementuseElementHover- by @ben-lau and @antfu in https://github.com/vueuse/vueuse/issues/4410 (08cf5) - router: Support partial transform - by @alexchexes and @antfu in https://github.com/vueuse/vueuse/issues/4426 (bba3f)
- toArray: New utility function - by @coderwhytop and @antfu in https://github.com/vueuse/vueuse/issues/4432 (021d0)
- toValue: Deprecate
toValuefrom@vueuse/sharedin favor of Vue's native - by @antfu (59f75) - useElementBounding: Added directive for
vElementBounding- by @pkc918 in https://github.com/vueuse/vueuse/issues/4436 (67a9c) - useMouseInElement: Added directive for
vMouseInElement- by @pkc918 in https://github.com/vueuse/vueuse/issues/4438 (34be5) - useMousePressed: Add
onPressedandonReleasedas options - by @OrbisK in https://github.com/vueuse/vueuse/issues/4425 (a123a) - useToNumber:
methodsupport custom function - by @btea and @antfu in https://github.com/vueuse/vueuse/issues/4441 (635bb) - useWindowScroll: Use
useScrollunder the hood - by @OrbisK and @antfu in https://github.com/vueuse/vueuse/issues/4424 (a033e)
🐞 Bug Fixes
- useAxios: Narrow type of data when initialValue is provided - by @huang-julien and @antfu in https://github.com/vueuse/vueuse/issues/4419 (8502f)
- useClipboard,useClipboardItems: Avoid running "copied" timeout during initialization - by @Ingramz in https://github.com/vueuse/vueuse/issues/4299 (6860f)
- useDropZone: Validate all file types individually when dropping multiple files - by @LouisMazel in https://github.com/vueuse/vueuse/issues/4325 (b01cf)
- useFocusWithin: Correctly track the state when switching the focus of elements in the same container - by @ben-lau in https://github.com/vueuse/vueuse/issues/4394 (3ca0d)
- useRouteQuery: Differentiate
undefinedandnullwhen writing value - by @aa-ndrej and @antfu in https://github.com/vueuse/vueuse/issues/4382 (0cc45) - useSpeechRecognition: Execute 'start' when not ended - by @byronogis and @antfu in https://github.com/vueuse/vueuse/issues/4119 (890ab)
- useStorageAsync: Correct initialization when
initialValueis getter - by @Mini-ghost and @antfu in https://github.com/vueuse/vueuse/issues/4452 (e6a17) - useTimeoutPoll:
immediatedefault value should betrue- by @phk422 and @antfu in https://github.com/vueuse/vueuse/issues/4232 (0450d) - useTimeoutPoll: Only start by default at client - by @antfu (a5fb0)
View changes on GitHub
v12.2.0
🚀 Features
- useArrayDifference: New
symmetricoption - by @wangliangxin, wangliangxin3 and @antfu in https://github.com/vueuse/vueuse/issues/4146 (46fdc) - useEventSource: New
autoConnectoption to align withuseWebSocket- by @ferferga and @antfu in https://github.com/vueuse/vueuse/issues/4204 (230f8) - useImage: Support more native option - by @btea and @antfu in https://github.com/vueuse/vueuse/issues/4173 (4ca72)
- usePreferredReducedTransparency: Add new function - by @huiliangShen and @antfu in https://github.com/vueuse/vueuse/issues/4201 (34cd7)
🐞 Bug Fixes
- useWebSocket: Clear retryTimer when connected - by @ilyaliao and @antfu in https://github.com/vueuse/vueuse/issues/4383 (ffa00)
View changes on GitHub
v12.1.0
🚀 Features
- createEventHook: Add
clearfunction - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4378 (40265) - useBase64: Add options for Data URL output control - by @ilyaliao and Jelf in https://github.com/vueuse/vueuse/issues/4316 (4b4bd)
- useDeviceMotion: Add permission controls, improve destructure - by @thefeymesaleng and @antfu in https://github.com/vueuse/vueuse/issues/4127 (cf729)
- useElementVisibility: Add
rootMarginoption - by @dritter and @antfu in https://github.com/vueuse/vueuse/issues/4100 (3a928) - useMediaControls: Add 'media' option to define media query for resources - by @aaronLejeune in https://github.com/vueuse/vueuse/issues/4344 (209de)
- useRafFn: Allow framerate to be a reactive value - by @OrbisK and Anthony Fu in https://github.com/vueuse/vueuse/issues/4409 (4759f)
- useSSRWidth: Add optional support for SSR in useMediaQuery and useBreakpoints - by @Tofandel, Anthony Fu and @antfu in https://github.com/vueuse/vueuse/issues/4317 (55965)
- useUrlSearchParams: Add
writeModeoptions - by @ishakhorski, Ivan Shakhorski and @antfu in https://github.com/vueuse/vueuse/issues/4392 (2c972) - useWebSocket: Introduce
autoConnectoptions to control auto connections on url changes - by @ilyaliao and @antfu in https://github.com/vueuse/vueuse/issues/4417 (05e75) - useWebsocket: Support ref or getter as message - by @SnowGuest, Anthony Fu and @antfu in https://github.com/vueuse/vueuse/issues/4116 (a72c0)
- useWindowSize: Add
type: visualoption that leveragevisualViewport- by @huiliangShen and @antfu in https://github.com/vueuse/vueuse/issues/4395 (e78ef)
🐞 Bug Fixes
- injectLocal: Allow inject to app context - by @antfu (b08a9)
- useAsyncState: Use ShallowRef instead of Ref type - by @joris-gallot and Anthony Fu in https://github.com/vueuse/vueuse/issues/4294 (4d0a7)
- useDropZone: Update type to allow readonly array param - by @briankchan in https://github.com/vueuse/vueuse/issues/4319 (df363)
- useFetch: Handle empty payload - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4366 (8a89d)
- useMediaQuery: The return value should be computed - by @alexzhang1030 and @antfu in https://github.com/vueuse/vueuse/issues/4403 (3af75)
- useRouteParams,useRouteQuery: Set route param/query to undefined when defaultValue is ref or getter - by @vojvodics and Anthony Fu in https://github.com/vueuse/vueuse/issues/3977 (23fdb)
- useScroll: To properly report arriveState for elastic scroll - by @719media and Anthony Fu in https://github.com/vueuse/vueuse/issues/4133 (90ff4)
- useTextareaAutosize: Make input required - by @axuj, @antfu and Anthony Fu in https://github.com/vueuse/vueuse/issues/4129 (25ed2)
- useWebNotification: Prevent notifications when checking for support - by @9romise in https://github.com/vueuse/vueuse/issues/4019 (01f92)
- useWebSocket: Close socket connection inside WebWorker fix - by @catz in https://github.com/vueuse/vueuse/issues/4229 (ece6a)
View changes on GitHub
v12.0.0
🚨 Breaking Changes
- Drop Vue 2 support, optimize bundles and clean up - by @antfu in https://github.com/vueuse/vueuse/issues/4349 (0a9ed)
[!NOTE] To Vue 3 users, v12.0.0 is equivalent to v11.3.0 on behaviors, only to remove some Vue 2 specific handling and will be slightly lighter. We expect future development to contain on v12.x and forward, and only backport if there are security issues. This means that VueUse would no longer be active on Vue 2 support.
View changes on GitHub
v11.3.0
🚀 Features
- OnClickOutside: Support component with fragments - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4313 (fe322)
- router: Transform get / set - by @Akryum, Anthony Fu and @antfu in https://github.com/vueuse/vueuse/issues/4326 (65aa0)
- useFetch: Infer 'json' type for array payloads - by @WingSMC, Gergely Dremak and @antfu in https://github.com/vueuse/vueuse/issues/4329 (3d29c)
🐞 Bug Fixes
- useFetch: Ensure single slash - by @mrchar and @antfu in https://github.com/vueuse/vueuse/issues/4296 (3de68)
- useMouse: Record the previous scroll value - by @pkc918 and Anthony Fu in https://github.com/vueuse/vueuse/issues/4244 (e8d11)
- useMouse: Correct spelling error - by @pkc918 in https://github.com/vueuse/vueuse/issues/4348 (cceeb)
- useRouteParams, useRouteQuery: Effect triggers twice with object getter as watch source - by @jack-allocate and Anthony Fu in https://github.com/vueuse/vueuse/issues/4283 (44772)
- useSortable: Wrong order of elements - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4332 (9e78e)
- useSwipe: Allow vertical scrolling during swipe - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4323 (1bb54)
- useUrlSearchParams:
hashmode missinglocation.search- by @Huodoo, 霍冬冬 and @antfu in https://github.com/vueuse/vueuse/issues/4340 (e77ca)
View changes on GitHub
v11.2.0
🚀 Features
- useBreakpoints: Add breakpoints for ElementUI/ElementPlus - by @AAABingBing and Anthony Fu in https://github.com/vueuse/vueuse/issues/4238 (f71e5)
- useMediaControls: Add playback error event - by @DarrenSG and Anthony Fu in https://github.com/vueuse/vueuse/issues/4253 (e1169)
🐞 Bug Fixes
- useArrayReduce: InitialValue can be a function - by @Mutter45 and Anthony Fu in https://github.com/vueuse/vueuse/issues/4243 (ae542)
- useDevicesList: Handle NotAllowedError on reject/close - by @espensgr and Anthony Fu in https://github.com/vueuse/vueuse/issues/4246 (bf0f2)
- useDropZone: Remove file kind restriction - by @jackcodetw in https://github.com/vueuse/vueuse/issues/4305 (1d661)
- useIntervalFn: Prevent timer being set after pause is called in cb - by @laporchen and Anthony Fu in https://github.com/vueuse/vueuse/issues/4258 (59f8c)
- useManualRefHistory:
canUndoandcanRedotyping to be computed ref - by @roydukkey and Anthony Fu in https://github.com/vueuse/vueuse/issues/4261 (b46d2) - useWebSocket: Autoreconnect when ws close - by @jackcodetw in https://github.com/vueuse/vueuse/issues/4314 (08412)
View changes on GitHub
v11.1.0
🚀 Features
- useCurrentElement: Try to infer type from
$el- by @KazariEX in https://github.com/vueuse/vueuse/issues/4202 (8e141) - useDropZone: Add multiple prop to control multi-file drop - by @danngossinga and Dan T. Ngossinga in https://github.com/vueuse/vueuse/issues/4227 (3b94d)
- useFileDialog: Return
onCancelhandler - by @AndreyYolkin in https://github.com/vueuse/vueuse/issues/4184 (30452)
🐞 Bug Fixes
- computedAsync: Type signature - by @ferferga in https://github.com/vueuse/vueuse/issues/4207 (45b18)
- onClickOutside: Make
ignoreaccept reactive values - by @CernyMatej in https://github.com/vueuse/vueuse/issues/4211 (aa5e3) - onClickOutside: Improve cross-browser compatibility - by @Onion-L and @antfu in https://github.com/vueuse/vueuse/issues/4185 (9e598)
- useArrayFilter: Match type to Array.prototype.filter - by @Jesse205 in https://github.com/vueuse/vueuse/issues/4175 (71fd1)
- useDraggable: Draggable component not work with container - by @huiliangShen in https://github.com/vueuse/vueuse/issues/4192 (7f25b)
- useFocusWithin: Make useFocusWhithin match the behavior of the :focus-within - by @ben-lau in https://github.com/vueuse/vueuse/issues/4134 (c5407)
- useInfiniteScroll: Stop watch when unmounted - by @zyyv in https://github.com/vueuse/vueuse/issues/4110 (f30cc)
- useIntersectionObserver: Add
Documenttype for root - by @phk422 in https://github.com/vueuse/vueuse/issues/4210 (6b584) - useMouseInElement: Allow
elto be instanceof Element - by @FRSgit in https://github.com/vueuse/vueuse/issues/4189 (4dcc2) - useNetwork: Return immutable values - by @rudnovd in https://github.com/vueuse/vueuse/issues/4187 (99179)
- useResizeObserver: Update type - by @phk422 in https://github.com/vueuse/vueuse/issues/4218 (044dd)
View changes on GitHub
v11.0.3
🚀 Features
- templateRef: Support specifying allowed keys via generic argument - by @zhiyuanzmj in https://github.com/vueuse/vueuse/issues/4162 (acce3)
🐞 Bug Fixes
- createSharedComposable: Handle the case where the return value of composable function is empty - by @XinXiaoIsMe in https://github.com/vueuse/vueuse/issues/4151 (a2441)
- useCssVar: Replace getComputedStyle with direct style property access - by @babu-ch in https://github.com/vueuse/vueuse/issues/4166 (d0523)
- useDropZone: Ensure files ref is updated even without onDrop callback - by @babu-ch in https://github.com/vueuse/vueuse/issues/4168 (1c849)
- usePermission: State setting - by @ferferga in https://github.com/vueuse/vueuse/issues/4167 (2aaa1)
- useWebSocket: Only reconnect if is the current ws socket - by @freakbite in https://github.com/vueuse/vueuse/issues/4161 (e0e99)
- useWebSocket: Should reset retry count when connection is established - by @freakbite in https://github.com/vueuse/vueuse/issues/4164 (3c2fc)
View changes on GitHub
v11.0.1
🐞 Bug Fixes
- usePermission: Fix memory leak - by @ferferga in https://github.com/vueuse/vueuse/issues/4157 (63a22)
- useStorage: Sync within the same document - by @ferferga in https://github.com/vueuse/vueuse/issues/4152 (a9b49)
View changes on GitHub
v11.0.0
🚨 Breaking Changes
- useChangeCase: Migrate to
change-case@v5, closes #3457 - by @wheatjs and @antfu in https://github.com/vueuse/vueuse/issues/3460 and https://github.com/vueuse/vueuse/issues/3457 (df343) - useFuse: Upgrade
fuse.jsto v7 - by @antfu in https://github.com/vueuse/vueuse/issues/4036 (cb44c) - useIntersectionObserver: Update the
thresholddefault to 0 - by @Alfred-Skyblue in https://github.com/vueuse/vueuse/issues/4069 (13e36) - useJwt: Upgrade
jwt-decodeto v4 - by @root5427 and @antfu in https://github.com/vueuse/vueuse/issues/3510 (9037d)
🚀 Features
- integrations: Bump
drauuanduniversal-cookiemajor version - by @antfu (1c9ec) - useCssVars: Remove property on null/undefined - by @ferferga in https://github.com/vueuse/vueuse/issues/3821 (fe19c)
- useDateFormat: Locales is now reactive - by @OrbisK and @antfu in https://github.com/vueuse/vueuse/issues/3907 (4a7a8)
- useDraggable: Add
buttonsoption - by @DrJonki and @antfu in https://github.com/vueuse/vueuse/issues/4084 (e9938) - useElementBounding: Add
updateTimingoption - by @DerZade and @antfu in https://github.com/vueuse/vueuse/issues/3869 (0fa17) - useElementHover: Add options to the directive - by @userquin and @antfu in https://github.com/vueuse/vueuse/issues/3897 (cf439)
- useFocusTrap: Support multiple refs - by @Sma11X in https://github.com/vueuse/vueuse/issues/4022 (83c41)
- useInfiniteScroll: Add a reset method - by @schelmo in https://github.com/vueuse/vueuse/issues/3892 (aefb6)
- usePermission: Add local-fonts permission - by @seanmcbroom, @antfu and autofix-ci[bot] in https://github.com/vueuse/vueuse/issues/4098 (5f584)
- useResizeObserver: Added
vResizeObserverdirective - by @pkc918 in https://github.com/vueuse/vueuse/issues/4008 (d4310) - useSpeechRecognition: Support
maxAlternativesoption - by @pkc918 in https://github.com/vueuse/vueuse/issues/4067 (9eda8) - useStorage: Conditionally use event based on the used storage backend - by @ferferga in https://github.com/vueuse/vueuse/issues/3822 (5a302)
- useWebSocket: Allow different heartbeat response message - by @lavolpecheprogramma and @antfu in https://github.com/vueuse/vueuse/issues/3950 (adbe0)
- useWindowSize: Add ability to get outer sizes of the window - by @khawarizmus and @antfu in https://github.com/vueuse/vueuse/issues/3999 (bfba3)
🐞 Bug Fixes
- computedWithControl: Allow optional oldValue parameter in computedWithControl getter - by @haoyun in https://github.com/vueuse/vueuse/issues/4132 (5725a)
- isDefined: Moves most specific overload to the top - by @bjacobgordon-cy in https://github.com/vueuse/vueuse/issues/4141 (fd884)
- until: Cleanup at next tick to avoid memory leak - by @Gianthard-cyh, @antfu and delaneyb in https://github.com/vueuse/vueuse/issues/4039 (8a023)
- useChangeCase: Use the exported key for filter - by @thyngster, autofix-ci[bot] and @antfu in https://github.com/vueuse/vueuse/issues/4130 (5c598)
- useColorMode, useDark: Fix full page reflows when calling useColorMode and useDark - by @jpleclerc, Jean-Philippe Leclerc and @antfu in https://github.com/vueuse/vueuse/issues/4001 (905b9)
- useEventListener: Event target can be an empty ref/getter - by @floryst in https://github.com/vueuse/vueuse/issues/4014 (edab6)
- useGamepad: Handle case where hapticActuators is not present - by @Aaron-zon in [https://github.com/vueuse/vueuse/issues/40
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 was generated by Mend Renovate. View the repository job log.
Deploy Preview for fancy-alfajores-58dedb failed. Why did it fail? →
| Name | Link |
|---|---|
| Latest commit | 4ec7c3b9503070c9630e2ed0960cc1698c03fd1e |
| Latest deploy log | https://app.netlify.com/projects/fancy-alfajores-58dedb/deploys/68f8d44fbc9c050008c909d0 |