chore(deps): update vitest monorepo to v4.1.10 - #81
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
renovate
Bot
force-pushed
the
renovate/vitest-monorepo
branch
2 times, most recently
from
March 26, 2026 15:14
67366f4 to
4f30816
Compare
renovate
Bot
force-pushed
the
renovate/vitest-monorepo
branch
from
April 6, 2026 10:27
4f30816 to
2de7656
Compare
renovate
Bot
force-pushed
the
renovate/vitest-monorepo
branch
from
April 6, 2026 18:38
2de7656 to
d9c6b91
Compare
renovate
Bot
force-pushed
the
renovate/vitest-monorepo
branch
from
April 9, 2026 16:44
d9c6b91 to
8f41ef3
Compare
renovate
Bot
force-pushed
the
renovate/vitest-monorepo
branch
from
April 21, 2026 11:42
8f41ef3 to
117501d
Compare
renovate
Bot
force-pushed
the
renovate/vitest-monorepo
branch
from
April 23, 2026 12:40
117501d to
0fd6d59
Compare
renovate
Bot
force-pushed
the
renovate/vitest-monorepo
branch
from
May 5, 2026 12:03
0fd6d59 to
6d00257
Compare
renovate
Bot
force-pushed
the
renovate/vitest-monorepo
branch
from
May 25, 2026 15:01
6d00257 to
e42e6f1
Compare
renovate
Bot
force-pushed
the
renovate/vitest-monorepo
branch
from
June 2, 2026 00:02
e42e6f1 to
459ff47
Compare
renovate
Bot
force-pushed
the
renovate/vitest-monorepo
branch
from
June 3, 2026 07:56
459ff47 to
62420f9
Compare
renovate
Bot
force-pushed
the
renovate/vitest-monorepo
branch
from
June 15, 2026 16:04
62420f9 to
1b7b2ff
Compare
renovate
Bot
force-pushed
the
renovate/vitest-monorepo
branch
from
June 29, 2026 16:00
1b7b2ff to
e80986b
Compare
renovate
Bot
force-pushed
the
renovate/vitest-monorepo
branch
from
July 20, 2026 06:53
e80986b to
13ee9e2
Compare
renovate
Bot
force-pushed
the
renovate/vitest-monorepo
branch
from
July 20, 2026 07:59
13ee9e2 to
b1713bc
Compare
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:
4.1.0→4.1.104.1.0→4.1.10Release Notes
vitest-dev/vitest (@vitest/coverage-v8)
v4.1.10Compare Source
🐞 Bug Fixes
View changes on GitHub
v4.1.9Compare Source
🐞 Bug Fixes
importOriginalwith optimizer and query import [backport to v4] - by Hiroshi Ogawa, David Harris, Codexand Vladimir in #10546 (a5180)View changes on GitHub
v4.1.8Compare Source
🐞 Bug Fixes
cdpAPI whenallowWrite/allowExec: false[backport to v4] - by @hi-ogawa and Codex in #10450 (e4067)View changes on GitHub
v4.1.7Compare Source
🐞 Bug Fixes
View changes on GitHub
v4.1.6Compare Source
🐞 Bug Fixes
ToMatchScreenshotResolvePath- by @macarie and @sheremet-va in #10138 (31882)sequence.concurrent: truewith top-leveltest(..., { concurrent: false })+ depreactesequentialtest API and options - by @hi-ogawa, Codex and @sheremet-va in #10196 (2847d)🏎 Performance
View changes on GitHub
v4.1.5Compare Source
🚀 Experimental Features
instrumenteroption - by @BartWaardenburg and @AriPerkkio in #10119 (0e0ff)🐞 Bug Fixes
vi.defineHelpercalled as object method - by @hi-ogawa in #10163 (122c2)agentreporter tominimal- by @sheremet-va in #10157 (663b9)View changes on GitHub
v4.1.4Compare Source
🚀 Features
skipFullif agent detected - by @hi-ogawa in #10018 (53757)assertionas a public field - by @sheremet-va in #10095 (a120e)🐞 Bug Fixes
expect(..., message)consistent as error message prefix - by @hi-ogawa and Codex in #10068 (a1b5f)View changes on GitHub
v4.1.3Compare Source
🚀 Experimental Features
experimental.preParseflag - by @sheremet-va in #10070 (78273)browser.locators.exactoption - by @sheremet-va in #10013 (48799)TestAttachment.bodyEncoding- by @hi-ogawa in #9969 (89ca0)🐞 Bug Fixes
expect.pollinterval - by @hi-ogawa and Claude Sonnet 4.6 in #10022 (3f5bf)@vitest/coverage-v8and@vitest/coverage-istanbulas optional dependency - by @alan-agius4 in #10025 (146d4)defineHelperfor webkit async stack trace + update playwright 1.59.0 - by @hi-ogawa in #10036 (5a5fa)JestExtendError.contextfrom verbose error reporting - by @hi-ogawa in #9983 (66751)vitest- by @hi-ogawa and Codex in #10042 (691d3)View changes on GitHub
v4.1.2Compare Source
This release bumps Vitest's
flattedversion and removes version pinning to resolveflatted's CVE related issues (#9975).🐞 Bug Fixes
setupFilesfrom parent directory - by @hi-ogawa in #9960 (7aa93)toMatchScreenshotcan't capture a stable screenshot - by @macarie in #9847 (faace)coverageConfigDefaultsvalues and types - by @Arthie in #9940 (b3c99)View changes on GitHub
v4.1.1Compare Source
🚀 Features
matchesTagsFilterto test if the current filter matches tags - by @sheremet-va in #9913 (eec53)experimental.vcsProvider- by @sheremet-va in #9928 (56115)🐞 Bug Fixes
TestProject.testFilesListinternal properly - by @sapphi-red in #9867 (54f26)use- by @oilater in #9831 and #9861 (633ae)vi.advanceTimersto the preview provider - by @sheremet-va in #9891 (1bc3e)--standalonemode without running tests - by @sheremet-va in #9911 (e78ad)body- by @sheremet-va in #9912 (6fdb2)retry.conditionRegExp serialization issue - by @nstepien and @hi-ogawa in #9942 (7b605)testreturn as tests - by @sheremet-va in #9871 (141e7)View changes on GitHub
Configuration
📅 Schedule: (in timezone Europe/Kiev)
* 18-23,0-9 * * *)🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.