-
Notifications
You must be signed in to change notification settings - Fork 8
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
chore(deps): update dependency @vueuse/core to v12 #74
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-vueuse-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
|
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
changed the title
chore(deps): update dependency @vueuse/core to v11
chore(deps): update dependency @vueuse/core to v11 - autoclosed
Sep 25, 2024
renovate
bot
changed the title
chore(deps): update dependency @vueuse/core to v11 - autoclosed
chore(deps): update dependency @vueuse/core to v11
Sep 26, 2024
renovate
bot
force-pushed
the
renovate/major-vueuse-monorepo
branch
from
September 26, 2024 22:27
4f58409
to
8512995
Compare
renovate
bot
force-pushed
the
renovate/major-vueuse-monorepo
branch
from
October 30, 2024 22:56
8512995
to
8c78aff
Compare
renovate
bot
force-pushed
the
renovate/major-vueuse-monorepo
branch
from
November 21, 2024 11:59
8c78aff
to
40f8a65
Compare
renovate
bot
force-pushed
the
renovate/major-vueuse-monorepo
branch
from
November 27, 2024 10:52
40f8a65
to
52e66b1
Compare
renovate
bot
changed the title
chore(deps): update dependency @vueuse/core to v11
chore(deps): update dependency @vueuse/core to v12
Nov 27, 2024
renovate
bot
force-pushed
the
renovate/major-vueuse-monorepo
branch
from
December 22, 2024 10:58
52e66b1
to
39d2cc0
Compare
renovate
bot
force-pushed
the
renovate/major-vueuse-monorepo
branch
from
December 23, 2024 11:11
39d2cc0
to
ca75e8a
Compare
renovate
bot
force-pushed
the
renovate/major-vueuse-monorepo
branch
from
January 2, 2025 09:42
ca75e8a
to
93a3175
Compare
renovate
bot
force-pushed
the
renovate/major-vueuse-monorepo
branch
from
January 10, 2025 15:39
93a3175
to
c1c5e3e
Compare
renovate
bot
force-pushed
the
renovate/major-vueuse-monorepo
branch
from
January 22, 2025 10:25
c1c5e3e
to
02d20bb
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.3.0
->^12.5.0
Release Notes
vueuse/vueuse (@vueuse/core)
v12.5.0
Compare Source
🚀 Features
useEventListener
where it was not being used - by @ferferga in https://github.com/vueuse/vueuse/issues/4479 (c6c6e)afterFetch
andonFetchError
- by @tolking and Anthony Fu in https://github.com/vueuse/vueuse/issues/4499 (98a83)🐞 Bug Fixes
View changes on GitHub
v12.4.0
Compare Source
🚀 Features
isModified
- by @pkc918 and @antfu in https://github.com/vueuse/vueuse/issues/4470 (6018c)🐞 Bug Fixes
View changes on GitHub
v12.3.0
Compare Source
🚀 Features
useActiveElement
useElementHover
- by @ben-lau and @antfu in https://github.com/vueuse/vueuse/issues/4410 (08cf5)toValue
from@vueuse/shared
in 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)onPressed
andonReleased
as options - by @OrbisK in https://github.com/vueuse/vueuse/issues/4425 (a123a)method
support custom function - by @btea and @antfu in https://github.com/vueuse/vueuse/issues/4441 (635bb)useScroll
under the hood - by @OrbisK and @antfu in https://github.com/vueuse/vueuse/issues/4424 (a033e)🐞 Bug Fixes
undefined
andnull
when writing value - by @aa-ndrej and @antfu in https://github.com/vueuse/vueuse/issues/4382 (0cc45)initialValue
is getter - by @Mini-ghost and @antfu in https://github.com/vueuse/vueuse/issues/4452 (e6a17)immediate
default value should betrue
- by @phk422 and @antfu in https://github.com/vueuse/vueuse/issues/4232 (0450d)View changes on GitHub
v12.2.0
Compare Source
🚀 Features
symmetric
option - by @wangliangxin, wangliangxin3 and @antfu in https://github.com/vueuse/vueuse/issues/4146 (46fdc)autoConnect
option to align withuseWebSocket
- by @ferferga and @antfu in https://github.com/vueuse/vueuse/issues/4204 (230f8)🐞 Bug Fixes
View changes on GitHub
v12.1.0
Compare Source
🚀 Features
clear
function - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4378 (40265)rootMargin
option - by @dritter and @antfu in https://github.com/vueuse/vueuse/issues/4100 (3a928)writeMode
options - by @ishakhorski, Ivan Shakhorski and @antfu in https://github.com/vueuse/vueuse/issues/4392 (2c972)autoConnect
options to control auto connections on url changes - by @ilyaliao and @antfu in https://github.com/vueuse/vueuse/issues/4417 (05e75)type: visual
option that leveragevisualViewport
- by @huiliangShen and @antfu in https://github.com/vueuse/vueuse/issues/4395 (e78ef)🐞 Bug Fixes
View changes on GitHub
v12.0.0
Compare Source
🚨 Breaking Changes
View changes on GitHub
v11.3.0
Compare Source
🚀 Features
🐞 Bug Fixes
hash
mode missinglocation.search
- by @Huodoo, 霍冬冬 and @antfu in https://github.com/vueuse/vueuse/issues/4340 (e77ca)View changes on GitHub
v11.2.0
Compare Source
🚀 Features
🐞 Bug Fixes
canUndo
andcanRedo
typing to be computed ref - by @roydukkey and Anthony Fu in https://github.com/vueuse/vueuse/issues/4261 (b46d2)View changes on GitHub
v11.1.0
Compare Source
🚀 Features
$el
- by @KazariEX in https://github.com/vueuse/vueuse/issues/4202 (8e141)onCancel
handler - by @AndreyYolkin in https://github.com/vueuse/vueuse/issues/4184 (30452)🐞 Bug Fixes
ignore
accept reactive values - by @CernyMatej in https://github.com/vueuse/vueuse/issues/4211 (aa5e3)Document
type for root - by @phk422 in https://github.com/vueuse/vueuse/issues/4210 (6b584)el
to be instanceof Element - by @FRSgit in https://github.com/vueuse/vueuse/issues/4189 (4dcc2)View changes on GitHub
v11.0.3
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v11.0.1
Compare Source
v11.0.0
Compare 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.js
to v7 - by @antfu in https://github.com/vueuse/vueuse/issues/4036 (cb44c)threshold
default to 0 - by @Alfred-Skyblue in https://github.com/vueuse/vueuse/issues/4069 (13e36)jwt-decode
to v4 - by @root5427 and @antfu in https://github.com/vueuse/vueuse/issues/3510 (9037d)🚀 Features
drauu
anduniversal-cookie
major version - by @antfu (1c9ec)buttons
option - by @DrJonki and @antfu in https://github.com/vueuse/vueuse/issues/4084 (e9938)updateTiming
option - by @DerZade and @antfu in https://github.com/vueuse/vueuse/issues/3869 (0fa17)vResizeObserver
directive - by @pkc918 in https://github.com/vueuse/vueuse/issues/4008 (d4310)maxAlternatives
option - by @pkc918 in https://github.com/vueuse/vueuse/issues/4067 (9eda8)🐞 Bug Fixes
el.getBoundingClientRect
is not a function - by @loongzhu in https://github.com/vueuse/vueuse/issues/4056 (efe4d)target
is Ref Array - by @Alfred-Skyblue and @antfu in https://github.com/vueuse/vueuse/issues/4005 (1c124)triggerResize
triggering - by @Mutter45 and @antfu in https://github.com/vueuse/vueuse/issues/4074 (06c6f)🏎 Performance
sync
false - by @JianJroh, @antfu and autofix-ci[bot] in https://github.com/vueuse/vueuse/issues/3916 (7b108)View changes on GitHub
v10.11.1
Compare Source
No significant changes
View changes on GitHub
v10.11.0
Compare Source
🐞 Bug Fixes
View changes on GitHub
v10.10.1
Compare Source
🚀 Features
preventScroll
option - by @pkc918 in https://github.com/vueuse/vueuse/issues/3994 (4d868)🐞 Bug Fixes
View changes on GitHub
v10.10.0
Compare Source
v10.9.0
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v10.8.0
Compare Source
🚀 Features
abortPrevious
option - by @jahnli and @antfu in https://github.com/vueuse/vueuse/issues/3735 (b94de)strategy
option to allow desktop-first convention - by @jack-allocate and @antfu in https://github.com/vueuse/vueuse/issues/3783 (15fc0)active
getter, add breakpoints for Vuetify v3 - by @altrusl, @Doctor-wu and @antfu in https://github.com/vueuse/vueuse/issues/3687 (3ae45)go
function - by @Jokerzhzh and @antfu in https://github.com/vueuse/vueuse/issues/3615 (2ae36)autoReconnect
andimmediate
to options, update typings - by @schelmo in https://github.com/vueuse/vueuse/issues/3793 (b33ab)styleProp
to support nativerows
attribute - by @yakudik, alexander.kudinov, Anthony Fu and @antfu in https://github.com/vueuse/vueuse/issues/3552 (5025e)🐞 Bug Fixes
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.