build(deps-dev): bump vitest from 4.0.17 to 4.1.0 in /tools/sep-automation in the npm_and_yarn group across 1 directory
Closed
Number: #2833
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Unknown
Comments: 1
Association: Unknown
Comments: 1
Created:
June 01, 2026 at 11:47 PM UTC
(7 days ago)
(7 days ago)
Updated:
June 03, 2026 at 03:22 AM UTC
(6 days ago)
(6 days ago)
Closed:
June 03, 2026 at 03:22 AM UTC
(6 days ago)
(6 days ago)
Time to Close:
1 day
Labels:
dependencies accepted javascript
dependencies accepted javascript
Description:
Bumps the npm_and_yarn group with 1 update in the /tools/sep-automation directory: vitest.
Updates vitest from 4.0.17 to 4.1.0
Release notes
Sourced from vitest's releases.
v4.1.0
Vitest 4.1 is out!
This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.
🚀 Features
- Return a disposable from doMock() - by
@kirkwaiblingerin vitest-dev/vitest#9332 (e3e65)- Added chai style assertions - by
@ronnakamotoand@sheremet-vain vitest-dev/vitest#8842 (841df)- Update to sinon/fake-timers v15 and add
setTickModeto timer controls - by@atscottand@sheremet-vain vitest-dev/vitest#8726 (4b480)- Expose matcher types - by
@sheremet-vain vitest-dev/vitest#9448 (3e4b9)- Add
toTestSpecificationto reported tasks - by@sheremet-vain vitest-dev/vitest#9464 (1a470)- Show a warning if
vi.mockorvi.hoistedare declared outside of top level of the module - by@sheremet-vain vitest-dev/vitest#9387 (5db54)- Track and display expectedly failed tests (.fails) in UI and CLI - by
@Copilot, sheremet-va and@sheremet-vain vitest-dev/vitest#9476 (77d75)- Support tags - by
@sheremet-vain vitest-dev/vitest#9478 (de7c8)- Implement
aroundEachandaroundAllhooks - by@sheremet-vain vitest-dev/vitest#9450 (2a8cb)- Stabilize experimental features - by
@sheremet-vain vitest-dev/vitest#9529 (b5fd2)- Accept
neworallin--updateflag - by@sheremet-vain vitest-dev/vitest#9543 (a5acf)- Support
metain test options - by@sheremet-vain vitest-dev/vitest#9535 (7d622)- Support type inference with a new
test.extendsyntax - by@sheremet-vain vitest-dev/vitest#9550 (e5385)- Support vite 8 beta, fix type issues in the config with different vite versions - by
@sheremet-vain vitest-dev/vitest#9587 (99028)- Add assertion helper to hide internal stack traces - by
@hi-ogawaand Claude Opus 4.6 in vitest-dev/vitest#9594 (eeb0a)- Store failure screenshots using artifacts API - by
@macariein vitest-dev/vitest#9588 (24603)- Allow
vitest listto statically collect tests instead of running files to collect them - by@sheremet-vain vitest-dev/vitest#9630 (7a8e7)- Add
--detect-async-leaks- by@AriPerkkioin vitest-dev/vitest#9528 (c594d)- Implement
mockThrowandmockThrowOnce- by@thor-juhaszand@sheremet-vain vitest-dev/vitest#9512 (61917)- Support
update: "none"and add docs about snapshots behavior on CI - by@hi-ogawain vitest-dev/vitest#9700 (05f18)- Support playwright
launchOptionswithconnectOptions- by@hi-ogawain vitest-dev/vitest#9702 (f0ff1)- Add
page/locator.markAPI to enhance playwright trace - by@hi-ogawain vitest-dev/vitest#9652 (d0ee5)- api:
- Support tests starting or ending with
testinexperimental_parseSpecification- by@jgillickand Jeremy Gillick in vitest-dev/vitest#9235 (2f367)- Add filters to
createSpecification- by@sheremet-vain vitest-dev/vitest#9336 (c8e6c)- Expose
runTestFilesas alternative torunTestSpecifications- by@sheremet-vain vitest-dev/vitest#9443 (43d76)- Add
allowWriteandallowExecoptions toapi- by@sheremet-vain vitest-dev/vitest#9350 (20e00)- Allow passing down test cases to
toTestSpecification- by@sheremet-vain vitest-dev/vitest#9627 (6f17d)- browser:
- Add
userEvent.wheelAPI - by@macariein vitest-dev/vitest#9188 (66080)- Add
filterNodeoption to prettyDOM for filtering browser assertion error output - by@Copilot, sheremet-va and@sheremet-vain vitest-dev/vitest#9475 (d3220)- Support playwright persistent context - by
@hi-ogawa, Claude Opus 4.6 and@sheremet-vain vitest-dev/vitest#9229 (f865d)- Added
detailsPanelPositionoption and button - by@shairezin vitest-dev/vitest#9525 (c8a31)- Use BlazeDiff instead of pixelmatch - by
@macariein vitest-dev/vitest#9514 (30936)- Add
findElementand enable strict mode in webdriverio and preview - by@sheremet-vain vitest-dev/vitest#9677 (c3f37)- cli:
- Add
@bomb.sh/tab completions - by@AmirSa12and@sheremet-vain vitest-dev/vitest#8639 (200f3)- coverage:
- Support
ignore start/stopignore hints - by@AriPerkkioin vitest-dev/vitest#9204 (e59c9)- Add
coverage.changedoption to report only changed files - by@kykim00and@AriPerkkioin vitest-dev/vitest#9521 (1d939)- experimental:
- Add
onModuleRunnerhook toworker.init- by@sheremet-vain vitest-dev/vitest#9286 (e977f)- Option to disable the module runner - by
@sheremet-vaand@AriPerkkioin vitest-dev/vitest#9210 (9be61)
... (truncated)
Commits
4150b91chore: release v4.1.01de0aa2fix: correctly identify concurrent test during static analysis (#9846)c3cac1cfix: use isAgent check, not just TTY, for watch mode (#9841)eab68bachore(deps): update all non-major dependencies (#9824)031f02afix: allow catch/finally for async assertion (#9827)3e9e096feat(reporters): addagentreporter to reduce ai agent token usage (#9779)0c2c013chore: release v4.1.0-beta.68181e06fix:hideSkippedTestsshould not hidetest.todo(fix #9562) (#9781)a8216b0fix: manual and redirect mock shouldn'tloadortransformoriginal module...689a22afix(browser): types ofgetCDPSessionandcdp()(#9716)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.
Package Dependencies
Package:
vitest
Ecosystem:
npm
npm
Version Change:
4.0.17 → 4.1.0
Update Type:
Minor
Minor
Path:
/tools/sep-automation in the npm_and_yarn group across 1 directory
Technical Details
| ID: | 15985531 |
| UUID: | 4567187194 |
| Node ID: | PR_kwDOM2nIG87hkgVO |
| Host: | GitHub |
| Repository: | modelcontextprotocol/modelcontextprotocol |