-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
fix(deps): update vueuse monorepo to v12 (major) #1567
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/major-vueuse-monorepo
branch
2 times, most recently
from
January 6, 2025 09:03
4634ecf
to
85f256e
Compare
renovate
bot
force-pushed
the
renovate/major-vueuse-monorepo
branch
from
January 6, 2025 09:36
85f256e
to
22391bf
Compare
Deployment failed with the following error:
|
renovate
bot
force-pushed
the
renovate/major-vueuse-monorepo
branch
from
January 6, 2025 09:56
22391bf
to
dceb606
Compare
Deployment failed with the following error:
|
renovate
bot
force-pushed
the
renovate/major-vueuse-monorepo
branch
from
January 6, 2025 10:02
dceb606
to
c2e1c41
Compare
Deployment failed with the following error:
|
renovate
bot
force-pushed
the
renovate/major-vueuse-monorepo
branch
from
January 7, 2025 06:10
c2e1c41
to
cc57f34
Compare
Deployment failed with the following error:
|
renovate
bot
force-pushed
the
renovate/major-vueuse-monorepo
branch
from
January 10, 2025 09:50
cc57f34
to
44c0b5e
Compare
renovate
bot
force-pushed
the
renovate/major-vueuse-monorepo
branch
2 times, most recently
from
January 13, 2025 06:01
6bdda6b
to
be4e3b7
Compare
renovate
bot
force-pushed
the
renovate/major-vueuse-monorepo
branch
2 times, most recently
from
January 14, 2025 11:00
4a69bc2
to
c8102fd
Compare
renovate
bot
force-pushed
the
renovate/major-vueuse-monorepo
branch
from
January 22, 2025 14:49
c8102fd
to
8f2f451
Compare
renovate
bot
force-pushed
the
renovate/major-vueuse-monorepo
branch
from
January 24, 2025 07:53
8f2f451
to
e3cdb69
Compare
renovate
bot
force-pushed
the
renovate/major-vueuse-monorepo
branch
from
January 24, 2025 09:29
e3cdb69
to
65a00d0
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:
11.0.3
->12.5.0
11.1.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
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.