-
Notifications
You must be signed in to change notification settings - Fork 168
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 all non-major dependencies #1741
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
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
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 23, 2024 04:15
b3de3af
to
6bd9a2c
Compare
renovate
bot
changed the title
chore(deps): update all non-major dependencies to ^12.1.0
chore(deps): update all non-major dependencies
Dec 23, 2024
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 23, 2024 13:04
6bd9a2c
to
0aafb4b
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 23, 2024 21:05
0aafb4b
to
692760d
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 24, 2024 00:02
692760d
to
54be64c
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 25, 2024 11:42
54be64c
to
0c026a9
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 28, 2024 22:09
0c026a9
to
36289b8
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 1, 2025 22:16
36289b8
to
997f742
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 2, 2025 06:22
997f742
to
e20d8b9
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 2, 2025 09:37
e20d8b9
to
b13c220
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 3, 2025 11:00
b13c220
to
eac5498
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 5, 2025 14:47
eac5498
to
6a25dbc
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:
^1.2.16
->^1.2.18
^12.0.0
->^12.3.0
^12.0.0
->^12.3.0
^12.0.0
->^12.3.0
^4.0.1
->^4.0.2
9.15.1
->9.15.2
^1.24.4
->^1.26.1
^5.6.3
->^5.7.2
^2.1.10
->^2.2.0
Release Notes
vueuse/vueuse (@vueuse/components)
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
nuxt-modules/og-image (nuxt-og-image)
v4.0.2
Compare Source
🐞 Bug Fixes
app.baseURL
support regression - by @harlan-zw (78e29)app.baseURL
prerendering image resolving - by @harlan-zw (d1b7a)defineOgImage*
fns client-side - by @harlan-zw in https://github.com/nuxt-modules/og-image/issues/293 (3370d)chromium-bidi
- by @harlan-zw (bc327)View changes on GitHub
pnpm/pnpm (pnpm)
v9.15.2
: pnpm 9.15.2Compare Source
Patch Changes
publish
/pack
error with workspace dependencies with relative paths #8904. It was broken inv9.4.0
(398472c).pnpm patch
on Windows #7546.git ls-remote
works via HTTPS #8906.Platinum Sponsors
Gold Sponsors
shikijs/shiki (shiki)
v1.26.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.26.0
Compare Source
🚀 Features
View changes on GitHub
v1.25.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.25.0
Compare Source
🚀 Features
@shikijs/themes
and@shikijs/langs
packages - by @antfu in https://github.com/shikijs/shiki/issues/879 (32ce2)oniguruma-to-es
- by @antfu (3cdcb)View changes on GitHub
microsoft/TypeScript (typescript)
v5.7.2
Compare Source
vuejs/language-tools (vue-tsc)
v2.2.0
Compare Source
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.