content
content copied to clipboard
chore(deps): update dependency @vueuse/core to v11
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @vueuse/core (source) | ^10.11.0 -> ^11.0.3 |
Release Notes
vueuse/vueuse (@vueuse/core)
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
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/4068 (0ca13)
-
useMouseInElement:
el.getBoundingClientRectis not a function - by @loongzhu in https://github.com/vueuse/vueuse/issues/4056 (efe4d) - useMutationObserver: Stop watching before cleaning up - by @pimlie in https://github.com/vueuse/vueuse/issues/4037 (489a9)
-
useResizeObserver: Fix
targetis Ref Array - by @Alfred-Skyblue and @antfu in https://github.com/vueuse/vueuse/issues/4005 (1c124) - useRouteHash, useRouteParams, useRouteQuery: Fix effect triggering multiple times - by @aethr in https://github.com/vueuse/vueuse/issues/4113 (965bf)
-
useTextareaAutosize: Improve
triggerResizetriggering - by @Mutter45 and @antfu in https://github.com/vueuse/vueuse/issues/4074 (06c6f) - useWakeLock: Should delay wake lock request if document is hidden - by @KermanX in https://github.com/vueuse/vueuse/issues/4055 (5ca57)
- watchDeep: Unify overload declaration for watch functions - by @KazariEX and @antfu in https://github.com/vueuse/vueuse/issues/4043 (0716d)
🏎 Performance
-
useAnimate: Set
syncfalse - by @JianJroh, @antfu and autofix-ci[bot] in https://github.com/vueuse/vueuse/issues/3916 (7b108)
View changes on GitHub
v10.11.1
No significant changes
View changes on GitHub
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.
Deploying nuxt-content with
Cloudflare Pages
| Latest commit: |
025b80f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://55e73cad.nuxt-content-1il.pages.dev |
| Branch Preview URL: | https://renovate-vueuse-core-11-x.nuxt-content-1il.pages.dev |