Skip to content

Commit a40b014

Browse files
chore(deps): update dependency vitest to v4.1.5 (#193)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [vitest](https://vitest.dev) ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`4.1.4` → `4.1.5`](https://renovatebot.com/diffs/npm/vitest/4.1.4/4.1.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/4.1.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/4.1.4/4.1.5?slim=true) | --- ### Release Notes <details> <summary>vitest-dev/vitest (vitest)</summary> ### [`v4.1.5`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v4.1.5) [Compare Source](https://redirect.github.com/vitest-dev/vitest/compare/v4.1.4...v4.1.5) #####    🚀 Experimental Features - **coverage**: Istanbul to support `instrumenter` option  -  by [@&#8203;BartWaardenburg](https://redirect.github.com/BartWaardenburg) and [@&#8203;AriPerkkio](https://redirect.github.com/AriPerkkio) in [#&#8203;10119](https://redirect.github.com/vitest-dev/vitest/issues/10119) [<samp>(0e0ff)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/0e0ff41c7) #####    🐞 Bug Fixes - \--project negation excludes browser instances  -  by [@&#8203;felamaslen](https://redirect.github.com/felamaslen) in [#&#8203;10131](https://redirect.github.com/vitest-dev/vitest/issues/10131) [<samp>(9423d)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/9423dc084) - Project color label on html reporter  -  by [@&#8203;hi-ogawa](https://redirect.github.com/hi-ogawa) in [#&#8203;10142](https://redirect.github.com/vitest-dev/vitest/issues/10142) [<samp>(596f7)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/596f73986) - Fix `vi.defineHelper` called as object method  -  by [@&#8203;hi-ogawa](https://redirect.github.com/hi-ogawa) in [#&#8203;10163](https://redirect.github.com/vitest-dev/vitest/issues/10163) [<samp>(122c2)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/122c25b5b) - Alias `agent` reporter to `minimal`  -  by [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in [#&#8203;10157](https://redirect.github.com/vitest-dev/vitest/issues/10157) [<samp>(663b9)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/663b99fe3) - Respect diff config options in soft assertions  -  by [@&#8203;Copilot](https://redirect.github.com/Copilot), **sheremet-va** and [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in [#&#8203;8696](https://redirect.github.com/vitest-dev/vitest/issues/8696) [<samp>(9787d)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/9787dedad) - Respect diff config options in soft assertions "  -  by [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in [#&#8203;8696](https://redirect.github.com/vitest-dev/vitest/issues/8696) [<samp>(7dc6d)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/7dc6d54fd) - **ast-collect**: Recognize \_*vi\_import* prefix in static test discovery  -  by [@&#8203;Yejneshwar](https://redirect.github.com/Yejneshwar) in [#&#8203;10129](https://redirect.github.com/vitest-dev/vitest/issues/10129) [<samp>(32546)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/325463ab2) - **coverage**: Descriptive error message when reports directory is removed during test run  -  by [@&#8203;DaveT1991](https://redirect.github.com/DaveT1991) and [@&#8203;AriPerkkio](https://redirect.github.com/AriPerkkio) in [#&#8203;10117](https://redirect.github.com/vitest-dev/vitest/issues/10117) [<samp>(14133)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/1413382e1) - **snapshot**: Increase default snapshot max output length  -  by [@&#8203;hi-ogawa](https://redirect.github.com/hi-ogawa) and **Codex** in [#&#8203;10150](https://redirect.github.com/vitest-dev/vitest/issues/10150) [<samp>(21e66)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/21e66ff63) - **ui**: Fix jsx/tsx syntax highlight  -  by [@&#8203;hi-ogawa](https://redirect.github.com/hi-ogawa) in [#&#8203;10152](https://redirect.github.com/vitest-dev/vitest/issues/10152) [<samp>(f1b1f)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/f1b1f6c7b) - **web-worker**: Support MessagePort objects referenced inside postMessage data  -  by [@&#8203;whitphx](https://redirect.github.com/whitphx) and **Claude Opus 4.6 (1M context)** in [#&#8203;9927](https://redirect.github.com/vitest-dev/vitest/issues/9927) and [#&#8203;10124](https://redirect.github.com/vitest-dev/vitest/issues/10124) [<samp>(7ad7d)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/7ad7d39af) - **api**: Make test-specification options writable  -  by [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in [#&#8203;10154](https://redirect.github.com/vitest-dev/vitest/issues/10154) [<samp>(6abd5)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/6abd557b7) #####     [View changes on GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v4.1.4...v4.1.5) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Monday through Friday (`* * * * 1-5`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Doist/twist-cli). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a682672 commit a40b014

2 files changed

Lines changed: 46 additions & 46 deletions

File tree

package-lock.json

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"oxlint": "1.60.0",
7171
"semantic-release": "25.0.3",
7272
"typescript": "6.0.3",
73-
"vitest": "4.1.4"
73+
"vitest": "4.1.5"
7474
},
7575
"optionalDependencies": {
7676
"@napi-rs/keyring": "1.2.0"

0 commit comments

Comments
 (0)