chore(deps): update dependency vitest to v5.0.1 #217

Open
renovate-bot wants to merge 1 commit from renovate/vitest-5.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
vitest (source) devDependencies patch 5.0.05.0.1

Release Notes

vitest-dev/vitest (vitest)

v5.0.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vitest](https://vitest.dev) ([source](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | devDependencies | patch | [`5.0.0` → `5.0.1`](https://renovatebot.com/diffs/npm/vitest/5.0.0/5.0.1) | --- ### Release Notes <details> <summary>vitest-dev/vitest (vitest)</summary> ### [`v5.0.1`](https://github.com/vitest-dev/vitest/releases/tag/v5.0.1) [Compare Source](https://github.com/vitest-dev/vitest/compare/v5.0.0...v5.0.1) #####    🚀 Features - **ui**: - Move trace attempts selector to viewer header  -  by [@&#8203;hi-ogawa](https://github.com/hi-ogawa), **Hiroshi Ogawa** and **Codex** in [#&#8203;11189](https://github.com/vitest-dev/vitest/issues/11189) [<samp>(5dc4b)</samp>](https://github.com/vitest-dev/vitest/commit/5dc4b5c92) - Add focused trace view layout mode  -  by [@&#8203;hi-ogawa](https://github.com/hi-ogawa), **Hiroshi Ogawa**, **OpenCode (gpt-5.6-sol)** and **Codex** in [#&#8203;11190](https://github.com/vitest-dev/vitest/issues/11190) [<samp>(376dc)</samp>](https://github.com/vitest-dev/vitest/commit/376dc3bc1) #####    🐞 Bug Fixes - Exit 1 when vitest list fails collection  -  by [@&#8203;hamed-bavar](https://github.com/hamed-bavar) in [#&#8203;11145](https://github.com/vitest-dev/vitest/issues/11145) and [#&#8203;11146](https://github.com/vitest-dev/vitest/issues/11146) [<samp>(6108b)</samp>](https://github.com/vitest-dev/vitest/commit/6108b8197) - Keep parse error details in static collection  -  by [@&#8203;hamed-bavar](https://github.com/hamed-bavar) in [#&#8203;11150](https://github.com/vitest-dev/vitest/issues/11150) and [#&#8203;11151](https://github.com/vitest-dev/vitest/issues/11151) [<samp>(7c818)</samp>](https://github.com/vitest-dev/vitest/commit/7c818153a) - Avoid recursive prototype in automocking  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in [#&#8203;11195](https://github.com/vitest-dev/vitest/issues/11195) [<samp>(99fc5)</samp>](https://github.com/vitest-dev/vitest/commit/99fc52591) - Prevent false Vitest import resolution  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in [#&#8203;11196](https://github.com/vitest-dev/vitest/issues/11196) [<samp>(b426c)</samp>](https://github.com/vitest-dev/vitest/commit/b426c1976) - Keep metadata file when clearing the cache  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in [#&#8203;11199](https://github.com/vitest-dev/vitest/issues/11199) [<samp>(73614)</samp>](https://github.com/vitest-dev/vitest/commit/73614654a) - Correct typos in error message and comments  -  by [@&#8203;shinji00222](https://github.com/shinji00222) and **Shinji** in [#&#8203;11187](https://github.com/vitest-dev/vitest/issues/11187) [<samp>(115c3)</samp>](https://github.com/vitest-dev/vitest/commit/115c3f6d2) - Resolve ResolvedConfig exactOptionalPropertyTypes errors  -  by [@&#8203;LukeAbby](https://github.com/LukeAbby) in [#&#8203;11175](https://github.com/vitest-dev/vitest/issues/11175) [<samp>(498fb)</samp>](https://github.com/vitest-dev/vitest/commit/498fbe922) - Share the server on self-referencing `extends`  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in [#&#8203;11034](https://github.com/vitest-dev/vitest/issues/11034) [<samp>(23dda)</samp>](https://github.com/vitest-dev/vitest/commit/23dda738c) - Warn when deprecated `deps.optimizer.web` is used  -  by [@&#8203;im10furry](https://github.com/im10furry) in [#&#8203;11214](https://github.com/vitest-dev/vitest/issues/11214) [<samp>(2ce29)</samp>](https://github.com/vitest-dev/vitest/commit/2ce29d5fa) - **browser**: - Avoid double quotes in `config.define`  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in [#&#8203;11198](https://github.com/vitest-dev/vitest/issues/11198) [<samp>(972e2)</samp>](https://github.com/vitest-dev/vitest/commit/972e24bab) - **doctor**: - Measure vm pools for custom environments  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in [#&#8203;11212](https://github.com/vitest-dev/vitest/issues/11212) [<samp>(91ab1)</samp>](https://github.com/vitest-dev/vitest/commit/91ab1588c) - **expect**: - Correct return value in `toMatchAriaSnapshot`  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in [#&#8203;11208](https://github.com/vitest-dev/vitest/issues/11208) [<samp>(c119b)</samp>](https://github.com/vitest-dev/vitest/commit/c119be016) - **fakeTimers**: - Force `queueMicrotask` and `nextTick` in `toNotFake`  -  by [@&#8203;kingmakeruix](https://github.com/kingmakeruix), **kingmakeruix**, **Hiroshi Ogawa**, **Codex** and [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in [#&#8203;11261](https://github.com/vitest-dev/vitest/issues/11261) [<samp>(a47d7)</samp>](https://github.com/vitest-dev/vitest/commit/a47d7908f) - **snapshot**: - Report obsolete keys next to skipped tests  -  by [@&#8203;hamed-bavar](https://github.com/hamed-bavar), **Hiroshi Ogawa** and **OpenCode (gpt-5.6-sol)** in [#&#8203;11157](https://github.com/vitest-dev/vitest/issues/11157) and [#&#8203;11158](https://github.com/vitest-dev/vitest/issues/11158) [<samp>(17e2b)</samp>](https://github.com/vitest-dev/vitest/commit/17e2b22dd) - **types**: - Make public declarations self-contained  -  by [@&#8203;ZoeySigel](https://github.com/ZoeySigel) in [#&#8203;11141](https://github.com/vitest-dev/vitest/issues/11141) [<samp>(45546)</samp>](https://github.com/vitest-dev/vitest/commit/455466c16) - **ui**: - Fix collapse/expand suite with file name search  -  by [@&#8203;hi-ogawa](https://github.com/hi-ogawa), **Hiroshi Ogawa** and **Codex** in [#&#8203;11260](https://github.com/vitest-dev/vitest/issues/11260) [<samp>(0a712)</samp>](https://github.com/vitest-dev/vitest/commit/0a7122daa) - Fix explorer file summary count  -  by [@&#8203;hi-ogawa](https://github.com/hi-ogawa), **Hiroshi Ogawa**, **OpenCode (gpt-5.6-sol)** and **Codex** in [#&#8203;11125](https://github.com/vitest-dev/vitest/issues/11125) [<samp>(05982)</samp>](https://github.com/vitest-dev/vitest/commit/05982297d) - **utils**: - Fix `deepMerge` to handle prototype  -  by [@&#8203;hi-ogawa](https://github.com/hi-ogawa), **Hiroshi Ogawa** and **Codex** in [#&#8203;11215](https://github.com/vitest-dev/vitest/issues/11215) [<samp>(4944c)</samp>](https://github.com/vitest-dev/vitest/commit/4944cf498) #####     [View changes on GitHub](https://github.com/vitest-dev/vitest/compare/v5.0.0...v5.0.1) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC44Mi40IiwidXBkYXRlZEluVmVyIjoiNDQuODIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update dependency vitest to v5.0.1
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-backend (pull_request) Successful in 1m8s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 1m12s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 1m5s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 3m15s
Build and Publish Docker Images / release (pull_request) Has been skipped
7805642dc8
renovate-bot force-pushed renovate/vitest-5.x-lockfile from 7805642dc8
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-backend (pull_request) Successful in 1m8s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 1m12s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 1m5s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 3m15s
Build and Publish Docker Images / release (pull_request) Has been skipped
to 0a8f7e66a5
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-backend (pull_request) Successful in 1m21s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 1m16s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 1m7s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 3m15s
Build and Publish Docker Images / release (pull_request) Has been skipped
2026-09-18 00:02:15 +00:00
Compare
phbaer force-pushed renovate/vitest-5.x-lockfile from 0a8f7e66a5
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-backend (pull_request) Successful in 1m21s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 1m16s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 1m7s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 3m15s
Build and Publish Docker Images / release (pull_request) Has been skipped
to cd9a75ec10
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-backend (pull_request) Successful in 1m25s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 1m24s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 1m27s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 3m30s
Build and Publish Docker Images / release (pull_request) Has been skipped
2026-09-18 15:29:59 +00:00
Compare
Author
Collaborator

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
All checks were successful
Build and Publish Docker Images / delete-pr-images (pull_request) Has been skipped
Build and Publish Docker Images / test-backend (pull_request) Successful in 1m25s
Build and Publish Docker Images / test-e2e (pull_request) Successful in 1m24s
Build and Publish Docker Images / test-frontend (pull_request) Successful in 1m27s
Build and Publish Docker Images / check-version (pull_request) Has been skipped
Build and Publish Docker Images / create-tag (pull_request) Has been skipped
Build and Publish Docker Images / build-push-images (pull_request) Successful in 3m30s
Build and Publish Docker Images / release (pull_request) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/vitest-5.x-lockfile:renovate/vitest-5.x-lockfile
git switch renovate/vitest-5.x-lockfile
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
phbaer/dtvp!217
No description provided.