fix(deps): update dependency @vueuse/core to v12#1199
Merged
Conversation
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
dda8f08 to
ed2ed1b
Compare
ed2ed1b to
c3eb425
Compare
c3eb425 to
2e080af
Compare
2e080af to
5d42054
Compare
5d42054 to
e0a3ef7
Compare
Contributor
|
This plugin has been deployed to Cloudflare R2 and is available for testing. |
pujitm
pushed a commit
that referenced
this pull request
Mar 18, 2025
🤖 I have created a release *beep* *boop* --- ## [4.2.0](v4.1.3...v4.2.0) (2025-03-18) ### Features * add resolver for logging ([#1222](#1222)) ([2d90408](2d90408)) * connect settings web component ([#1211](#1211)) ([653de00](653de00)) * improve local dev with install path ([#1221](#1221)) ([32c5b0a](32c5b0a)) * split plugin builds ([4d10966](4d10966)) * swap to absolute paths for css ([#1224](#1224)) ([6f9fa10](6f9fa10)) * update theme application logic and color picker ([#1181](#1181)) ([c352f49](c352f49)) * use patch version if needed on update check ([#1227](#1227)) ([6ed46b3](6ed46b3)) ### Bug Fixes * add INELIGIBLE state to ConfigErrorState enum ([#1220](#1220)) ([1f00212](1f00212)) * **api:** dynamix notifications dir during development ([#1216](#1216)) ([0a382ca](0a382ca)) * **api:** type imports from generated graphql types ([#1215](#1215)) ([fd02297](fd02297)) * **deps:** update dependency @nestjs/schedule to v5 ([#1197](#1197)) ([b1ff6e5](b1ff6e5)) * **deps:** update dependency @vueuse/core to v12 ([#1199](#1199)) ([d8b8339](d8b8339)) * fix changelog thing again ([2426345](2426345)) * fix invalid path to node with sh execution ([#1213](#1213)) ([d12448d](d12448d)) * load tag correctly ([acd692b](acd692b)) * log errors ([629feda](629feda)) * one-command dev & web env files ([#1214](#1214)) ([8218fab](8218fab)) * re-release fixed ([bb526b5](bb526b5)) * recreate watcher on path change ([#1203](#1203)) ([5a9154e](5a9154e)) * update brand loading variants for consistent sizing ([#1223](#1223)) ([d7a4b98](d7a4b98)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This was referenced Mar 18, 2025
This was referenced Mar 27, 2025
This was referenced Apr 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^10.0.0->^12.0.0Release Notes
vueuse/vueuse (@vueuse/core)
v12.7.0Compare Source
🚀 Features
onceoption - by @btea in https://github.com/vueuse/vueuse/issues/4583 (3041e)🐞 Bug Fixes
{combination: 'overwrite'}- by @pkc918 and @antfu in https://github.com/vueuse/vueuse/issues/4430 (3ca0d)View changes on GitHub
v12.6.1Compare Source
No significant changes
View changes on GitHub
v12.6.0Compare Source
🚀 Features
controls- by @sibbng and @antfu in https://github.com/vueuse/vueuse/issues/4537 (ab116)z...zzzzfor timezone information - by @OrbisK in https://github.com/vueuse/vueuse/issues/4553 (cd6d7)onceoptions - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4577 (f2f94)options.initialStateto control the initial active value - by @OrbisK in https://github.com/vueuse/vueuse/issues/4533 (ceb56)🐞 Bug Fixes
ComputedGetter- by @OrbisK in https://github.com/vueuse/vueuse/issues/4528 (bea31)start()should accept a custom initial value - by @ralacerda in https://github.com/vueuse/vueuse/issues/4554 (93591)MouseEventinstead ofTouchto work with FF - by @OrbisK and @antfu in https://github.com/vueuse/vueuse/issues/4457 (ce9e5)View changes on GitHub
v12.5.0Compare Source
🚀 Features
useEventListenerwhere it was not being used - by @ferferga in https://github.com/vueuse/vueuse/issues/4479 (c6c6e)afterFetchandonFetchError- by @tolking and Anthony Fu in https://github.com/vueuse/vueuse/issues/4499 (98a83)🐞 Bug Fixes
View changes on GitHub
v12.4.0Compare Source
🚀 Features
isModified- by @pkc918 and @antfu in https://github.com/vueuse/vueuse/issues/4470 (6018c)🐞 Bug Fixes
View changes on GitHub
v12.3.0Compare Source
🚀 Features
useActiveElementuseElementHover- by @ben-lau and @antfu in https://github.com/vueuse/vueuse/issues/4410 (08cf5)toValuefrom@vueuse/sharedin favor of Vue's native - by @antfu (59f75)vElementBounding- by @pkc918 in https://github.com/vueuse/vueuse/issues/4436 (67a9c)vMouseInElement- by @pkc918 in https://github.com/vueuse/vueuse/issues/4438 (34be5)onPressedandonReleasedas options - by @OrbisK in https://github.com/vueuse/vueuse/issues/4425 (a123a)methodsupport custom function - by @btea and @antfu in https://github.com/vueuse/vueuse/issues/4441 (635bb)useScrollunder the hood - by @OrbisK and @antfu in https://github.com/vueuse/vueuse/issues/4424 (a033e)🐞 Bug Fixes
undefinedandnullwhen writing value - by @aa-ndrej and @antfu in https://github.com/vueuse/vueuse/issues/4382 (0cc45)initialValueis getter - by @Mini-ghost and @antfu in https://github.com/vueuse/vueuse/issues/4452 (e6a17)immediatedefault value should betrue- by @phk422 and @antfu in https://github.com/vueuse/vueuse/issues/4232 (0450d)View changes on GitHub
v12.2.0Compare Source
🚀 Features
symmetricoption - by @wangliangxin, wangliangxin3 and @antfu in https://github.com/vueuse/vueuse/issues/4146 (46fdc)autoConnectoption to align withuseWebSocket- by @ferferga and @antfu in https://github.com/vueuse/vueuse/issues/4204 (230f8)🐞 Bug Fixes
View changes on GitHub
v12.1.0Compare Source
🚀 Features
clearfunction - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4378 (40265)rootMarginoption - by @dritter and @antfu in https://github.com/vueuse/vueuse/issues/4100 (3a928)writeModeoptions - by @ishakhorski, Ivan Shakhorski and @antfu in https://github.com/vueuse/vueuse/issues/4392 (2c972)autoConnectoptions to control auto connections on url changes - by @ilyaliao and @antfu in https://github.com/vueuse/vueuse/issues/4417 (05e75)type: visualoption that leveragevisualViewport- by @huiliangShen and @antfu in https://github.com/vueuse/vueuse/issues/4395 (e78ef)🐞 Bug Fixes
View changes on GitHub
v12.0.0Compare Source
🚨 Breaking Changes
View changes on GitHub
v11.3.0Compare Source
🚀 Features
🐞 Bug Fixes
hashmode missinglocation.search- by @Huodoo, 霍冬冬 and @antfu in https://github.com/vueuse/vueuse/issues/4340 (e77ca)View changes on GitHub
v11.2.0Compare Source
🚀 Features
🐞 Bug Fixes
canUndoandcanRedotyping to be computed ref - by @roydukkey and Anthony Fu in https://github.com/vueuse/vueuse/issues/4261 (b46d2)View changes on GitHub
v11.1.0Compare Source
🚀 Features
$el- by @KazariEX in https://github.com/vueuse/vueuse/issues/4202 (8e141)onCancelhandler - by @AndreyYolkin in https://github.com/vueuse/vueuse/issues/4184 (30452)🐞 Bug Fixes
ignoreaccept reactive values - by @CernyMatej in https://github.com/vueuse/vueuse/issues/4211 (aa5e3)Documenttype for root - by @phk422 in https://github.com/vueuse/vueuse/issues/4210 (6b584)elto be instanceof Element - by @FRSgit in https://github.com/vueuse/vueuse/issues/4189 (4dcc2)View changes on GitHub
v11.0.3Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v11.0.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v11.0.0Compare Source
🚨 Breaking Changes
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)fuse.jsto v7 - by @antfu in https://github.com/vueuse/vueuse/issues/4036 (cb44c)thresholddefault to 0 - by @Alfred-Skyblue in https://github.com/vueuse/vueuse/issues/4069 (13e36)jwt-decodeto v4 - by @root5427 and @antfu in https://github.com/vueuse/vueuse/issues/3510 (9037d)🚀 Features
drauuanduniversal-cookiemajor version - by @antfu (1c9ec)buttonsoption - by @DrJonki and @antfu in https://github.com/vueuse/vueuse/issues/4084 (e9938)updateTimingoption - by @DerZade and @antfu in https://github.com/vueuse/vueuse/issues/3869 (0fa17)vResizeObserverdirective - by @pkc918 in https://github.com/vueuse/vueuse/issues/4008 (d4310)maxAlternativesoption - by @pkc918 in https://github.com/vueuse/vueuse/issues/4067 (9eda8)🐞 Bug Fixes
el.getBoundingClientRectis not a function - by @loongzhu in https://github.com/vueuse/vueuse/issues/4056 (efe4d)targetis Ref Array - by @Alfred-Skyblue and @antfu in https://github.com/vueuse/vueuse/issues/4005 (1c124)triggerResizetriggering - by @Mutter45 and @antfu in https://github.com/vueuse/vueuse/issues/4074 (06c6f)🏎 Performance
syncfalse - by @JianJroh, @antfu and autofix-ci[bot] in https://github.com/vueuse/vueuse/issues/3916 (7b108)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 is behind base branch, 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.