fix(deps): update all non-major dependencies#521
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 26, 2026 08:12
f9dfc32 to
37c5813
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 26, 2026 22:15
37c5813 to
1547557
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 27, 2026 09:40
1547557 to
6b27c4d
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 28, 2026 01:58
6b27c4d to
9270c8d
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 28, 2026 04:47
9270c8d to
07bcf4d
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
February 28, 2026 14:01
07bcf4d to
70c4a11
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 3, 2026 14:33
70c4a11 to
819170a
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 4, 2026 18:50
819170a to
64fe88b
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 5, 2026 04:40
64fe88b to
010c9f6
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 5, 2026 15:50
010c9f6 to
481e6f5
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 5, 2026 19:55
481e6f5 to
e683d12
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 6, 2026 01:20
e683d12 to
a4cede1
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 6, 2026 05:23
a4cede1 to
5dc3347
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 9, 2026 14:50
cc33e17 to
4d66805
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 10, 2026 18:57
4d66805 to
b1a0680
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 10, 2026 22:57
b1a0680 to
8256095
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 11, 2026 18:50
8256095 to
1f89f29
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 12, 2026 18:34
1f89f29 to
94fe71d
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 13, 2026 14:49
94fe71d to
fca8af4
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 13, 2026 22:56
fca8af4 to
6bb408d
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 18, 2026 01:53
6bb408d to
55877f2
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 19, 2026 14:12
55877f2 to
9683fc1
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 19, 2026 18:11
9683fc1 to
0660286
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 20, 2026 07:44
0660286 to
3dd14a6
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 20, 2026 12:44
3dd14a6 to
307c155
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 20, 2026 18:15
307c155 to
8ab7125
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
March 23, 2026 09:30
8ab7125 to
fb7bd34
Compare
Contributor
Author
|
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:
1.60.0→1.61.124.10.13→24.13.36.0.7→6.0.84.26.0→4.27.02.13.2→2.14.30.16.33→0.17.04.5.1→4.6.718.0.4→18.0.611.15.0→11.16.03.5.2→3.5.824.40.0→24.43.17.0.0→7.0.14.19.3→4.23.132.0.0→32.1.08.0.16→8.1.54.1.8→4.1.103.5.29→3.5.405.0.3→5.2.0Release Notes
microsoft/playwright (@playwright/test)
v1.61.1Compare Source
v1.61.0Compare Source
🔑 WebAuthn passkeys
New Credentials virtual authenticator, available via browserContext.credentials, lets tests register passkeys and answer
navigator.credentials.create()/navigator.credentials.get()ceremonies in the page — no real hardware key required, works in all browsers:You can also let the app register a passkey once in a setup test, read it back with credentials.get(), and seed it into later tests — see Credentials for details.
🗃️ Web Storage
New WebStorage API, available via page.localStorage and page.sessionStorage, reads and writes the page's storage for the current origin:
New APIs
Network
Browser and Screencast
artifactsDirin browserType.connectOverCDP() controls where artifacts such as traces and downloads are stored when attached to an existing browser.cursorin screencast.showActions() controls the cursor decoration rendered for pointer actions.onFramecallback in screencast.start() now receives atimestampof when the frame was presented by the browser.Test runner
trace: new'on-all-retries','retain-on-first-failure'and'retain-on-failure-and-retries'values. See the video modes table for which runs are recorded and kept in each mode.expect.soft.poll(...).process.argvfrom the runner process, handy for reading custom arguments passed after the--separator.AggregateErroras a separate entry.-Gcommand line shorthand for--grep-invert.🛠️ Other improvements
Browser Versions
This version was also tested against the following stable channels:
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v6.0.8Features
Bug Fixes
algolia/algoliasearch-client-javascript (algoliasearch)
v4.27.0Compare Source
What's Changed
New Contributors
Full Changelog: algolia/algoliasearch-client-javascript@4.26.0...4.27.0
element-plus/element-plus (element-plus)
v2.14.3Compare Source
2.14.3
2026-07-10
Features
Bug fixes
v2.14.2Compare Source
2.14.2
2026-06-12
Features
Bug fixes
currentprop is controlled when passed (#19675 by @DDDDD12138)v2.14.1Compare Source
2.14.1
2026-05-29
Features
Bug fixes
Refactors
v2.14.0Compare Source
2.14.0
2026-05-08
Features
singlePanelfor range-picker (#19498 by @Dsaquel)tabindexprop (#23582 by @rzzf)end-reachedevent (#23806 by @ALypovskyi)popper-optionsandshow-arrowprops (#24109 by @rzzf)virtual-scroll&fitInputWidth&height&item-size(#23877 by @zhixiaotong)Bug fixes
scrollbar-always-onloses reactivity (#24064 by @rzzf)optionschange (#24036 by @LostElkByte)textarea(#24115 by @rzzf)Refactors
computed(#24058 by @ixyzorg)el-teleport(#23219 by @micaiguai)defineSlotswithuseSlots(#24114 by @rzzf)v2.13.7Compare Source
2.13.7
2026-04-10
Features
Bug fixes
is-range(#23878 by @IceMooncake)Refactors
v2.13.6Compare Source
2.13.6
2026-03-20
Features
stepto be set to "mark" (#23685 by @zhixiaotong)password-iconslot (#23772 by @zhixiaotong)Bug fixes
options(#23838 by @keeplearning66)Refactors
v2.13.5Compare Source
2.13.5
2026-03-07
Bug fixes
v2.13.4Compare Source
2.13.4
2026-03-06
Features
save-on-blurprop (#23531 by @snowbitx)Bug fixes
v2.13.3Compare Source
2.13.3
2026-02-28
Features
dashedprop (#22738 by @lxKylin)nameprop (#23633 by @snowbitx)tag-tooltipconfig object prop (#23556 by @LostElkByte)setPropsDefaultsmethod (#23612 by @rzzf)Bug fixes
requireNodeKeyarg inupdateKeyChildren(#23676 by @E66Crisp)FormRules(#23668 by @Dsaquel)KaTeX/KaTeX (katex)
v0.17.0Compare Source
Performance Improvements
defineFunctionto avoid destructuring, improve typing (#4222) (fb604e6)BREAKING CHANGES
__defineFunctionchanged: you should no longer wrap properties inprops.0.16.47 (2026-05-16)
Bug Fixes
[big delimiter (#4217) (7ba0027), closes #42150.16.46 (2026-05-13)
Bug Fixes
0.16.45 (2026-04-05)
Bug Fixes
0.16.44 (2026-03-27)
Bug Fixes
0.16.43 (2026-03-26)
Bug Fixes
0.16.42 (2026-03-24)
Features
0.16.41 (2026-03-24)
Bug Fixes
0.16.40 (2026-03-20)
Bug Fixes
0.16.39 (2026-03-19)
Bug Fixes
0.16.38 (2026-03-08)
Bug Fixes
0.16.37 (2026-03-06)
Bug Fixes
\hphantomand symmetric\smash(#4153) (d4799ca)0.16.36 (2026-03-06)
Bug Fixes
0.16.35 (2026-03-05)
Bug Fixes
0.16.34 (2026-03-05)
Bug Fixes
0.16.33 (2026-02-23)
Bug Fixes
0.16.32 (2026-02-22)
Bug Fixes
0.16.31 (2026-02-22)
Bug Fixes
\*fracsizing (#4137) (ef51f18)0.16.30 (2026-02-22)
Bug Fixes
\not(#4140) (2d1ba86)0.16.29 (2026-02-22)
Bug Fixes
\imathand other\html@mathmlmacros in arguments (#4139) (a850cce)0.16.28 (2026-01-25)
Bug Fixes
0.16.27 (2025-12-07)
Features
0.16.26 (2025-12-07)
Bug Fixes
Configuration
📅 Schedule: (UTC)
🚦 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.